@charset "UTF-8";
.pc_show {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc_show {
    display: none;
  }
}

.tb_show {
  display: none;
}
@media screen and (max-width: 999px) {
  .tb_show {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .tb_show {
    display: none;
  }
}

.sp_show {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_show {
    display: block;
  }
}

/*------------------------------------------------------------
	電話番号リンクスマホのみ有効
------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*------------------------------------------------------------
	オプション
------------------------------------------------------------*/
.-mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 599px) {
  .-mt0 {
    margin-top: 0vw !important;
  }
}

.-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .-mt10 {
    margin-top: 1.6694490818vw !important;
  }
}

.-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .-mt20 {
    margin-top: 3.3388981636vw !important;
  }
}

.-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 599px) {
  .-mt30 {
    margin-top: 5.0083472454vw !important;
  }
}

.-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 599px) {
  .-mt40 {
    margin-top: 6.6777963272vw !important;
  }
}

.-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 599px) {
  .-mt50 {
    margin-top: 8.347245409vw !important;
  }
}

.-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 599px) {
  .-mt60 {
    margin-top: 10.0166944908vw !important;
  }
}

.-mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 599px) {
  .-mt70 {
    margin-top: 11.6861435726vw !important;
  }
}

.-mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 599px) {
  .-mt80 {
    margin-top: 13.3555926544vw !important;
  }
}

.-mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 599px) {
  .-mt90 {
    margin-top: 15.0250417362vw !important;
  }
}

.-mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 599px) {
  .-mb0 {
    margin-bottom: 0vw !important;
  }
}

.-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .-mb10 {
    margin-bottom: 1.6694490818vw !important;
  }
}

.-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .-mb20 {
    margin-bottom: 3.3388981636vw !important;
  }
}

.-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 599px) {
  .-mb30 {
    margin-bottom: 5.0083472454vw !important;
  }
}

.-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 599px) {
  .-mb40 {
    margin-bottom: 6.6777963272vw !important;
  }
}

.-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .-mb50 {
    margin-bottom: 8.347245409vw !important;
  }
}

.-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 599px) {
  .-mb60 {
    margin-bottom: 10.0166944908vw !important;
  }
}

.-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 599px) {
  .-mb70 {
    margin-bottom: 11.6861435726vw !important;
  }
}

.-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 599px) {
  .-mb80 {
    margin-bottom: 13.3555926544vw !important;
  }
}

.-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 599px) {
  .-mb90 {
    margin-bottom: 15.0250417362vw !important;
  }
}

.-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 599px) {
  .-mb100 {
    margin-bottom: 16.694490818vw !important;
  }
}

.-tac {
  text-align: center !important;
}

.-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.-cl_black {
  color: #333 !important;
}

.-cl_fff {
  color: #fff !important;
}

.-cl_main {
  color: #51318f !important;
}

.-cl_acc {
  color: #BB0000 !important;
}

.-fz_weight {
  font-weight: 700;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
}

p {
  font-weight: 400;
}

.main {
  display: block;
}

img {
  vertical-align: middle;
  border: none;
}
@media screen and (max-width: 599px) {
  img {
    width: 100%;
  }
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

ul {
  margin: 0;
  padding: 0;
}

li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  opacity: 1;
  overflow: auto;
  visibility: visible;
}

body.open {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.open.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.fadeinLoad {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: fadeinLoad 0.5s ease 0s;
          animation: fadeinLoad 0.5s ease 0s;
}

@-webkit-keyframes fadeinLoad {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeinLoad {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.-fadeinY {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.-fadeinX.left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .-fadeinX.left {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.-fadeinX.right {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .-fadeinX.right {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.-tac {
  text-align: center !important;
}

.-fff {
  color: #fff !important;
}

.-fw_nomal {
  font-weight: 400 !important;
  line-height: 1.8;
}

#page_top {
  position: fixed;
  right: 3%;
  bottom: 6%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  #page_top {
    bottom: 5%;
  }
}
#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #51318f;
}
@media screen and (max-width: 599px) {
  #page_top a {
    width: 16.694490818vw;
    height: 16.694490818vw;
    max-width: 70px;
    max-height: 70px;
  }
}
#page_top a img {
  width: 30px;
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  #page_top a img {
    max-width: 40px;
    width: 8.347245409vw;
  }
}
#page_top:hover {
  opacity: 0.8;
}
#page_top .arrow {
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 6px;
}

.-moveX {
  -webkit-animation: -moveX 3s infinite;
          animation: -moveX 3s infinite;
}

@-webkit-keyframes -moveX {
  100%, 60%, 35%, 25%, 0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes -moveX {
  100%, 60%, 35%, 25%, 0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/*------------------------------------------------------------
//           StickyHeader
------------------------------------------------------------*/
.nav_area.-js_navSticky {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.nav_area.-js_navSticky.-sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
}

/*------------------------------------------------------------
//           ナビゲーション
------------------------------------------------------------*/
.nav_pc,
.nav_pc .item,
.nav_pc .item a,
.item.cn .nav_cn_btn,
.nav_sp_area {
  height: 70px;
}
@media screen and (max-width: 999px) {
  .nav_pc,
  .nav_pc .item,
  .nav_pc .item a,
  .item.cn .nav_cn_btn,
  .nav_sp_area {
    height: 60px;
  }
}

.nav_pc {
  background-color: #fff;
  padding-left: 1.79%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 999px) {
  .nav_pc {
    padding-left: 2.4%;
  }
}
@media screen and (max-width: 599px) {
  .nav_pc {
    padding-left: 4%;
  }
}
.nav_pc .nav_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .nav_pc .nav_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    gap: 0 3%;
  }
}
.nav_pc .nav_logo img {
  width: 240px;
}
@media screen and (max-width: 999px) {
  .nav_pc .nav_logo img {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .nav_pc .nav_logo img {
    width: 160px;
  }
}
.nav_pc .nav_logo .name {
  font-size: clamp(1.7rem, 1.7vw, 2rem);
  font-weight: 800;
}
@media screen and (max-width: 999px) {
  .nav_pc .nav_logo .name {
    font-size: clamp(1.2rem, 3.2vw, 1.7rem);
  }
}
.nav_pc .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  position: absolute;
  right: 0;
  width: 70%;
}
@media screen and (max-width: 999px) {
  .nav_pc .area {
    display: none;
  }
}
.nav_pc .area .item {
  padding: 0 1.5%;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  border-bottom: solid 3px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_pc .area .item a {
  font-weight: 600;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_pc .area .item a:hover {
  opacity: 1;
  color: #51318f;
}
.nav_pc .area .item a.current {
  color: #51318f;
}
.nav_pc .area .item:hover {
  border-color: #51318f;
}
.nav_pc .area .item.cn {
  padding: 0;
  margin-left: 2%;
}
.nav_pc .area .item.cn .nav_cn_btn {
  background-color: #51318f;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.nav_pc .area .item.cn .nav_cn_btn .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_pc .area .item.cn .nav_cn_btn .icon {
  margin-top: 2px;
  margin-right: 7px;
}
.nav_pc .area .item.cn .nav_cn_btn:hover {
  background-color: #BB0000;
}
.nav_pc .area .item.drop_down {
  position: relative;
  z-index: 1000;
}
.nav_pc .area .item.drop_down .menu {
  background-color: #fff;
  width: 186px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 56px;
  left: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.nav_pc .area .item.drop_down .menu::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 10px 11px;
  border-color: transparent transparent #fff transparent;
}
.nav_pc .area .item.drop_down li {
  position: relative;
  height: auto;
}
.nav_pc .area .item.drop_down li a {
  position: relative;
  display: block;
  height: auto;
  font-size: 1.5rem;
  text-align: center;
  padding: 18px 0 18px;
  border-bottom: solid 2px #ccc;
}
.nav_pc .area .item.drop_down li a span {
  position: relative;
}
.nav_pc .area .item.drop_down li a span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #51318f;
  border-right: solid 2px #51318f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -3px;
}
.nav_pc .area .item.drop_down li a:hover {
  color: #51318f;
}
.nav_pc .area .item.drop_down li:last-child a {
  border: none;
}
.nav_pc .area .item:hover.drop_down .menu {
  z-index: 1000;
  top: 86px;
  opacity: 1;
  visibility: visible;
}

.drop_down .link.active {
  border-color: #51318f;
  color: #51318f;
}

.nav_sp_area {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  background-color: #51318f;
  width: 60px;
}
@media screen and (max-width: 999px) {
  .nav_sp_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav_sp_btn_ttl {
  display: none;
}
@media screen and (max-width: 999px) {
  .nav_sp_btn_ttl {
    display: block;
    font-family: "roboto";
    font-size: 1.15rem;
    line-height: 1;
    margin-top: 4px;
    letter-spacing: 0.06em;
    color: #fff;
  }
}

/*========= ハンバーガーボタン ===============*/
.hum_btn,
.hum_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hum_btn {
  margin-top: 2px;
  position: relative;
  width: 34px;
  height: 26px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 1600;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 999px) {
  .hum_btn {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .hum_btn {
    margin-top: 6px;
  }
}
.hum_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.hum_btn span:nth-of-type(1) {
  top: 0;
}
.hum_btn span:nth-of-type(2) {
  top: 10px;
}
.hum_btn span:nth-of-type(3) {
  bottom: 3px;
}
.hum_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
      -ms-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}
.hum_btn.active span:nth-of-type(2) {
  opacity: 0;
  top: 11px;
  left: 0;
}
.hum_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
      -ms-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

/*========= SPメニュー ===============*/
.sp_menu.active {
  visibility: visible;
  position: absolute;
  opacity: 1;
  left: 0;
}

.sp_menu {
  visibility: hidden;
  width: 100%;
  height: calc(100vh - 60px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: 999;
  background-color: #f7ecf4;
  top: 60px;
  left: 100%;
}
@media screen and (max-width: 599px) {
  .sp_menu {
    top: 60px;
  }
}
.sp_menu .sns_area {
  background-color: #f7ecf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp_menu .sns_area .item {
  background-color: #339e5d;
  width: 33.3333%;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .sp_menu .sns_area .item {
    padding: 20px 0;
  }
}
.sp_menu .sns_area .item:nth-child(2) {
  background-color: #f19144;
}
.sp_menu .sns_area .item:nth-child(3) {
  background-color: #51318f;
}
@media screen and (max-width: 999px) {
  .sp_menu .sns_area .item.insta img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.sp_menu .sns_area .item img {
  width: 69.51%;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sp_menu .sns_area .item img {
    max-width: 60px;
  }
}
@media screen and (max-width: 599px) {
  .sp_menu .sns_area .item img {
    width: 69.05%;
  }
}
.sp_menu .sns_area .item:nth-child(2) img {
  top: -4px;
}
.sp_menu .sns_area .item:nth-child(3) img {
  width: 100%;
  top: -12px;
}
@media screen and (max-width: 599px) {
  .sp_menu .sns_area .item:nth-child(3) img {
    width: 100%;
  }
}
.sp_menu .sns_area figcaption {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(1.2rem, 3.47vw, 2.4rem);
  font-family: "roboto";
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  .sp_menu .sns_area figcaption {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 599px) {
  .sp_menu .sns_area figcaption {
    font-size: clamp(1.2rem, 3.47vw, 1.6rem);
  }
}
.sp_menu .wrapper {
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 30vh;
}
.sp_menu .wrapper::-webkit-scrollbar {
  display: none;
}
.sp_menu .sp_menu_list {
  margin-top: 30px;
}
.sp_menu .sp_menu_list .item {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.sp_menu .sp_menu_list .item .link {
  display: block;
  padding: 1em 0;
}
.sp_menu .sp_menu_list .item .link:hover {
  color: #51318f;
  opacity: 1;
}
.sp_menu .sp_menu_list .item .ttl {
  margin-bottom: 20px;
  display: block;
}
.sp_menu .sp_menu_list .item a.current {
  color: #51318f;
}
.sp_menu .sp_menu_list .item.page {
  padding: 1em 0;
}
@media screen and (max-width: 599px) {
  .sp_menu .sp_menu_list .item.page {
    padding: 1.5em 0;
  }
}
.sp_menu .sp_menu_list .item.page .ttl {
  color: #51318f;
  font-weight: 800;
}
.sp_menu .sp_menu_list .item:nth-child(2n) {
  background: none;
}
.sp_menu .sp_menu_list .page_list li {
  position: relative;
  margin-bottom: 16px;
}
.sp_menu .sp_menu_list .page_list li:last-child {
  margin-bottom: 0;
}
.sp_menu .sp_menu_list .page_list a {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .sp_menu .sp_menu_list .page_list a {
    font-size: clamp(1.5rem, 4.27vw, 1.6rem);
  }
}
.sp_menu .sp_menu_list .page_list a:hover {
  color: #51318f;
  opacity: 1;
}

.sp_menu.js_height {
  top: 65px;
}

/*------------------------------------------------------------
//           main content
------------------------------------------------------------*/
.pos_ank {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (max-width: 999px) {
  .pos_ank {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .inner {
    padding: 0 6.4%;
  }
}

.slide {
  position: relative;
}
.slide_item {
  position: relative;
  height: 760px;
}
.slide_item::before {
  content: "";
  display: block;
  padding-top: 39%;
}
@media screen and (max-width: 599px) {
  .slide_item {
    height: 80svh;
  }
}
.slide_item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .slide_item img {
    height: 80svh;
  }
}

.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slide-animation {
  -webkit-animation: zoom 11s 0s forwards;
          animation: zoom 11s 0s forwards;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.header {
  position: relative;
}
.header .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.kv {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv .kv_ttl {
  margin-top: 70px;
  position: absolute;
  z-index: 100;
}
.kv .ja, .kv .spell {
  display: block;
  text-align: center;
}
.kv .ja {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: clamp(5.7rem, 5.7vw, 6.7rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .kv .ja {
    font-size: clamp(4rem, 12.5vw, 4.5rem);
    margin-bottom: 24px;
    line-height: 1.1;
  }
}
.kv .spell {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .kv .spell {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }
}

.kv_02 {
  height: 570px;
  background-color: #f7ecf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv_02 img {
  width: 415px;
}
@media screen and (max-width: 599px) {
  .kv_02 img {
    width: 70vw;
  }
}

.slide {
  position: relative;
  height: 720px;
}
@media screen and (max-width: 599px) {
  .slide {
    height: 80svh;
  }
}
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.slide .slick-dots {
  text-align: right;
  right: 36px;
  bottom: 6px;
}
@media screen and (max-width: 999px) {
  .slide .slick-dots {
    right: 6.4%;
  }
}
@media screen and (max-width: 599px) {
  .slide .slick-dots {
    margin-bottom: 16px;
    right: 6.4%;
  }
}
.slide .slick-dots li {
  margin: 0 3px;
}
@media screen and (max-width: 599px) {
  .slide .slick-dots li {
    margin: 0 4px;
  }
}
.slide .slick-dots button::before {
  font-size: 16px;
  line-height: 0;
  width: 0;
  height: 0;
  color: #fff;
  opacity: 0.9;
}
@media screen and (max-width: 599px) {
  .slide .slick-dots button::before {
    font-size: 1.4rem;
  }
}

.slide .slick-dots {
  text-align: right;
  right: 36px;
  bottom: 6px;
}
@media screen and (max-width: 999px) {
  .slide .slick-dots {
    right: 6.4%;
  }
}
@media screen and (max-width: 599px) {
  .slide .slick-dots {
    margin-bottom: 16px;
    right: 6.4%;
  }
}
.slide .slick-dots li {
  margin: 0 3px;
}
@media screen and (max-width: 599px) {
  .slide .slick-dots li {
    margin: 0 4px;
  }
}
.slide .slick-dots button::before {
  font-size: 16px;
  line-height: 0;
  width: 0;
  height: 0;
  color: #fff;
  opacity: 0.9;
}
@media screen and (max-width: 599px) {
  .slide .slick-dots button::before {
    font-size: 1.4rem;
  }
}

.slick-dots li button::before {
  z-index: 100;
}

.tile_cards .slick-prev::before {
  color: #51318f;
}

.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #51318f;
  color: #fff;
  padding: 16px 28px 18px;
  border-radius: 34px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.2rem;
  font-weight: 500;
  max-width: 268px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .contact_btn {
    font-size: 1.9rem;
    max-width: 260px;
  }
}
.contact_btn span {
  margin-top: 2px;
  margin-right: 7px;
}
.contact_btn:hover {
  background-color: #BB0000;
  opacity: 1;
}

.link_btn {
  border-radius: 6px;
  background-color: #51318f;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  padding: 16px;
  margin-top: 47px;
  max-width: 216px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .link_btn {
    margin-top: 35px;
    padding: 28px 0;
    max-width: 246px;
  }
}
.link_btn span {
  position: relative;
  left: 6px;
}
.link_btn span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -3px;
}
.link_btn:hover {
  opacity: 1;
  background-color: #BB0000;
}

.link_btn_02 {
  font-size: 2.2rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  padding: 17px 10px;
  max-width: 274px;
  border: solid 3px #51318f;
  color: #51318f;
  font-weight: 600;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 599px) {
  .link_btn_02 {
    max-width: 230px;
    font-size: 1.6rem;
  }
}
.link_btn_02:hover {
  background-color: #51318f;
  color: #fff;
  opacity: 1;
}

.ttl_type_01 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .ttl_type_01 {
    font-size: 1.3rem;
    margin-bottom: 22px;
  }
}
.ttl_type_01 span {
  font-family: "roboto";
  font-size: 5.4rem;
  color: #51318f;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .ttl_type_01 span {
    font-size: 3.4rem;
  }
}

.ttl_type_02 {
  margin-bottom: 24px;
  line-height: 1;
}
.ttl_type_02 .spell {
  font-size: 4.8rem;
  font-family: "roboto";
  color: #51318f;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .ttl_type_02 .spell {
    font-size: 3.8rem;
  }
}
.ttl_type_02 .ja {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .ttl_type_02 .ja {
    font-size: 1.6rem;
  }
}
.ttl_type_02.mb_m {
  margin-bottom: 40px;
}

.ttl_type_03 {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 64px;
}
.ttl_type_03::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 6px;
  background-color: #51318f;
  bottom: -28px;
  left: 50%;
  margin-left: -39px;
}
@media screen and (max-width: 599px) {
  .ttl_type_03 {
    font-size: 2.6rem;
  }
}

.ttl_type_04 {
  margin-bottom: 24px;
}
.ttl_type_04 .spell {
  font-family: "roboto";
  font-size: 1.8rem;
  font-weight: 800;
  color: #51318f;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 599px) {
  .ttl_type_04 .spell {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.ttl_type_04 .ja {
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 599px) {
  .ttl_type_04 .ja {
    font-size: 2.6rem;
  }
}

.ttl_type_05 {
  font-size: 3.2rem;
  color: #51318f;
  font-weight: 700;
  margin-bottom: 34px;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  .ttl_type_05 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.ttl_type_06 {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .ttl_type_06 {
    font-size: 4.2rem;
  }
}

.ttl_type_07 {
  color: #51318f;
  font-size: 4rem;
  letter-spacing: 0.06em;
  margin-bottom: 26px;
}
@media screen and (max-width: 599px) {
  .ttl_type_07 {
    font-size: 2.6rem;
  }
}

.ttl_type_08 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .ttl_type_08 {
    font-size: 2.4rem;
    margin-top: 2px;
    margin-bottom: 2.6rem;
    text-indent: -34px;
    padding-left: 34px;
    line-height: 1.2;
  }
}
.ttl_type_08::before {
  content: "";
  background: url("../image/ttl_round_ico.svg") no-repeat;
  margin-right: 9px;
  width: 27px;
  height: 27px;
  margin-right: 9px;
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .ttl_type_08::before {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
}

.ttl_type_09 {
  position: relative;
  font-size: 28px;
  color: #51318f;
  margin-bottom: 16px;
  padding-left: 47px;
}
.ttl_type_09::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  background: url("../image/logo_type.svg") no-repeat;
  width: 38px;
  height: 38px;
  background-size: cover;
}

.block_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .block_ttl {
    line-height: 1.4;
    font-size: 2.2rem;
  }
}

.block_txt {
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .block_txt {
    font-size: 1.5rem;
  }
}

.pos_sub_txt {
  position: relative;
  top: -24px;
  color: #51318f;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .pos_sub_txt {
    top: -16px;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 3.2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .flexbox {
    gap: 24px 3.2%;
  }
}
.flexbox .flex_col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.4%;
          flex: 0 0 46.4%;
}
@media screen and (max-width: 999px) {
  .flexbox .flex_col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.sec_container {
  padding: 60px 0 100px;
}
@media screen and (max-width: 599px) {
  .sec_container.sp_p {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .sec_container.sp_p .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.sec_container.bg_fixed {
  background-attachment: fixed !important;
}
.sec_container.bg_image01 {
  position: relative;
  background: url("../image/info/info_bg.png") no-repeat;
  background-size: cover;
}
.sec_container.bg_image01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51318f;
  opacity: 0.7;
}
.sec_container.bg_cl {
  background-color: #f1f1f1;
}
.sec_container.bg_cl_02 {
  background-color: #D9EAE9;
}
.sec_container.con_card_bg {
  position: relative;
  background: url("../image/about/con_card_img_bg.png") no-repeat;
  background-size: cover;
}
.sec_container.con_card_bg::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #D9EAE9;
  mix-blend-mode: screen;
}
.sec_container.bg_bottom {
  position: relative;
}
.sec_container.bg_bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 430px;
  background: url("../image/catch_card_bg.png") no-repeat;
}
@media screen and (max-width: 599px) {
  .sec_container.bg_bottom::before {
    height: 680px;
    background-size: cover;
  }
}
.sec_container.bg_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 430px;
  background-color: #51318f;
  mix-blend-mode: screen;
}
@media screen and (max-width: 599px) {
  .sec_container.bg_bottom::after {
    height: 680px;
  }
}
.sec_container.bg_bottom .inner {
  position: relative;
  z-index: 100;
}

.sec_container.grid .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 6% 3fr;
  grid-template-columns: 7fr 3fr;
  gap: 0 6%;
}
@media screen and (max-width: 999px) {
  .sec_container.grid .inner {
    display: block;
    max-width: 800px;
  }
}
.sec_container.grid .side {
  background-color: #f7ecf4;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 0 32px;
  max-height: 400px;
}
@media screen and (max-width: 999px) {
  .sec_container.grid .side {
    display: none;
  }
}
.sec_container.grid .side .ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  background-color: #51318f;
  padding: 12px 0 14px;
}
.sec_container.grid .side a {
  display: block;
  margin: 0 22px 0;
  padding: 14px 0;
  font-weight: 500;
  border-bottom: dotted 2px #51318f;
}

.sec_container02 {
  padding: 60px 0;
}

.pos_ank {
  padding-top: 70px;
  margin-top: -70px;
}

.main_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 2.4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999px) {
  .main_btn {
    gap: 24px 4%;
  }
}
@media screen and (max-width: 599px) {
  .main_btn {
    gap: 0;
  }
}
.main_btn .link {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.6%;
          flex: 0 0 31.6%;
  background-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 13px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 218px;
}
@media screen and (max-width: 999px) {
  .main_btn .link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    height: 180px;
  }
}
@media screen and (max-width: 599px) {
  .main_btn .link {
    border-radius: 0;
    height: 20svh;
  }
}
.main_btn .link img {
  position: relative;
  bottom: 10px;
}
.main_btn .link .txt {
  position: absolute;
  bottom: 24px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .main_btn .link .txt {
    font-size: 1.6rem;
    bottom: 14px;
  }
}
.main_btn .link:first-child {
  background-color: #339e5d;
}
.main_btn .link:first-child img {
  max-width: 84px;
  bottom: 14px;
}
@media screen and (max-width: 599px) {
  .main_btn .link:first-child img {
    max-width: 46px;
  }
}
.main_btn .link:nth-child(2) {
  background-color: #f19144;
}
.main_btn .link:nth-child(2) img {
  max-width: 94px;
}
@media screen and (max-width: 599px) {
  .main_btn .link:nth-child(2) img {
    max-width: 56px;
    bottom: 14px;
  }
}
.main_btn .link:nth-child(3) {
  background-color: #51318f;
}
.main_btn .link:nth-child(3) img {
  max-width: 100px;
}
@media screen and (max-width: 599px) {
  .main_btn .link:nth-child(3) img {
    max-width: 56px;
    bottom: 14px;
  }
}

.main_box_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 4%;
}
@media screen and (max-width: 599px) {
  .main_box_col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main_box_col2 .txt_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media screen and (max-width: 599px) {
  .main_box_col2 .txt_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.main_box_col2 .txt_area .txt {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.main_box_col2 .img_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media screen and (max-width: 599px) {
  .main_box_col2 .img_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.main_box_col2 .img_area img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.main_box_col2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .main_box_col2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.bnr_area {
  background-color: #f7ecf4;
  padding: 80px 0 100px;
}
@media screen and (max-width: 599px) {
  .bnr_area {
    padding: 60px 0 60px;
  }
}
.bnr_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 2.4%;
}
@media screen and (max-width: 599px) {
  .bnr_area .inner {
    gap: 16px 4%;
  }
}
.bnr_area .bnr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.7%;
          flex: 0 0 31.7%;
  display: block;
}
@media screen and (max-width: 599px) {
  .bnr_area .bnr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

.bg03 {
  background-color: #f7ecf4;
}

.message_ttl {
  position: relative;
  z-index: 100;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}

.message_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  z-index: 100;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.footer {
  background-color: #D9EAE9;
}
.footer .copyright {
  font-size: 1rem;
  background-color: #fff;
  padding: 17px 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.06;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .footer .copyright {
    font-size: 1.2rem;
  }
}

.table_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.1em;
}

.table_container dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.6%;
  flex: 0 0 17.6%;
  font-size: 1.8rem;
  padding: 20px 0;
  border-bottom: solid 1px #51318f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .table_container dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border: none;
    color: #51318f;
    padding: 0;
    margin-bottom: 7px;
    font-size: 1.7rem;
  }
}
.table_container dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82.4%;
  flex: 0 0 82.4%;
  font-size: 1.8rem;
  padding: 20px 0 20px 12px;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 599px) {
  .table_container dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.7rem;
    padding: 0 0 17px 0;
    margin-bottom: 17px;
  }
}
.table_container dd .ttl {
  font-size: 1.8rem;
  margin-bottom: 2px;
}

@media screen and (max-width: 599px) {
  .table_container dd .ttl {
    font-size: 1.6rem;
  }
}
.table_container dd ul {
  margin-bottom: 8px;
}

.table_container dd ul li {
  font-size: 1.6rem;
  padding-left: 0.6em;
  text-indent: -0.6em;
}

@media screen and (max-width: 599px) {
  .table_container dd ul li {
    font-size: 1.4rem;
  }
}
.table_container dd ul li::before {
  content: "・";
}

.acc_link_area {
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  .acc_link_area {
    margin-bottom: 56px;
  }
}

.acc_link_box {
  margin-bottom: 16px;
}
.acc_link_box:last-child {
  margin-bottom: 0;
}
.acc_link_box .acc_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 14px 1.4%;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .acc_link_box .acc_ttl {
    padding: 14px 3.4%;
  }
}
.acc_link_box .acc_ttl .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 86px);
          flex: 0 0 calc(100% - 86px);
}
@media screen and (max-width: 599px) {
  .acc_link_box .acc_ttl .ttl {
    font-size: 1.6rem;
  }
}
.acc_link_box .acc_ttl:hover {
  background-color: #f7ecf4;
}
.acc_link_box .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.acc_link_box .spell {
  font-family: "roboto";
  display: block;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1;
  width: 34px;
  height: 34px;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border-radius: 20px;
  margin-right: 16px;
}
.acc_link_box .spell.a {
  background-color: #51318f;
}
.acc_link_box .acc_btn {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 24px;
  width: 17px;
  height: 16px;
  cursor: pointer;
}
.acc_link_box .acc_btn span {
  width: 100%;
  height: 100%;
}
.acc_link_box .acc_btn span::after, .acc_link_box .acc_btn span::before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #333;
  top: 50%;
  right: -10px;
  width: 18px;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.acc_link_box .acc_btn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.acc_link_box .acc_con {
  padding: 16px 16px 45px 10px;
  display: none;
}
.acc_link_box .acc_con .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 50px);
          flex: 0 0 calc(100% - 50px);
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.acc_link_box .acc_con .txt span {
  font-weight: 700;
}
.acc_link_box .acc_con .txt img {
  max-width: 200px;
  float: left;
  margin-right: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 599px) {
  .acc_link_box .acc_con .txt img {
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.acc_link_box .acc_con .js_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acc_link_box.open .acc_ttl {
  background-color: #f7ecf4;
}
.acc_link_box.open .acc_btn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.acc_box_area {
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  .acc_box_area {
    margin-bottom: 56px;
  }
}
.acc_box_area .box {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.acc_box_area .box .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 3%;
}
.acc_box_area .box .con.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.acc_box_area .box .txt_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
}
@media screen and (max-width: 999px) {
  .acc_box_area .box .txt_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.acc_box_area .box .txt_area .ttl {
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #51318f;
  border-radius: 2px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .acc_box_area .box .txt_area .ttl {
    font-size: 2.2rem;
  }
}
.acc_box_area .box .txt_area .txt {
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .acc_box_area .box .txt_area .txt {
    font-size: 1.5rem;
  }
}
.acc_box_area .box .img_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .acc_box_area .box .img_area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.acc_box_area .box .img_area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.acc_box_area .box .img_area .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.6em 1em;
  font-size: 1.7rem;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  letter-spacing: 0.06em;
}
.acc_box_area .box .img_area.full_wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.acc_box_area .box.active {
  opacity: 1;
  height: auto;
  padding: 40px 4%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  border: solid 8px #D9EAE9;
}
@media screen and (max-width: 599px) {
  .acc_box_area .box.active {
    padding: 24px 5% 32px;
  }
}

.acc_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 16px;
  margin-bottom: 42px;
}
@media screen and (max-width: 599px) {
  .acc_btn_list {
    margin-bottom: 24px;
  }
}
.acc_btn_list .btn {
  position: relative;
  font-size: 2.2rem;
  color: #51318f;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 3px #51318f;
  padding: 16px 3.8% 17px;
  border-radius: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .acc_btn_list .btn {
    padding: 10px 3.8% 12px;
    font-size: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    border-radius: 14px;
  }
}
.acc_btn_list .btn.active {
  background-color: #51318f;
  color: #fff;
}
.acc_btn_list .btn.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #51318f;
  border-bottom: 0;
}
.acc_btn_list .btn:hover {
  color: #fff;
  background-color: #51318f;
}

header.page {
  padding-top: 70px;
}
@media screen and (max-width: 999px) {
  header.page {
    padding-top: 60px;
  }
}

.page_kv {
  position: relative;
  width: 100%;
  height: 252px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .page_kv {
    height: 154px;
  }
}
.page_kv::before, .page_kv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.page_kv::before {
  background-color: #51318f;
  mix-blend-mode: multiply;
}
.page_kv::after {
  background-color: #D9EAE9;
  mix-blend-mode: screen;
  opacity: 0.2;
}
.page_kv .kv_ttl {
  position: relative;
  color: #fff;
  text-align: center;
}
.page_kv .kv_ttl .main {
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .page_kv .kv_ttl .main {
    font-size: 2.6rem;
  }
}
.page_kv.h_min {
  height: 120px;
}
@media screen and (max-width: 599px) {
  .page_kv.h_min {
    height: 80px;
  }
}

.single_card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 24px 7fr;
  grid-template-columns: 3fr 7fr;
  gap: 0 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .single_card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 375px;
    margin: 0 auto 48px;
  }
}
.single_card .img_area {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .single_card .img_area {
    margin-bottom: 16px;
  }
}
.single_card .img_area img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 999px) {
  .single_card .img_area img {
    height: 240px;
  }
}
@media screen and (max-width: 599px) {
  .single_card .img_area img {
    height: auto;
    aspect-ratio: 3/3;
  }
}
.single_card .img_area figcaption {
  position: absolute;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.single_card .txt_area {
  margin-top: 8px;
}
.single_card .txt_area .job {
  background-color: #51318f;
  color: #fff;
  padding: 0.4em 0.7em;
  font-size: 1.4rem;
  line-height: 1.1;
  display: inline-block;
  border-radius: 40px;
}
.single_card .txt_area .ttl {
  font-size: 2rem;
  margin-top: 4px;
  padding-bottom: 9px;
  margin-bottom: 8px;
  border-bottom: 2px solid #51318f;
}
.single_card .txt_area .txt {
  font-size: 1.5rem;
  line-height: 1.4;
}
.single_card .txt_area .txt span {
  font-weight: 600;
}
.single_card .txt_area .keireki {
  margin-top: 8px;
  background-color: #f7ecf4;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.sec_container.message {
  background: url("../image/message_bg.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec_container.message {
    background-attachment: unset;
  }
}
.sec_container.message::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.s_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
}
@media screen and (max-width: 599px) {
  .s_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s_list .item {
  background-color: #fff;
  padding: 0.7em 1.4em;
  border-radius: 60px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .s_list .item {
    text-align: center;
  }
}

.form_message img {
  max-width: 100px;
  margin: 0 auto 16px;
  display: block;
}
.form_message .txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}