@charset "UTF-8";
/* =========================
   MV Wrapper
========================= */
.custom-mv_inner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 47px;
}

.custom-mv_horizontal {
  width: 100%;
  position: relative;
  min-height: 500px;
}

/* =========================
   MV Media
========================= */
.custom-mv_media {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.custom-mv_media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/300;
}

/* PC / SP 画像切り替え */
.custom-mv_media .pc-show {
  display: none !important;
}

.custom-mv_media .pc-hide {
  display: block !important;
}

/* =========================
   MV Content
========================= */
.custom-mv_content {
  width: 100%;
  padding: 25px 10px;
  background: #EFF2F7;
  position: relative;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}

/* =========================
   Text
========================= */
.custom-mv_top {
  font-size: 14px;
  margin-bottom: 0;
}

.custom-mv_hdg {
  font-size: 20px;
  margin-block: 0 26px;
  color: #3C4155;
}

/* =========================
   Button
========================= */
.custom-mv_btn {
  width: 220px;
  max-height: 50px;
}

.custom-mv_btn a {
  display: block;
  width: 100%;
  padding-block: 16px;
  text-decoration: none;
  border: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(90deg, rgb(15, 30, 210) 0%, rgb(32, 158, 248) 100%) !important;
  transition: 0.3s;
}

.custom-mv_btn a:hover {
  opacity: 0.8;
}

/* =========================
   Tablet (≥1024px)
========================= */
@media (min-width: 960px) and (max-width: 1024px) {
  .custom-mv_hdg {
    font-size: 22px !important;
  }
  .custom-mv_btn {
    width: 270px !important;
  }
}
/* =========================
   Tablet (768px〜959px)
   上下を少し削る
========================= */
@media (min-width: 768px) and (max-width: 959px) {
  .custom-mv_media img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-height: none;
  }
}
/* =========================
   PC (≥960px)
========================= */
@media (min-width: 960px) {
  .custom-mv_media img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .custom-mv_media .pc-show {
    display: block !important;
  }
  .custom-mv_media .pc-hide {
    display: none !important;
  }
  .custom-mv_content {
    background: none;
    max-width: 1030px;
    height: 400px;
    padding: 28px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-mv_top {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .custom-mv_hdg {
    font-size: 26px;
  }
  .custom-mv_btn {
    width: 320px;
    max-height: 72px;
  }
  .custom-mv_btn a {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .custom-mv_content.is-oneline {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.balloon_list-content {
  width: 100%;
  max-width: 1030px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
.balloon_list-content .balloon_list-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-inline: 24px;
}
@media (min-width: 1024px) {
  .balloon_list-content .balloon_list-item {
    -moz-column-gap: 60px;
         column-gap: 60px;
    padding-inline: 0;
  }
}
.balloon_list-content .balloon_list-media {
  text-align: center;
}
.balloon_list-content .balloon_list-media p {
  margin-block: 14px;
}
.balloon_list-content .balloon_list-pic {
  width: 115px;
  height: 115px;
}
.balloon_list-content .balloon_list-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.balloon_list-content .balloon_list-text {
  width: 100%;
  background: #EFF2F7;
  border-radius: 8px;
  padding: 12px 24px;
  color: #000;
  font-weight: 500;
  margin-right: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .balloon_list-content .balloon_list-text {
    margin-right: 70px;
    padding: 26px 36px;
  }
}
.balloon_list-content .balloon_list-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -8px;
  display: inline-block;
  width: 24px;
  height: 19px;
  background: #EFF2F7;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.balloon_list-content .balloon_list-person {
  padding: 26px 40px;
}
.balloon_list-content .balloon_list-person p {
  font-size: 16px;
}

.custom-inner {
  display: flex;
  justify-content: center;
}
.custom-inner .mod-btn {
  margin-bottom: 0;
}

.str-outer > .custom-inner {
  margin-bottom: 60px !important;
}

@media (min-width: 1024px) {
  .str-outer > .custom-inner {
    margin-bottom: 100px !important;
  }
}
html[data-script-enabled=true] .str-floatingMenu,
.site-footer-02 {
  margin-top: 0 !important;
}

.site-main {
  margin-bottom: 0 !important;
}

p.align-left {
  word-break: break-all;
}

.custom-mv_hdg.is-top {
  font-size: 22px;
  margin-block: 0 25px;
  line-height: 1.8;
}

@media (min-width: 640px) {
  .custom-mv_hdg.is-top {
    font-size: 40px;
    margin-block: 0 100px;
    line-height: 1.75;
  }
}
.custom-mv_hdg.is-line {
  font-size: 22px;
  margin-block: 0 25px;
}

@media (min-width: 640px) {
  .custom-mv_hdg.is-line {
    font-size: 40px;
    margin-block: 0 165px;
  }
}
details {
  margin-bottom: 12px;
}

summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 6px;
  align-items: center;
  cursor: pointer;
  padding: 16px 24px;
  background: #eff2f6;
  font-weight: bold;
  color: #002255;
  border-radius: 12px;
  transition: 0.3s;
}
summary::-webkit-details-marker {
  display: none;
}
summary:hover {
  opacity: 0.8;
}

.faq_title {
  margin-bottom: 0;
}

.faq_sub {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  margin-right: 12px;
}

/* --------アイコンを作ります-------- */
.icon {
  display: block;
  position: relative;
  width: 24px;
  transform-origin: center 43%;
  transition: transform 0.4s;
  /* アイコンのバーのスタイル */
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #0f1ed2;
}
.icon::before {
  left: 0;
}
.icon::after {
  right: 40;
  transform: rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details[open] .icon::after {
  display: none;
}

details[open] summary {
  border-radius: 12px 12px 0 0;
}

.pseudoElement summary::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin-left: 6px;
  background-image: url("icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
.pseudoElement details[open] summary::after {
  transform: rotate(180deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.custom_faq-contents {
  background-color: #fff;
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 2px solid #eff2f6;
  border-radius: 0 0 12px 12px;
}
.custom_faq-contents p {
  margin-bottom: 0;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.custom_faq-contents a {
  color: #0f1ed2;
  padding-left: 0;
}/*# sourceMappingURL=custom.css.map */