@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #212836;
}

a {
  color: #bfaf86;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  p {
    line-height: 1.8rem;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  footer {
    margin-left: 90px;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
}

.side-nav {
  width: 100%;
  height: 100%;
}
.side-nav__inner {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .side-nav__inner {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}
.side-nav__icon {
  background: #212836;
  display: block;
  cursor: pointer;
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .side-nav__icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon {
    width: 90px;
    height: 90px;
  }
}
.side-nav__icon span {
  display: block;
  position: absolute;
  z-index: 99;
  height: 2px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span {
    width: 20px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span {
    width: 28px;
    left: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span:nth-child(1) {
    top: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span:nth-child(1) {
    top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span:nth-child(2) {
    top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span:nth-child(2) {
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon span:nth-child(3) {
    top: 31px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon span:nth-child(3) {
    top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon p {
    margin: 0;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 28px;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__icon.active {
    position: fixed;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon.active {
    border-right: 1px solid #DEE7EB;
    box-sizing: border-box;
    transition: all 0.4s ease-in;
  }
}
.side-nav__icon.active span:nth-child(1) {
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .side-nav__icon.active span:nth-child(1) {
    top: 24px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon.active span:nth-child(1) {
    top: 40px;
    right: 18px;
  }
}
.side-nav__icon.active span:nth-child(2), .side-nav__icon.active span:nth-child(3) {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .side-nav__icon.active span:nth-child(2), .side-nav__icon.active span:nth-child(3) {
    top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__icon.active span:nth-child(2), .side-nav__icon.active span:nth-child(3) {
    top: 40px;
  }
}
.side-nav__content {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .side-nav__content {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__content {
    border-right: 1px solid #DEE7EB;
    width: 90px;
    height: calc(100vh - 90px);
  }
}
.side-nav__logo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .side-nav__logo {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__logo {
    transform: rotate(90deg);
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__logo-img {
    width: 200px;
    height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__logo-img img {
    height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__logo-img img:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__gotop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__gotop {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    width: 100%;
  }
}
.side-nav__gotop-container {
  position: relative;
  cursor: pointer;
}
.side-nav__gotop-container:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.side-nav__gotop p {
  font-family: "Raleway";
  transform: rotate(90deg);
  font-size: 0.8rem;
  margin: 0 8px 35px 0;
  letter-spacing: 0.05rem;
}
.side-nav__gotop-icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 50%;
  position: relative;
  left: 26px;
}
.side-nav__gotop-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6rem;
}
.side-nav__nav {
  pointer-events: none;
  opacity: 0;
  z-index: 30;
  background-color: #212836;
  height: 100vh;
  box-sizing: border-box;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 767px) {
  .side-nav__nav {
    width: 100%;
    padding: 40px 30px;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__nav {
    width: calc(100vw - 90px);
    padding: 60px 90px;
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 99;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.side-nav__nav ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .side-nav__nav ul {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__nav ul {
    margin: 0 80px 0 0;
  }
}
.side-nav__nav ul li {
  letter-spacing: 0.1rem;
  margin: 0 0 1px;
  font-family: "Raleway";
  position: relative;
}
@media only screen and (max-width: 767px) {
  .side-nav__nav ul li {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__nav ul li {
    margin: 0 0 30px;
    display: inline-block;
  }
  .side-nav__nav ul li::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .side-nav__nav ul li:hover::before {
    transform: scale(1, 1);
  }
}
.side-nav__nav ul li span {
  display: block;
  line-height: 100%;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .side-nav__nav ul li span {
    margin: 5px 0 0 5px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__nav ul li span {
    margin: 10px 0 0 5px;
    font-size: 0.9rem;
  }
}
.side-nav__nav ul a {
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .side-nav__nav ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__nav ul a {
    font-size: 2.6rem;
  }
}
.side-nav__nav ul a:hover {
  text-decoration: none;
}
.side-nav__nav ul a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.side-nav__nav.active {
  pointer-events: auto;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .side-nav__block {
    width: calc(100% - 350px);
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .side-nav__event {
    width: 170px;
    margin: 20px auto 50px;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__event {
    width: 220px;
  }
}
.side-nav__info dl {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .side-nav__info dl {
    display: none;
  }
}
.side-nav__info dl:last-of-type {
  margin: 0;
}
.side-nav__info dl dt {
  margin: 0 0 10px;
  font-weight: 600;
}
.side-nav__info dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
}
.side-nav__twitter .sns-icon {
  display: block;
}
@media only screen and (max-width: 767px) {
  .side-nav__twitter .sns-icon {
    margin: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__twitter .sns-icon {
    margin: 40px 0 0;
  }
}
.side-nav__twitter .sns-icon:hover::before {
  opacity: 0.8;
  transition: 0.2s;
}
.side-nav__twitter .sns-icon::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f099";
  position: relative;
  margin-right: 8px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .side-nav__twitter .sns-icon::before {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__twitter .sns-icon::before {
    font-size: 1.5rem;
  }
}
.side-nav__twitter a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .side-nav__sns {
    margin: 32px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__sns {
    margin: 13px 0 0;
    position: relative;
    display: inline-block;
  }
  .side-nav__sns::before {
    position: absolute;
    bottom: 42px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .side-nav__sns:hover::before {
    transform: scale(1, 1);
  }
}
.side-nav__sns p {
  font-family: "Raleway";
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .side-nav__sns p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__sns p {
    font-size: 2.6rem;
  }
}
.side-nav__sns p span {
  display: block;
  line-height: 100%;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .side-nav__sns p span {
    margin: 5px 0 0 5px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__sns p span {
    margin: 10px 0 0 3px;
    font-size: 0.9rem;
  }
}
.side-nav__sns a {
  color: #fff;
}
.side-nav__sns a:hover {
  text-decoration: none;
}
.side-nav__sns .sns-icon {
  display: block;
}
@media only screen and (max-width: 767px) {
  .side-nav__sns .sns-icon {
    margin: 23px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__sns .sns-icon {
    margin: 35px 0 0;
  }
}
.side-nav__sns .sns-icon:hover::before {
  opacity: 0.8;
  transition: 0.2s;
}
.side-nav__sns .sns-icon::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f099";
  position: relative;
  margin-right: 8px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .side-nav__sns .sns-icon::before {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .side-nav__sns .sns-icon::before {
    font-size: 2.1rem;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.fixed {
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .local-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav {
    padding: 0 30px 0 0;
    border-bottom: 1px solid #DEE7EB;
  }
}
.local-nav ul {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .local-nav ul {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul {
    display: flex;
    justify-content: end;
    padding: 0;
    height: 70px;
  }
}
.local-nav ul li {
  font-weight: 600;
  letter-spacing: 0.05rem;
  cursor: pointer;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .local-nav ul li {
    padding: 15px 25px;
    font-size: 1rem;
  }
  .local-nav ul li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .local-nav ul li {
    line-height: 70px;
    font-size: 0.9rem;
    text-align: center;
    margin-left: 30px;
  }
}
.local-nav ul li a {
  color: #212836;
  width: 100%;
  display: block;
}
.local-nav ul li a:hover {
  text-decoration: none;
}
.local-nav ul li a::before {
  position: absolute;
  bottom: 18px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.local-nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  content: "";
}
.local-nav ul li a:hover::before {
  transform: scale(1, 1);
}

.home .local-nav {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.home .local-nav ul li {
  font-weight: 600;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}
.home .content {
  box-sizing: border-box;
}
.home h2 {
  font-family: "Raleway";
  letter-spacing: 0.15rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    margin: 0 0 50px;
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .home h2 {
    margin: 0 0 75px;
    font-size: 3rem;
  }
}
.home h2 .page-ttl-sub {
  line-height: 100%;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .home h2 .page-ttl-sub {
    margin: 10px 0 0 5px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .home h2 .page-ttl-sub {
    margin: 16px 0 0 5px;
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .hero {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero {
    position: relative;
  }
  .home .hero::after {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0.8) 15%, transparent);
    width: 100%;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home .hero__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .hero__inner {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__inner {
    height: 920px;
    width: calc(100% - 90px);
    margin: 0 0 0 auto;
  }
}
.home .hero__inner::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/hero-bg.png?v2") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .home .hero__inner::before {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__inner::before {
    height: 920px;
  }
}
.home .hero__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home .hero__container {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__container {
    max-width: 1100px;
    height: 920px;
    margin: 0 auto;
  }
}
.home .hero h1 {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .home .hero h1 {
    margin: 0 30px;
  }
}
.home .hero h1 img {
  height: auto;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.2));
}
@media only screen and (min-width: 768px) {
  .home .hero h1 img {
    width: 500px;
    margin: auto;
  }
}
.home .hero__lead {
  background: #e4c91d;
  box-shadow: 6px 6px 1px #212836;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .home .hero__lead {
    padding: 12px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__lead {
    padding: 25px 16px;
    top: 9.0909090909%;
  }
}
@media only screen and (max-width: 767px) {
  .home .hero__lead img {
    height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__lead img {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home .hero__lead.lead-01 {
    top: 57px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__lead.lead-01 {
    right: 14.5454545455%;
  }
}
@media only screen and (max-width: 767px) {
  .home .hero__lead.lead-02 {
    top: 120px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__lead.lead-02 {
    right: 22.7272727273%;
  }
}
.home .hero__bosyu {
  background: #e4c91d;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 5px 5px 1px #212836;
  z-index: 10;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .home .hero__bosyu {
    bottom: 20px;
    left: 10px;
    width: 130px;
    height: 130px;
    padding: 35px 15px 20px;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__bosyu {
    bottom: 100px;
    left: 40px;
    width: 200px;
    height: 200px;
    padding: 40px 20px 20px;
    transition: 0.3s;
    font-size: 1.6rem;
  }
  .home .hero__bosyu:hover {
    transform: scale(1.05);
  }
}
.home .hero__bosyu__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .hero__bosyu p {
    margin: 0;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__bosyu p {
    margin: 0 0 7px;
    line-height: 2.1rem;
  }
}
.home .hero__bosyu .arrow-container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home .hero__bosyu .arrow-container {
    margin: 12px 0 0 -7px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__bosyu .arrow-container {
    margin: 15px 0 0 -7px;
  }
}
.home .hero__bosyu .arrow-container .arrow {
  display: block;
  opacity: 0;
  animation: move 3s infinite;
}
.home .hero__bosyu .arrow-container .arrow:nth-child(1) {
  animation-delay: 0s;
}
.home .hero__bosyu .arrow-container .arrow:nth-child(2) {
  animation-delay: 0.25s;
}
.home .hero__bosyu .arrow-container .arrow:nth-child(3) {
  animation-delay: 0.45s;
}
.home .hero__bosyu .arrow-container .arrow::before {
  content: "";
  display: block;
  border-top: solid 2px #212836;
  border-right: solid 2px #212836;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .home .hero__bosyu .arrow-container .arrow::before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__bosyu .arrow-container .arrow::before {
    width: 8px;
    height: 8px;
  }
}
@keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home .hero__bosyu a {
  color: #000;
}
.home .hero__bosyu a:hover {
  text-decoration: none;
}
.home .hero__bosyu a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .hero__circle {
  background: #000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 5px 5px 1px #e4c91d;
  z-index: 10;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home .hero__circle {
    border-radius: 50px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__circle {
    border-radius: 50%;
    bottom: 100px;
    left: 40px;
    width: 200px;
    height: 200px;
    padding: 40px 20px 20px;
    transition: 0.3s;
    text-align: center;
  }
  .home .hero__circle:hover {
    transform: scale(1.05);
  }
}
.home .hero__circle-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .hero__circle-inner {
    width: 280px;
    height: 90px;
    padding: 0 50px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__circle-inner {
    width: 200px;
    height: 200px;
    padding: 0 0 35px;
  }
}
.home .hero__circle p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home .hero__circle p {
    margin: 0;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__circle p {
    margin: 0 0 7px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.home .hero__circle p span {
  font-family: "Raleway";
  display: block;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #e4c91d;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .hero__circle p span {
    font-size: 0.8rem;
    margin: 7px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__circle p span {
    font-size: 0.9rem;
    margin: 10px 0 0;
  }
}
.home .hero__circle a {
  color: #212836;
}
.home .hero__circle a:hover {
  text-decoration: none;
}
.home .hero__circle a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .hero__circle .arrow {
  background: #e4c91d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home .hero__circle .arrow {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__circle .arrow {
    bottom: 32px;
  }
}
.home .hero__circle .arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: relative;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .home .hero__circle .arrow::before {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero__circle .arrow::before {
    font-size: 0.9rem;
  }
}
.home .hero .hero-nav {
  position: absolute;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home .hero .hero-nav {
    flex-wrap: wrap;
    bottom: 47px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .hero-nav {
    bottom: 70px;
  }
}
.home .hero .hero-nav__item {
  background: #000;
  text-align: center;
  box-shadow: 7px 7px 0 #e4c91d;
}
@media only screen and (max-width: 767px) {
  .home .hero .hero-nav__item {
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .hero-nav__item {
    width: 230px;
    height: 65px;
    line-height: 65px;
    margin: 0 15px;
  }
  .home .hero .hero-nav__item:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .hero .hero-nav__item a {
  color: #fff;
  font-weight: 500;
  width: 100%;
  display: block;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .home .hero .hero-nav__item a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero .hero-nav__item a {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .home .hero .hero-nav__item a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .home .local-head {
    margin: 0 0 100px;
  }
}
.home .section {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .section {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .home .section {
    max-width: 1050px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-left: 90px;
  }
}
.home .intro {
  background-color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .home .intro {
    padding: 60px 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro {
    padding: 90px 0 90px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro .section {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro__logo {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__logo {
    margin: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .home .intro__logo img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__logo img {
    width: 250px;
  }
}
.home .intro__content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .intro__content {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__content {
    width: 785px;
    padding: 15px 0 0 120px;
  }
}
.home .intro__content p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .home .intro__content p {
    font-size: 1.05rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .intro__content p {
    font-size: 1.15rem;
    line-height: 1.85rem;
    letter-spacing: 0.05rem;
  }
}
.home .intro__content p:last-of-type {
  margin: 0;
}
.home .outline {
  background-color: #e4c91d;
}
@media only screen and (max-width: 767px) {
  .home .outline {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline {
    padding: 90px 0 100px;
  }
}
.home .outline__item:last-child {
  margin: 0;
}
.home .outline dl {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .outline dl {
    font-size: 0.95rem;
    flex-direction: column;
    padding: 25px 0;
    border-top: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .home .outline dl:last-child {
    border-bottom: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl:last-child dt {
    border-bottom: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl:last-child dd {
    border-bottom: 2px solid #212836;
  }
}
.home .outline dl dt {
  letter-spacing: 0.05rem;
  line-height: 100%;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .outline dl dt {
    margin: 0 0 13px;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl dt {
    font-size: 1rem;
    width: 170px;
    padding: 27px 0 25px;
    border-top: 2px solid #212836;
  }
}
.home .outline dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .outline dl dd {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl dd {
    font-size: 1rem;
    line-height: 1.6rem;
    width: calc(100% - 170px);
    padding: 25px 0;
    margin-left: 30px;
    border-top: 2px solid #212836;
  }
}
.home .outline dl span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .home .outline dl span {
    font-size: 0.9rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline dl span {
    font-size: 1rem;
    margin: 15px 0 0;
  }
}
.home .outline h3 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: #666 solid 1px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .outline h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .outline h3 {
    font-size: 1.3rem;
  }
}
.home .outline ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.home .outline ul li {
  margin: 0 0 10px;
  line-height: 1.8rem;
}
.home .outline ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi {
    padding: 90px 0 100px;
  }
}
.home .moushikomi__item p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__item p {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__item p {
    font-size: 0.95rem;
  }
}
.home .moushikomi__item-ttl {
  font-weight: 600;
  margin: 0 0 15px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__item-ttl {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__item-ttl {
    font-size: 1.2rem;
  }
}
.home .moushikomi__item-genre {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__item-genre {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__item-genre {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space {
    margin: 0 0 45px;
    display: flex;
    justify-content: space-between;
  }
}
.home .moushikomi__space dl {
  display: flex;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space dl {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space dl {
    margin: 0;
    width: 49%;
  }
}
.home .moushikomi__space dl:last-child {
  margin: 0;
}
.home .moushikomi__space dl dt {
  border-top: 2px solid #212836;
  border-bottom: 2px solid #212836;
  border-left: 2px solid #212836;
  border-right: 1px solid #bec2c2;
  margin: 0;
  text-align: center;
  font-weight: 600;
  background: #edede8;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space dl dt {
    width: 30%;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space dl dt {
    width: 40%;
    padding: 20px 10px;
  }
}
.home .moushikomi__space dl dd {
  border-top: 2px solid #212836;
  border-bottom: 2px solid #212836;
  border-right: 2px solid #212836;
  margin: 0;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__space dl dd {
    width: 70%;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__space dl dd {
    width: 60%;
    padding: 20px 10px;
  }
}
.home .moushikomi__btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .moushikomi__btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .moushikomi__btn {
    width: 370px;
    height: 65px;
    line-height: 65px;
    margin: 55px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .home .moushikomi__btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .moushikomi__btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.home .moushikomi__btn a:hover {
  text-decoration: none;
}
.home .event {
  background: url(https://www.mandarake.co.jp/information/event/nkn/kaiba/150411/image/bg.gif) repeat;
}
@media only screen and (max-width: 767px) {
  .home .event {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .event {
    padding: 90px 0 100px;
  }
}
.home .event__block {
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .event__block {
    margin: 0 0 30px;
    padding: 25px 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block {
    margin: 0 0 50px;
    padding: 40px;
  }
}
.home .event__block:last-child {
  margin: 0;
}
.home .event__block.sawadakenji {
  background-color: transparent;
  padding: 0;
}
.home .event__block.sawadakenji img {
  transition: 0.3s;
}
.home .event__block.sawadakenji img:hover {
  opacity: 0.8;
}
.home .event__block__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .home .event__block__head {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block__head {
    margin: 0 0 35px;
  }
}
.home .event__block__head .more {
  background-color: #212836;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .home .event__block__head .more {
    font-size: 0.8rem;
    width: 130px;
    height: 43px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block__head .more {
    font-size: 0.9rem;
    width: 170px;
    height: 43px;
    line-height: 43px;
    transition: 0.3s;
  }
  .home .event__block__head .more:hover {
    opacity: 0.8;
  }
}
.home .event__block__head .more a {
  color: #fff;
  display: block;
  width: 100%;
}
.home .event__block__head .more a:hover {
  text-decoration: none;
}
.home .event__block h3 {
  margin: 0;
  letter-spacing: 0.05rem;
  border-bottom: 3px solid #212836;
  display: inline-block;
  line-height: 100%;
  padding: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .home .event__block h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__block h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__container {
    display: flex;
  }
}
.home .event .topic h4 {
  display: inline-block;
  border-bottom: 3px solid #212836;
}
@media only screen and (max-width: 767px) {
  .home .event .topic h4 {
    font-size: 1.15rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic h4 {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
.home .event .topic__container {
  overflow-y: scroll;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container {
    max-height: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container {
    max-height: 210px;
  }
}
.home .event .topic__container li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(33, 40, 54, 0.3);
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container li {
    display: flex;
  }
}
.home .event .topic__container li:first-of-type {
  padding: 0 0 20px;
}
.home .event .topic__container li:last-of-type {
  border-bottom: none;
  padding: 20px 0 0;
}
.home .event .topic__container span {
  width: 110px;
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container span {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container p {
    font-size: 0.95rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container p {
    font-size: 1.05rem;
    line-height: 1.6rem;
    width: calc(100% - 110px);
  }
}
.home .event .topic__container p:last-child {
  margin: 0;
}
.home .event .topic__container a {
  color: #212836;
}
@media only screen and (max-width: 767px) {
  .home .event .topic__container::-webkit-scrollbar {
    width: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event .topic__container::-webkit-scrollbar {
    width: 8px;
  }
}
.home .event .topic__container::-webkit-scrollbar-track {
  background-color: #e6e8eb;
  border-radius: 100px;
}
.home .event .topic__container::-webkit-scrollbar-thumb {
  background-color: #212836;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .home .event__text {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__text {
    margin: 0 0 45px;
  }
}
.home .event__text p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .home .event__text p {
    font-size: 0.95rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__text p {
    font-size: 1.05rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
  }
}
.home .event__text p::last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .home .event__text p a:hover {
    text-decoration: underline;
  }
}
.home .event__btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .event__btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 40px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .event__btn {
    width: 370px;
    height: 65px;
    line-height: 65px;
    margin: 55px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .home .event__btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .event__btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.home .event__btn a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .home .prod {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod {
    padding: 90px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home .prod__pic {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .prod__pic {
    margin: 0 auto 25px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__pic {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__text {
    width: calc(100% - 500px);
  }
}
.home .prod__ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home .prod__ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__ttl {
    font-size: 1.5rem;
  }
}
.home .prod__ttl a {
  color: #212836;
}
.home .prod__btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .prod__btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .prod__btn {
    width: 270px;
    height: 65px;
    line-height: 65px;
    margin: 55px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .home .prod__btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.home .prod__btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.home .prod__btn a:hover {
  text-decoration: none;
}
.home .sns {
  position: relative;
  background-color: #d53d86;
}
@media only screen and (max-width: 767px) {
  .home .sns {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns {
    padding: 90px 0 100px;
  }
}
.home .sns__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home .sns__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__container {
    justify-content: space-between;
  }
}
.home .sns__item {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .home .sns__item iframe.twitter-timeline {
    height: 350px !important;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item iframe.twitter-timeline {
    height: 450px !important;
  }
}
.home .sns__item_ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_ttl {
    font-size: 1.2rem;
    word-break: break-all;
  }
}
.home .sns__item_ttl::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f099";
  position: relative;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_ttl::before {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_ttl::before {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .sns__item_acount {
    margin-left: 27px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_acount {
    margin-left: 32px;
  }
}
.home .sns__item_acount a {
  color: #212836;
}
.home .sns__item_link {
  background: #212836;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_link {
    width: 130px;
    height: 43px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_link {
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 25px 0 0 32px;
  }
}
.home .sns__item_link a {
  color: #fff;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .home .sns__item_link a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns__item_link a {
    font-size: 0.9rem;
  }
}
.home .sns__item_link a:hover {
  text-decoration: none;
}
.home .sns__item_link:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.home .sns .sns-tl {
  border: 2px solid #212836 !important;
  background: #fff;
  box-sizing: border-box;
  padding: 5px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .home .sns .sns-tl {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns .sns-tl {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .home .sns .sns-info {
    order: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .home .sns .sns-info {
    width: calc(100% - 550px);
    padding: 10px 0 0;
  }
}
.home .access {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home .access {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .access {
    padding: 90px 0 100px;
  }
}
.home .access__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home .access__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__container {
    justify-content: space-between;
  }
}
.home .access__item {
  margin: 0;
}
.home .access__item dl {
  margin: 0 0 25px;
  border-bottom: 2px solid #212836;
}
@media only screen and (max-width: 767px) {
  .home .access__item dl {
    padding: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item dl {
    padding: 0 0 18px;
  }
}
.home .access__item dl:last-child {
  margin: 0;
}
.home .access__item dl dt {
  margin: 0 0 10px;
  font-weight: 700;
}
.home .access__item dl dd {
  margin: 0;
}
.home .access__item_ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .home .access__item_ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item_ttl {
    font-size: 1.2rem;
  }
}
.home .access__item_ttl::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f099";
  position: relative;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .home .access__item_ttl::before {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item_ttl::before {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .access__item_acount {
    margin-left: 27px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access__item_acount {
    margin-left: 32px;
  }
}
.home .access__item_acount a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home .access .access-map {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .home .access .access-info {
    margin: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .access .access-info {
    width: calc(100% - 650px);
    padding: 10px 0 0;
  }
}
.home .access .access-note {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .home .access .access-note {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .access .access-note {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}

.common .content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .common .content {
    margin: 0 17px 100px;
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .content {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 70px auto 100px;
    padding-left: 90px;
  }
}
.common h1 {
  font-family: "Raleway";
  letter-spacing: 0.15rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .common h1 {
    margin: 0 0 50px;
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .common h1 {
    margin: 0 0 75px;
    font-size: 3.5rem;
  }
}
.common h1 .page-ttl-sub {
  line-height: 100%;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .common h1 .page-ttl-sub {
    margin: 10px 0 0 5px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .common h1 .page-ttl-sub {
    margin: 16px 0 0 5px;
    font-size: 0.95rem;
  }
}
.common .application-inner {
  box-sizing: border-box;
  background: #fff;
}
.common .cut {
  border-top: 1px solid #212836;
}
@media only screen and (max-width: 767px) {
  .common .cut {
    margin: 35px 0 0;
    padding: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .common .cut__pic {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .common .cut__pic img {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__pic img {
    width: 250px;
  }
}
.common .cut__ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .common .cut__ttl {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__ttl {
    font-size: 1.1rem;
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__text {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 767px) {
  .common .cut__text p {
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .common .cut__text p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 0 0 13px;
  }
}
.common .cut__text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .common .date {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .common .date {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .common .date h3 {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .common .date h3 {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .common .date p {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .common .date p {
    margin: 0 0 15px;
  }
}
.common .date p:last-child {
  margin: 0;
}
.common .note {
  border-top: 1px solid #bec2c2;
}
@media only screen and (max-width: 767px) {
  .common .note {
    margin: 0 0 55px;
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .note {
    margin: 0 0 50px;
    padding: 30px 0 0;
  }
}
.common .note p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .common .note p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .common .note p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__container {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common .form__item {
    margin: 0 0 13px;
  }
  .common .form__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__item {
    width: 37%;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .common .form dl {
    margin: 0;
    padding: 27px 0;
    border-bottom: 1px solid #dbddda;
  }
}
@media only screen and (min-width: 768px) {
  .common .form dl {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .common .form dl:first-of-type {
    padding: 0 0 27px;
  }
}
.common .form dl:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .common .form dl:last-of-type {
    padding: 27px 0 0;
    border: none;
  }
}
.common .form dl dt {
  letter-spacing: 0.05rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .common .form dl dt {
    font-size: 0.95rem;
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form dl dt {
    font-size: 0.95rem;
    margin: 3px 0 0;
    width: 25%;
  }
}
.common .form dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .common .form dl dd {
    width: 71%;
  }
}
.common .form .required {
  background: #212836;
  color: #fff;
  width: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .common .form .required {
    font-size: 0.65rem;
    height: 21px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .required {
    font-size: 0.7rem;
    height: 23px;
    line-height: 23px;
  }
}
.common .form__note {
  color: #444;
  margin: 0;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .common .form__note {
    font-size: 0.85rem;
    margin: 13px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__note {
    font-size: 0.9rem;
    margin: 15px 0 0;
  }
}
.common .form input[type=text],
.common .form input[type=tel],
.common .form input[type=email] {
  -webkit-appearance: none;
  border: 1px solid #DEE7EB;
  background-color: #F6F6F6;
  font-size: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .common .form input[type=text],
  .common .form input[type=tel],
  .common .form input[type=email] {
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form input[type=text],
  .common .form input[type=tel],
  .common .form input[type=email] {
    padding: 15px 20px;
  }
}
.common .form input[type=text]:disabled,
.common .form input[type=tel]:disabled,
.common .form input[type=email]:disabled {
  background-color: #edede8;
  border: 1px solid #edede8;
}
.common .form label {
  margin-right: 10px;
  cursor: pointer;
  font-size: 15px;
}
.common .form input[type=radio] {
  margin: 0 9px 0 0;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}
.common .form .dt-booth label {
  margin: 0 0 10px;
  display: inline-block;
}
.common .form .dt-booth label:last-child {
  margin: 0;
}
.common .form .dt-car__item {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .common .form .dt-car__item label {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .dt-car .dt-car-text {
    display: block;
  }
}
.common .form .dt-genre__item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .common .form .dt-genre__item {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .dt-genre__item label {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .dt-genre .dt-genre-text {
    display: block;
  }
}
.common .form .dt-space__item {
  margin-bottom: 10px;
}
.common .form .dt-space__item:last-child {
  margin: 0;
}
.common .form input[type=checkbox] {
  margin: 0 9px 0 0;
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .common .form #sonotatxt {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form #sonotatxt {
    margin: -11px 0 0 20px;
  }
}
.common .form .text-ohter {
  margin: 5px 0 0;
}
.common .form textarea {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #DEE7EB;
  background-color: #F6F6F6;
  font-size: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .common .form textarea {
    height: 170px;
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .common .form textarea {
    height: 130px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .short {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .short {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .medium {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .medium {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .common .form .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .common .form .long {
    width: 80%;
  }
}
.common .form .max {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .common .form__submit {
    margin: 60px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__submit {
    margin: 80px 0 0;
  }
}
.common .form__submit_inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .common .form__submit_inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__submit_inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
}
.common .form__submit input[type=submit] {
  -webkit-appearance: none;
  border: 0;
  background: #e4e4e4;
  color: #384359;
  cursor: pointer;
  letter-spacing: 0.1rem;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .common .form__submit input[type=submit] {
    font-size: 0.9rem;
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
  }
  .common .form__submit input[type=submit]:last-child {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .common .form__submit input[type=submit] {
    font-size: 0.95rem;
    width: 370px;
    height: 65px;
    line-height: 65px;
    margin: 0 13px;
  }
}
.common .form__submit input[type=submit]:hover {
  background: #d5d5d5;
  transition: 0.5s;
}
.common .form__submit input[type=submit]:first-child {
  background-color: #212836;
  color: #fff;
}
.common .form__submit input[type=submit]:first-child:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.application .section p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application .app-date {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-date {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-date h3 {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-date h3 {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-date p {
    margin: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-date p {
    margin: 0 0 15px;
  }
}
.application .app-date p:last-child {
  margin: 0;
}
.application .app-block {
  background: #edede8;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .app-block {
    margin: 0 0 40px;
    padding: 35px 25px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block {
    margin: 0 0 60px;
    padding: 50px 45px;
  }
}
.application .app-block:last-child {
  margin: 0;
}
.application .app-block__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .application .app-block__ttl {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__ttl {
    margin: 0 0 35px;
  }
}
.application .app-block__ttl h3 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application .app-block__ttl h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__ttl h3 {
    font-size: 1.4rem;
  }
}
.application .app-block__capa {
  margin: 0;
}
.application .app-block__capa span {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .application .app-block__capa span {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-block__space {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space {
    margin: 0 0 30px;
  }
}
.application .app-block__space dl {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl {
    display: flex;
    margin: 0 0 20px;
  }
}
.application .app-block__space dl:last-child {
  margin: 0;
}
.application .app-block__space dl dt {
  background: #fff;
  border-top: 2px solid #212836;
  border-left: 2px solid #212836;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl dt {
    border-right: 2px solid #212836;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl dt {
    display: flex;
    border-bottom: 2px solid #212836;
    width: 78%;
  }
}
.application .app-block__space dl dd {
  background: #fff;
  box-sizing: border-box;
  margin: 0;
  border-right: 2px solid #212836;
  border-bottom: 2px solid #212836;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl dd {
    padding: 20px;
    font-size: 1.05rem;
    border-top: 1px solid #bec2c2;
    border-left: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl dd {
    padding: 20px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22%;
    border-top: 2px solid #212836;
    border-left: 1px solid #bec2c2;
  }
}
.application .app-block__space dl .space-box {
  background: #f6f6f0;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .space-box {
    line-height: 1.45rem;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .space-box {
    width: 40%;
    padding: 25px 30px;
    border-right: 1px solid #bec2c2;
  }
}
.application .app-block__space dl .space-ttl {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .space-ttl {
    font-size: 1.15rem;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .space-ttl {
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
}
.application .app-block__space dl .space-hosoku {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .space-hosoku {
    font-size: 0.85rem;
    line-height: 1.45rem;
    padding: 20px 20px;
    border-top: 1px solid #bec2c2;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .space-hosoku {
    font-size: 0.9rem;
    line-height: 1.4rem;
    width: 60%;
    height: 100%;
    padding: 25px 30px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .application .app-block__space dl .hosoku-item {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__space dl .hosoku-item {
    font-size: 1rem;
  }
}
.application .app-block__text p {
  margin: 0 0 15px;
}
.application .app-block__text p:last-child {
  margin: 0;
}
.application .app-block .app-genre {
  margin: 30px 0 0;
}
.application .app-block .app-genre__ttl {
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .application .app-block .app-genre__ttl {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block .app-genre__ttl {
    font-size: 1.1rem;
  }
}
.application .app-block__link {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .application .app-block__link {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .application .app-block__link {
    width: 400px;
    height: 65px;
    line-height: 65px;
    margin: 50px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .application .app-block__link:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.application .app-block__link a {
  color: #fff;
  width: 100%;
  display: block;
}
.application .app-block__link a:hover {
  text-decoration: none;
}
.application .app-note {
  margin: 30px 0 0;
}

.entry {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .entry__content {
    margin: 0 17px 100px;
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry__content {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 70px auto 100px;
    padding-left: 90px;
  }
}
.entry__ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .entry__ttl {
    font-size: 1.1rem;
    margin: 0 0 15px -10px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__ttl {
    font-size: 1.3rem;
    margin: 0 0 20px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .entry__block {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__block {
    margin: 0 0 50px;
  }
}
.entry__block:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .entry__block p {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__block p {
    margin: 0 0 15px;
  }
}
.entry__block ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.entry__block ul li {
  margin: 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .entry__block ul li {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
.entry__block ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .entry__note {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .entry__note {
    margin: 30px 0 0;
  }
}
.entry__note-ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .entry__note-ttl {
    font-size: 1.05rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry__note-ttl {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}

.schedule__ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .schedule__ttl {
    font-size: 1.1rem;
    margin: 0 0 15px -10px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__ttl {
    font-size: 1.3rem;
    margin: 0 0 20px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule__block {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__block {
    margin: 0 0 50px;
  }
}
.schedule__block:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .schedule__block p {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__block p {
    margin: 0 0 15px;
  }
}
.schedule__block ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.schedule__block ul li {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .schedule__block ul li {
    font-size: 0.95rem;
    line-height: 1.7rem;
  }
}
.schedule__block ul li:last-child {
  margin: 0;
}
.schedule__table {
  background: #edede8;
}
@media only screen and (max-width: 767px) {
  .schedule__table {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__table {
    padding: 40px;
  }
}
.schedule__table table {
  width: 100%;
}
.schedule__table table tr {
  width: 100%;
  display: flex;
  border: 2px solid #212836;
}
@media only screen and (max-width: 767px) {
  .schedule__table table tr {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__table table tr {
    margin: 0 0 15px;
  }
}
.schedule__table table tr:last-child {
  margin: 0;
}
.schedule__table table tr th {
  background: #f6f6f0;
  box-sizing: border-box;
  border-right: 1px solid #bec2c2;
}
@media only screen and (max-width: 767px) {
  .schedule__table table tr th {
    width: 33%;
    padding: 15px;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__table table tr th {
    width: 25%;
    padding: 20px 0;
    font-size: 1.2rem;
  }
}
.schedule__table table tr td {
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .schedule__table table tr td {
    width: 67%;
    padding: 15px 30px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__table table tr td {
    width: 75%;
    padding: 20px 50px;
    font-size: 1.05rem;
  }
}
.schedule__table-ttl {
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .schedule__table-ttl {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__table-ttl {
    margin: 0 0 25px;
    font-size: 1.7rem;
  }
}

.circle .content {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .circle .content {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .circle .content {
    margin: 70px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .circle h1 {
    margin: 0 17px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .circle h1 {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 0 auto 75px;
  }
}
.circle .circle-nav {
  list-style: none;
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .circle .circle-nav {
    margin: 0 17px 40px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle-nav {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 0 auto 50px;
  }
}
.circle .circle-nav li {
  border: 2px solid #212836;
  box-sizing: border-box;
  font-weight: 600;
  box-shadow: 3px 3px 0 #212836;
}
@media only screen and (max-width: 767px) {
  .circle .circle-nav li {
    width: 48%;
    text-align: center;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle-nav li {
    margin: 0 25px 0 0;
    transition: 0.3s;
    cursor: pointer;
  }
  .circle .circle-nav li:hover {
    background: #212836;
  }
  .circle .circle-nav li:hover a {
    color: #fff;
  }
}
.circle .circle-nav a {
  color: #212836;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .circle .circle-nav a {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle-nav a {
    padding: 8px 55px;
  }
}
.circle .circle-nav a:hover {
  text-decoration: none;
}
.circle .cat-furima {
  background: #E4C91D;
  background: #fff;
}
.circle .cat-kantei {
  background: #d95695;
  background: #fff;
}
.circle .circle-inner {
  background: #f6f6f0;
}
@media only screen and (max-width: 767px) {
  .circle__content {
    padding: 60px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__content {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 80px 0;
  }
}
.circle__ttl {
  font-weight: 600;
  border: 2px solid #212836;
  box-shadow: 3px 3px 0 #212836;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .circle__ttl {
    font-size: 0.95rem;
    margin: 0 0 25px;
    padding: 8px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__ttl {
    font-size: 1.1rem;
    margin: 0 0 35px;
    padding: 8px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .circle__list {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__list {
    margin: 0 0 100px;
  }
}
.circle__list:last-child {
  margin: 0;
}
.circle__item {
  display: flex;
  justify-content: space-between;
  border: 2px solid #212836;
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .circle__item {
    margin: 0 0 20px;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__item {
    margin: 0 0 30px;
    padding: 35px 30px;
  }
}
.circle__item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .circle__pic {
    width: 105px;
    height: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__pic {
    width: 200px;
    height: 200px;
  }
}
.circle__pic figure {
  margin: 0;
  position: relative;
}
.circle__pic figure::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.circle__pic figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .circle__detail {
    width: calc(100% - 125px);
  }
}
@media only screen and (min-width: 768px) {
  .circle__detail {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 767px) {
  .circle__name {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__name {
    margin: 0 0 25px;
  }
}
.circle__name h3 {
  line-height: 100%;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .circle__name h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .circle__name h3 {
    font-size: 1.3rem;
    margin: 0 0 15px;
    min-width: 100px;
  }
}
.circle__name h3 a {
  color: #212836;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .circle__name h3 a:hover {
    text-decoration: none;
  }
}
.circle__category span {
  border: 2px solid #212836;
  margin: 0 10px 7px 0;
  padding: 3px 8px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 100%;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .circle__category span {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle__category span {
    font-size: 0.8rem;
  }
}
.circle__description {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .circle__description {
    word-break: break-all;
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle__description {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
.circle__description a {
  color: #212836;
  text-decoration: underline;
}
.circle__description a:hover {
  text-decoration: none;
}
.circle .circle__kubun {
  font-weight: bold;
  display: inline-block;
  background: #212836;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .circle .circle__kubun {
    margin: 0 0 15px;
    padding: 3px 15px 5px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .circle .circle__kubun {
    margin: 0 0 20px;
    padding: 5px 20px 7px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .contact .application-inner {
    min-height: calc(100vh - 600px);
  }
}

.complete .complete-inner {
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .complete .complete-inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .complete .complete-inner {
    padding: 50px 60px;
    min-height: calc(100vh - 600px);
  }
}
.complete h3 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .complete h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .complete h3 {
    margin: 0 0 45px;
    font-size: 1.6rem;
  }
}
.complete .complete-text p {
  margin: 0 0 20px;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .complete .complete-text p {
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete .complete-text p {
    font-size: 1rem;
  }
}
.complete .complete-text p:last-child {
  margin: 0;
}
.complete .complete-btn {
  background-color: #212836;
  border-radius: 50px;
  text-align: center;
  height: 65px;
  line-height: 65px;
}
@media only screen and (max-width: 767px) {
  .complete .complete-btn {
    width: 90%;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete .complete-btn {
    width: 370px;
    height: 65px;
    line-height: 65px;
    margin: 50px auto 0;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
  .complete .complete-btn:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
.complete .complete-btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.complete .complete-btn a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.fadein-top {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadein {
  opacity: 0;
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1;
}

.map {
  background-color: #FFB11D;
}
@media only screen and (min-width: 768px) {
  .map__list {
    display: flex;
    margin: 15px 0 0;
  }
}
.map__list__a, .map__list__b {
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .map__list__a {
    display: block;
    border-bottom: 2px solid #212836;
    margin: 0 0 25px;
    padding: 30px 0 25px;
  }
}
.map__img {
  text-align: center;
  background-color: white;
}
.map__img img {
  cursor: pointer;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .map {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .map {
    padding: 90px 0 100px;
  }
}
.map__item:last-child {
  margin: 0;
}
.map dl {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .map dl {
    font-size: 0.95rem;
    flex-direction: column;
    padding: 25px 0;
    border-bottom: 2px solid #212836;
  }
}
@media only screen and (min-width: 768px) {
  .map dl {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .map dl:first-child {
    padding: 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .map dl:last-child {
    border-bottom: none;
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .map dl:last-child dt {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .map dl:last-child dd {
    border-bottom: none;
  }
}
.map dl dt {
  letter-spacing: 0.05rem;
  line-height: 100%;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .map dl dt {
    margin: 0 0 13px;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .map dl dt {
    font-size: 1rem;
    width: 170px;
    padding: 27px 0 25px;
    border-bottom: 2px solid #212836;
  }
}
.map dl dd {
  margin: 0;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .map dl dd {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .map dl dd {
    font-size: 1rem;
    line-height: 1.6rem;
    width: calc(100% - 170px);
    padding: 25px 0;
    margin-left: 30px;
    border-bottom: 2px solid #212836;
  }
}
.map dl span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .map dl span {
    font-size: 0.9rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .map dl span {
    font-size: 1rem;
    margin: 15px 0 0;
  }
}
.map h3 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  border-bottom: #666 solid 1px;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .map h3 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .map h3 {
    font-size: 1.3rem;
  }
}
.map ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.map ul li {
  margin: 0 0 10px;
  line-height: 1.8rem;
}
.map ul li:last-child {
  margin: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}

.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.schedule-content {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .schedule-content {
    margin: 0 17px 100px;
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule-content {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 70px auto 100px;
    padding-left: 90px;
  }
}

h2 {
  font-family: "Raleway";
  letter-spacing: 0.15rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 10px;
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 16px;
    font-size: 3.5rem;
  }
}/*# sourceMappingURL=style.css.map */