@charset "UTF-8";
/*=================================
# Common
================================= */
body#body {
  font-family: "Jost", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}
body#body:not(.membership-mypage) #main_content_header {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
body#body:not(.home) #main_content {
  background-color: #EDEDED;
}
body#body .cb_free_space {
  border-top: none;
}
@media screen and (min-width: 992px) {
  body#body #page_contents .post_content {
    width: 760px;
  }
}

.s-heading {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.s-heading__jp {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  position: relative;
  z-index: 2;
}
.s-heading__en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5em;
  font-weight: 700;
  color: #e2e2e2;
  font-family: "Jost", sans-serif !important;
}
.s-heading__en--white {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .s-heading__en {
    font-size: 5em;
  }
}

#single_register .design_button {
  margin-bottom: 20px;
}

#single_not_login_user .short_content::after {
  display: none;
}

#side_button a:last-child span {
  padding-left: 0;
}

/*=================================
# Footer
================================= */
footer#footer {
  background-color: #000;
}
footer #footer_free {
  border-bottom-color: #fff;
}
footer #copyright {
  border-top: none;
}
@media screen and (min-width: 992px) {
  footer #footer_free .post_content {
    position: relative;
    left: -30px;
  }
}

.footer__supplement {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.footer__supplement .footer__supplement__link {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}
.footer__supplement .footer__supplement__link:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .footer__supplement {
    text-align: center;
  }
  .footer__supplement .footer__supplement__link {
    margin-bottom: 0;
    width: auto;
    padding: 0 35px;
  }
  .footer__supplement .footer__supplement__link:last-of-type {
    border-left: 1px solid #fff;
  }
}

footer .f-banners__link {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
footer .f-banners__link img {
  width: 100%;
}
footer .f-banners__link:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  footer .f-banners {
    display: flex;
    justify-content: space-between;
  }
  footer .f-banners__link {
    margin-bottom: 0;
  }
  footer .f-banners__link--2col {
    width: calc(50% - 30px);
  }
  footer .f-banners__link--3col {
    width: calc(33.3333333333% - 15px);
  }
}

/*=================================
# Top Page
================================= */
body.home .cb_post_list.num2 {
  background-color: #dbdbdb;
  padding-top: 80px;
}
body.home .cb_post_list .header_catch.common_catch {
  position: relative;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  position: relative;
}
body.home .cb_post_list .header_desc {
  font-size: 5em;
  text-align: center;
  width: auto;
  font-weight: 700;
  line-height: 1em;
  color: #e5e5e5;
  margin-top: -0.75em;
  font-family: "Jost", sans-serif !important;
}
body.home .cb_post_list .cb_free_space.num1 {
  background-color: #EDEDED;
}
body.home .cb_post_list .cb_free_space.num2 {
  background-color: #fff;
}
body.home .cb_post_list .cb_free_space.num2 .header_desc {
  color: #EDEDED;
}
body.home .cb_post_list .link_button {
  margin-top: 85px;
}
body.home .cb_post_list .link_button:last-of-type {
  margin-top: 40px;
}
body.home .cb_post_list.num2#cb_content_2 .news_list {
  margin-top: 85px;
}
@media screen and (min-width: 992px) {
  body.home .cb_post_list {
    padding-right: 60px !important;
  }
  body.home .cb_post_list.num2 {
    padding-top: 100px;
  }
  body.home .cb_post_list.num2#cb_content_2 .news_list {
    margin-top: 45px;
  }
}

.cb_free_space .link_button {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .cb_free_space {
    padding-right: 60px !important;
  }
}

body.home #header_slider_wrap {
  height: 100vh;
}
body.home #header_slider_wrap #header_slider {
  height: 100vh;
}
body.home #header_slider_wrap #header_slider .item {
  height: 100vh;
}
@media screen and (min-width: 992px) {
  body.home #header_slider_wrap {
    height: 48.75vw;
  }
  body.home #header_slider_wrap #header_slider {
    height: 48.75vw;
  }
  body.home #header_slider_wrap #header_slider .item {
    height: 48.75vw;
  }
}

/*=================================
# About Page
================================= */
body#body.page-id-44 #page_contents {
  padding-bottom: 0;
}
body#body.page-id-44 #page_contents #cb_content_3 {
  padding-bottom: 0;
}

.policy__content {
  margin-top: 30px;
  width: 100%;
  background-color: #fff;
  padding: 30px 30px;
}
.policy__list {
  margin: 0 !important;
}
.policy__list li {
  list-style: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.policy__list li:last-of-type {
  margin-bottom: 0;
}
.policy__list li span:nth-of-type(1) {
  display: inline-block;
  line-height: 1em;
  font-size: 2em;
  margin-right: 15px;
  color: #8e8e8e;
}
.policy__list li span:nth-of-type(2) {
  display: inline-block;
  font-size: 2em;
  text-align: justify;
  line-height: 1.3em;
  margin-top: -0.15em;
}
@media screen and (min-width: 992px) {
  .policy__content {
    padding: 45px 45px;
  }
  .policy__list li {
    margin-bottom: 30px;
  }
  .policy__list li:last-of-type {
    margin-bottom: 0;
  }
}

.content__box {
  width: 100%;
  margin-bottom: 20px;
}
.content__box .content__headline {
  width: 100%;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.content__both {
  background-color: #fff;
  padding: 15px;
}
.content__img {
  width: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 20px;
  position: relative;
}
.content__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content__box .content__text {
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .content__both {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
  }
  .content__img {
    width: 50%;
    max-width: 135px;
    aspect-ratio: 1/1;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .content__img img {
    position: relative;
  }
}

.greeting .greeting__message p {
  margin-bottom: 20px;
  line-height: 1.85em;
}
.greeting p.greeting__company {
  margin-bottom: 5px;
}
.greeting p.greeting__name {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.greeting p.greeting__name strong {
  font-size: 2em;
  margin-left: 20px;
  line-height: 1em;
}
@media screen and (min-width: 992px) {
  .greeting__both {
    display: flex;
    align-items: center;
  }
  .greeting__text {
    width: 50%;
  }
  .greeting__photo {
    width: 50%;
  }
  .greeting__photo img {
    width: 100%;
  }
}

/*=================================
# Contact Page
================================= */
.page-id-41 .wpcf7 {
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .page-id-41 .post_content {
    padding-right: 60px;
  }
}

.contact__row {
  margin-bottom: 30px;
  display: block;
}
.contact__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.contact__item p {
  line-height: 1em;
}
.contact__must {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 4px 8px 2px;
  line-height: 1em;
  font-size: 0.85rem;
  border-radius: 25px;
  margin-right: 8px;
}
.contact__input input,
.contact__input textarea {
  border: none;
}
.contact__input p {
  margin: 3px 0 10px;
}
@media screen and (min-width: 992px) {
  .contact__row {
    display: flex;
    align-items: flex-start;
  }
  .contact__item {
    width: 35%;
    margin: 0.75em 0 0 !important;
  }
  .contact__input {
    width: 65%;
  }
}

/*=================================
# イベント archive Page
================================= */
body#body.blog #archive_blog .content h2.title {
  height: auto;
}

/*=================================
# News archive Page
================================= */
#archive_news .item__list {
  margin-top: 20px;
}
#archive_news .item__list li {
  margin-bottom: 8px;
}
#archive_news .item__list li:last-of-type {
  margin-bottom: 0;
}

/*=================================
# News single Page
================================= */
.news-template-default .content .content__information {
  width: 100%;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #8a8a8a;
}
.news-template-default .content .content__list li {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .news-template-default .content .content__information {
    display: flex;
    justify-content: center;
    padding-top: 25px;
  }
  .news-template-default .content .content__list {
    width: 50%;
  }
  .news-template-default .content .content__list li {
    margin-bottom: 20px;
  }
  .news-template-default .content .content__list li:last-child {
    margin-bottom: 0;
  }
}

/*=================================
# Voice archive Page
================================= */
.voice_list .item .image {
  border-radius: 0;
}
.voice_list .item .desc__information {
  display: block;
  margin-bottom: 10px;
}
.voice_list .item .desc__information:last-child {
  margin-bottom: 0;
}
.voice_list .item .post_content h2.title {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .voice_list .item {
    align-items: center;
  }
  .voice_list .item .image {
    width: 140px;
    height: 140px;
  }
  .voice_list .item .post_content {
    width: calc(100% - 140px - 30px);
  }
}

/*=================================
# register（会員登録） Page
================================= */
.um-page-register .um.um-register .um-form .um-field .um-field-label label,
.page-id-125 .um.um-register .um-form .um-field .um-field-label label {
  position: relative;
  padding-left: 55px;
}
.um-page-register .um.um-register .um-form .um-field .um-field-label label::before,
.page-id-125 .um.um-register .um-form .um-field .um-field-label label::before {
  content: "必須";
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #FFF;
  padding: 4px 8px 2px;
  line-height: 1em;
  font-size: 0.85rem;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.um-page-register .um.um-register .um-form .um-field .um-field-label label[for*=user_introducer]::before, .um-page-register .um.um-register .um-form .um-field .um-field-label label[for*=user_else]::before, .um-page-register .um.um-register .um-form .um-field .um-field-label label[for*=user_hp-123]::before, .um-page-register .um.um-register .um-form .um-field .um-field-label label[for*=user_sales-123]::before, .um-page-register .um.um-register .um-form .um-field .um-field-label label[for*=user_staff-123]::before,
.page-id-125 .um.um-register .um-form .um-field .um-field-label label[for*=user_introducer]::before,
.page-id-125 .um.um-register .um-form .um-field .um-field-label label[for*=user_else]::before,
.page-id-125 .um.um-register .um-form .um-field .um-field-label label[for*=user_hp-123]::before,
.page-id-125 .um.um-register .um-form .um-field .um-field-label label[for*=user_sales-123]::before,
.page-id-125 .um.um-register .um-form .um-field .um-field-label label[for*=user_staff-123]::before {
  display: none;
}
.um-page-register .um.um-register .um-form .um-field .um-field-area input,
.um-page-register .um.um-register .um-form .um-field .um-field-area textarea,
.page-id-125 .um.um-register .um-form .um-field .um-field-area input,
.page-id-125 .um.um-register .um-form .um-field .um-field-area textarea {
  border: none !important;
}
.um-page-register .um.um-register .um-form .um-field .um-field-area span.select2-selection,
.page-id-125 .um.um-register .um-form .um-field .um-field-area span.select2-selection {
  border: none !important;
}
.um-page-register .um.um-register .um-form .um-field .um-field-area .select2.select2-container,
.page-id-125 .um.um-register .um-form .um-field .um-field-area .select2.select2-container {
  width: 180px !important;
}
.um-page-register .um.um-register .um-form .um-col-alt input[type=submit],
.page-id-125 .um.um-register .um-form .um-col-alt input[type=submit] {
  background-color: #000;
}
@media screen and (min-width: 992px) {
  .um-page-register .um.um-register .um-form .um-field,
  .page-id-125 .um.um-register .um-form .um-field {
    display: flex;
    justify-content: space-between;
  }
  .um-page-register .um.um-register .um-form .um-field .um-field-label,
  .page-id-125 .um.um-register .um-form .um-field .um-field-label {
    width: 30%;
  }
  .um-page-register .um.um-register .um-form .um-field .um-field-area,
  .page-id-125 .um.um-register .um-form .um-field .um-field-area {
    width: 70%;
  }
  .um-page-register .um.um-register .um-form .um-field .um-field-area input,
  .um-page-register .um.um-register .um-form .um-field .um-field-area textarea,
  .page-id-125 .um.um-register .um-form .um-field .um-field-area input,
  .page-id-125 .um.um-register .um-form .um-field .um-field-area textarea {
    width: 100%;
  }
}

.page-id-125 .um.um-register .um-form .um-field .um-field-label label {
  position: relative;
}
.page-id-125 .um.um-register .um-form .um-field .um-field-label label::before {
  content: "必須";
  background-color: #b60000;
}

.page-id-125 section.cb_free_space.num1 {
  padding-bottom: 30px;
}

.line__inner {
  padding: 50px 0;
  text-align: center;
}
.line__button {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 20px 55px 18px;
  text-align: center;
  border-radius: 70px;
  font-size: 1.7rem;
}
.line__button:visited {
  color: #fff;
}
.line__button:hover {
  opacity: 0.6;
  text-decoration: none !important;
}
@media screen and (min-width: 992px) {
  .line__button {
    font-size: 2rem;
    padding: 20px 70px 18px;
  }
}

/*=================================
# Evnet Single Page
================================= */
body.single-news section#single_bottom_content {
  background-color: #fff;
}

/*=================================
# Blog Archive Page
================================= */
body.blog #category_carousel_wrap {
  display: none;
}

/*=================================
# Paid & Free regist form Page
================================= */
body.page-id-125 .um-register .picker .picker__day, body.page-id-120 .um-register .picker .picker__day {
  color: #000;
}

/*=================================
# Paid regist form Page
================================= */
.benefits {
  padding-bottom: 10px;
}
.benefits__heading {
  font-size: 1.666667rem;
}
.benefits__list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.benefits__explain {
  width: calc(60% - 20px);
}
.benefits__explain p {
  line-height: 1.3em;
  font-size: 0.8888889rem;
}
.benefits__explain p span {
  display: block;
  font-size: 0.7777778rem;
}
.benefits__image {
  width: 40%;
  position: relative;
  aspect-ratio: 1/1;
}
.benefits__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 992px) {
  .benefits__inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .benefits__supplement {
    text-align: center;
  }
  .benefits__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .benefits__list li {
    width: calc(50% - 20px);
    justify-content: flex-start;
  }
  .benefits__image {
    width: 95px;
  }
  .benefits__explain {
    width: auto;
    margin-left: 20px;
  }
}

.plans {
  padding-top: 40px;
}
.plans__box {
  width: 100%;
  margin-bottom: 20px;
}
.plans__title {
  padding: 10px 0;
  text-align: center;
}
.plans__title h3 {
  font-size: 1rem;
  color: #fff;
}
.plans__title--gold {
  background-color: #7F8400;
}
.plans__title--silver {
  background-color: #000000;
}
.plans__title--copper {
  background-color: #000D43;
}
.plans__explain {
  border-left: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  padding: 15px;
  background-color: #fff;
}
.plans__explain p {
  margin: 0;
  text-align: justify;
  font-size: 0.83333rem;
  line-height: 1.4em;
}
@media screen and (min-width: 992px) {
  .plans__inner {
    display: flex;
    justify-content: space-between;
  }
  .plans__box {
    width: calc(50% - 7.5px);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .plans__explain {
    flex-grow: 1;
    padding: 15px 20px;
  }
}

/*=================================
# Guidance Page
================================= */
body#body.page-id-137 #main_content {
  background-color: #fff !important;
}
body#body.page-id-137 .guidance__catch {
  font-size: 1.33333rem;
  margin-bottom: 35px;
}
body#body.page-id-137 .guidance__list li {
  list-style: none;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
body#body.page-id-137 .guidance__list li:last-of-type {
  margin-bottom: 0;
}
body#body.page-id-137 .guidance__headline {
  font-size: 1.1666667rem;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  margin: 0 0 10px;
}
body#body.page-id-137 .guidance__headline span {
  font-size: 1.777778rem;
}
body#body.page-id-137 .guidance__headline::before, body#body.page-id-137 .guidance__headline::after {
  content: "";
  display: inline-block;
  height: 23px;
  width: 1px;
  background-color: #000;
  margin-bottom: -2px;
}
body#body.page-id-137 .guidance__headline::before {
  transform: rotate(-50deg);
  margin-right: 20px;
}
body#body.page-id-137 .guidance__headline::after {
  transform: rotate(50deg);
  margin-left: 20px;
}
body#body.page-id-137 .guidance__image {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
}
body#body.page-id-137 .guidance__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body#body.page-id-137 .guidance__emphasis {
  text-align: left;
  margin: 15px 0 20px;
  line-height: 1.7em;
}
body#body.page-id-137 .guidance__emphasis p {
  display: inline;
  font-size: 1rem;
  padding: 0 3px;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  background: linear-gradient(transparent 0%, #F2F2F2 0%);
  box-decoration-break: clone;
}
body#body.page-id-137 .guidance__explain {
  font-size: 0.833333rem;
  line-height: 1.7em;
  margin: 0;
  text-align: justify;
}
@media screen and (min-width: 992px) {
  body#body.page-id-137 #page_contents .post_content {
    width: 940px;
  }
  body#body.page-id-137 .guidance__catch {
    margin-bottom: 55px;
  }
  body#body.page-id-137 .guidance__list {
    display: flex;
    justify-content: space-between;
  }
  body#body.page-id-137 .guidance__list li {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 0;
  }
  body#body.page-id-137 .guidance__image {
    aspect-ratio: 1/1;
    position: relative;
  }
  body#body.page-id-137 .guidance__image img {
    position: relative;
  }
}

/*=================================
# Privacy-policy Page
================================= */
body.privacy-policy #main_content {
  background-color: #fff !important;
}

/*=================================
# FAQ Page
================================= */
.faq_list .title span:after {
  content: "Q";
  top: calc(50% - 1px);
  left: 27.5px;
}
@media screen and (min-width: 992px) {
  .faq_list .title span:after {
    font-size: 16px;
    top: calc(50% - 2px);
    left: 36px;
  }
}

/*# sourceMappingURL=original-style.css.map */
