@charset "UTF-8";
.inner_container {
  overflow-wrap: anywhere;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.company_banner {
  margin: 0;
  padding: 0;
  padding-top: 4em;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.frame {
  width: 95%;
  max-width: 1000px;
  margin-inline: auto;
}

#notice {
  background-color: #fff;
  padding: 4em 0;
}
#notice h2 {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 3em;
  letter-spacing: 2px;
  margin: 0px auto 50px auto;
  padding: 0px 0px 0px 0px;
}
#notice h2 span {
  background: linear-gradient(transparent 50%, #ffe795 50%);
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 1px 2px 2px 2px;
  color: #444444;
}

ul.notice-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 2em;
}
ul.notice-list li a {
  padding: 1em 0;
  border-bottom: 1px solid #cccccc;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-wrap: anywhere;
  font-size: 1.9em;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-decoration: none;
}
ul.notice-list li a span {
  width: 12rem;
  font-size: 0.85em;
  font-weight: 400;
}
ul.notice-list li a b {
  width: calc(100% - 12rem);
}

ul.notice-list.archive {
  max-width: 100%;
}

a.notice_btn {
  display: block;
  max-width: 360px;
  border-radius: 999px;
  background-color: #00a7ff;
  text-align: center;
  padding: 1em 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 1.8em;
  width: 80%;
  margin: 3em auto 1em;
  text-decoration: none;
}

.pickup {
  box-sizing: border-box;
  background-color: #fff;
  max-width: 1200px;
  width: 95%;
  padding: 2.8em 1.2%;
  border-radius: 1em;
  margin: 3em auto;
}
.pickup ul {
  font-size: 0.8em;
  width: 100%;
}
.pickup ul li {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .pickup ul li {
    width: 100%;
  }
}
.pickup .program {
  box-sizing: border-box;
}
.pickup .program li {
  padding: 3px;
}
.pickup .program li .box {
  height: calc(100% - 29px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
  color: #333333;
  padding: 12px;
}
.pickup .program li .box dl {
  margin-bottom: 0;
}
.pickup .program li .box > span {
  top: 17px;
  width: 45px;
}
.pickup .program li .box h3 {
  padding: 20px 0;
  margin-bottom: 0.8em;
  width: 100%;
}
.pickup .program li .box h4 {
  font-size: 1.8em;
  margin-bottom: 0.8em;
  flex-grow: 1;
}

.saw_box {
  background-color: rgba(255, 255, 255, 0.3);
}

.column2.flex > .inner:nth-child(1) {
  width: 73%;
}
.column2.flex > .inner:nth-child(2) {
  width: 25%;
}
.column2.flex > .inner:nth-child(2) .pr_box {
  background-color: #f7f7f7;
  padding: 1em 1.4em;
  border-radius: 1em;
  min-height: 7em;
}
@media screen and (max-width: 768px) {
  .column2.flex {
    flex-direction: column;
  }
  .column2.flex > .inner:nth-child(1), .column2.flex > .inner:nth-child(2) {
    width: 100%;
  }
}
.column2.flex .icon_area,
.column2.flex .page_number,
.column2.flex .search_list03 {
  width: 100%;
  box-sizing: border-box;
}

.pr_box + .pr_box {
  margin-top: 2em;
}

.pr_box h3 {
  font-size: 1.5em;
  margin: 1em 0;
  text-align: left;
}
.pr_box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.pr_box .linkbox a {
  display: block;
  margin-top: 0.6em;
}
.pr_box .pr_btn {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding: 0.7em 0;
  font-size: 1.1em;
}

header .header {
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .header .nav_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
header .header .submenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  width: calc(90% - 190px);
}
header .header .submenu img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
header .header .submenu .login {
  text-decoration: none;
  font-size: 1.4em;
  color: #fff;
  display: block;
  padding: 10px 15px 10px 40px;
  background: url(/wp-content/themes/original/common/img/icon_door.png) 15px 10px no-repeat #A3D900;
  border-radius: 50px;
  font-weight: bold;
}
header .header .submenu .header_btn_area {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  border: 2px solid #a3d900;
  border-radius: 0.8em;
  padding: 0.6em;
  width: 70%;
}
header .header .submenu .header_btn_area span {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  padding: 0.2em 0.6em;
}
header .header .submenu .header_btn_area a {
  display: block;
  width: auto;
  height: 100%;
  color: #333;
}
header .header .submenu .header_btn_area a:visited {
  color: #333;
}
header .header .submenu .favorites {
  width: 20.9%;
  background-color: transparent;
  padding: 0.6em 0;
}
header .header .submenu .favorites a {
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 257/81;
}

#resetButton {
  border: 0px solid #000;
  background-color: transparent;
  margin: 0 0 0 auto;
  display: block;
  letter-spacing: 0.06em;
  text-decoration: underline;
  font-size: 1.4em;
  margin-bottom: 2.5em;
}

.selected-area {
  text-align: left;
  border: 1px solid #9c9c9c;
  background-color: #fafafa;
  padding: 1em;
  margin-bottom: 0.5em;
}

.single_search .chiiki dd {
  padding-right: 4% !important;
}
@media screen and (max-width: 768px) {
  .single_search .chiiki dd {
    padding-right: 10px !important;
  }
}

.area-list {
  position: relative;
  box-sizing: border-box;
}
.area-list .area-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
.area-list .area-block label.parent-select {
  width: auto;
  flex-grow: 1;
}
.area-list .area-block button.detail-toggle {
  border: 1px solid #9c9c9c;
  background-color: #fafafa;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  padding: 3px 7px 3px 8px;
  color: #5c5c5c;
}
.area-list .area-block .children-area {
  display: none;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  max-width: 820px;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #838383;
  padding: 1.5em;
  z-index: 3;
  top: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.area-list .area-block .children-area h3 {
  width: 100%;
  margin-bottom: 0.5em;
}
.area-list .area-block .children-area label {
  width: 25%;
  padding: 0.3em 0;
}
@media screen and (max-width: 768px) {
  .area-list .area-block .children-area label {
    width: 50%;
  }
}
.area-list .area-block .children-area input.child-check {
  display: none;
}
.area-list .area-block .children-area input.child-check:checked + .checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}
.area-list .area-block .children-area.open {
  display: flex;
}
.area-list .area-block:nth-child(-n+4) .children-area {
  top: 50px;
}
.area-list .area-block:nth-child(n+5):nth-child(-n+8) .children-area {
  top: 100px;
}
.area-list .area-block:nth-child(n+9):nth-child(-n+12) .children-area {
  top: 150px;
}
@media screen and (max-width: 768px) {
  .area-list .area-block:nth-child(-n+2) .children-area {
    top: 50px !important;
  }
  .area-list .area-block:nth-child(n+3):nth-child(-n+4) .children-area {
    top: 100px !important;
  }
  .area-list .area-block:nth-child(n+5):nth-child(-n+6) .children-area {
    top: 150px !important;
  }
  .area-list .area-block:nth-child(n+7):nth-child(-n+8) .children-area {
    top: 200px !important;
  }
  .area-list .area-block:nth-child(n+9):nth-child(-n+10) .children-area {
    top: 250px !important;
  }
  .area-list .area-block:nth-child(n+11):nth-child(-n+12) .children-area {
    top: 300px !important;
  }
}

.search_answer02 {
  box-sizing: border-box;
  background-color: #fff;
  max-width: 1200px;
  width: 95%;
  padding: 2.8em 1.2%;
  border-radius: 1em;
  margin: 3em auto;
}

@media screen and (max-width: 768px) {
  ul.notice-list li a {
    flex-direction: column;
    font-size: 1.5em;
  }
  ul.notice-list li a span {
    width: 100%;
  }
  ul.notice-list li a b {
    width: 100%;
  }
  .pickup {
    padding: 0 5%;
  }
  header .header .submenu {
    display: none;
  }
}
.page_title.illust-none:after, .page_title.illust-none:before {
  display: none !important;
}
.page_title.illust-none h1:after, .page_title.illust-none h1:before {
  display: none !important;
}

.company_list .grid a {
  color: #333333;
  text-decoration: none;
}
.company_list .info {
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .company_list .info {
    font-size: 1.4em;
  }
}
.company_list .gray_box {
  background-color: #f7f7f7;
  border-radius: 1em;
  padding: 4%;
}
@media screen and (max-width: 768px) {
  .company_list .gray_box {
    padding: 6% 3%;
  }
}
.company_list .gray_box p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .company_list .gray_box p {
    font-size: 1.4em;
  }
}
.company_list .gray_box .white_box {
  margin-top: 2em;
  border-radius: 1em;
  background-color: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  .company_list .gray_box .white_box {
    padding: 2em 0;
  }
}
.company_list .gray_box .white_box span {
  background: linear-gradient(transparent 50%, #ffd331 50%);
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .company_list .gray_box .white_box span {
    font-size: 1.6em;
  }
}
.company_list .gray_box .white_box span b {
  color: #00a7ff;
  font-size: 1.6em;
  margin: 0 0.2em 0 0;
}
.company_list .grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .company_list .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company_list .grid .flex_box {
  width: 31%;
  margin-bottom: 2em;
  margin-right: 2.3%;
}
.company_list .grid .flex_box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .company_list .grid .flex_box {
    width: 100%;
    margin-right: 0;
  }
}
.company_list .grid .flex_box h3 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 0.2em;
  margin-bottom: 0.5em;
  font-size: 1.9em;
  font-weight: bold;
}
.company_list .grid .flex_box ul li {
  padding-left: 1.5em;
  position: relative;
  font-size: 1.6em;
}
.company_list .grid .flex_box ul li::before {
  display: block;
  content: "";
  width: 4px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #00a7ff;
  position: absolute;
  top: 50%;
  left: calc(0.5em - 2px);
  transform: translateY(-50%);
}

/* メインスライダー */
.swiper.main-swiper {
  padding: 0 48px;
}

.main-swiper .swiper-slide {
  text-align: center;
}

.main-swiper img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-slide a {
  position: relative;
  display: block;
}

.swiper-slide a[data-type=iframe]::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .swiper-slide a[data-type=iframe]::after {
    font-size: 2.5em;
  }
}

.swiper-slide a[data-type=iframe]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8em;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-slide a[data-type=iframe]::before {
    width: 5.5em;
  }
}

.is-video {
  position: relative;
}
.is-video::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.1em;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .is-video::after {
    font-size: 1.5em;
  }
}
.is-video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4em;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .is-video::before {
    width: 3em;
  }
}

/* サムネイル */
.thumb-swiper {
  margin: 20px 0;
}

.thumb-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-swiper img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .search_answer02 .search_number p {
    font-size: 20px;
  }
}
#single-features .inner_container h2 {
  border-bottom: 0px solid #ccc;
  margin-bottom: 1em;
  text-align: center;
  font-size: 4.5em;
  min-height: 5em;
  padding: 0.5em 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#single-features .inner_container h2:before {
  display: none;
}
#single-features .inner_container h2 span {
  margin-top: 1em;
  display: block;
  font-size: 0.4em;
}
@media screen and (max-width: 768px) {
  #single-features .inner_container h2 {
    font-size: 2.5em;
  }
}
#single-features .inner_container > h3 {
  border-bottom: 2px solid #ccc;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#single-features .inner_container > h3::before {
  content: "";
  width: 10px;
  height: 32px;
  background: #00A7FF;
  position: absolute;
  top: 0;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #single-features .inner_container > h3 {
    font-size: 18px;
  }
  #single-features .inner_container > h3::before {
    width: 8px;
    height: 29px;
  }
}
#single-features .info {
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  #single-features .info {
    font-size: 1.4em;
  }
}
#single-features .pickup {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  width: 100%;
}
#single-features .pickup ul {
  justify-content: space-between;
}
#single-features .pickup ul li {
  margin-left: 0;
  margin-right: 0;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #single-features .pickup ul li {
    width: 100%;
  }
}

.stopnow {
  font-size: 1.7em;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stopnow {
    font-size: 1.4em;
    margin-bottom: 0.4em;
  }
}

.search_conditions p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
.search_conditions p + strong {
  margin-top: 1.2em;
}
.search_conditions strong {
  display: block;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.search_conditions span {
  white-space: nowrap;
  border: 2px solid #00a7ff;
  color: #00a7ff;
  padding: 0.3em 0.8em;
  margin-bottom: 4%;
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  font-weight: 900;
  font-size: 1.2em;
}

.caution {
  width: 87%;
  margin: 50px auto;
  border: 2px solid #d01137;
  background-color: #ffebeb;
  padding: 1.5em;
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  .caution {
    width: 78%;
  }
}
.caution h3 {
  color: #d01137;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
.caution p {
  line-height: 1.8;
}
.caution p span.red {
  color: #d01137;
}

.check_area.checkbox {
  background-color: #fff;
}

/* ===== ポップアップ オーバーレイ ===== */
#popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

#popup-overlay.hidden {
  display: none;
}

/* ===== ポップアップ本体 ===== */
#popup {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 40px 36px 32px;
  width: min(420px, 90vw);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  margin: 0 10px;
}

/* ===== アクセントライン ===== */
#popup::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #ffd331;
  border-radius: 2px;
  margin-bottom: 18px;
}

/* ===== タイトル ===== */
#popup h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.02em;
}

/* ===== 本文 ===== */
#popup p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #444;
}

#popup p a {
  color: #2563eb;
  text-underline-offset: 3px;
}

/* ===== 閉じるボタン ===== */
#popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #666;
  font-size: 1rem;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
}

#popup-close:hover {
  background: #e5e7eb;
  color: #111;
}

/* ===== アニメーション ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */