@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #5f5c58;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

main {
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

section {
  max-width: 1699px;
  margin: 0 auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
}

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

a {
  color: #4b2821;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.container {
  max-width: 975px;
  margin: 0 auto;
  padding: 0 15px;
}

/*=================================
common parts
===================================*/
.sec-ttl {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #4b2821;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 35px;
  }
}
.sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
}

header {
  background-color: #fff;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  header {
    height: 50px;
  }
}
header .logo-qsmall {
  width: 163px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
}
@media screen and (max-width: 767px) {
  header .logo-qsmall {
    width: 72px;
    left: 15px;
  }
}
header .logo-together {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 175px;
}
@media screen and (max-width: 767px) {
  header .logo-together {
    width: 80px;
  }
}
header .burger-btn {
  width: 180px;
  height: 160px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../img/bg_burger_btn.png) no-repeat right top/contain;
}
@media screen and (max-width: 767px) {
  header .burger-btn {
    height: 80px;
    width: 80px;
  }
}
header .burger-btn .btn {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 45%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  header .burger-btn .btn {
    width: 30px;
    top: 38%;
    left: 63%;
    height: 30px;
  }
}
header .burger-btn .btn span {
  position: absolute;
  width: 46px;
  height: 4px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header .burger-btn .btn span {
    width: 30px;
  }
}
header .burger-btn .btn span:nth-of-type(1) {
  top: 0px;
}
header .burger-btn .btn span:nth-of-type(2) {
  top: 12px;
}
@media screen and (max-width: 767px) {
  header .burger-btn .btn span:nth-of-type(2) {
    top: 8px;
  }
}
header .burger-btn .btn span:nth-of-type(3) {
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  header .burger-btn .btn span:nth-of-type(3) {
    bottom: 10px;
  }
}
header .burger-btn .btn .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
header .burger-btn .btn .txt img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .burger-btn .btn .txt .menu {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
header .burger-btn .btn .txt .close {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
header .burger-btn .btn.active span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .burger-btn .btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
@media screen and (max-width: 767px) {
  header .burger-btn .btn.active span:nth-of-type(1) {
    top: 7px;
  }
}
header .burger-btn .btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .burger-btn .btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 31px;
}
@media screen and (max-width: 767px) {
  header .burger-btn .btn.active span:nth-of-type(3) {
    bottom: 19px;
  }
}
header .burger-btn .btn.active .txt img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .burger-btn .btn.active .txt .menu {
  opacity: 0;
}
header .burger-btn .btn.active .txt .close {
  opacity: 1;
}
header .burger-menu-wrap {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff9e2;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 120px 60px 90px 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 700px;
  max-height: 733px;
  height: 100vh;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap {
    width: 100%;
    height: 100vh;
    padding: 36px 28px 30px;
  }
}
header .burger-menu-wrap.opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .burger-menu-wrap .page-nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .page-nav {
    margin-bottom: 30px;
  }
}
header .burger-menu-wrap .page-nav li {
  position: relative;
}
header .burger-menu-wrap .page-nav > li {
  margin-bottom: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .page-nav > li {
    margin-bottom: 20px;
  }
}
header .burger-menu-wrap .page-nav > li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 12px;
  display: block;
  background: url(../img/icon_nav.png) no-repeat center/contain;
}
header .burger-menu-wrap .page-nav > li > a {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .page-nav > li > a {
    font-size: 15px;
    letter-spacing: 0.16em;
  }
}
header .burger-menu-wrap .page-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
header .burger-menu-wrap .page-nav ul > li {
  width: 43%;
  display: block;
  margin-top: 26px;
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .page-nav ul > li {
    width: 100%;
    margin-top: 12px;
  }
}
header .burger-menu-wrap .page-nav ul > li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 7px;
  height: 11px;
  display: block;
  background: url(../img/icon_nav.png) no-repeat center/contain;
}
header .burger-menu-wrap .page-nav ul > li > a {
  font-weight: bold;
  letter-spacing: 0.16em;
}
header .burger-menu-wrap .page-nav ul > li:nth-of-type(2), header .burger-menu-wrap .page-nav ul > li:nth-of-type(4) {
  width: 57%;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .page-nav ul > li:nth-of-type(2), header .burger-menu-wrap .page-nav ul > li:nth-of-type(4) {
    width: 100%;
  }
}
header .burger-menu-wrap .btn-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 28px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .btn-nav {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
header .burger-menu-wrap .btn-nav li {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .btn-nav li {
    width: 310px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .btn-nav li:last-of-type {
    margin-bottom: 0;
  }
}
header .burger-menu-wrap .btn-nav li a {
  display: block;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .btn-nav li a {
    border-radius: 14px;
  }
}
header .burger-menu-wrap h3 {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 17px;
  color: #4b2821;
}
header .burger-menu-wrap .official-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
header .burger-menu-wrap .official-nav > li {
  position: relative;
  width: 50%;
  display: block;
  margin-top: 26px;
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  header .burger-menu-wrap .official-nav > li {
    margin-top: 12px;
    width: 100%;
  }
}
header .burger-menu-wrap .official-nav > li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 7px;
  height: 11px;
  display: block;
  background: url(../img/icon_nav.png) no-repeat center/contain;
}
header .burger-menu-wrap .official-nav > li > a {
  letter-spacing: 0.05em;
  font-size: 15px;
}

main {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 0;
  }
}

footer {
  background-color: #e6f7fa;
  position: relative;
}
footer::after {
  content: "";
  display: block;
  width: 74px;
  height: 88px;
  position: absolute;
  right: 10%;
  bottom: 33%;
  background: url(../img/icon_footer.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  footer::after {
    width: 60px;
    height: 71px;
    right: 20px;
    bottom: 45%;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  footer::after {
    bottom: 50%;
  }
}
footer .pageTop {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  width: 66px;
}
@media screen and (max-width: 767px) {
  footer .pageTop {
    width: 48px;
    right: 10px;
    bottom: 20px;
  }
}
footer .pageTop.active {
  -webkit-animation: baloon 1s ease forwards;
          animation: baloon 1s ease forwards;
}
@-webkit-keyframes baloon {
  0% {
    bottom: 70px;
  }
  100% {
    bottom: 100vh;
  }
}
@keyframes baloon {
  0% {
    bottom: 70px;
  }
  100% {
    bottom: 100vh;
  }
}
footer .footer-wrapper {
  padding: 30px 50px 45px;
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  footer .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .logo {
  width: 170px;
}
@media screen and (max-width: 767px) {
  footer .logo {
    width: 155px;
    display: block;
    margin: 0 auto;
  }
}
footer .footer-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  footer .footer-nav-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
footer .footer-nav-wrap .footer-nav:first-of-type {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .footer-nav:first-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  footer .footer-nav-wrap .footer-nav:first-of-type {
    margin-right: 30px;
  }
}
footer .footer-nav-wrap .footer-nav > li {
  margin-bottom: 26px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .footer-nav > li {
    margin-bottom: 16px;
  }
}
footer .footer-nav-wrap .footer-nav > li a {
  font-size: 15px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .footer-nav > li a {
    font-size: 14px;
  }
}
footer .footer-nav-wrap .footer-nav > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -18px;
  width: 8px;
  height: 12px;
  display: block;
  background: url(../img/icon_nav.png) no-repeat center/contain;
}
footer .footer-nav-wrap .footer-nav > li.has-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .footer-nav > li.has-child {
    padding-left: 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  footer .footer-nav-wrap .footer-nav > li.has-child {
    padding-left: 0;
  }
}
footer .footer-nav-wrap .footer-nav > li.has-child span {
  display: block;
  color: #4b2821;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .footer-nav > li.has-child span {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  footer .footer-nav-wrap .footer-nav > li.has-child span {
    white-space: nowrap;
  }
}
footer .footer-nav-wrap .footer-nav > li.has-child ul {
  padding-left: 40px;
}
footer .footer-nav-wrap .footer-nav > li.has-child ul > li {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .footer-nav > li.has-child ul > li {
    margin-bottom: 12px;
  }
}
footer .footer-nav-wrap .footer-nav > li.has-child ul > li a {
  font-size: 12px;
}
footer .footer-nav-wrap .footer-nav > li.has-child ul > li a::before {
  left: -15px;
  width: 7px;
  height: 11px;
}
footer .footer-nav-wrap .banner-nav {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav-wrap .banner-nav {
    padding-left: 0;
    margin: 30px auto 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  footer .footer-nav-wrap .banner-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-left: 0;
  }
}
footer .footer-nav-wrap .banner-nav li:first-of-type {
  margin-bottom: 12px;
}
footer .footer-nav-wrap .banner-nav li a img {
  width: 260px;
}
footer .copyright {
  padding: 24px 0;
  display: block;
  background-color: #4b2821;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    padding: 12px 0;
  }
}
footer .copyright img {
  display: block;
  width: 286px;
  margin: 0 auto;
}

.modaal-inner-wrapper {
  padding: 0 10px;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  border-radius: 0 !important;
  background: url(../img/icon_modal_close.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 40px;
    height: 40px;
  }
}
.modaal-wrapper .modaal-close::before {
  display: none !important;
}
.modaal-wrapper .modaal-close:after {
  display: none !important;
}
.modaal-wrapper .modaal-container {
  border-radius: 20px;
  border: 2px solid #00adcc;
}
.modaal-wrapper .modaal-content-container {
  padding: 70px 70px 50px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container {
    padding: 30px 15px;
    height: 96vh;
    overflow: hidden;
  }
}
.modaal-wrapper .modaal-content-container .ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .ttl-wrap {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .ttl-wrap::after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20px;
    width: 100%;
    height: 2px;
    background-color: #00adcc;
  }
}
.modaal-wrapper .modaal-content-container .ttl-wrap .icon {
  width: 100px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .ttl-wrap .icon {
    margin-right: 10px;
  }
}
.modaal-wrapper .modaal-content-container .ttl-wrap .ttl {
  width: calc(100% - 100px);
}
.modaal-wrapper .modaal-content-container .ttl-wrap .ttl span {
  border-radius: 12px;
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 10px 16px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .ttl-wrap .ttl span {
    font-size: 10px;
    padding: 6px 10px;
    border-radius: 6px;
  }
}
.modaal-wrapper .modaal-content-container .ttl-wrap .ttl span.abeno {
  background-color: #fff9e2;
}
.modaal-wrapper .modaal-content-container .ttl-wrap .ttl span.amagasaki {
  background-color: #e9fce1;
}
.modaal-wrapper .modaal-content-container .ttl-wrap .ttl span.minoh {
  background-color: #e1f5f9;
}
.modaal-wrapper .modaal-content-container .ttl-wrap .ttl span.morinomiya {
  background-color: #f2f2f2;
}
.modaal-wrapper .modaal-content-container .ttl-wrap .ttl h4 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 24px 0 16px 0;
  border-bottom: 2px solid #00adcc;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .ttl-wrap .ttl h4 {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.44;
    border-bottom: none;
  }
}
.modaal-wrapper .modaal-content-container .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .img-wrap {
    margin-top: 0;
  }
}
.modaal-wrapper .modaal-content-container .img-wrap img {
  width: 49.5%;
  display: block;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .img-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .img-wrap img:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .scroll-container {
    height: 65vh;
    overflow: scroll;
  }
}
.modaal-wrapper .modaal-content-container .scroll-container::-webkit-scrollbar {
  width: 8px;
  height: 0;
}
.modaal-wrapper .modaal-content-container .scroll-container::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 10px #e4eef4 inset;
          box-shadow: 0 0 10px #e4eef4 inset;
}
.modaal-wrapper .modaal-content-container .scroll-container::-webkit-scrollbar-thumb {
  background-color: #00adcc;
  border-radius: 15px;
}
.modaal-wrapper .modaal-content-container h5 {
  color: #00adcc;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container h5 {
    margin-top: 20px;
  }
}
.modaal-wrapper .modaal-content-container .txt {
  margin-top: 20px;
  line-height: 1.87;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .txt {
    margin-top: 10px;
  }
}
.modaal-wrapper .modaal-content-container .txt a {
  color: #00adcc;
  text-decoration: underline;
}
.modaal-wrapper .modaal-content-container .modaal-close.txt-close {
  text-align: center;
  position: static;
  width: 100%;
  background: none;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .modaal-close.txt-close {
    margin-top: 20px;
    position: absolute;
    margin-top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    right: auto;
  }
}
.modaal-wrapper .modaal-content-container .modaal-close.txt-close img {
  cursor: pointer;
  width: 106px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-content-container .modaal-close.txt-close img {
    width: 96px;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*=================================
animation
===================================*/
.fadeInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.shineAnime {
  overflow: hidden;
}
.shineAnime::before {
  content: "";
  -webkit-animation: shine 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
          animation: shine 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  z-index: 99;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0;
  position: absolute;
}

@-webkit-keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
/*=================================
main
===================================*/
.mv-slider-wrap {
  position: relative;
  z-index: 99;
}
.mv-slider-wrap .mv-slider {
  position: relative;
  z-index: -1;
}
.mv-slider-wrap .mv-slider .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mv-slider-wrap .mv-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.mv-slider-wrap .mv-slider .slick-dots button {
  color: transparent;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  padding: 0;
  background: transparent;
}
.mv-slider-wrap .mv-slider .slick-dots .slick-active button {
  background: #fff;
}
.mv-slider-wrap .wave-animation {
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 0;
}
.mv-slider-wrap .wave {
  background: url(../img/mv_wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  -webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.mv-slider-wrap .mv-catchcopy {
  position: absolute;
  z-index: 99;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 37.7%;
}
@media screen and (max-width: 767px) {
  .mv-slider-wrap .mv-catchcopy {
    max-width: 100%;
    width: 90%;
    top: 50%;
  }
}

.sec-intro {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-intro {
    padding-top: 20px;
  }
}
.sec-intro::before {
  content: "";
  position: absolute;
  width: 273px;
  height: 338px;
  top: 10%;
  left: -5%;
  background: url(../img/icon_intro_l.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-intro::before {
    width: 160px;
    height: 200px;
    z-index: -1;
    top: 20%;
    left: -8%;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro::before {
    width: 220px;
    height: 320px;
  }
}
.sec-intro::after {
  content: "";
  position: absolute;
  z-index: 99;
  width: 223px;
  height: 227px;
  top: -5%;
  right: -2%;
  background: url(../img/icon_intro_r.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-intro::after {
    width: 110px;
    height: 110px;
    z-index: -1;
    top: 12%;
    right: -10%;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro::after {
    width: 180px;
    height: 180px;
  }
}
.sec-intro .intro-ttl {
  text-align: center;
  position: relative;
  z-index: 99;
}
.sec-intro .intro-ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 100px;
  background: url(../img/garland_l.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl::before {
    width: 133px;
    left: -40px;
    height: 46px;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro .intro-ttl::before {
    width: 230px;
  }
}
.sec-intro .intro-ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
  height: 100px;
  background: url(../img/garland_r.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl::after {
    width: 133px;
    height: 46px;
    right: -40px;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-intro .intro-ttl::after {
    width: 230px;
  }
}
.sec-intro .intro-ttl img {
  width: 200px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl img {
    width: 107px;
  }
}
.sec-intro .intro-catch {
  margin-top: 90px;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-catch {
    margin-top: 56px;
  }
}
.sec-intro .intro-catch img {
  width: auto;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-catch img {
    height: auto;
    width: 300px;
  }
}
.sec-intro .txt {
  margin-top: 36px;
  text-align: center;
  line-height: 2.375;
  position: relative;
  z-index: 9;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 767px) {
  .sec-intro .txt {
    line-height: 2;
    letter-spacing: 0.14em;
    margin-top: 20px;
  }
}
.sec-intro .txt .blue {
  color: #00adcc;
}
.sec-intro .txt .strong {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec-intro .txt .strong {
    font-size: 17px;
    letter-spacing: 0.18em;
    line-height: 2.2;
  }
}
.sec-intro .txt .strong strong {
  color: #00adcc;
  position: relative;
}
.sec-intro .txt .strong strong::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50px;
  background-color: #00adcc;
  width: 232px;
  height: 5px;
}
@media screen and (max-width: 767px) {
  .sec-intro .txt .strong strong::after {
    height: 3px;
    width: 182px;
  }
}
.sec-intro .about-wrap {
  background: url(../img/img_intro_about.png) no-repeat center bottom/98%;
  padding-bottom: 24%;
}
@media screen and (max-width: 767px) {
  .sec-intro .about-wrap {
    background: url(../img/img_intro_about_sp.png) no-repeat center bottom/100%;
    padding-bottom: 100%;
  }
}
.sec-intro .box-about {
  margin-top: 90px;
  background-color: #fff9e2;
  border-radius: 12px;
  padding: 70px 15px;
  position: relative;
  text-align: center;
}
.sec-intro .box-about .ttl {
  position: absolute;
  width: 399px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -24px;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .ttl {
    width: 300px;
  }
}
.sec-intro .box-about .txt01 {
  width: 573px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .txt01 {
    width: 283px;
  }
}
.sec-intro .box-about .img-logo {
  width: 617px;
  margin: 42px auto 0;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .img-logo {
    width: 275px;
    margin: 30px auto 0;
  }
}
.sec-intro .box-about .txt02 {
  font-weight: bold;
  font-size: 26px;
  margin-top: 18px;
  line-height: 1.65;
  letter-spacing: 0.14em;
  color: #4b2821;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .txt02 {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.18em;
  }
}
.sec-intro .box-about .txt02 strong {
  color: #00adcc;
}
.sec-intro .box-about .txt03 {
  font-size: 15px;
  margin-top: 40px;
  line-height: 2.13;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .txt03 {
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 1.85;
    margin-top: 30px;
  }
}
.sec-intro .box-about .txt04 {
  margin-top: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.11em;
  color: #4b2821;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .txt04 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.11em;
  }
}
.sec-intro .box-about .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 670px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 30px auto 0;
}
.sec-intro .box-about .flex-wrap .img-wrap {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .flex-wrap .img-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .flex-wrap .img-wrap img {
    width: 130px;
  }
}
.sec-intro .box-about .flex-wrap .txt-wrap {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .flex-wrap .txt-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.sec-intro .box-about .flex-wrap .txt05 {
  line-height: 2;
  letter-spacing: 0.13em;
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .flex-wrap .txt05 {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.85;
  }
}
.sec-intro .box-about .hidden-area {
  display: none;
}
.sec-intro .box-about .btn-accordion {
  width: 410px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  cursor: pointer;
  height: 71px;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .btn-accordion {
    width: 315px;
  }
}
.sec-intro .box-about .btn-accordion span {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.09em;
  color: #4b2821;
}
.sec-intro .box-about .btn-accordion span img {
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec-intro .box-about .btn-accordion span img {
    height: 17px;
  }
}
.sec-intro .box-about .btn-accordion span img.close {
  opacity: 0;
}
.sec-intro .box-about .btn-accordion::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/icon_open.png) no-repeat center/contain;
}
.sec-intro .box-about .btn-accordion.active span img.open {
  opacity: 0;
}
.sec-intro .box-about .btn-accordion.active span img.close {
  opacity: 1;
}
.sec-intro .box-about .btn-accordion.active::after {
  background: url(../img/icon_close.png) no-repeat center/contain;
}

.sec-workings {
  max-width: 100%;
  position: relative;
}
.sec-workings::before {
  content: "";
  position: absolute;
  width: 588px;
  height: 104px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -103px;
  background: url(../img/bg_sec_ttl.png) no-repeat center/100%;
}
.sec-workings .sec-ttl::before {
  width: 200px;
  height: 33px;
  background: url(../img/sec_ttl_workings.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-workings .sec-ttl::before {
    width: 167px;
    background: url(../img/sec_ttl_workings_sp.png) no-repeat center/contain;
    height: 27px;
  }
}
.sec-workings .ttl {
  text-align: center;
  font-weight: bold;
  color: #4b2821;
  font-size: 25px;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec-workings .ttl {
    font-size: 18px;
  }
}
.sec-workings .ttl span {
  position: relative;
}
.sec-workings .ttl span strong {
  color: #00adcc;
}
.sec-workings .ttl span::before {
  position: absolute;
  left: -36px;
  top: 0;
  width: 14px;
  height: 23px;
  content: "";
  display: block;
  background: url(../img/strong01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-workings .ttl span::before {
    left: -30px;
  }
}
.sec-workings .ttl span::after {
  position: absolute;
  right: -36px;
  top: 0;
  width: 14px;
  height: 23px;
  content: "";
  display: block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url(../img/strong01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-workings .ttl span::after {
    right: -30px;
  }
}
.sec-workings .list-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .sec-workings .list-images {
    margin-top: 12px;
  }
}
.sec-workings .list-images li {
  width: 48.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-workings .list-images li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-workings .list-images li:first-of-type {
    margin-bottom: 12px;
  }
}
.sec-workings .list-images li .btn-partner {
  position: absolute;
  width: 100%;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  display: block;
  width: 90%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 13px;
  background-color: #f9a94b;
}
@media screen and (max-width: 767px) {
  .sec-workings .list-images li .btn-partner {
    width: 100%;
  }
}
.sec-workings .list-images li .btn-partner:hover {
  opacity: 1;
}
.sec-workings .list-images li .btn-partner:hover::before {
  content: "";
  -webkit-animation: shine 0.5s linear;
          animation: shine 0.5s linear;
  background-color: #fff;
  width: 140%;
  height: 100%;
  z-index: 99;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0;
  position: absolute;
}
.sec-workings .list-images:first-of-type {
  position: relative;
}
.sec-workings .list-images:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -70px;
  width: 34px;
  height: 30px;
  background: url(../img/arrow_bottom.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-workings .list-images:first-of-type::after {
    bottom: -50px;
    width: 22px;
    height: 20px;
  }
}
.sec-workings .txt01 {
  text-align: center;
  margin-top: 90px;
  font-size: 25px;
  color: #4b2821;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.32;
}
@media screen and (max-width: 767px) {
  .sec-workings .txt01 {
    font-size: 18px;
    line-height: 1.75;
    margin-top: 70px;
  }
}
.sec-workings .txt01 span {
  position: relative;
}
.sec-workings .txt01 span::before {
  position: absolute;
  left: -50px;
  bottom: 6px;
  width: 30px;
  height: 33px;
  content: "";
  display: block;
  background: url(../img/strong02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-workings .txt01 span::before {
    width: 24px;
    height: 27px;
    left: -40px;
  }
}
.sec-workings .txt01 span::after {
  position: absolute;
  right: -50px;
  bottom: 6px;
  width: 30px;
  height: 33px;
  content: "";
  display: block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url(../img/strong02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-workings .txt01 span::after {
    width: 24px;
    right: -40px;
    height: 27px;
  }
}
.sec-workings .txt02 {
  max-width: 824px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .sec-workings .txt02 {
    max-width: 318px;
  }
}
.sec-workings .txt03 {
  margin: 30px auto 40px auto;
  text-align: center;
  letter-spacing: 0.17em;
  line-height: 2.31;
}
@media screen and (max-width: 767px) {
  .sec-workings .txt03 {
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 0.14em;
    line-height: 2;
  }
}
.sec-workings .section-workings-bottom {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-workings .section-workings-bottom {
    margin-top: 45%;
    padding-bottom: 10%;
  }
}
.sec-workings .section-workings-bottom .txt {
  padding: 0 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  text-align: center;
  font-size: 26px;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.2;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .sec-workings .section-workings-bottom .txt {
    font-size: 20px;
    line-height: 1.75;
    top: -23%;
  }
}
.sec-workings .section-workings-bottom .txt span {
  position: relative;
  color: #00adcc;
}
@media screen and (max-width: 767px) {
  .sec-workings .section-workings-bottom .txt span {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.sec-workings .section-workings-bottom .txt span::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50px;
  background-color: #00adcc;
  width: 288px;
  height: 5px;
}
@media screen and (max-width: 767px) {
  .sec-workings .section-workings-bottom .txt span::after {
    width: 220px;
    bottom: -3px;
    height: 4px;
  }
}
.sec-workings .section-workings-bottom img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.sec-workings .section-workings-bottom::after {
  content: "";
  display: block;
  width: 304px;
  height: 264px;
  position: absolute;
  right: -8%;
  top: 10%;
  background: url(../img/icon_workings_r.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-workings .section-workings-bottom::after {
    width: 132px;
    height: 115px;
    right: -12%;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-workings .section-workings-bottom::after {
    width: 200px;
    height: 180px;
  }
}

.sec-event {
  position: relative;
}
.sec-event::before {
  content: "";
  position: absolute;
  width: 588px;
  height: 104px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -103px;
  background: url(../img/bg_sec_ttl.png) no-repeat center/100%;
}
.sec-event .sec-ttl {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec-event .sec-ttl {
    margin-bottom: 95px;
  }
}
.sec-event .sec-ttl::before {
  width: 157px;
  height: 23px;
  background: url(../img/sec_ttl_event.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-event .sec-ttl::before {
    width: 114px;
    height: 16px;
  }
}
.sec-event .box-event {
  padding: 20px 0 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 10px;
  }
}
.sec-event .box-event:not(:last-of-type) {
  margin-bottom: 222px;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event:not(:last-of-type) {
    margin-bottom: 150px;
  }
}
.sec-event .box-event .ttl-event {
  text-align: center;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .ttl-event {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
.sec-event .box-event .ttl-event .en {
  display: block;
}
.sec-event .box-event .ttl-event .en img {
  display: block;
  height: 12px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .ttl-event .en img {
    height: 10px;
  }
}
.sec-event .box-event .ttl-event .ja {
  display: block;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 32px;
  margin-top: 12px;
  color: #4b2821;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .ttl-event .ja {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}
.sec-event .box-event .event-list {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .event-list .slick-list {
    overflow: visible;
    width: 75%;
    margin: 0 auto;
  }
}
.sec-event .box-event .event-list .slick-slide {
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .event-list .slick-slide {
    margin: 0 6px;
  }
}
.sec-event .box-event .event-list .slick-prev,
.sec-event .box-event .event-list .slick-next {
  position: absolute;
  z-index: 99;
  top: 25%;
  cursor: pointer;
  outline: none;
  height: 68px;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .event-list .slick-prev,
.sec-event .box-event .event-list .slick-next {
    width: 40px;
    height: 40px;
    top: 27%;
  }
}
.sec-event .box-event .event-list .slick-prev {
  left: -3.5%;
  background: url(../img/icon_slider_prev.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .event-list .slick-prev {
    left: 7%;
  }
}
.sec-event .box-event .event-list .slick-next {
  right: -3.5%;
  background: url(../img/icon_slider_next.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .event-list .slick-next {
    right: 7%;
  }
}
.sec-event .box-event .event-list .img-wrap {
  position: relative;
}
.sec-event .box-event .event-list .img-wrap .modal-open {
  position: absolute;
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -5px;
  right: -5px;
}
.sec-event .box-event .event-list .txt-wrap {
  margin-top: 12px;
}
.sec-event .box-event .event-list .txt-wrap h4 {
  color: #4b2821;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  height: 50px;
}
.sec-event .box-event .event-list .txt-wrap .txt {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0.13em;
  line-height: 1.78;
}
.sec-event .box-event .modal-list li {
  display: none;
}
.sec-event .box-event .btn-eventpage {
  width: 410px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -35px;
  background-color: #fcd100;
  border-radius: 13px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .sec-event .box-event .btn-eventpage {
    width: 344px;
  }
}
.sec-event .box-event .btn-eventpage img {
  width: 100%;
}
.sec-event .box-event.abeno {
  background-color: #fff9e2;
}
.sec-event .box-event.amagasaki {
  background-color: #e9fce1;
}
.sec-event .box-event.amagasaki .event-list .txt-wrap h4 {
  height: 25px;
}
.sec-event .box-event.minoh {
  background-color: #e1f5f9;
}
.sec-event .box-event.morinomiya {
  background-color: #f2f2f2;
}

.sec-invitation {
  width: 96%;
  border-radius: 12px;
  padding: 0 60px 100px;
  margin: 240px auto 0;
  position: relative;
  background: #00adcc url(../img/bg_invitation.png) repeat left top/1270px;
}
@media screen and (max-width: 767px) {
  .sec-invitation {
    border-radius: 0;
    width: 100%;
    padding: 0 15px 70px;
  }
}
.sec-invitation::before {
  content: "";
  position: absolute;
  width: 588px;
  height: 104px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -103px;
  background: url(../img/bg_sec_ttl_invitation.png) no-repeat center/100%;
}
.sec-invitation::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0%;
  width: 214px;
  height: 247px;
  background: url(../img/icon_invitation_l.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-invitation::after {
    width: 124px;
    height: 140px;
  }
}
.sec-invitation .sec-ttl {
  color: #fff;
}
.sec-invitation .sec-ttl::before {
  width: 226px;
  height: 32px;
  background: url(../img/sec_ttl_invitation.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-invitation .sec-ttl::before {
    background: url(../img/sec_ttl_invitation_sp.png) no-repeat center/contain;
    width: 182px;
    height: 22px;
  }
}
.sec-invitation .img-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-invitation .img-wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.sec-invitation .img-wrap .img02 {
  position: absolute;
  top: -32%;
  left: -3%;
  width: 39.6%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sec-invitation .txt01 {
  max-width: 761px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .sec-invitation .txt01 {
    max-width: 285px;
  }
}
.sec-invitation .txt02 {
  margin-top: 33px;
  text-align: center;
  color: #fff;
  line-height: 2.56;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sec-invitation .txt02 {
    text-align: left;
    font-size: 13px;
    line-height: 2.15;
  }
}
.sec-invitation .txt02 strong {
  font-size: 20px;
  color: #fff587;
}
@media screen and (max-width: 767px) {
  .sec-invitation .txt02 strong {
    font-size: 17px;
  }
}
.sec-invitation .txt03 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sec-invitation .txt03 {
    font-size: 17px;
  }
}
.sec-invitation .btn-partner {
  display: block;
  margin: 50px auto 0;
  max-width: 410px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .sec-invitation .btn-partner {
    border-radius: 17px;
  }
}

.sec-sns {
  padding-top: 20px;
  max-width: 96%;
  position: relative;
}
.sec-sns::after {
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  right: -6%;
  z-index: -1;
  width: 375px;
  height: 425px;
  background: url(../img/icon_sns_r.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-sns::after {
    width: 148px;
    height: 168px;
    top: 14%;
  }
}
.sec-sns .sec-ttl {
  margin-top: 80px;
  color: #00adcc;
}
@media screen and (max-width: 767px) {
  .sec-sns .sec-ttl {
    margin-top: 40px;
  }
}
.sec-sns .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-sns .box-wrap .box {
  width: 48%;
  border-radius: 12px;
  border: 2px solid #00adcc;
  -webkit-box-shadow: 5px 5px 0 #00adcc;
          box-shadow: 5px 5px 0 #00adcc;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box:last-of-type {
    margin-bottom: 0;
  }
}
.sec-sns .box-wrap .box .ttl {
  text-align: center;
}
.sec-sns .box-wrap .box .ttl span {
  background-color: #fff;
  display: inline-block;
  border: 2px solid #00adcc;
  border-radius: 6px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.14em;
  color: #00adcc;
  padding: 8px 30px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box .ttl span {
    font-size: 16px;
  }
}
.sec-sns .box-wrap .box .list-link {
  padding: 0 56px 30px;
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box .list-link {
    padding: 10px 20px 30px 20px;
  }
}
.sec-sns .box-wrap .box .list-link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec-sns .box-wrap .box .list-link li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box .list-link li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.sec-sns .box-wrap .box .list-link li .icon {
  width: 60px;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box .list-link li .icon {
    width: 48px;
    margin-right: 10px;
  }
}
.sec-sns .box-wrap .box .list-link li .txt-wrap h4 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box .list-link li .txt-wrap h4 {
    font-size: 16px;
  }
}
.sec-sns .box-wrap .box .list-link li .txt-wrap h4 span {
  display: inline-block;
  margin-left: 6px;
}
.sec-sns .box-wrap .box .list-link li .txt-wrap h4 span img {
  vertical-align: middle;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box .list-link li .txt-wrap h4 span img {
    width: 20px;
  }
}
.sec-sns .box-wrap .box .list-link li .txt-wrap h4.line {
  color: #00b900;
}
.sec-sns .box-wrap .box .list-link li .txt-wrap h4.twitter {
  color: #1da1f2;
}
.sec-sns .box-wrap .box .list-link li .txt-wrap h4.instagram {
  color: #fb0077;
}
.sec-sns .box-wrap .box .list-link li .txt-wrap .txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 6px;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sec-sns .box-wrap .box .list-link li .txt-wrap .txt {
    font-size: 12px;
    margin-top: 3px;
  }
}
.sec-sns .box-wrap .box.abeno {
  background-color: #fff9e2;
}
.sec-sns .box-wrap .box.amagasaki {
  background-color: #e9fce1;
}
.sec-sns .box-wrap .box.minoh {
  background-color: #e1f5f9;
}
.sec-sns .box-wrap .box.morinomiya {
  background-color: #f2f2f2;
}

.sec-contact {
  max-width: 100%;
  margin-top: 170px;
  position: relative;
  background-color: #00adcc;
  background-image: url(../img/bg_invitation.png);
  background-position: left top, left 0 bottom -1px;
  background-size: 1270px, 100%;
  background-repeat: repeat, no-repeat;
  padding-bottom: 270px;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    background-image: url(../img/bg_invitation.png);
  }
}
.sec-contact::before {
  content: "";
  position: absolute;
  width: 588px;
  height: 104px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -103px;
  background: url(../img/bg_sec_ttl_invitation.png) no-repeat center/100%;
}
.sec-contact .sec-ttl {
  color: #fff;
}
.sec-contact .sec-ttl::before {
  width: 187px;
  height: 28px;
  background: url(../img/sec_ttl_contact.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-ttl::before {
    background: url(../img/sec_ttl_contact_sp.png) no-repeat center/contain;
    width: 175px;
    height: 22px;
  }
}
.sec-contact .txt {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .sec-contact .txt {
    margin-top: 0;
    font-size: 15px;
  }
}
.sec-contact .btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-contact .btn-list li {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .sec-contact .btn-list li {
    width: 343px;
  }
}
.sec-contact .btn-list li:first-of-type {
  margin-right: 0;
}
.sec-contact .btn-list li a {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border-radius: 14px;
}
.sec-contact .wave-wrap {
  overflow: hidden;
}
.sec-contact .wave-animation {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-contact .wave {
  background: url(../img/footer_wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  -webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}