@charset "UTF-8";
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 750px) {
  header {
    padding: 10px 40px 20px 20px;
    position: initial;
  }
}
header h1 span {
  white-space: nowrap;
  text-align: left;
  font-family: Zen Maru Gothic;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgb(52, 28, 87);
}
@media (max-width: 750px) {
  header h1 span {
    font-size: 14px;
    display: block;
    margin-top: -10px;
  }
  header h1 span img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  header h1 {
    width: 60%;
  }
}
@media (max-width: 750px) {
  header .pc_nav {
    display: none;
  }
}
header .pc_nav ul {
  display: flex;
  list-style: none;
}
header .pc_nav ul li {
  margin-left: 30px;
}
header .pc_nav ul li a {
  white-space: nowrap;
  text-align: left;
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgb(34, 34, 34);
  letter-spacing: 0.6px;
  overflow: visible;
  text-decoration: none;
  display: flex;
  align-items: center;
}
header .pc_nav ul li a::before {
  content: "";
  display: block;
  background-image: url(../img/top/top_arrow.png);
  width: 3.43px;
  height: 6.86px;
  background-size: cover;
  display: inline-block;
  margin-right: 11.7px;
}

.sec_list_box {
  position: fixed;
  bottom: 20%;
  right: 5%;
  z-index: 999999999;
}
.sec_list_box ul li {
  margin: -10px 0 0 0;
  padding: 0;
}
.sec_list_box ul li a {
  display: block;
}
.sec_list_box ul li a .hover {
  display: none;
}
.sec_list_box ul li a:hover .hover {
  display: block;
}
.sec_list_box ul li a:hover .nomal {
  display: none;
}

.slid_wapperr {
  position: relative;
}
.slid_wapperr .list_box {
  position: fixed;
  bottom: 20%;
  right: 1%;
  z-index: 999999999;
}
@media (max-width: 750px) {
  .slid_wapperr .list_box {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 750px) {
  .slid_wapperr .list_box ul {
    display: flex;
  }
}
.slid_wapperr .list_box ul li {
  margin: -10px 0 0 0;
  padding: 0;
}
@media (min-width: 751px) {
  .slid_wapperr .list_box ul li a {
    display: block;
  }
  .slid_wapperr .list_box ul li a .hover {
    display: none;
  }
  .slid_wapperr .list_box ul li a:hover .hover {
    display: block;
  }
  .slid_wapperr .list_box ul li a:hover .nomal {
    display: none;
  }
}
.slid_wapperr .represent_slick01 {
  position: relative;
}
.slid_wapperr .represent_slick01 .slick-slide img {
  width: 100%;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  transition: 0.3s;
  /*   デフォルトは非表示 */
  opacity: 0;
}
@media (max-width: 750px) {
  .pagetop {
    bottom: 60px;
    right: 15px;
  }
}

.inner {
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
}

.contact_btn a {
  display: block;
  max-width: 330px;
  text-align: center;
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgb(82, 25, 115);
  letter-spacing: 0.4px;
  margin: 0 auto;
  padding: 18px 0;
  border: 1px solid #521973;
  position: relative;
}
.contact_btn a:hover {
  background-color: rgb(82, 25, 115);
  color: #fff;
}
.contact_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.contact_btn a::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #521973;
  border-right: solid 2px #521973;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 750px) {
  .contact_btn a::after {
    border-top: solid 1px #521973;
    border-right: solid 1px #521973;
  }
}

footer {
  margin-top: 150px;
  display: flex;
}
@media (max-width: 750px) {
  footer {
    flex-direction: column;
  }
}
footer .copy {
  text-align: right;
  color: #fff;
}
footer .footer_last {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 750px) {
  footer .footer_last {
    flex-direction: column;
    margin-top: 0px;
  }
}
footer .footer_last li {
  font-size: 14px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  footer .footer_last li {
    margin-bottom: 10px;
    font-family: Zen Kaku Gothic New;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.6px;
  }
}
@media (max-width: 750px) {
  footer .footer_last li .top {
    margin-bottom: 20px;
  }
}
footer .footer_last li a {
  color: #fff;
}
footer .left_box {
  width: 20%;
  background-color: #270B36;
  padding-left: 10%;
  padding: 80px 5% 150px 5%;
}
@media (max-width: 750px) {
  footer .left_box {
    width: 100%;
    padding: 50px 0% 35px 30px;
  }
}
footer .left_box .txt {
  margin-top: 20px;
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.6px;
}
@media (max-width: 750px) {
  footer .left_box .txt a {
    color: #fff;
  }
}
footer .right_box {
  padding: 80px 5% 80px 80px;
  width: 80%;
  background-color: #371848;
}
@media (max-width: 750px) {
  footer .right_box {
    width: 100%;
    padding: 30px 30px 80px;
  }
  footer .right_box .copy {
    text-align: center;
    color: #CBBAD5;
    font-size: 12px;
  }
}
footer .right_box .list01 {
  display: flex;
}
@media (max-width: 750px) {
  footer .right_box .list01 {
    flex-direction: column;
  }
}
footer .right_box .list01 li {
  margin-right: 20px;
}
footer .right_box .list01 li .top {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  footer .right_box .list01 li .top {
    margin-bottom: 20px;
  }
}
footer .right_box .list01 li a {
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.6px;
}
@media (max-width: 750px) {
  footer .right_box .list01 li ul {
    display: none;
  }
}
footer .right_box .list01 li ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .right_box .list01 li ul li a {
  position: relative;
  padding-left: 10px;
}
footer .right_box .list01 li ul li a::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 0px;
  bottom: 0;
  margin: auto;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 1000000000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 55px 140px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .modalWrapper {
    padding: 30px 20px;
  }
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 13px;
}

.modalContents h2 {
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #521973;
}
.modalContents table {
  border-bottom: 1px solid #EAE9E7;
  border-radius: 20px 20px 0 0;
  margin-top: 21px;
  width: 100%;
  border-collapse: collapse;
}
.modalContents table th {
  background-color: rgb(82, 25, 115);
  white-space: nowrap;
  text-align: center;
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.4px;
  padding: 16px 22px;
}
.modalContents table th.filst {
  border-radius: 20px 0 0 0;
}
.modalContents table th.last {
  border-radius: 0px 20px 0 0;
}
.modalContents table td {
  padding: 20px;
  white-space: nowrap;
  text-align: left;
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: rgb(34, 34, 34);
  letter-spacing: 0.6px;
}
.modalContents table td.border_left {
  border-left: 1px solid #EAE9E7;
}
.modalContents table td.border_right {
  border-right: 1px solid #EAE9E7;
}
.modalContents table td.border {
  border-bottom: 1px solid #EAE9E7;
}
.modalContents .pic_txt {
  font-size: 13px;
  color: #222222;
  line-height: 1.5;
  display: flex;
  margin-top: 20px;
}
.modalContents .pic_txt::before {
  margin-right: 5px;
  margin-top: 3px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/top/nizuumaru.png);
  background-size: cover;
}
.modalContents figure {
  display: block;
}
.modalContents figure img {
  width: 100%;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10;
  right: 20px;
  top: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0px;
  border-radius: 10px;
  background: #521973;
  transition: 0.3s ease-in-out;
}

/* 1本目（上） */
.hamburger span:nth-child(1) {
  top: 25px;
}
@media (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 15px;
  }
}

@media (max-width: 768px) {
  .hamburger.active span {
    left: 8px;
  }
}

/* 2本目（中） */
.hamburger span:nth-child(2) {
  top: 35px;
}
@media (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 25px;
  }
}

/* 3本目（下） */
/* ✖️アニメーション */
.hamburger.active span:nth-child(1) {
  top: 35px;
  transform: rotate(45deg);
  transform-origin: center;
}
@media (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 23px;
    width: 32px;
  }
}

.hamburger.active span:nth-child(2) {
  top: 35px;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 32px;
}
@media (max-width: 768px) {
  .hamburger.active span:nth-child(2) {
    top: 23px;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0;
  color: #fff;
  background: #F3EDF7;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
  padding: 72px 45px;
}
@media (max-width: 768px) {
  nav.globalMenuSp {
    padding: 20px 20px;
  }
}
nav.globalMenuSp .list01 li {
  margin-bottom: 20px;
}
nav.globalMenuSp .list01 li a {
  display: block;
  background-color: #fff;
  font-size: 15px;
  padding: 10px 0;
  border-radius: 6px;
  color: #5C1B84;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
nav.globalMenuSp .list01 li a:hover {
  color: #fff;
  background-color: #5C1B84;
}
nav.globalMenuSp .list01 li:first-child a {
  background-color: #5C1B84;
  color: #fff;
}
nav.globalMenuSp .list02 > li {
  list-style: none;
  margin: 10px 0;
}
nav.globalMenuSp .list02 > li > a {
  text-decoration: none;
  font-weight: bold;
}
nav.globalMenuSp .list02 li ul {
  display: none;
  margin-top: 5px;
  padding-left: 0px;
}
nav.globalMenuSp .list02 li ul li {
  list-style: circle;
  margin: 5px 0;
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
nav.globalMenuSp .list02 li ul li a {
  color: #521973;
  position: relative;
  display: block;
  padding-left: 10px;
}
nav.globalMenuSp .list02 li ul li a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #91816A;
  border-right: solid 1px #91816A;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
}
nav.globalMenuSp .list02 li.open ul {
  display: block;
}
nav.globalMenuSp .has-submenu {
  cursor: pointer;
  font-weight: bold;
  display: block;
  position: relative;
}
nav.globalMenuSp .has-submenu::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #521973;
  border-right: solid 2px #521973;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  nav.globalMenuSp .has-submenu::before {
    border-top: solid 1px #521973;
    border-right: solid 1px #521973;
  }
}
nav.globalMenuSp .open .has-submenu {
  padding-bottom: 20px;
}
nav.globalMenuSp .open .has-submenu::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #521973;
  border-right: solid 2px #521973;
  transform: rotate(315deg);
  position: absolute;
  top: -10px;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  nav.globalMenuSp .open .has-submenu::before {
    border-top: solid 1px #521973;
    border-right: solid 1px #521973;
  }
}
nav.globalMenuSp .list02 li {
  text-align: left;
  display: block;
  border-bottom: 1px solid #CBBAD5;
  padding: 0 0 20px;
  color: #222222;
  position: relative;
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
}
nav.globalMenuSp .list02 li a {
  font-family: Zen Kaku Gothic New;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.8px;
  font-size: 15px;
  color: #222222;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 1;
  display: block;
  transform: translateY(0%);
  z-index: 9999999999999;
  top: 80px;
  position: fixed; /* または absolute */
  height: calc(100vh - 80px); /* ヘッダー高さ分引く */
  overflow-y: auto;
  width: 100%;
  background: #fff; /* 必要なら背景色も追加 */
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; /* メニューの直下に */
}/*# sourceMappingURL=common.css.map */