@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
}

body {
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

div {
  border-style: solid;
}

.wp-site-blocks {
  overflow-x: clip;
}

.max_1200 {
  max-width: 1200px;
  margin: auto;
}

.w-100 {
  width: 100%;
}
.w-80 {
  width: 80%;
}
.w-30 {
  width: 30%;
}

.w-40rem {
  width: 40rem;
}

.ai-fs {
  align-items: flex-start;
}

.ta-c {
  text-align: center;
}

.content_nav {
  position: relative;
}

.content_nav h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

.content_nav:before {
  content: "";
  position: absolute;
  left: calc(50% - 1rem);
  bottom: -1rem;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #34b167;
}

.wp-block-navigation-link a {
  text-decoration: none;
}
.wp-block-navigation-item__content:hover {
  border-bottom: 2px solid #34b167;
}

.manual_btn .wp-block-button {
  width: 45%;
}

.pos-r,
.seminar,
.manual,
.ibow,
.faq,
.contact {
  position: relative;
}

.pos-a {
  position: absolute;
}

.under_y {
  background: linear-gradient(transparent 70%, #ffe4ab 70%);
}
.under_g {
  background: linear-gradient(transparent 70%, #8ed6ab 70%);
  display: inline-block;
}
.under_p {
  background: linear-gradient(transparent 70%, #f5dbe5 70%);
  display: inline-block;
}
.under_b {
  background: linear-gradient(transparent 70%, #dae6ff 70%);
  display: inline-block;
}

.title_img {
  width: 50%;
}

.content02 {
  padding: 5% 0;
}
.content02.wp-block-column {
  padding: 5% 0;
}

.linkbox {
  position: relative;
}
.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.metaslider.ms-theme-clarity .flexslider .caption-wrap {
  border: none;
}
.metaslider.ms-theme-clarity .flexslider .slides li {
  margin-bottom: 0;
}
.metaslider.ms-theme-clarity .flexslider {
  margin-bottom: 0;
}

/* タブエリア全体 */
.tab-area {
  max-width: 1200px;
  width: 100%;
}

.tab-radio {
  display: none;
}

.tab-menu {
  display: block;
  float: left;
  width: calc(70% / 5);
  left: 15%;
  position: relative;
  text-align: center;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 1rem 1rem 0 0;
}

.tab-menu span {
  display: block;
  padding: 1em 0;
}

.tab-menu:hover {
  opacity: 0.8;
}

.tab-content-item {
  display: none;
  padding: 20px;
  clear: both;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tab-menu:has(.tab-radio:checked) {
  background-color: #ffffff;
}

.tab-menu:has(.tab-radio:checked) span {
  color: inherit;
}

.tab-menu:nth-of-type(1):has(.tab-radio:checked)
  ~ .tab-content-item:nth-of-type(1),
.tab-menu:nth-of-type(2):has(.tab-radio:checked)
  ~ .tab-content-item:nth-of-type(2),
.tab-menu:nth-of-type(3):has(.tab-radio:checked)
  ~ .tab-content-item:nth-of-type(3),
.tab-menu:nth-of-type(4):has(.tab-radio:checked)
  ~ .tab-content-item:nth-of-type(4),
.tab-menu:nth-of-type(5):has(.tab-radio:checked)
  ~ .tab-content-item:nth-of-type(5),
.tab-menu:nth-of-type(6):has(.tab-radio:checked)
  ~ .tab-content-item:nth-of-type(6),
.tab-menu:nth-of-type(7):has(.tab-radio:checked)
  ~ .tab-content-item:nth-of-type(7) {
  display: block;
  opacity: 1;
}

.wp-block-group details {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem 10.24px;
}
.wp-block-details summary::before {
  color: #fff;
}
.wp-block-details summary::after {
  background: #34b167;
}
.wp-block-details[open] summary::after {
  background: #34b167;
}
.wp-block-details p {
  padding: 1rem 2rem 1rem 2.5rem;
}
.wp-block-details p::before {
  left: 1rem;
  top: 1rem;
}

.wp-block-details[open] {
  border-radius: 0.8rem;
}
.zf-templateWidth {
  padding: 0 0;
}
.zf-templateWrapper {
  box-shadow: none;
  -webkit-border-radius: 0.8rem;
}

.line {
  background-image: url(http://highstreet.xsrv.jp/ewell/cms/wp-content/uploads/2026/01/icon_line.png);
  background-size: cover;
  color: #00000000;
}

.mov_h {
  height: 22rem;
}

/* パスワード表示画面 */

.passbox {
  padding: 5% 0 0;
  text-align: center;
}

.passbox .post-password-form {
  display: flex;
  justify-content: center;
}
.passbox .post-password-form input[type="password"] {
  border: 1px solid #ddd;
  padding: 0 1em;
  line-height: 2rem;
  font-size: 1rem;
}
.passbox .post-password-form input[type="submit"] {
  border: none;
  color: #ffffff;
  background: #000000;
  line-height: 2rem;
  font-size: 1rem;
}
.passbox input,
.passbox input[type="text"],
.passbox input[type="search"],
.passbox isindex,
.passbox textarea,
.passbox button {
  outline: none;
  margin: 0;
}

/* パスワード表示画面ここまで */

@media (max-width: 765px) {
  header ul li span {
    display: block;
  }
}

@media (max-width: 599px) {
  .sp-head-f {
    position: fixed;
    width: 100%;
  }
  .wp-block-navigation__responsive-container-close {
    right: 5%;
  }

  .fv_box {
    flex-direction: column-reverse;
  }

  body .is-style-default {
    font-size: 0.9rem !important;
  }

  .sp-w-100 {
    width: 100%;
  }

  .sp-ta-l {
    text-align: left;
  }

  .sp-jc-c {
    justify-content: center;
  }

  .sp-px-2p {
    padding: 0 2%;
  }

  .sp-pt-5p {
    padding-top: 5%;
  }

  .sp-pb-25p {
    padding-bottom: 25%;
  }

  .logo img {
    width: 10%;
  }

  body .scroll_content {
    display: block;
  }
  body .content_nav {
    margin-bottom: 10%;
  }

  .scroll_content .is-layout-flex {
    display: block;
  }

  .manual_btn .wp-block-button {
    width: 80%;
  }

  .tab-menu {
    width: calc(96% / 5);
    left: 2%;
    font-size: 0.7rem;
    border-radius: 0;
  }
  .tab-menu span {
    padding: 0.8em 0;
  }

  .mov_h {
    height: 12rem;
  }

  .title_img {
    width: 80%;
  }

  .zf-large .zf-tempContDiv input[type="text"],
  .zf-large .zf-tempContDiv textarea,
  .zf-large .zf-mSelect select,
  .zf-large .zf-tempContDiv .zf-sliderCont,
  .zf-large .zf-tempContDiv .zf-pdfTextArea,
  .zf-large .zf-signContainer {
    width: auto;
  }

  /* パスワード表示画面 */
  .passbox {
    padding: 20% 0 0;
    text-align: center;
  }
}
