@charset "UTF-8";
.search-results .p-article01__img::before {
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.85) 100%);
}
@media screen and (max-width: 991px) {
  .search-results .p-blog-list {
    display: block;
  }
  .search-results .p-blog-list__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
  }
  .search-results .p-blog-list__item a {
    color: #000;
  }
  .search-results .p-blog-list__item a:hover {
    color: #aaa;
  }
  .search-results .p-blog-list__item .p-article01__content {
    position: relative;
    padding: 0;
    bottom: 0;
    margin: initial;
    width: 100%;
  }
  .search-results .p-article01__img {
    width: 50px;
  }
  .search-results .p-article01__img::before {
    display: none;
  }
  .search-results .p-article01__title {
    color: #000;
  }
  .search-results .p-article01__title:hover {
    color: #aaa;
  }
  .search-results .p-article01__title a {
    color: #000;
  }
  .search-results .p-article01__title a:hover {
    color: #aaa;
  }
  .search-results .p-article01__meta {
    color: #000;
    display: block;
  }
  .search-results .p-page-header__lower {
    height: 160px;
  }
}

.btn_lock {
  background-color: #aaa;
  cursor: not-allowed;
}
.btn_lock:hover {
  background: #aaa !important;
  opacity: 1 !important;
  box-shadow: none;
}

.btn_inactive {
  background-color: #aaa !important;
  line-height: 1 !important;
}
.btn_inactive::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../image/lock-solid.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn_inactive:hover {
  background: #000 !important;
  opacity: 1 !important;
  box-shadow: none;
}

.vimeo_popup_btn {
  min-height: 42px;
  cursor: pointer;
  line-height: 1.8;
}

.q_button {
  margin: 5px;
  line-height: 2;
}

.first_view {
  color: #fff;
  position: relative;
  padding: 20px 0;
}
.first_view .l-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
}
@media screen and (max-width: 765px) {
  .first_view .l-inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .first_view .copy_area {
    margin: 0 auto;
  }
}
.first_view .copy_area .sub_copy {
  font-size: 32px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .first_view .copy_area .sub_copy {
    font-size: 18px;
    text-align: center;
  }
}
.first_view .copy_area .sub_copy::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-color: #fff;
}
.first_view .copy_area .main_copy {
  font-size: 37px;
  font-weight: bold;
  padding: 20px 0;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 1100px) {
  .first_view .copy_area .main_copy {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
}
.first_view .copy_area .main_copy strong {
  font-size: 1.37em;
}
.first_view .background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  overflow: hidden;
}
.first_view .background_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.first_view .background_image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.first_view .inner_wrap {
  margin: 0 auto;
}
.first_view .cta-button {
  display: block;
  color: #fff;
  background-color: #C01F0E;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 100%;
  padding: 0 20px;
  white-space: nowrap;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  transition-duration: 0.3s;
}
@media screen and (min-width: 766px) {
  .first_view .cta-button {
    width: 80%;
  }
}
.first_view .cta-button:hover {
  box-shadow: none;
  bottom: -5px;
  right: -5px;
  transition-duration: 0.3s;
}
.first_view .cta-btn_area {
  width: 100%;
}
@media screen and (min-width: 766px) {
  .first_view .cta-btn_area {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.first_view .feature_area {
  display: flex;
  justify-content: center;
  gap: 3vw;
  margin: 0 auto;
  padding: 30px 0 40px 0;
}
@media screen and (max-width: 900px) {
  .first_view .feature_area {
    flex-wrap: wrap;
    padding: 20px 0 30px 0;
  }
}
@media screen and (max-width: 900px) {
  .first_view .feature_area .item_block {
    flex: 0 0 45%;
  }
}
.first_view .feature_area .item_block p {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: initial;
  line-height: 1.75;
}
@media screen and (max-width: 765px) {
  .first_view .feature_area .item_block p {
    font-size: 12px;
  }
}
.first_view .feature_area .item_block img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 218px;
  height: 218px;
  -o-object-position: center;
     object-position: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .first_view .feature_area .item_block img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 765px) {
  .first_view .feature_area .item_block img {
    width: 80px;
    height: 80px;
  }
}
.first_view .sp {
  display: none;
}
@media screen and (max-width: 660px) {
  .first_view .sp {
    display: block;
  }
}

.home .p-cb__item {
  margin-bottom: 100px;
}

.p-footer-links {
  padding: 80px 0;
}

.main_profile {
  margin: 80px 0 120px;
}
@media screen and (max-width: 765px) {
  .main_profile {
    margin: 50px 0 60px 0;
  }
}
.main_profile .column2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 765px) {
  .main_profile .column2 {
    flex-direction: column;
  }
}
.main_profile .column2 .image_area,
.main_profile .column2 .text_area {
  flex: 1 1 50%;
}
.main_profile .column2 .image_area {
  max-width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 765px) {
  .main_profile .column2 .image_area {
    max-width: initial;
  }
}
.main_profile .column2 .image_area img {
  width: 100%;
}
.main_profile .column2 .text_area .position {
  font-weight: bold;
  margin-bottom: 1em;
}
.main_profile .column2 .text_area .name {
  font-size: 24px;
  margin: 8px 0 15px 0;
  font-weight: bold;
}
.main_profile .column2 .text_area .main-text p {
  margin-bottom: 1em;
  line-height: 1.75;
}

.p-entry {
  position: relative;
}

.index_block_area {
  position: fixed;
  top: 280px;
  left: 0;
  width: calc((100vw - 900px) / 2);
  padding: 0 2em 0 1em;
}
@media screen and (max-width: 1400px) {
  .index_block_area {
    position: relative;
    top: 0;
    left: 0;
    width: initial;
    padding: 0;
    margin: 20px 0;
  }
}
.index_block_area .index_block {
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  border-top: 2px solid #222;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: 4px 4px 4px 0px #f2f2f2;
}
.index_block_area .index_block::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1401px) {
  .index_block_area .index_block {
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1400px) {
  .index_block_area .index_block {
    max-width: initial;
    padding: 40px;
  }
}
@media screen and (max-width: 765px) {
  .index_block_area .index_block {
    padding: 20px;
  }
}
.index_block_area .index_block .toc_title {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  text-align: center;
  display: block;
  margin: 0 0 16px 0;
}
.index_block_area .index_table {
  margin: 0;
  transition-duration: 0.3s;
  opacity: 1;
  padding-left: 20px;
}
.index_block_area .index_table .child {
  margin-top: 10px;
}
.index_block_area .index_table .child li {
  list-style: none;
}
.index_block_area .index_table li {
  list-style: decimal;
  font-size: 0.85em;
  padding: 5px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  .index_block_area .index_table li {
    font-size: 0.9em;
    line-height: 1.8;
  }
}
.index_block_area .index_table li a {
  color: initial;
  font-weight: bold;
  display: block;
  width: 100%;
}
.index_block_area .index_table li a:hover {
  text-decoration: none;
  color: red;
}
.index_block_area .index_table li .current {
  color: red;
}
.index_block_area .toc_close {
  display: inline-block;
  margin-left: 12px;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #1e73be;
  font-size: 16px;
  padding: 5px 10px;
  transition-duration: 0.3s;
  cursor: pointer;
}
.index_block_area .toc_close::before {
  content: "閉じる";
  display: inline;
}
.index_block_area .toc_close:hover {
  background-color: #555;
  color: #fff;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1401px) {
  .index_block_area .toc_close {
    display: none;
  }
}
.index_block_area .is-close .index_table {
  transition-duration: 0s;
  visibility: none;
  opacity: 0;
  padding: 0;
}
.index_block_area .is-close .index_table .parent {
  padding: 0;
  height: 0;
}
.index_block_area .is-close .toc_close::before {
  content: "開く";
  display: inline;
}

.grecaptcha-badge {
  bottom: 95px !important;
}

.frontpage_floatingbtn {
  position: fixed;
  width: 100%;
  padding: 0 60px 0 5px;
  bottom: 0;
  z-index: 10;
  transform: translateY(100%);
  transition-duration: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .frontpage_floatingbtn {
    display: none;
  }
}
.frontpage_floatingbtn .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}
.frontpage_floatingbtn .btn_list li {
  flex: 48%;
  padding-bottom: 5px;
}
.frontpage_floatingbtn .btn_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  min-height: 48px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(170, 170, 170, 0.6);
}
.frontpage_floatingbtn .btn_list a.primary-btn {
  background-color: #27ae60;
}
.frontpage_floatingbtn .btn_list a.secondary-btn {
  background-color: #46a0d3;
}

.is-frontpage_floating_btn_show {
  transform: translateY(0%);
  transition-duration: 0.3s;
  opacity: 1;
}

.thumb-news-article-link {
  padding: 10px 20px 10px 0;
}
.thumb-news-article-link a {
  display: flex;
  gap: 20px;
}
.thumb-news-article-link a:hover {
  color: #aaa;
  transition-duration: 0.1s;
}
.thumb-news-article-link a:hover .p-news-item__image img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.thumb-news-article-link .p-news-item__image {
  flex: 0 0 100px;
  overflow: hidden;
}
.thumb-news-article-link .p-news-item__image img {
  width: 100%;
  transition-duration: 0.3s;
}
.thumb-news-article-link .p-news-item__content .p-article11__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.thumb-news-article-link .p-news-item__content .p-news-item__excerpt {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  transition-duration: 0.3s;
}
@media screen and (max-width: 782px) {
  .thumb-news-article-link:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  .thumb-news-article-link .p-news-item__image {
    flex: 0 0 50px;
    gap: 10px;
  }
  .thumb-news-article-link .p-news-item__content .p-article11__title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .thumb-news-article-link .p-news-item__content .p-news-item__excerpt {
    font-size: 12px;
  }
}/*# sourceMappingURL=child_theme_style.css.map */