@charset "UTF-8";
/*-------------------------------
色設定
-------------------------------*/
/*-------------------------------
文字太さ設定
-------------------------------*/
/*-------------------------------
mixin
-------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
}
.fade.-in {
  -webkit-animation: fadeIn 1s ease-out forwards;
  -moz-animation: fadeIn 1s ease-out forwards;
  animation: fadeIn 1s ease-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*-------------------------------
Utility
-------------------------------*/
.u-mtA {
  margin-top: auto !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-textLink {
  color: #ff4438;
  text-decoration: underline;
  word-break: break-all;
}

.u-bold {
  font-weight: 700;
}

.u-center {
  text-align: center;
}

@media (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pcTab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

/*-------------------------------
全体設定
-------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 500;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #000;
}

/*-------------------------------
grecaptcha-badge
-------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

/*-------------------------------
ヘッダー
-------------------------------*/
.header {
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
  }
}

.headerTop {
  height: 60px;
  width: 100%;
  background-color: #000;
}
@media (max-width: 1024px) {
  .headerTop {
    display: none;
  }
}
.headerTop_inner {
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.headerSns {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerSns_text {
  margin-right: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
}

.headerSnsList {
  display: flex;
  align-items: center;
  margin-right: 37px;
}

.headerSnsItem:not(:last-child) {
  margin-right: 15px;
}
.headerSnsItem_link {
  display: block;
}
.headerSnsItem_icon {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0px;
}

.headerBottom {
  height: 60px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.headerBottom_inner {
  height: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.headerBottomWrap {
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .headerBottomWrap {
    display: flex;
    justify-content: space-between;
  }
}

.headerLogo {
  height: 140px;
  width: 336px;
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1350px) {
  .headerLogo {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  .headerLogo {
    height: 100%;
    position: static;
    margin-left: 25px;
    box-shadow: none;
  }
}
.headerLogo_link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
}
@media (max-width: 1350px) {
  .headerLogo_link {
    padding: 0px 30px;
  }
}
@media (max-width: 1024px) {
  .headerLogo_link {
    padding: 0;
    width: 126px;
  }
}

.headerNavWrap {
  height: 100%;
}
@media (max-width: 1024px) {
  .headerNavWrap {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    overflow: auto;
    background-color: rgba(245, 245, 245, 0.95);
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
  }
  .headerNavWrap.-active {
    opacity: 1;
    visibility: visible;
  }
}

.headerNav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .headerNav {
    height: auto;
    display: block;
    margin-top: 60px;
  }
}

.headerNavList {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerNavList {
    display: block;
    padding: 0 30px;
    margin-bottom: 72px;
  }
}

.headerNavItem {
  margin-right: 43px;
}
@media (max-width: 1170px) {
  .headerNavItem {
    margin-right: 30px;
  }
}
@media (max-width: 1100px) {
  .headerNavItem {
    margin-right: 18px;
  }
}
@media (max-width: 1024px) {
  .headerNavItem {
    margin-right: 0;
  }
  .headerNavItem:not(:last-child) {
    margin-bottom: 40px;
  }
}
.headerNavItem_link {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .headerNavItem_link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .headerNavItem_link::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff4438;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.2s;
  }
  .headerNavItem_link:hover, .headerNavItem_link.-current {
    opacity: 1;
  }
  .headerNavItem_link:hover::before, .headerNavItem_link.-current::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.headerNavItem_text {
  color: #0f0f0f;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media (max-width: 1024px) {
  .headerNavItem_text {
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 0.68px;
    font-weight: 700;
  }
}

.headerChildNavList {
  display: none;
}
@media (max-width: 1024px) {
  .headerChildNavList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
}

.headerChildNavItem_text {
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
}

.headerBtnWrap {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerBtnWrap {
    height: auto;
    display: block;
    padding: 0 38px;
  }
}

.headerBtn {
  height: 100%;
  width: 100%;
  min-width: 166px;
}
@media (max-width: 1350px) {
  .headerBtn {
    min-width: 130px;
  }
}
@media (max-width: 1024px) {
  .headerBtn {
    height: 65px;
    min-width: auto;
    display: block;
    border-radius: 5px;
  }
  .headerBtn:not(:last-child) {
    margin-bottom: 20px;
  }
}
.headerBtn_link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ff4438;
}
@media (min-width: 1025px) {
  .headerBtn:not(:last-child) .headerBtn_link::before {
    content: "";
    height: 40px;
    width: 1px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    background-color: #fff;
  }
}
.headerBtn_textWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.headerBtn_textIcon {
  margin-right: 10px;
}
.headerBtn_icon {
  display: none;
}
@media (max-width: 1024px) {
  .headerBtn_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
.headerBtn_textIconImage {
  vertical-align: baseline;
}
@media (max-width: 1024px) {
  .headerBtn_textIconImage {
    width: 22px;
    vertical-align: middle;
  }
}
.headerBtn_text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2.23px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .headerBtn_text {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 3.15px;
  }
}

.headerSpWrap {
  display: none;
}
@media (max-width: 1024px) {
  .headerSpWrap {
    display: block;
  }
}

.headerSpSns {
  margin: 56px 0 75px;
}

.hederSpSnsList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerSpSnsItem:not(:last-child) {
  margin-right: 40px;
}
.headerSpSnsItem_link {
  display: block;
}
.headerSpSnsItem_icon {
  font-size: 35px;
}

.headerSpBnr {
  margin-bottom: 45px;
}
.headerSpBnr_text {
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0px;
}

.headerSpBnrList {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.headerSpBnrItem {
  max-width: 250px;
  margin: 0 auto;
  height: 80px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #707070;
}
.headerSpBnrItem:not(:last-child) {
  margin-bottom: 30px;
}
.headerSpBnrItem.-yBase {
  height: auto;
  max-width: 146px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.headerSpBnrItem_link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerSpSubLink {
  margin-bottom: 42px;
  padding: 0 15px;
}

.headerSpSubLinkList {
  display: flex;
  align-items: center;
}

.headerSpSubLinkItem:not(:last-child) {
  margin-right: 15px;
}
.headerSpSubLinkItem_link {
  display: flex;
  align-items: center;
  position: relative;
}
.headerSpSubLinkItem_text {
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
}
.headerSpSubLinkItem_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerSpSubLinkItem_image {
  vertical-align: baseline;
}

.headerSpAddress {
  background-color: #000;
  padding-bottom: 50px;
}
.headerSpAddress_inner {
  max-width: 260px;
  margin: 0 auto;
  padding: 40px 20px 57px;
}

.headerSpAddressLogo {
  max-width: 163px;
  margin: 0 auto 10px;
}

.headerSpAddressContents {
  margin-bottom: 28px;
}
.headerSpAddressContents_title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
.headerSpAddressContents_text {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.headerAddressBtn {
  width: 100%;
  max-width: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 60px;
}
.headerAddressBtn_icon {
  margin-right: 8px;
  color: #ff4438;
  font-size: 15px;
}
.headerAddressBtn_text {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.35px;
  font-weight: 700;
}

.navBtn {
  display: none;
}
@media (max-width: 1024px) {
  .navBtn {
    height: 18px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 21px;
    right: 15px;
  }
}
.navBtn_line {
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #707070;
  transition: 0.4s;
}
.navBtn_line:nth-child(1) {
  top: 0;
}
.navBtn.-active .navBtn_line:nth-child(1) {
  transform: translateY(8px) rotate(-327deg);
}
.navBtn.-active .navBtn_line:nth-child(2) {
  opacity: 0;
}
.navBtn_line:nth-child(3) {
  bottom: 0;
}
.navBtn.-active .navBtn_line:nth-child(3) {
  transform: translateY(-8px) rotate(327deg);
}

/*-------------------------------
CTA
-------------------------------*/
.cta {
  padding: 53px 0;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .cta {
    padding: 20px 0;
  }
}
.cta_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cta_inner {
    padding: 0 15px;
  }
}

.ctaList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media (max-width: 767px) {
  .ctaList {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.ctaItem_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 47px 0;
  background-color: #fff;
  transition: all 0.2s ease;
}
.ctaItem_link:hover {
  opacity: 1;
  background-color: #ff4438;
  color: #fff;
}
@media (max-width: 767px) {
  .ctaItem_link {
    padding: 15px 0;
  }
}
.ctaItem_en {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.63px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ctaItem_en {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
  }
}
.ctaItem_en::before {
  content: "";
  height: 3px;
  width: 33px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2d2d2d;
  transition: all 0.2s ease;
}
.ctaItem_link:hover .ctaItem_en::before {
  background-color: #fff;
}
@media (max-width: 767px) {
  .ctaItem_en::before {
    width: 14px;
  }
}
.ctaItem_ja {
  font-weight: 700;
}
@media (max-width: 767px) {
  .ctaItem_ja {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
}

/*-------------------------------
フッター
-------------------------------*/
.footer {
  width: 100%;
}

.footerTopWrap {
  display: flex;
}
@media (max-width: 767px) {
  .footerTopWrap {
    display: block;
  }
}

.footerLeft {
  width: 40%;
  background-color: #000;
}
@media (max-width: 767px) {
  .footerLeft {
    width: 100%;
  }
}
.footerLeft_inner {
  max-width: 533px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .footerLeft_inner {
    max-width: none;
    margin: auto;
  }
}

.footerAddress {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 72px 20px 66px;
}

.footerAddressLogo {
  max-width: 163px;
  margin: 0 auto;
}

.footerAddressContents {
  margin-bottom: 28px;
}
.footerAddressContents_title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
.footerAddressContents_text {
  margin-bottom: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.footerAddressBtn {
  width: 100%;
  max-width: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 60px;
}
.footerAddressBtn_icon {
  margin-right: 8px;
  color: #ff4438;
  font-size: 15px;
}
.footerAddressBtn_text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.35px;
  font-weight: 700;
}

.footerRight {
  width: 60%;
  background-color: #ff4438;
}
@media (max-width: 767px) {
  .footerRight {
    width: 100%;
  }
}
.footerRight_inner {
  width: 100%;
  max-width: 813px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .footerRight_inner {
    max-width: none;
    margin: auto;
    padding: 48px 0 70px;
  }
}

.footerNavWrap {
  max-width: 593px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 62px 20px 82px;
}
@media (max-width: 767px) {
  .footerNavWrap {
    max-width: 280px;
    display: block;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .footerNav {
    margin-top: 21px;
  }
}

@media (max-width: 767px) {
  .footerNavList {
    margin-bottom: 50px;
  }
}

.footerNavItem:not(:last-child) {
  margin-bottom: 20px;
}
.footerNavItem_link {
  display: block;
}
.footerNavItem_text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}

.footerChildNavList {
  margin-top: 5px;
}

.footerChildNavItem {
  position: relative;
}
.footerChildNavItem_link {
  display: block;
  padding-left: 20px;
}
.footerChildNavItem_link::before {
  content: "";
  height: 2px;
  width: 8px;
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  transform: rotate(90deg);
  background-color: #fff;
}
@media (max-width: 767px) {
  .footerChildNavItem_link::before {
    top: 13px;
  }
}
.footerChildNavItem_link::after {
  content: "";
  height: 2px;
  width: 9px;
  display: block;
  position: absolute;
  top: 17px;
  left: 6px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footerChildNavItem_link::after {
    width: 8px;
    top: 17px;
  }
}
.footerChildNavItem_text {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
}

.footerNabSubBnr {
  margin-bottom: 42px;
}
.footerNabSubBnr_link {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 19px 30px;
  background-color: #fff;
  border-radius: 5px;
}
.footerNabSubBnr_imageWrap {
  max-width: 158px;
  margin: 0 auto 13px;
}
.footerNabSubBnr_text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.6px;
}

.footerNavSubSnsList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .footerNavSubSnsList {
    justify-content: center;
  }
}

.footerNavSubSnsItem:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footerNavSubSnsItem:not(:last-child) {
    margin-right: 40px;
  }
}
.footerNavSubSnsItem_link {
  display: block;
}
.footerNavSubSnsItem_icon {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0px;
}

.footerBnr {
  padding: 34px 0 25px;
  background-color: #808080;
}
.footerBnr_text {
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0px;
  text-align: center;
}

.footerBnrList {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .footerBnrList {
    display: block;
    padding: 0 15px;
  }
}

.footerBnrItem {
  height: 80px;
  width: 100%;
  max-width: 255px;
}
@media (max-width: 767px) {
  .footerBnrItem {
    max-width: 250px;
    margin: 0 auto;
  }
}
.footerBnrItem:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 767px) {
  .footerBnrItem:not(:last-child) {
    margin-right: auto;
    margin-bottom: 24px;
  }
}
.footerBnrItem.-yBase {
  height: auto;
  max-width: 117px;
}
.footerBnrItem_link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background-color: #fff;
}
.-yBase .footerBnrItem_link {
  padding: 0;
  background-color: transparent;
}

.footerBottom {
  padding: 14px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footerBottom.-front {
    padding: 14px 0 100px;
  }
}
.footerBottom_inner {
  max-width: 1346px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .footerBottom_inner {
    display: block;
  }
}

.footerSubLinkList {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footerSubLinkList {
    margin-bottom: 30px;
  }
}

.footerSubLinkItem:not(:last-child) {
  margin-right: 15px;
}
.footerSubLinkItem_link {
  display: flex;
  align-items: center;
  position: relative;
}
.footerSubLinkItem_text {
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
}
.footerSubLinkItem_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerSubLinkItem_image {
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .footerCopy {
    text-align: center;
  }
}
.footerCopy_text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
}

/*-------------------------------
共通コンポーネント
-------------------------------*/
.container {
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container.-mw1240 {
  max-width: 1240px;
}
.container.-mw1140 {
  max-width: 1140px;
}

.title.-sizeH2 {
  display: flex;
  flex-direction: column;
}
.title.-sizeH2 .title_en {
  margin-bottom: 5px;
  color: #ff4438;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
}
.title.-sizeH2 .title_ja {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.63px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .title.-sizeH2 .title_ja {
    font-size: 21px;
    line-height: 2.2;
    letter-spacing: 0.53px;
  }
}
.title.-sizeH2.-center {
  align-items: center;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 6px 40px;
  background-color: #ff4438;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn {
    min-width: 230px;
  }
}
.btn.-disabled {
  pointer-events: none;
  background-color: #f4f4f4;
}
.btn.-gray {
  width: 100%;
  max-width: 270px;
  background-color: #808080;
}
.btn.-w100 {
  width: 100%;
}
.btn_text {
  color: #fff;
}
.btn.-disabled .btn_text {
  color: #808080;
}
.btn_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #fff;
}

.borderBtn {
  display: inline-block;
  position: relative;
  padding: 4px 40px;
  background-color: #fff;
  border: 2px solid #ff4438;
  border-radius: 5px;
}
.borderBtn.-indexNews {
  padding: 0 27px 2px 16px;
}
.borderBtn.-indexNews .borderBtn_text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
.borderBtn_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.borderBtn.-indexNews .borderBtn_icon {
  right: 10px;
}

.eventCard {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 767px) {
  .eventCard {
    margin-right: auto !important;
    margin-left: auto;
  }
}
.eventCard:not(:nth-child(3n)) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .eventCard:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .eventCard:not(:last-child) {
    margin-bottom: 80px;
  }
}
.eventCard.-event {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .eventCard.-event {
    margin-bottom: 50px;
  }
}
.eventCard_link {
  display: block;
}
.eventCard_dateWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.eventCard_date {
  color: #808080;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
  font-weight: 600;
}
.eventCard_type {
  width: 100%;
  max-width: 100px;
  padding: 3px 10px 4px;
  background-color: #d8d8d8;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
  font-weight: 600;
}
.eventCard_imageWrap {
  position: relative;
  padding-top: 48.9%;
  overflow: hidden;
  margin-bottom: 20px;
}
.eventCard_imageWrap > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.eventCard_title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  display: none;
}
@media (max-width: 767px) {
  .toTop {
    bottom: 10px;
    right: 10px;
  }
  .-front .toTop {
    bottom: 76px;
  }
}
.toTop.-show {
  display: block;
}
.toTop_link {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageHeading {
  margin-top: 120px;
  padding: 78px 0 81px;
  background-color: #f4f4f4;
}
@media (max-width: 1024px) {
  .pageHeading {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .pageHeading {
    padding: 24px 0 25px;
  }
}
.pageHeading.-formbridge {
  margin-top: 0;
}
.pageHeading_title {
  position: relative;
  padding-bottom: 25px;
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .pageHeading_title {
    font-size: 21px;
    line-height: 2.2;
    letter-spacing: 0.53px;
    padding-bottom: 10px;
  }
}
.pageHeading_title::before {
  content: "";
  height: 5px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff4438;
}
@media (max-width: 767px) {
  .pageHeading_title::before {
    height: 3px;
    width: 20px;
  }
}

.breadcrumb {
  padding: 12px 0;
}
.breadcrumb_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .breadcrumb_inner {
    padding: 0 15px;
  }
}
.breadcrumb_list {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .breadcrumb_list {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
}
.breadcrumb_item {
  position: relative;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
}
@media (max-width: 767px) {
  .breadcrumb_item {
    display: inline-block;
  }
}
.breadcrumb_item:not(:last-child) {
  margin-right: 25px;
}
.breadcrumb_item:not(:last-child)::before {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  position: absolute;
  top: 12px;
  right: -15px;
  background-color: #2d2d2d;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .breadcrumb_item:not(:last-child)::before {
    top: 13px;
    right: -17px;
  }
}
.breadcrumb_item.-current {
  font-weight: 700;
}
.breadcrumb_link {
  display: block;
}
@media (max-width: 767px) {
  .breadcrumb_link {
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 0.33px;
  }
}

.serviceBox_wrap {
  padding: 60px 45px;
  border: 5px solid #d8d8d8;
}
@media (max-width: 767px) {
  .serviceBox_wrap {
    padding: 30px 10px 20px;
  }
}
.serviceBox_title {
  margin-bottom: 13px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .serviceBox_title {
    margin-bottom: 20px;
    text-align: center;
  }
}

.serviceBoxServiceList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .serviceBoxServiceList {
    max-width: 233px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: 0 auto 70px;
  }
}

.serviceBoxServiceItem {
  display: flex;
  align-items: center;
}
.serviceBoxServiceItem_icon {
  height: 63px;
  width: 100%;
  max-width: 63px;
  margin-right: 30px;
}
.serviceBoxServiceItem_text {
  line-height: 1.5;
}

.serviceBoxItem {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .serviceBoxItem {
    flex-direction: column;
  }
  .serviceBoxItem:nth-child(2) {
    flex-direction: column-reverse;
  }
  .serviceBoxItem.-membership {
    flex-direction: column-reverse;
  }
}
.serviceBoxItem:first-child {
  margin-bottom: 50px;
}
.serviceBoxItem:first-child.-membership {
  margin-bottom: 0;
}
.serviceBoxItem_contentsWrap {
  width: 60%;
}
@media (max-width: 767px) {
  .serviceBoxItem_contentsWrap {
    width: 100%;
  }
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_contentsWrap {
  width: 70%;
}
@media (max-width: 767px) {
  .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_contentsWrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.serviceBoxItem_titleWrap {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.serviceBoxItem:nth-child(1) .serviceBoxItem_titleWrap {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .serviceBoxItem:nth-child(1) .serviceBoxItem_titleWrap {
    padding-right: 0;
  }
}
.serviceBoxItem:nth-child(2) .serviceBoxItem_titleWrap {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .serviceBoxItem:nth-child(2) .serviceBoxItem_titleWrap {
    padding-left: 0;
  }
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_titleWrap {
  display: flex;
  align-items: center;
  padding: 20px 0 0 23px;
}
@media (max-width: 767px) {
  .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_titleWrap {
    display: block;
    padding-left: 0;
  }
}
.serviceBoxItem_headText {
  position: relative;
  padding: 0 15px;
  color: #ff4438;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.serviceBoxItem_headText::before, .serviceBoxItem_headText::after {
  content: "";
  height: 2px;
  width: 16px;
  display: block;
  position: absolute;
  top: 13px;
  background-color: #ff4438;
}
.serviceBoxItem_headText::before {
  left: 0;
  transform: rotate(65deg);
}
.serviceBoxItem_headText::after {
  right: 0;
  transform: rotate(-65deg);
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_headText {
  padding: 0;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.65px;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_headText {
    margin-right: 0;
    margin-bottom: 7px;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.47px;
  }
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_headText::before, .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_headText::after {
  content: none;
}
.serviceBoxItem_title {
  margin-top: 5px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_title {
  margin-top: 0;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_title {
    padding-bottom: 5px;
  }
}
.serviceBoxItem_largeText {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_largeText {
  color: #2d2d2d;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_largeText {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.47px;
  }
}
.serviceBoxItem:nth-child(1) .serviceBoxItem_textWrap {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .serviceBoxItem:nth-child(1) .serviceBoxItem_textWrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.serviceBoxItem:nth-child(2) .serviceBoxItem_textWrap {
  display: flex;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .serviceBoxItem:nth-child(2) .serviceBoxItem_textWrap {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_textWrap {
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 23px;
}
@media (max-width: 767px) {
  .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_textWrap {
    margin-bottom: 42px;
    padding-left: 0;
  }
}
.serviceBoxItem_textList {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .serviceBoxItem_textList {
    display: block;
  }
}
.serviceBoxItem_textItem {
  width: 50%;
  position: relative;
  padding-left: 1.2em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .serviceBoxItem_textItem {
    width: 100%;
  }
}
.serviceBoxItem_textItem:not(:last-child) {
  margin-bottom: 10px;
}
.serviceBoxItem_textItem::before {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  background-color: #000;
  border-radius: 50%;
}
.serviceBoxItem_textWrapInner {
  width: 68%;
}
.serviceBoxItem_textImageWrap {
  width: 32%;
  max-width: 150px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .serviceBoxItem_textImageWrap {
    margin-left: 10px;
  }
}
.serviceBoxItem_imageWrap {
  width: 40%;
  max-width: 385px;
}
@media (max-width: 767px) {
  .serviceBoxItem_imageWrap {
    width: 100%;
    max-width: none;
  }
}
.serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_imageWrap {
  width: 30%;
  max-width: 277px;
}
@media (max-width: 767px) {
  .serviceBoxItem.-membership:nth-child(1) .serviceBoxItem_imageWrap {
    width: 100%;
    max-width: none;
  }
}
.serviceBoxItem_btn {
  text-align: right;
}
@media (max-width: 767px) {
  .serviceBoxItem_btn {
    text-align: center;
  }
}

.flowList {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flowList {
    display: block;
  }
}

.flowItem {
  width: 33.33333%;
  max-width: 302px;
  display: flex;
  flex-direction: column;
  padding: 20px 25px 25px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .flowItem {
    width: 100%;
    margin: 0 auto;
  }
}
.flowItem:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .flowItem:not(:last-child) {
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.flowItem_num {
  margin-bottom: 13px;
  text-align: center;
  color: #808080;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.55px;
}
.flowItem_imageWrap {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.flowItem:nth-child(1) .flowItem_imageWrap {
  max-width: 96px;
  padding: 21px 0;
}
.flowItem:nth-child(2) .flowItem_imageWrap {
  max-width: 252px;
  padding-left: 35px;
}
.flowItem:nth-child(3) .flowItem_imageWrap {
  max-width: 218px;
  padding-left: 30px;
}
.flowItem_textWrap {
  flex-grow: 1;
}
.flowItem_title {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  clear: none;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px !important;
  padding: 0 !important;
  border-color: #808080 !important;
}
.wp-pagenavi > span.current {
  border-color: #ff4438 !important;
  background-color: #ff4438;
  color: #fff;
}
.wp-pagenavi .previouspostslink::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
.wp-pagenavi .nextpostslink::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

.singlePost {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .singlePost {
    padding: 60px 0 120px;
  }
}
.singlePost_dateWrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.singlePost_date {
  margin-right: 20px;
  color: #808080;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
}
.singlePost_tag {
  min-width: 77px;
  display: inline-block;
  padding: 0 12px;
  background-color: #d8d8d8;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0px;
  font-weight: 600;
}
.singlePost_tag:not(:last-child) {
  margin-right: 10px;
}
.singlePost_title {
  margin-bottom: 70px;
  font-size: 25px;
  line-height: 2.2;
  letter-spacing: 0.63px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .singlePost_title {
    margin-bottom: 20px;
  }
}
.singlePost_imageWrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .singlePost_imageWrap {
    margin-bottom: 25px;
  }
}

.singlePostMain h2.wp-block-heading {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
.singlePostMain h3.wp-block-heading {
  margin-bottom: 25px;
  padding-left: 8px;
  border-left: 3px solid #ff4438;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.singlePostMain h4.wp-block-heading {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.singlePostMain .wp-block-quote {
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #808080;
}
.singlePostMain ul.wp-block-list {
  margin-bottom: 25px;
}
.singlePostMain ul.wp-block-list > li {
  position: relative;
  padding-left: 2.5em;
}
.singlePostMain ul.wp-block-list > li::before {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  background-color: #000;
  border-radius: 50%;
}
.singlePostMain ol.wp-block-list {
  margin-bottom: 25px;
  counter-reset: number 0;
}
.singlePostMain ol.wp-block-list > li {
  position: relative;
  padding-left: 2.5em;
}
.singlePostMain ol.wp-block-list > li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 5px;
  counter-increment: number 1;
}
.singlePostMain .wp-block-audio,
.singlePostMain .wp-block-cover,
.singlePostMain .wp-block-file,
.singlePostMain .wp-block-video,
.singlePostMain .wp-block-table,
.singlePostMain .wp-block-columns,
.singlePostMain .wp-block-separator,
.singlePostMain .wp-block-calendar {
  margin-bottom: 25px;
}
.singlePostMain .wp-block-file__button {
  background-color: #ff4438;
  border-radius: 5px;
}
.singlePostMain .wp-block-buttons {
  margin-bottom: 25px;
}
.singlePostMain .wp-block-buttons .wp-block-button__link {
  background-color: #ff4438;
  border-radius: 5px;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.75px;
}
.singlePostMain .wp-block-embed-youtube {
  max-width: 800px;
  margin: 0 auto 25px;
}
.singlePostMain .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.singlePostMain .wp-block-embed-youtube .wp-block-embed__wrapper > iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.singlePostMain > p:not([class]) {
  margin-bottom: 25px;
}
.singlePostMain p + p:not([class]) {
  margin-bottom: 25px;
}
.singlePostMain a:not([class]) {
  color: #ff4438;
  text-decoration: underline;
}

.precautionsBox {
  margin-top: 50px;
  border: 1px solid #d8d8d8;
  padding: 40px;
}
@media (max-width: 767px) {
  .precautionsBox {
    margin-top: 30px;
    padding: 20px 15px;
  }
}
.precautionsBox_title {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}

.linkBox {
  margin-top: 50px;
  padding: 30px;
  background-color: #f8f2f2;
}
@media (max-width: 767px) {
  .linkBox {
    padding: 20px 15px;
    margin-top: 30px;
  }
}
.linkBox_title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 700;
}
.linkBox_list {
  max-width: 634px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .linkBox_list {
    display: block;
  }
}
.linkBox_item {
  width: 50%;
  max-width: 286px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .linkBox_item {
    width: 100%;
    max-width: none;
  }
  .linkBox_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.linkBox_bottomText {
  margin-top: 10px;
  color: #808080;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
}

.singleNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .singleNav {
    margin-top: 60px;
  }
}
.singleNav_link {
  display: flex;
  align-items: center;
}
.singleNav_title {
  font-weight: 600;
}
.singleNav_arrow {
  height: 21px;
  width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff4438;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}
.singleNav_li.-prev .singleNav_arrow {
  margin-right: 15px;
}
.singleNav_li.-next .singleNav_arrow {
  margin-left: 15px;
}

.singleBtn {
  margin-top: -40px;
  text-align: center;
}
@media (max-width: 767px) {
  .singleBtn {
    margin-top: 40px;
  }
}

.memberCta {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .memberCta {
    padding: 60px 0;
  }
}
.memberCta_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .memberCta_inner {
    padding: 0 15px;
  }
}

/*-------------------------------
TOP
-------------------------------*/
.indexKv {
  position: relative;
  margin-top: 120px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .indexKv {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .indexKv::before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: -120px;
    left: 0;
    background-image: url(../image/top_kv_bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
  }
}

.indexKvSliderWrap {
  padding: 55px 0 43px;
}
@media (max-width: 767px) {
  .indexKvSliderWrap {
    padding: 0;
  }
}

.indexKvSlider {
  visibility: hidden;
  overflow: hidden;
}
.indexKvSlider.swiper-initialized {
  visibility: visible;
}
.indexKvSlider_link {
  display: block;
  position: relative;
  padding-top: 48.9%;
  overflow: hidden;
}
.indexKvSlider_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.indexKvSliderPn {
  width: 57.909vw !important;
  position: static;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 767px) {
  .indexKvSliderPn {
    width: 100% !important;
    text-align: center;
  }
}
.indexKvSliderPn .swiper-pagination-bullet {
  height: 5px;
  width: 60px;
  margin: 0 !important;
  border-radius: 0;
  background-color: #d8d8d8;
  opacity: 1;
}
@media (max-width: 767px) {
  .indexKvSliderPn .swiper-pagination-bullet {
    width: 40px;
  }
}
.indexKvSliderPn .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px !important;
}
.indexKvSliderPn .swiper-pagination-bullet-active {
  background-color: #ff4438 !important;
}

@media (max-width: 767px) {
  .indexKvCta {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

.indexKvCtaBtnWrap {
  max-width: 930px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .indexKvCtaBtnWrap {
    max-width: none;
    align-items: stretch;
    padding: 0;
  }
}

.indexKvCtaBtn {
  width: 33.33333%;
  max-width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .indexKvCtaBtn {
    max-width: none;
    align-items: stretch;
  }
  .indexKvCtaBtn:not(:last-child) {
    border-right: 2px solid #fff;
  }
}
.indexKvCtaBtn:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .indexKvCtaBtn:not(:last-child) {
    margin-right: 0;
  }
}
.indexKvCtaBtn_link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 0;
  border: 3px solid #ff4438;
  border-radius: 66px;
  background-color: #fff;
  box-shadow: 6px 6px 0 #feaaa4;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .indexKvCtaBtn_link {
    padding: 10px 0;
    border-radius: 0;
    border: none;
    background-color: #ff4438;
    box-shadow: none;
  }
}
.indexKvCtaBtn_link:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .indexKvCtaBtn_link:hover {
    transform: translate(6px, 6px);
    box-shadow: 0 0 0 #feaaa4;
  }
}
.indexKvCtaBtn_text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
@media (max-width: 767px) {
  .indexKvCtaBtn_text {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.75px;
  }
}
.indexKvCtaBtn_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .indexKvCtaBtn_icon {
    right: 6px;
  }
}
.indexKvCtaBtn_image {
  vertical-align: baseline;
}

.indexAbout {
  padding-top: 170px;
}
@media (max-width: 767px) {
  .indexAbout {
    padding-top: 50px;
  }
}
.indexAbout_inner {
  max-width: 1366px;
  text-align: left;
  margin: 0 auto;
}
.indexAbout_wrap {
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .indexAbout_wrap {
    flex-direction: column-reverse;
  }
}

.indexAboutImageWrap {
  width: 100%;
  max-width: 830px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .indexAboutImageWrap {
    margin-right: 0;
  }
}

.indexAboutImageTop {
  width: 100%;
}

.indexAboutImageBottom {
  display: flex;
  padding: 20px 80px 0 0;
}
@media (max-width: 767px) {
  .indexAboutImageBottom {
    padding: 10px 0 0 0;
  }
}
.indexAboutImageBottom_image {
  width: 50%;
}
.indexAboutImageBottom_image:nth-child(1) {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .indexAboutImageBottom_image:nth-child(1) {
    padding-right: 5px;
  }
}
.indexAboutImageBottom_image:nth-child(2) {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .indexAboutImageBottom_image:nth-child(2) {
    padding-left: 5px;
  }
}

.indexAboutContents {
  max-width: 356px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .indexAboutContents {
    max-width: none;
    padding: 0 15px;
    margin-bottom: 78px;
  }
}

.indexAboutTextWrap {
  margin-bottom: 40px;
}

.indexAboutText:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .indexAboutBtn {
    text-align: center;
  }
}

.indexNews {
  position: relative;
  padding: 111px 0 120px;
}
@media (max-width: 767px) {
  .indexNews {
    padding: 60px 0 100px;
  }
}
.indexNews::before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../image/top_about_bg.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0% 0%;
}
@media (max-width: 767px) {
  .indexNews::before {
    height: 10%;
    background-size: contain;
  }
}
.indexNews_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .indexNews_inner {
    padding: 0 15px;
  }
}

.indexNewsWrap {
  display: flex;
}
@media (max-width: 767px) {
  .indexNewsWrap {
    display: block;
  }
}

.indexNewsHeading {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 767px) {
  .indexNewsHeading {
    max-width: none;
  }
}
.indexNewsHeading_title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .indexNewsHeading_title {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .indexNewsHeading_btn {
    text-align: right;
  }
}

.indexNewsContents {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .indexNewsContents {
    margin-top: 15px;
  }
}

.NewsWrap:first-child {
  margin-bottom: 25px;
}
.NewsWrap_title {
  margin-bottom: 10px;
  color: #808080;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .NewsWrap_title {
    margin-bottom: 30px;
  }
}

.newsItem {
  display: flex;
  align-items: flex-start;
  padding: 25px;
}
@media (max-width: 767px) {
  .newsItem {
    display: block;
    padding: 0 0 28px 0;
    margin-bottom: 24px;
  }
}
.newsItem:not(:last-child) {
  border-bottom: 1px dashed #d8d8d8;
}
.newsItem_dateWrap {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .newsItem_dateWrap {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .newsItem_dateWrap.-news {
    display: flex;
  }
}
.newsItem_date {
  margin-right: 20px;
  color: #808080;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .newsItem_date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .newsItem_dateWrap.-news .newsItem_date {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.newsItem_tag {
  min-width: 77px;
  display: inline-block;
  padding: 0 12px;
  background-color: #d8d8d8;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0px;
  font-weight: 600;
}
.newsItem_tag:not(:last-child) {
  margin-right: 5px;
}
.newsItem_link {
  display: block;
  color: #3e3a39;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 1.8px;
  transition: all 0.2s ease;
}
.newsItem_link:hover {
  opacity: 1;
  text-decoration: underline;
}

.indexMembership {
  padding: 70px 0 75px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .indexMembership {
    padding: 50px 0 70px;
  }
}
.indexMembership_inner {
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .indexMembership_inner {
    padding: 0 15px;
  }
}

.indexMembershipHeading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .indexMembershipHeading {
    margin-bottom: 40px;
  }
}

.indexMembershipContents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .indexMembershipContents {
    flex-direction: column-reverse;
  }
}

.indexMembershipLeft {
  width: 49%;
  max-width: 488px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .indexMembershipLeft {
    width: 100%;
    max-width: 420px;
    margin: 50px auto 0;
  }
}
.indexMembershipLeft_title {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 1.7;
  letter-spacing: 0px;
  font-weight: 600;
}
.indexMembershipLeft_text {
  margin-bottom: 40px;
}
.indexMembershipLeft_btnList {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .indexMembershipLeft_btnList {
    display: block;
  }
}
.indexMembershipLeft_btnItem {
  width: 100%;
  max-width: 208px;
}
@media (max-width: 767px) {
  .indexMembershipLeft_btnItem {
    max-width: none;
    text-align: center;
  }
}
.indexMembershipLeft_btnItem:first-child {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .indexMembershipLeft_btnItem:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.indexMembershipRight {
  width: 49%;
  max-width: 420px;
}
@media (max-width: 767px) {
  .indexMembershipRight {
    width: 100%;
    margin: 0 auto;
  }
}
.indexMembershipRight_imageWrap {
  max-width: 384px;
  margin: 0 auto 33px;
}
@media (max-width: 767px) {
  .indexMembershipRight_imageWrap {
    max-width: 300px;
    margin: 0 auto 42px;
  }
}
.indexMembershipRight_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .indexMembershipRight_list {
    gap: 19px 14px;
  }
}
.indexMembershipRight_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 0px;
  border: 4px solid #ff4438;
}
.indexMembershipRight_item.-gray {
  border-color: #808080;
}
.indexMembershipRight_text {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .indexMembershipRight_text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -1.2px;
  }
}
.indexMembershipRight_subText {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
@media (max-width: 767px) {
  .indexMembershipRight_subText {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.3px;
  }
}

.indexMembershipBox {
  display: flex;
  padding: 38px 50px 28px 31px;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .indexMembershipBox {
    flex-direction: column-reverse;
    padding: 21px 15px 15px;
  }
}
.indexMembershipBox_imageWrap {
  max-width: 277px;
}
@media (max-width: 767px) {
  .indexMembershipBox_imageWrap {
    max-width: none;
  }
}
.indexMembershipBox_contents {
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .indexMembershipBox_contents {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.indexMembershipBox_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 30px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .indexMembershipBox_title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.indexMembershipBox_titleRedText {
  margin-right: 13px;
  color: #ff4438;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.65px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .indexMembershipBox_titleRedText {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.47px;
  }
}
.indexMembershipBox_titleText {
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.indexMembershipBox_textWrap {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .indexMembershipBox_textWrap {
    padding-left: 0;
  }
}
.indexMembershipBox_largeText {
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .indexMembershipBox_largeText {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.47px;
  }
}
.indexMembershipBox_text {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .indexMembershipBox_text {
    margin-bottom: 40px;
  }
}
.indexMembershipBox_btnWrap {
  text-align: right;
}
@media (max-width: 767px) {
  .indexMembershipBox_btnWrap {
    text-align: center;
  }
}

.indexEvent {
  padding: 120px 0 60px;
}

.indexEventHeading {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .indexEventHeading {
    margin-bottom: 60px;
  }
}

.indexEventList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 85px;
}
@media (max-width: 767px) {
  .indexEventList {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 40px;
  }
}

.indexEventBtnWrap {
  text-align: center;
}

.indexYbase {
  padding: 60px 0;
}
.indexYbase_inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .indexYbase_inner {
    max-width: 420px;
  }
}
.indexYbase_link {
  display: block;
}

.indexAccess {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .indexAccess {
    padding: 60px 0 70px;
  }
}
.indexAccess_inner {
  max-width: 1190px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .indexAccess_inner {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}

.indexAccessImageWrap {
  width: 66%;
  max-width: 680px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .indexAccessImageWrap {
    width: 100%;
  }
}

.indexAccessContents {
  width: 34%;
  max-width: 380px;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .indexAccessContents {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.indexAccessHeading {
  margin-bottom: 25px;
}

.indexAccessTextWrap {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .indexAccessTextWrap {
    margin-bottom: 35px;
  }
}

.indexAccessItem {
  display: grid;
  grid-template-columns: auto 1fr;
  max-width: 100%;
  --line-height: 2.2;
  line-height: var(--line-height);
}
.indexAccessItem_title {
  position: relative;
  padding-right: 1em;
  text-align: justify;
}
.indexAccessItem_title::before {
  content: ":";
  position: absolute;
  top: -1px;
  right: 5px;
}
.indexAccessItem_title > span {
  display: inline-block;
  width: 100%;
  height: calc(1em * var(--line-height));
  vertical-align: bottom;
  overflow: hidden;
}
.indexAccessItem_title > span::after {
  content: "";
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .indexAccessBtn {
    text-align: center;
  }
}

/*-------------------------------
ABOUT
-------------------------------*/
.aboutSec01 {
  margin-top: 60px;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .aboutSec01 {
    margin-top: 0;
    padding: 40px 0 50px;
  }
}
.aboutSec01::before {
  content: "";
  height: 100%;
  width: 73%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  margin-left: 27%;
  background-color: #f8f2f2;
}
@media (max-width: 767px) {
  .aboutSec01::before {
    width: 100%;
    margin-left: 0;
  }
}
.aboutSec01_inner {
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  .aboutSec01_inner {
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .aboutSec01_inner {
    padding: 0 15px;
  }
}

.aboutSec01Wrap {
  max-width: 1233px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
@media (max-width: 767px) {
  .aboutSec01Wrap {
    display: block;
  }
}

.aboutSec01Contents {
  width: 45%;
  max-width: 490px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .aboutSec01Contents {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 53px;
  }
}
.aboutSec01Contents_title {
  margin-bottom: 33px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .aboutSec01Contents_title {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.47px;
  }
}
.aboutSec01Contents_redText {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .aboutSec01Contents_redText {
    margin-bottom: 40px;
  }
}
.aboutSec01Contents_redText > span {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ff4438;
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.63px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .aboutSec01Contents_redText > span {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
}
.aboutSec01Contents_redText > span:first-child {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .aboutSec01Contents_redText > span:first-child {
    margin-bottom: 12px;
  }
}
.aboutSec01Contents_text {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .aboutSec01Contents_text {
    margin-bottom: 35px;
  }
}
.aboutSec01Contents_listTitle {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.aboutSec01Contents_list {
  counter-reset: number 0;
}
.aboutSec01Contents_item {
  position: relative;
  padding-left: 2.5em;
}
.aboutSec01Contents_item::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 5px;
  counter-increment: number 1;
}

.aboutSec01ImageWrap {
  width: 55%;
  max-width: 640px;
  margin-top: 30px;
  margin-right: 43px;
}
@media (max-width: 1365px) {
  .aboutSec01ImageWrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .aboutSec01ImageWrap {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}

.aboutSec02 {
  padding: 110px 0 60px;
}
@media (max-width: 767px) {
  .aboutSec02 {
    padding: 100px 0 0;
  }
}

.aboutSec02Top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .aboutSec02Top {
    display: block;
    margin-bottom: 47px;
  }
}
.aboutSec02Top_titleWrap {
  width: 20%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .aboutSec02Top_titleWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.aboutSec02Top_textWrap {
  width: 80%;
  max-width: 755px;
}
@media (max-width: 767px) {
  .aboutSec02Top_textWrap {
    width: 100%;
  }
}
.aboutSec02Top_largeText {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}

.aboutSec02Bottom {
  max-width: 1058px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .aboutSec02Bottom {
    padding: 0 15px;
  }
}

.aboutSec03 {
  padding: 60px 0 35px;
}
.aboutSec03_inner {
  max-width: 1366px;
  margin: 0 auto;
}

.aboutSec03Heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .aboutSec03Heading {
    margin-bottom: 50px;
  }
}

.aboutSec03List {
  margin-bottom: 70px;
}

.aboutSec03Item {
  position: relative;
}
.aboutSec03Item:not(:last-child) {
  margin-bottom: 55px;
}
.aboutSec03Item:nth-child(2) {
  margin-bottom: 133px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(2) {
    margin-bottom: 50px;
  }
}
.aboutSec03Item:nth-child(3) {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(3) {
    margin-bottom: 50px;
  }
}
.aboutSec03Item:nth-child(4) {
  margin-bottom: 133px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(4) {
    margin-bottom: 40px;
  }
}
.aboutSec03Item_bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .aboutSec03Item_bg {
    width: 80%;
  }
}
.aboutSec03Item:nth-child(odd) .aboutSec03Item_bg {
  right: 0;
}
.aboutSec03Item:nth-child(even) .aboutSec03Item_bg {
  left: 0;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(even) .aboutSec03Item_bg {
    left: auto;
    right: 0;
  }
}
.aboutSec03Item_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboutSec03Item_inner {
    padding: 0 15px;
    flex-direction: column-reverse;
  }
  .aboutSec03Item:nth-child(even) .aboutSec03Item_inner {
    flex-direction: column;
  }
}
.aboutSec03Item:nth-child(1) .aboutSec03Item_inner {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(1) .aboutSec03Item_inner {
    padding-top: 25px;
  }
}
.aboutSec03Item:nth-child(2) .aboutSec03Item_inner {
  padding-top: 55px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(2) .aboutSec03Item_inner {
    padding-top: 0;
  }
}
.aboutSec03Item:nth-child(3) .aboutSec03Item_inner {
  align-items: center;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(3) .aboutSec03Item_inner {
    padding-top: 25px;
  }
}
.aboutSec03Item:nth-child(4) .aboutSec03Item_inner {
  max-width: 1210px;
  padding: 70px 0 0 20px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(4) .aboutSec03Item_inner {
    padding: 25px 15px 0;
  }
}
.aboutSec03Item:nth-child(5) .aboutSec03Item_inner {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(5) .aboutSec03Item_inner {
    padding-top: 40px;
  }
}
.aboutSec03Item_imageWrap {
  width: 50%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .aboutSec03Item_imageWrap {
    width: 100%;
    max-width: none;
  }
}
.aboutSec03Item:nth-child(odd) .aboutSec03Item_imageWrap {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(odd) .aboutSec03Item_imageWrap {
    margin-right: 0;
  }
}
.aboutSec03Item:nth-child(4) .aboutSec03Item_imageWrap {
  max-width: 590px;
}
.aboutSec03Item:nth-child(5) .aboutSec03Item_imageWrap {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(5) .aboutSec03Item_imageWrap {
    margin-top: 0;
  }
}
.aboutSec03Item_topImageWrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .aboutSec03Item_topImageWrap {
    padding-right: 0;
  }
}
.aboutSec03Item_bottomImageWrap {
  display: flex;
  position: absolute;
  bottom: -65px;
  right: 0;
}
@media (max-width: 767px) {
  .aboutSec03Item_bottomImageWrap {
    justify-content: space-between;
    position: static;
    margin-top: 10px;
  }
}
.aboutSec03Item_bottomImage {
  max-width: 174px;
}
@media (max-width: 767px) {
  .aboutSec03Item_bottomImage {
    width: 48%;
    max-width: none;
  }
}
.aboutSec03Item_bottomImage:first-child {
  margin-right: 18px;
}
@media (max-width: 767px) {
  .aboutSec03Item_bottomImage:first-child {
    margin-right: 0;
  }
}
.aboutSec03Item_contentsWrap {
  width: 50%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .aboutSec03Item_contentsWrap {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
}
.aboutSec03Item:nth-child(even) .aboutSec03Item_contentsWrap {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(even) .aboutSec03Item_contentsWrap {
    margin-right: 0;
  }
}
.aboutSec03Item:nth-child(2) .aboutSec03Item_contentsWrap {
  margin-top: 14px;
}
.aboutSec03Item:nth-child(4) .aboutSec03Item_contentsWrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .aboutSec03Item:nth-child(4) .aboutSec03Item_contentsWrap {
    margin-top: 0;
  }
}
.aboutSec03Item_titleWrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .aboutSec03Item_titleWrap {
    margin-bottom: 15px;
  }
}
.aboutSec03Item_subTitle {
  display: inline-block;
  border-bottom: 2px solid #ff4438;
  font-weight: 600;
}
.aboutSec03Item_title {
  display: flex;
  align-items: center;
}
.aboutSec03Item_titleNum {
  margin-right: 20px;
  color: #ff4438;
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .aboutSec03Item_titleNum {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.7px;
  }
}
.aboutSec03Item_titleText {
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .aboutSec03Item_titleText {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.47px;
  }
}
.aboutSec03Item_largeText {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.aboutSec03Item_text {
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .aboutSec03Item_textList {
    margin-bottom: 40px;
  }
  .aboutSec03Item:nth-child(3) .aboutSec03Item_textList {
    margin-bottom: 0;
  }
}
.aboutSec03Item_textItem {
  position: relative;
  padding-left: 1.2em;
  font-weight: 400;
}
.aboutSec03Item_textItem::before {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  background-color: #000;
  border-radius: 50%;
}
.aboutSec03Item_annotation {
  position: relative;
  padding-left: 1.2em;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
  font-weight: 400;
}
.aboutSec03Item_annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutSec03Item_textWrap {
  margin-bottom: 30px;
}
.aboutSec03Item_btnWrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutSec03Item_btnWrap {
    flex-direction: column;
    justify-content: center;
  }
}
.aboutSec03Item_btn:first-child {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .aboutSec03Item_btn:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.aboutSec04 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .aboutSec04 {
    padding: 35px 0 60px;
  }
}

.aboutSec04Heading {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .aboutSec04Heading {
    margin-bottom: 40px;
    text-align: center;
  }
}

.aboutSec04Map {
  max-width: 590px;
  margin: 0 auto 94px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .aboutSec04Map {
    margin: 0 auto 60px;
    padding: 0;
  }
}

.aboutSec04FloorList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
}
@media (max-width: 767px) {
  .aboutSec04FloorList {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}

.aboutSec04FloorItem_imageWrap {
  margin-bottom: 15px;
}
.aboutSec04FloorItem_text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.aboutSec05 {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .aboutSec05 {
    padding: 60px 0 70px;
  }
}

.aboutSec05Heading {
  margin-bottom: 20px;
}

.aboutSec05Text {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .aboutSec05Text {
    margin-bottom: 40px;
  }
}

.aboutSec05BtnList {
  display: flex;
}
@media (max-width: 767px) {
  .aboutSec05BtnList {
    display: block;
  }
}

.aboutSec05BtnItem {
  height: 200px;
  width: 50%;
}
@media (max-width: 767px) {
  .aboutSec05BtnItem {
    height: 125px;
    width: 100%;
  }
  .aboutSec05BtnItem:first-child {
    margin-bottom: 15px;
  }
}
.aboutSec05BtnItem_link {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  padding: 10px;
}
@media (max-width: 767px) {
  .aboutSec05BtnItem_link {
    padding: 6px;
  }
}
.aboutSec05BtnItem_link::before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.aboutSec05BtnItem:nth-child(1) .aboutSec05BtnItem_link::before {
  background-image: url(../image/about_sec05_01.jpg);
}
.aboutSec05BtnItem:nth-child(2) .aboutSec05BtnItem_link::before {
  background-image: url(../image/about_sec05_02.jpg?250812);
}
.aboutSec05BtnItem_link::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
  transition: 0.2s;
}
.aboutSec05BtnItem_link:hover {
  opacity: 1;
}
.aboutSec05BtnItem_link:hover::after {
  opacity: 0.85;
}
.aboutSec05BtnItem_wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  color: #fff;
}
.aboutSec05BtnItem_en {
  position: relative;
  margin-bottom: 13px;
  padding-bottom: 8px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.63px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .aboutSec05BtnItem_en {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
  }
}
.aboutSec05BtnItem_en::before {
  content: "";
  height: 3px;
  width: 33px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (max-width: 767px) {
  .aboutSec05BtnItem_en::before {
    width: 14px;
  }
}
.aboutSec05BtnItem_ja {
  font-weight: 700;
}
@media (max-width: 767px) {
  .aboutSec05BtnItem_ja {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
}

/*-------------------------------
NEWS
-------------------------------*/
.newsSec01 {
  padding: 60px 0 120px;
}

.newsSec01Heading {
  margin-bottom: 38px;
  text-align: center;
}

.newsSec01Wrap {
  margin-bottom: 94px;
}

/*-------------------------------
MEMBERSHIP
-------------------------------*/
.membershipSec01 {
  padding: 60px 0;
}

.membershipSec01Heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .membershipSec01Heading {
    margin-bottom: 30px;
  }
}
.membershipSec01Heading_title {
  margin-bottom: 25px;
}
.membershipSec01Heading_text {
  text-align: center;
}

.membershipSec01BoxWrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .membershipSec01BoxWrap {
    display: block;
  }
}

.membershipSec01Box {
  width: 48%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .membershipSec01Box {
    width: 100%;
    max-width: none;
  }
  .membershipSec01Box:nth-child(1) {
    margin-bottom: 30px;
  }
}
.membershipSec01Box_link {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .membershipSec01Box_link {
    justify-content: flex-start;
  }
}
.membershipSec01Box_link.-gray {
  padding: 33px 20px 33px 34px;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .membershipSec01Box_link.-gray {
    padding: 22px;
  }
}
.membershipSec01Box_link.-red {
  padding: 33px 20px;
  background-color: #f8f2f2;
}
@media (max-width: 767px) {
  .membershipSec01Box_link.-red {
    padding: 18px;
  }
}
.membershipSec01Box_iconWrap {
  width: 26%;
}
@media (max-width: 767px) {
  .membershipSec01Box_iconWrap {
    margin-right: 20px;
  }
}
.membershipSec01Box_link.-gray .membershipSec01Box_iconWrap {
  max-width: 95px;
}
@media (max-width: 767px) {
  .membershipSec01Box_link.-gray .membershipSec01Box_iconWrap {
    max-width: 75px;
  }
}
.membershipSec01Box_link.-red .membershipSec01Box_iconWrap {
  max-width: 114px;
}
@media (max-width: 767px) {
  .membershipSec01Box_link.-red .membershipSec01Box_iconWrap {
    max-width: 75px;
  }
}
.membershipSec01Box_textWrap {
  width: 70%;
}
.membershipSec01Box_text {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .membershipSec01Box_text {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.47px;
  }
}
.membershipSec01Box_tag {
  display: inline-block;
  padding: 7px;
  border: 1px solid;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .membershipSec01Box_tag {
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.28px;
  }
}
.membershipSec01Box_tag:not(:last-child) {
  margin-right: 9px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .membershipSec01Box_tag:not(:last-child) {
    margin-right: 2px;
    margin-bottom: 2px;
  }
}
.membershipSec01Box_link.-gray .membershipSec01Box_tag {
  border-color: #2d2d2d;
}
.membershipSec01Box_link.-red .membershipSec01Box_tag {
  border-color: #ff4438;
}
.membershipSec01Box_arrow {
  width: 11.46px;
  height: 28.9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .membershipSec01Box_arrow {
    width: 9.46px;
    height: 22.9px;
    right: 10px;
  }
}
.membershipSec01Box_arrow::before, .membershipSec01Box_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 2px;
  border-radius: 9999px;
  transform-origin: 100% 50%;
}
@media (max-width: 767px) {
  .membershipSec01Box_arrow::before, .membershipSec01Box_arrow::after {
    width: 13px;
  }
}
.membershipSec01Box_link.-gray .membershipSec01Box_arrow::before, .membershipSec01Box_link.-gray .membershipSec01Box_arrow::after {
  background-color: #2d2d2d;
}
.membershipSec01Box_link.-red .membershipSec01Box_arrow::before, .membershipSec01Box_link.-red .membershipSec01Box_arrow::after {
  background-color: #ff4438;
}
.membershipSec01Box_arrow::before {
  transform: rotate(55deg);
}
.membershipSec01Box_arrow::after {
  transform: rotate(-55deg);
}

.membershipSec02 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .membershipSec02 {
    padding: 60px 0 0;
  }
}

.membershipSec02Heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .membershipSec02Heading {
    margin-bottom: 23px;
  }
}
.membershipSec02Heading_title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .membershipSec02Heading_title {
    text-align: center;
  }
}

.membershipDetail_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .membershipDetail_contents {
    display: block;
    margin-bottom: 40px;
  }
}
.membershipDetail_title {
  width: 28%;
  padding: 15px 0 0 47px;
  border-left: 5px solid #000;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .membershipDetail_title {
    width: 100%;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
  }
}
.membershipDetail_title.-red {
  border-color: #ff4438;
}
.membershipDetail_textWrap {
  width: 70%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .membershipDetail_textWrap {
    width: 100%;
    max-width: none;
  }
}
.membershipDetail_dl:not(:last-child) {
  margin-bottom: 30px;
}
.membershipDetail_dt {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.membershipDetail_ddText {
  font-weight: 400;
}
.membershipDetail_serviceList {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .membershipDetail_serviceList {
    flex-wrap: wrap;
    padding-left: 20px;
  }
}
.membershipDetail_serviceItem {
  width: 14.28571%;
  max-width: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .membershipDetail_serviceItem {
    width: 25%;
  }
}
.membershipDetail_serviceItem:not(:last-child) {
  margin-right: 18px;
}
@media (max-width: 767px) {
  .membershipDetail_serviceItem:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.membershipDetail_serviceImage {
  margin-bottom: 5px;
}
.membershipDetail_serviceText {
  text-align: center;
  color: #808080;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.membershipDetail_btn {
  text-align: center;
}

.membershipSec03 {
  padding: 60px 0 120px;
}
.membershipSec03_top {
  max-width: 1140px;
  margin: 0 auto 120px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .membershipSec03_top {
    padding: 0 15px;
  }
}

.membershipSec03Heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .membershipSec03Heading {
    margin-bottom: 40px;
  }
}
.membershipSec03Heading_title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .membershipSec03Heading_title {
    text-align: center;
  }
}

.membershipSec04 {
  padding: 60px 0;
  background-color: #f4f4f4;
}
.membershipSec04_inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .membershipSec04_inner {
    padding: 0 15px;
  }
}
.membershipSec04_flow {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .membershipSec04_flow {
    margin-bottom: 40px;
  }
}
.membershipSec04_btn {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .membershipSec04_btn {
    margin-bottom: 40px;
  }
}

.membershipSec04Heading {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .membershipSec04Heading {
    margin-bottom: 35px;
  }
}
.membershipSec04Heading_title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .membershipSec04Heading_title {
    text-align: center;
  }
}

.membershipSec05 {
  padding: 60px 0;
  overflow: hidden;
}

.membershipSec05Heading {
  margin-bottom: 50px;
}

.membershipSec05Text {
  display: none;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
}
@media (max-width: 1240px) {
  .membershipSec05Text {
    display: block;
  }
}

.membershipSec05Table {
  overflow-x: auto;
  transform: scale(1, -1);
}
.membershipSec05Table::-webkit-scrollbar {
  height: 16px;
}
.membershipSec05Table::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.membershipSec05Table::-webkit-scrollbar-thumb {
  background: #808080;
}
.membershipSec05Table_inner {
  width: 1200px;
  display: flex;
  transform: scale(1, -1);
  padding-top: 40px;
}
.membershipSec05Table_table {
  border-spacing: 6px;
  border-collapse: separate;
}
.membershipSec05Table_table.-left {
  width: 40%;
  border: 3px solid #fff;
}
.membershipSec05Table_table.-right {
  width: 60%;
  border: 3px solid #ff4438;
}
.membershipSec05Table_headTitle {
  width: 240px;
  padding: 35px 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.membershipSec05Table_table.-left .membershipSec05Table_headTitle:nth-child(2) {
  background-color: #000;
}
.membershipSec05Table_table.-right .membershipSec05Table_headTitle:nth-child(1) {
  background-color: #fca5a0;
}
.membershipSec05Table_table.-right .membershipSec05Table_headTitle:nth-child(2) {
  background-color: #ff6f66;
}
.membershipSec05Table_table.-right .membershipSec05Table_headTitle:nth-child(3) {
  background-color: #ff4438;
}
.membershipSec05Table_bodyTitle {
  padding: 10px;
  background-color: #808080;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.membershipSec05Table_bodyData {
  padding: 23px 0;
  background-color: #f4f4f4;
  text-align: center;
  vertical-align: middle;
  color: #3e3a39;
}
.membershipSec05Table_table.-right .membershipSec05Table_bodyData {
  background-color: #f8f2f2;
}

/*-------------------------------
COMMUNITY MEMBERS
-------------------------------*/
.communitySec01 {
  padding: 60px 0;
}

.communitySec01Heading {
  margin-bottom: 40px;
}

.memberList {
  margin-bottom: 40px;
}

.memberItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border: 8px solid #f4f4f4;
}
@media (max-width: 767px) {
  .memberItem {
    flex-direction: column;
  }
}
.memberItem:not(:last-child) {
  margin-bottom: 50px;
}
.memberItem_imageWrap {
  width: 25%;
  max-width: 255px;
  padding: 10px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .memberItem_imageWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.memberItem_imageWrap.-square {
  text-align: center;
}
.-square .memberItem_image {
  max-width: 180px;
}
.memberItem_contents {
  width: 73%;
}
@media (max-width: 767px) {
  .memberItem_contents {
    width: 100%;
  }
}
.memberItem_catWrap {
  margin-bottom: 5px;
  text-align: right;
}
.memberItem_cat {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff4438;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
  font-weight: 700;
}
.memberItem_companyName {
  margin-bottom: 20px;
  padding: 4px 0 4px 20px;
  border-left: 4px solid #ff4438;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.memberItem_siteWrap {
  margin-bottom: 20px;
}
.memberItem_siteIcon {
  margin-right: 10px;
}
.memberItem_siteUrl {
  color: #ff4438;
  text-decoration: underline;
}
.memberItem_siteUrl:hover {
  text-decoration: none;
}
.memberItem_text {
  margin-bottom: 20px;
}
.memberItem_tagList {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .memberItem_tagList {
    flex-wrap: wrap;
  }
}
.memberItem_tagItem {
  padding: 2px 10px;
  border: 1px solid #707070;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .memberItem_tagItem {
    margin-bottom: 5px;
  }
}
.memberItem_tagItem:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .memberItem_tagItem:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------
SPECIALIST/MENTOR
-------------------------------*/
.mentorSec01 {
  padding: 60px 0 0;
}
.mentorSec01_inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .mentorSec01_inner {
    padding: 0 15px;
  }
}

.mentorSec01Heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mentorSec01Heading {
    margin-bottom: 40px;
  }
}
.mentorSec01Heading_title {
  margin-bottom: 25px;
  text-align: center;
}
.mentorSec01Heading_text {
  text-align: center;
}

.mentorItem {
  padding: 34px 38px;
  border: 8px solid #f4f4f4;
}
@media (max-width: 767px) {
  .mentorItem {
    padding: 20px 15px;
  }
}
.mentorItem:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mentorItem:not(:last-child) {
    margin-bottom: 20px;
  }
}
.mentorItem_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mentorItem_top {
    flex-direction: column-reverse;
  }
}
.mentorItem_profWrap {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .mentorItem_profWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.mentorItem_job {
  border-left: 5px solid #ff4438;
  margin-bottom: 15px;
  padding-left: 14px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.mentorItem_job.-black {
  border-color: #000;
}
.mentorItem_name {
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
.mentorItem_position {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
}
.mentorItem_imageWrap {
  max-width: 199px;
}
@media (max-width: 767px) {
  .mentorItem_imageWrap {
    margin-bottom: 20px;
  }
}
.mentorItem_career {
  margin-bottom: 20px;
}
.mentorItem_careerTitle {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.mentorItem_bottomWrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mentorItem_bottomWrap {
    flex-direction: column;
  }
}
.mentorItem_dl {
  width: 47%;
}
@media (max-width: 767px) {
  .mentorItem_dl {
    width: 100%;
  }
  .mentorItem_dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
.mentorItem_dt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.mentorSec02 {
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .mentorSec02 {
    padding: 60px 0;
  }
}

.mentorSec02Heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mentorSec02Heading {
    margin-bottom: 40px;
  }
}
.mentorSec02Heading_title {
  margin-bottom: 25px;
  text-align: center;
}
.mentorSec02Heading_text {
  text-align: center;
}

.mentorSec02List {
  border-top: 3px solid #ff4438;
}

.mentorSec02Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 70px;
  border-bottom: 3px solid #ff4438;
}
@media (max-width: 767px) {
  .mentorSec02Item {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.mentorSec02Item_title {
  width: 40%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .mentorSec02Item_title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.mentorSec02Item_en {
  margin-right: 20px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.65px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 767px) {
  .mentorSec02Item_en {
    margin-right: 10px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.65px;
  }
}
.mentorSec02Item_ja {
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .mentorSec02Item_ja {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.53px;
  }
}
.mentorSec02Item_text {
  width: 60%;
  max-width: 533px;
}
@media (max-width: 767px) {
  .mentorSec02Item_text {
    width: 100%;
  }
}

.mentorSec03 {
  margin-bottom: 120px;
  padding: 65px 0;
  background-color: #f8f2f2;
}
@media (max-width: 767px) {
  .mentorSec03 {
    margin-bottom: 60px;
  }
}
.mentorSec03_inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .mentorSec03_inner {
    padding: 0 15px;
  }
}

.mentorSec03Heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mentorSec03Heading {
    margin-bottom: 40px;
  }
}
.mentorSec03Heading_title {
  margin-bottom: 30px;
  text-align: center;
}
.mentorSec03Heading_text {
  text-align: center;
}
.mentorSec03Heading_text > span {
  padding: 0 5px;
  color: #ff4438;
  font-weight: 700;
}

.mentorSec03Flow {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mentorSec03Flow {
    margin-bottom: 40px;
  }
}

.mentorSec03Btn {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .mentorSec03Btn {
    margin-bottom: 40px;
  }
}

.mentorSec03Box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  border: 3px solid #ff4438;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .mentorSec03Box {
    padding: 30px 15px;
  }
}
.mentorSec03Box_text {
  text-align: center;
  font-weight: 600;
}

/*-------------------------------
MEETING SPACES
-------------------------------*/
.meetingSec01 {
  padding: 60px 0;
}
.meetingSec01_inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .meetingSec01_inner {
    padding: 0 15px;
  }
}

.meetingSec01Heading {
  margin-bottom: 20px;
}
.meetingSec01Heading_title {
  margin-bottom: 30px;
  text-align: center;
}

.meetingSec01TextList {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .meetingSec01TextList {
    margin-bottom: 40px;
  }
}

.meetingTextItem {
  position: relative;
  padding-left: 1.2em;
}
.meetingTextItem::before {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  background-color: #000;
  border-radius: 50%;
}

.meetingSec01Btn {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .meetingSec01Btn {
    margin-bottom: 40px;
  }
}

.meetingBox {
  padding: 30px 40px;
  background-color: #f8f2f2;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .meetingBox {
    padding: 20px 15px;
  }
}
.meetingBox.-white {
  background-color: #fff;
}
.meetingBox.-center {
  text-align: center;
}
.meetingBox_title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
}
.meetingBox_title.-red {
  color: #ff4438;
  margin-bottom: 14px;
}
.meetingBox_text.-mb40 {
  margin-bottom: 40px;
}

.meetingSec02 {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .meetingSec02 {
    padding: 60px 0;
  }
}

.meetingSec02Heading {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .meetingSec02Heading {
    margin-bottom: 40px;
  }
}

.meetingList {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .meetingList {
    margin-bottom: 60px;
  }
}

.meetingItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .meetingItem {
    display: block;
  }
}
.meetingItem:not(:last-child) {
  margin-bottom: 67px;
}
.meetingItem_contents {
  width: 49%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .meetingItem_contents {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
}
.meetingItem_title {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
.meetingItem_dl {
  margin-bottom: 40px;
}
.meetingItem_dt {
  margin-bottom: 15px;
  padding: 2px 0 2px 13px;
  border-left: 5px solid #ff4438;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.meetingItem_dd {
  position: relative;
  padding-left: 1.2em;
}
.meetingItem_dd::before {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  background-color: #000;
  border-radius: 50%;
}
.meetingItem_btn {
  text-align: right;
}
@media (max-width: 767px) {
  .meetingItem_btn {
    text-align: center;
  }
}
.meetingItem_imageWrap {
  width: 49%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .meetingItem_imageWrap {
    width: 100%;
    max-width: none;
  }
}

.meetingSec02Box {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .meetingSec02Box {
    padding: 0 15px;
  }
}

.meetingRentalList {
  display: flex;
  flex-wrap: wrap;
}

.meetingRentalItem {
  width: 50%;
  position: relative;
  margin-bottom: 30px;
  padding-left: 1.5em;
}
@media (max-width: 767px) {
  .meetingRentalItem {
    margin-bottom: 10px;
  }
}
.meetingRentalItem::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 13px;
  left: 4px;
  background-color: #ff4438;
}
@media (max-width: 767px) {
  .meetingRentalItem::before {
    top: 13px;
  }
}

/*-------------------------------
EVENT
-------------------------------*/
.eventSec01 {
  padding: 60px 0 120px;
}

.eventSec01Heading {
  margin-bottom: 38px;
}

.eventSec01List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 767px) {
  .eventSec01List {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.eventSec01Btn {
  text-align: center;
}

/*-------------------------------
DX
-------------------------------*/
.dxSec01 {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .dxSec01 {
    padding: 60px 0;
  }
}
.dxSec01_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .dxSec01_inner {
    padding: 0 15px;
  }
}
.dxSec01_imageWrap {
  max-width: 312px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .dxSec01_imageWrap {
    max-width: 180px;
  }
}
.dxSec01_heading {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .dxSec01_heading {
    margin-bottom: 40px;
  }
}
.dxSec01_headingTitle {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.63px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .dxSec01_headingTitle {
    font-size: 21px;
    line-height: 2.2;
    letter-spacing: 0.53px;
  }
}
.dxSec01_contentTitle {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .dxSec01_contentTitle {
    margin-bottom: 20px;
  }
}
.dxSec01_contentText {
  margin-bottom: 20px;
}
.dxSec01_contents {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .dxSec01_contents {
    margin-bottom: 40px;
  }
}
.dxSec01_contentItem {
  position: relative;
  margin-bottom: 30px;
  padding-left: 1.5em;
}
@media (max-width: 767px) {
  .dxSec01_contentItem {
    margin-bottom: 10px;
  }
}
.dxSec01_contentItem::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 13px;
  left: 4px;
  background-color: #ff4438;
}
@media (max-width: 767px) {
  .dxSec01_contentItem::before {
    top: 13px;
  }
}
.dxSec01_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*-------------------------------
ACCESS
-------------------------------*/
.accessSec01 {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .accessSec01 {
    padding: 60px 0;
  }
}

.accessSec01Heading {
  margin-bottom: 30px;
}

.accessSec01Address {
  margin-bottom: 15px;
}

.accessSec01Map {
  height: 465px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .accessSec01Map {
    height: 300px;
  }
}
.accessSec01Map > iframe {
  height: 100%;
  width: 100%;
}

.accessSec01InfoWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 767px) {
  .accessSec01InfoWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.accessSec01Info_title {
  margin-bottom: 20px;
  padding: 2px 0 2px 20px;
  border-left: 5px solid #ff4438;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.accessSec01Info_text.-mb30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .accessSec01Info_textBtn {
    text-align: center;
  }
}

/*-------------------------------
CONTACT
-------------------------------*/
.contactSec01 {
  padding: 60px 0 120px;
}

.formHeadText {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.85px;
}
.formHeadText > span {
  color: #ff4438;
  font-weight: 700;
}

.formItemWrap {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .formItemWrap {
    margin-bottom: 40px;
  }
}

.formItem:not(:last-child) {
  margin-bottom: 30px;
}
.formItem_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.formItem_required {
  color: #ff4438;
  font-weight: 700;
}
.formItem_desc .wpcf7-list-item {
  margin: 0 1em 10px 0;
}
@media (max-width: 767px) {
  .formItem_desc .wpcf7-list-item {
    display: block;
  }
}
.formItem_desc .wpcf7-list-item:first-child {
  display: block;
}
.formItem_desc .wpcf7-list-item:not(:first-child) {
  margin: 0 3em 10px 0;
}
.formItem_desc input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.formItem_desc .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}
.formItem_desc .wpcf7-list-item-label::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  border: 1px solid #707070;
  border-radius: 50%;
}
.formItem_desc .wpcf7-list-item-label::after {
  display: none;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #ff4438;
  left: 4px;
  top: 15px;
}
.formItem_desc input[type=radio]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.formItem_desc input[type=text],
.formItem_desc input[type=email],
.formItem_desc input[type=tel] {
  width: 100%;
  padding: 23px 20px;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .formItem_desc input[type=text],
  .formItem_desc input[type=email],
  .formItem_desc input[type=tel] {
    padding: 15px;
  }
}
.formItem_desc input[type=text]::placeholder,
.formItem_desc input[type=email]::placeholder,
.formItem_desc input[type=tel]::placeholder {
  color: #808080;
}
.formItem_desc textarea {
  width: 100%;
  margin-top: 10px;
  padding: 23px 20px;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .formItem_desc textarea {
    padding: 15px;
  }
}
.formItem_desc textarea::placeholder {
  color: #808080;
}
.formItem_note {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .formItem_note {
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.42px;
  }
}

.formConsent {
  margin-bottom: 40px;
  text-align: center;
}
.formConsent_text {
  margin-bottom: 30px;
}
.formConsent_check {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.formConsent_check .wpcf7-list-item {
  margin: 0;
}
.formConsent_link {
  color: #2d2d2d;
  text-decoration: underline;
}

.formBtn_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formBtn_wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 0 auto 60px;
}
.formBtn_wrap:hover {
  cursor: pointer;
}
.formBtn_wrap.-confirm, .formBtn_wrap.-previous {
  max-width: 200px;
  margin: 0;
}
.formBtn_btn {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px;
  background-color: #ff4438;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.formBtn_btn:hover {
  opacity: 0.5;
}
.-previous .formBtn_btn {
  background-color: #fff;
  border: 2px solid #ff4438;
  color: #2d2d2d;
}
.formBtn .wpcf7-spinner {
  position: absolute;
}
.formBtn_icon {
  height: 100%;
  width: 7px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 15px;
}
.formBtn_btn:hover .formBtn_icon {
  opacity: 0.5;
}
.-previous .formBtn_icon {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}
.formBtn_text {
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
}
.formBtn_text a {
  text-decoration: underline;
  color: #ff4438;
}

.confirmBox {
  padding: 40px;
  margin-bottom: 50px;
  background-color: #f8f2f2;
  text-align: center;
  color: #ff4438;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .confirmBox {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.thanksContents {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .thanksContents {
    padding: 0;
  }
}
.thanksContents_largeText {
  margin-bottom: 20px;
  text-align: center;
  color: #ff4438;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 600;
}
.thanksContents_text {
  margin-bottom: 30px;
}
.thanksContents_box {
  margin-bottom: 80px;
  padding: 20px 40px;
  background-color: #f8f2f2;
}
@media (max-width: 767px) {
  .thanksContents_box {
    padding: 20px 15px;
  }
}
.thanksContents_boxBoldText {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.thanksContents_boxText {
  margin-bottom: 5px;
}
.thanksContents_boxDl {
  display: flex;
  margin-bottom: 10px;
}
.-formbridge .thanksContents_boxDl {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .-formbridge .thanksContents_boxDl {
    display: block;
    margin-bottom: 10px;
  }
}
.thanksContents_boxDt {
  position: relative;
  margin-right: 50px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .thanksContents_boxDt {
    margin-right: 18px;
  }
}
.-formbridge .thanksContents_boxDt {
  width: 100%;
  max-width: 112px;
}
@media (max-width: 767px) {
  .-formbridge .thanksContents_boxDt {
    width: auto;
    max-width: none;
    display: inline-block;
    margin-right: 18px;
  }
}
.thanksContents_boxDt::before {
  content: ":";
  position: absolute;
  top: 0;
  right: -27px;
}
@media (max-width: 767px) {
  .thanksContents_boxDt::before {
    right: -12px;
  }
}
.thanksContents_btn {
  text-align: center;
}

/*-------------------------------
PRIVACY POLICY
-------------------------------*/
.ppSec01 {
  padding: 60px 0 120px;
}
.ppSec01_inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ppSec01_inner {
    padding: 0 15px;
  }
}
.ppSec01_heading {
  margin-bottom: 35px;
  text-align: center;
}
.ppSec01_text {
  margin-bottom: 50px;
}
.ppSec01_btn {
  text-align: center;
}

/*-------------------------------
404
-------------------------------*/
.notFound {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 120px;
  padding: 138px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .notFound {
    margin-top: 60px;
    padding: 60px 0;
  }
}
.notFound_title {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.63px;
  font-weight: 600;
}
.notFound_text {
  margin-bottom: 80px;
}

/*-------------------------------
WP管理画面スタイル変更
-------------------------------*/
.block-editor-block-list__block.wp-block.wp-block-spacer {
  background-color: #f4f4f4;
  position: relative;
}
.block-editor-block-list__block.wp-block.wp-block-spacer:after {
  content: "スペース空け";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=layout.css.map */