.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
/*footer*/
@media only screen and (max-width: 767.9px) {
  .l-footer {
    margin-bottom: 69px;
  }
}
.l-footer__wrap {
  padding: 20px 0 74px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__wrap {
    padding-bottom: 7px;
  }
}
.l-footer__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  font-family: "Zen Old Mincho", serif;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__inner {
    width: 100%;
    padding: 0 28px;
  }
}
.l-footer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__logo {
  width: 126px;
  height: 126px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__logo {
    width: 78px;
    height: 78px;
  }
}
.l-footer__instagram {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.l-footer__instagram img {
  width: 44px;
  height: 44px;
}
.l-footer__nav {
  display: flex;
  gap: 151px;
  margin-top: 22px;
  padding-left: 88px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding-left: 0;
  }
}
.l-footer__list {
  font-size: 16px;
}
.l-footer__listitem {
  margin-top: 28px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem {
    display: flex;
    align-items: center;
    height: 58px;
    margin: 0;
    padding-left: 11px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem.border-0 {
    border: none;
  }
}
.l-footer__listitem--sub {
  padding-left: 11px;
}
.l-footer__listitem--sub a {
  position: relative;
  display: flex;
  padding-left: 23px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem--sub a {
    padding-left: 36px;
  }
}
.l-footer__listitem--sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1d1d1d;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem--sub a::before {
    left: 11px;
  }
}
.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #f5f4f2;
  text-align: center;
  font-size: 10px;
  line-height: 1;
}

.l-footer__wrap {
  padding: 20px 0 74px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__wrap {
    padding-bottom: 7px;
  }
}
.l-footer__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__inner {
    width: 100%;
    padding: 0 28px;
  }
}
.l-footer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__logo {
  width: 126px;
  height: 126px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__logo {
    width: 78px;
    height: 78px;
  }
}
.l-footer__instagram {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.l-footer__instagram img {
  width: 44px;
  height: 44px;
}
.l-footer__nav {
  display: flex;
  gap: 151px;
  margin-top: 22px;
  padding-left: 88px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding-left: 0;
  }
}
.l-footer__list {
  font-size: 16px;
  list-style: none;
}
.l-footer__listitem {
  margin-top: 28px;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem {
    display: flex;
    align-items: center;
    height: 58px;
    margin: 0;
    padding-left: 11px;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem.border-0 {
    border: none;
  }
}
.l-footer__listitem--sub {
  padding-left: 11px;
}
.l-footer__listitem--sub a {
  position: relative;
  display: flex;
  padding-left: 23px;
  color: inherit;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem--sub a {
    padding-left: 36px;
  }
}
.l-footer__listitem--sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1d1d1d;
}
@media only screen and (max-width: 767.9px) {
  .l-footer__listitem--sub a::before {
    left: 11px;
  }
}
.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #f5f4f2;
  text-align: center;
  font-size: 10px;
  line-height: 1;
}

/* header*/
.l-header {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}
@media only screen and (max-width: 767.9px) {
  .l-header {
    left: 0;
    right: 0;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1920px;
  height: 112px;
  max-width: 100%;
  margin: auto;
  background: url(../images/common/header_bg.png) no-repeat;
  background-size: 67.23%;
  background-position: 57.25% center;
}
@media only screen and (max-width: 767.9px) {
  .l-header__inner {
    height: 54px;
    justify-content: flex-end;
    background: url(../images/common/header_bg_sp.png) no-repeat;
    background-size: 53%;
    background-position: 73.25% center;
  }
}
.l-header__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 265px;
  height: 265px;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo {
    width: 110px;
    height: 110px;
  }
}
.l-header__logo a {
  display: block;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo a {
    width: 110px;
    height: 110px;
  }
}
.l-header__logo a img {
  object-fit: contain;
  width: 100%;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo a img {
    width: 110px;
    height: 110px;
  }
}
.l-header__logo p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767.9px) {
  .l-header__logo p {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.l-header__nav {
  display: none;
  transform: translateX(-100%);
}
@media only screen and (max-width: 767.9px) {
  .l-header__nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    transform: translateX(100%);
    background-color: #f5f5f5;
    transition: transform ease 0.4s;
    overflow-y: scroll;
  }
}
.l-header__nav.active {
  display: flex;
  transform: translateX(0);
  display: block;
  padding: 18px 45px 57px;
  background-color: #f5f5f5;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media only screen and (max-width: 767.9px) {
  .l-header__nav.active {
    padding: 48px 0;
  }
}
.l-header__nav.active .l-header__navlist {
  /*width: 100vw;*/
  width: 100%;
  top: 0;
  left: 0;
}
.l-header__nav.active .l-header__navlist,
.l-header__nav.active .l-header__navlist--small {
  display: block;
  height: auto;
}
.l-header__menu {
  width: 60px;
  height: 44px;
  margin-right: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.9px) {
  .l-header__menu {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
.l-header__menu-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #1d1d1f;
  border-radius: 1px;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.l-header__menu-bar:nth-child(1) {
  top: 0;
}
.l-header__menu-bar:nth-of-type(2) {
  top: 50%;
}
.l-header__menu-bar:nth-child(3) {
  top: 100%;
}
.l-header__menu.active {
  position: relative;
  top: 21px;
  right: 18px;
  z-index: 9999;
}
.l-header__menu.active .l-header__menu-bar {
  transition: ease 0.4s;
}
.l-header__menu.active .l-header__menu-bar:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.l-header__menu.active .l-header__menu-bar:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu.active .l-header__menu-bar:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.l-header__menutxt {
  padding-right: 57px;
  margin-left: 53px;
  color: #1d1d1f;
  font-size: 28px;
  font-weight: 900;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767.9px) {
  .l-header__menutxt {
    padding-right: 10px;
    margin-left: 21px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 12px;
    font-weight: 900;
  }
}
.l-header__instagram {
  transform: translateY(1.5px);
}
@media only screen and (max-width: 767.9px) {
  .l-header__instagram {
    transform: unset;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-header__instagram img {
    width: 24px;
    height: 24px;
  }
}
.l-header__contact {
  display: none;
  padding-top: 19px;
  writing-mode: vertical-lr;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  background: #506774;
  width: 69px;
  height: 244px;
  font-size: 16px;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 767.9px) {
  .l-header__contact {
    display: flex;
    align-items: center;
    gap: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: unset;
    writing-mode: unset;
    justify-content: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    height: 69px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;

    display: none;
  }
}
@media only screen and (max-width: 767.9px) {
  .l-header__contact img {
    width: 25px;
    height: 21px;
    transform: translateY(3px);
  }
}
@media only screen and (max-width: 767.9px) {
  .l-header__nav {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding-left: 0;
  }
}
.l-header__navlist {
  font-size: 16px;
}
.l-header__navlistitem {
  margin-top: 28px;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlistitem {
    display: flex;
    align-items: center;
    height: 58px;
    margin: 0;
    padding-left: 11px;
    border-bottom: 1px solid #d9d9d9;
  }
}

.l-header__navlistitem--sub {
  padding-left: 11px;
}
.l-header__navlistitem--sub a {
  position: relative;
  display: flex;
  padding-left: 23px;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlistitem--sub a {
    padding-left: 36px;
  }
}
.l-header__navlistitem--sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1d1d1d;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlistitem--sub a::before {
    left: 11px;
  }
}

@media only screen and (max-width: 767.9px) {
  .l-header__nav.active {
    font-family: "Zen Old Mincho", serif;
    flex-direction: column;
    margin: 0;
    padding: 112px 28px 0;
  }
}

.l-header__navlistitem--sub {
  padding-left: 11px;
}
.l-header__navlistitem--sub a {
  position: relative;
  display: flex;
  padding-left: 23px;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlistitem--sub a {
    padding-left: 36px;
  }
}
.l-header__navlistitem--sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1d1d1d;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlistitem--sub a::before {
    left: 11px;
  }
}

@media only screen and (max-width: 767.9px) {
  .l-header__nav.active {
    font-family: "Zen Old Mincho", serif;
    flex-direction: column;
    margin: 0;
    padding: 112px 28px 0;
    box-sizing: border-box;
  }
}

.l-header__navlistitem {
  display: flex;
  align-items: center;
  height: 74px;
  font-size: 20px;
  margin: 0;
  padding-left: 11px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlist {
    font-size: 16px;
    width: 100%;
  }
  .l-header__navlistitem {
    height: 58px;
    font-size: 16px;
  }
}

.l-header__navlistitem--sub {
  padding-left: 11px;
}
.l-header__navlistitem--sub a {
  position: relative;
  display: flex;
  padding-left: 23px;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlistitem--sub a {
    padding-left: 36px;
  }
}
.l-header__navlistitem--sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 1px;
  background-color: #1d1d1d;
}
@media only screen and (max-width: 767.9px) {
  .l-header__navlistitem--sub a::before {
    left: 11px;
  }
  .l-header__nav.active + .l-header__contact {
    display: flex;
    z-index: 1000;
  }
}
.l-header__nav.active {
  overflow-y: scroll;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .l-header__nav.active .l-header__navlist {
    margin-top: 120px;
  }
}
/*utility*/
.u-d-inlineblock {
  display: inline-block;
}

.u-d-none {
  display: none;
}

.u-sponly {
  display: none;
}
@media only screen and (max-width: 767.9px) {
  .u-sponly {
    display: block;
  }
}

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

.c-instagram {
  padding: 0 0 98px;
  border: 0;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram {
    padding: 0 0 50px;
  }
}
.c-instagram h2 {
  position: relative;
  text-align: center;
  color: #605a5a;
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram h2 {
    font-size: 20px;
  }
}
.c-instagram h2::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  width: 59.42px;
  height: 27px;
  background-image: url(../images/common/heading_illust01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram h2::before {
    width: 50.31px;
    height: 22.86px;
  }
}
.c-instagram-banner {
  max-width: 696px;
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-banner {
    margin: 24px auto 0;
  }
}
.c-instagram-detail {
  margin-top: 98px;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-detail {
    margin-top: 75px;
  }
}
.c-instagram-subheading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 272px;
  height: 34px;
  margin: 0 auto 8px;
  border-radius: 19.5px;
  background-color: #2f2f2f;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-subheading {
    font-size: 16px;
    max-width: 100%;
  }
}
.c-instagram-subheading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #2f2f2f transparent transparent;
  translate: -50% 100%;
}
.c-instagram-heading {
  text-align: center;
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-heading {
    font-size: 16px;
  }
}
.c-instagram-heading > img {
  width: 138px;
  max-width: 100%;
  padding-left: 8px;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-heading > img {
    width: 94.38px;
    padding-left: 2.62px;
    transform: translateY(3.72px);
  }
}
.c-instagram-text {
  width: 752px;
  max-width: 100%;
  margin: 24px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-text {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }
}
.c-instagram-list {
  margin-top: 82px;
  display: flex;
  gap: 41px;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-list {
    margin-top: 34px;
    flex-direction: column;
    gap: 59px;
  }
}
.c-instagram-list > li {
  position: relative;
  width: calc((100% - 82px) / 3);
  height: 576px;
  border-radius: 8px;
  background-color: #b5b5b5;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-list > li {
    width: 100%;
    height: 350px;
  }
}
.c-instagram-list > li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translate(-100%, -50%);
  display: block;
  background-color: #506774;
  height: 35px;
  width: 21px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-list > li:not(:first-of-type)::before {
    top: -16px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 39px;
    height: 27px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.c-instagram-list > li .step {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.c-instagram-list > li .step .en {
  position: absolute;
  top: 17px;
  left: 14px;
  font-size: 18px;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-list > li .step .en {
    font-size: 14px;
    top: 4px;
    left: 4px;
    line-height: 2;
    text-transform: uppercase;
  }
}
.c-instagram-list > li .step .number {
  position: absolute;
  top: 45px;
  left: 72px;
  font-size: 40px;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-list > li .step .number {
    font-size: 30px;
    top: 27px;
    left: 39px;
  }
}
.c-instagram-list > li .step::after {
  content: "";
  position: absolute;
  top: 78px;
  left: 30px;
  display: block;
  width: 91.92px;
  height: 1px;
  background-color: #000;
  transform: rotate(-45deg);
  transform-origin: top left;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-list > li .step::after {
    width: 60px;
    left: 15px;
    top: 54px;
  }
}
.c-instagram-post {
  margin-top: 100px;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-post {
    margin-top: 50px;
  }
}
.c-instagram-post h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 49px;
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-post h3 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.c-instagram-post h3::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  background-image: url(../images/common/instagram_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767.9px) {
  .c-instagram-post h3::before {
    margin-right: 8px;
  }
}
.c-contact {
  padding: 102px 0 99px;
  background-color: #f5f4f2;
  border: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.9px) {
  .c-contact {
    padding: 50px 0;
  }
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 70px;
  background-color: #506774;
  border-radius: 35px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  letter-spacing: 0;
  margin: auto;
}
@media only screen and (max-width: 767.9px) {
  .c-btn {
    width: 337px;
    height: 59px;
    max-width: 100%;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  display: block;
  width: 53px;
  height: 7.5px;
  background: url(../images/common/btn_arrow.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767.9px) {
  .c-btn::after {
    width: 44.65px;
    height: 6.32px;
    right: 14px;
  }
}

.c-form * {
  box-sizing: border-box;
}
.wpcf7-form {
  margin: 69px auto 0;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 767.9px) {
  .wpcf7-form {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
}
.wpcf7-form .hidden-fields-container {
  display: none;
}

.c-form__table {
  max-width: 100%;
  margin-bottom: 62px;
  border-spacing: unset;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table {
    margin-bottom: 20px;
    padding: 0 28px;
  }
}
.c-form__table dl {
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dl {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
}
.c-form__table dl:not(:last-of-type) {
  border-bottom: 1px dashed #707070;
}
.c-form__table dd {
  width: calc(100% - 277px);
  margin-right: 223px;
  padding: 37px 0 32px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dd {
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
.c-form__table dt {
  width: 249px;
  padding: 38px 0 32px;
  margin-left: 190px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: baseline;
  flex: none;
  font-weight: 500;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dt {
    width: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
}
.c-form__table dt > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dt > p {
    justify-content: flex-start;
  }
}
.c-form__table dt .c-form__required-badge {
  width: 50px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  background-color: #9a6c6c;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: 0.5em;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dt .c-form__required-badge {
    border-radius: 1px;
    font-size: 12px;
    width: 50px;
    height: 20px;
    top: 0;
    margin-left: 16px;
  }
}
.c-form__table dd input {
  width: 100%;
  padding: 11px 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border: 1px solid #707070;
  border-radius: 3px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dd input {
    width: 100%;
    height: 46px;
    padding: 0.25em 0.5em;
    font-size: 14px;
    box-sizing: border-box;
  }
}
.c-form__table dd input.size-s {
  width: 129px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dd input.size-s {
    width: 116px;
  }
}
.c-form__table dd input + input {
  display: block;
  margin-top: 8px;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dd input + input {
    margin-top: 16px;
  }
}
.c-form__table dd input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dd input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex: none;
  }
}
.c-form__table dd textarea {
  border: 1px solid #707070;
  padding: 11px 24px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dd textarea {
    box-sizing: border-box;
  }
}
.c-form__table dd select {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0.25em;
}
@media only screen and (max-width: 767.9px) {
  .c-form__table dd select {
    display: block;
  }
}

.c-form_column {
  display: flex;
  gap: 14px;
  flex-direction: column;
}

.privacy {
  width: 975px;
  max-width: 80%;
  margin: 0 auto 30px;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.9px) {
  .privacy {
    margin-bottom: 40px;
    max-width: 100%;
    padding: 0 28px;
  }
  .privacy .wpcf7-acceptance .wpcf7-list-item label {
    align-items: flex-start;
  }
}
.privacy p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media only screen and (max-width: 767.9px) {
  .privacy p {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.privacy .disabled-wrap {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.9px) {
  .privacy .disabled-wrap {
    margin-top: 32px;
  }
}
.privacy .disabled-wrap input {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
@media only screen and (max-width: 767.9px) {
  .privacy .disabled-wrap input {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
  }
}
.privacy .disabled-btn {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.thanks_area {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767.9px) {
  .thanks_area {
    margin-bottom: 120px;
  }
}
.thanks_area p {
  font-size: 24px;
}
.thanks_area p:first-of-type {
  margin-bottom: 1em;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 767.9px) {
  .thanks_area p:first-of-type {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.9px) {
  .thanks_area p {
    font-size: 28px;
  }
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

input[type="submit"] {
  text-align: center;
}

input[type="submit"] {
  position: relative;
  max-width: 100%;
}
@media only screen and (max-width: 767.9px) {
  input[type="submit"] {
    width: 100%;
    height: 59px;
    margin: 40px auto 0;
    font-size: 18px;
  }
}

::placeholder {
  color: #acacac;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #acacac;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #acacac;
}

.c-form__checkbox {
  display: flex;
  gap: 14px;
  flex-direction: column;
}

.c-form__checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 767.9px) {
  .c-form__checkbox label {
    align-items: flex-start;
  }
}
.c-form__checkbox .wpcf7-list-item {
  margin: 0 24px 0 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-form__submit {
  position: relative;
  width: fit-content;
  margin: 80px auto 0;
  font-size: 22px;
}
@media only screen and (max-width: 767.9px) {
  .c-form__submit {
    width: 337px;
    height: 59px;
    font-size: 18px;
    max-width: 100%;
  }
}
.c-form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  display: block;
  width: 53px;
  height: 7.5px;
  background: url(../images/common/btn_arrow.svg) no-repeat;
  background-size: contain;
}

.c-title-english {
  width: 100%;
  text-align: center;
}
.c-title-english__ja {
  color: #4d4d4d;
  font-size: 45px;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767.9px) {
  .c-title-english__ja {
    font-size: 30px;
    line-height: 1.0714285714;
  }
}
.c-title-english__en {
  margin-top: 15px;
  color: #c6a648;
  font-size: 20px;
  font-weight: 400;
  font-family: "Outfit", serif;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767.9px) {
  .c-title-english__en {
    margin-top: 16px;
    font-family: "Lato", serif;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.p-index__event {
  border: 0;
  background: #fff;
  width: 96%;
  max-width: 1288px;
  margin: 120px auto 147px;
}

@media only screen and (max-width: 767.9px) {
  .p-index__event {
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: 50px auto;
  }
}
.p-index__event .l-grid-col03__container {
  display: flex;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 2rem;
}
@media only screen and (max-width: 767.9px) {
  .p-index__event .l-grid-col03__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-index__event .l-grid-col03__item {
  width: 100%;
}
@media only screen and (max-width: 767.9px) {
  .p-index__event .l-grid-col03__item {
    width: 100%;
  }
}
.p-index__event-list {
  margin-top: 64px;
  margin-bottom: 63px;
}
@media only screen and (max-width: 767.9px) {
  .p-index__event-list {
    margin-top: 19px;
    margin-bottom: 40px;
  }
}
.p-index__event-listitem {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-index__event-textwrap {
  padding: 12px 17px 0;
  line-height: 1.5;
}
@media only screen and (max-width: 767.9px) {
  .p-index__event-textwrap {
    padding: 10px 14px 0;
  }
}
/**********************************************

Policy (add 2020.06.16)

**********************************************/
.main_policy .section_policy {
  padding: 70px 90px;
  text-align: left;
}

.main_policy .tit {
  font-size: 21px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.main_policy .sub {
  text-align: center;
}

.main_policy h3 {
  margin-top: 45px;
  margin-bottom: 15px;
  padding: 0 7px 10px;
  border-bottom: solid 1px #919191;
  font-size: 18px;
  font-weight: 700;
}

.main_policy .gdpr_block {
  margin-top: 110px;
}

.main_policy .gdpr_block dl dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.main_policy .gdpr_block dl dd {
  margin-bottom: 28px;
}

.main_policy .gdpr_block .contact {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.main_policy .gdpr_block .right {
  text-align: right;
}

.main_policy .gdpr_block p span {
  margin-left: 78px;
}

section.l-section.p-page__mv {
    padding-top: 312rem;
}

