@charset "UTF-8";
:root {
  --black:#222222;
  --blue:#54C3F1;
  --ac-blue:#77BBD6;
  --orange:#F6AC1A;
  --pink:#FF8287;
  --green:#AACF52;
  --bg-gray:#f8f8f8;
  --perple:#D55DDE;
  --bg-footer:#EBEBEB;
  --bg-cate:#949494;
  --border-gray:#D4D4D4;
  --navy:#1E2E95;
  --link-blue:#5D8DFF;
  --hissu:#EC5757;
  --en:"Rajdhani", sans-serif;
  --zen:"Zen Kaku Gothic New", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.op0 {
  opacity: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--black);
  opacity: 1;
  transition-duration: 0.3s;
  cursor: pointer;
}

a:hover {
  transition-duration: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: var(--black);
  background-color: #fff;
  font-weight: 500;
  opacity: 0;
  animation-name: bodyFade;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

.under834-only {
  display: none;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mtb40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 834px) {
  .s_mb10 {
    margin-bottom: 10px !important;
  }
  .s_mb20 {
    margin-bottom: 20px !important;
  }
  .s_mb30 {
    margin-bottom: 30px !important;
  }
  .s_mb40 {
    margin-bottom: 40px !important;
  }
  .s_mb50 {
    margin-bottom: 50px !important;
  }
  .s_mb60 {
    margin-bottom: 60px !important;
  }
  .s_mb70 {
    margin-bottom: 70px !important;
  }
  .s_mb80 {
    margin-bottom: 80px !important;
  }
  .s_mt10 {
    margin-top: 10px !important;
  }
  .s_mt20 {
    margin-top: 20px !important;
  }
  .s_mt30 {
    margin-top: 30px !important;
  }
  .s_mtb40 {
    margin-top: 40px !important;
  }
  .s_mt50 {
    margin-top: 50px !important;
  }
  .s_mt60 {
    margin-top: 60px !important;
  }
  .s_mt70 {
    margin-top: 70px !important;
  }
  .s_mt80 {
    margin-top: 80px !important;
  }
}
@keyframes bodyFade {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  align-items: center;
  height: 100px;
  width: 100%;
  z-index: 100;
}

.logo {
  width: 210px;
  margin-left: 20px;
}

.header__right {
  display: flex;
  height: 100%;
}

.header__list {
  display: flex;
  align-items: center;
}
.header__list li {
  margin-right: 30px;
}
.header__list li a {
  color: var(--black);
  font-size: 16px;
}

.header__btn {
  background-color: var(--blue);
  color: #fff;
  width: 216px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hamburger {
  display: none;
}

.sp-menu {
  display: none;
}

.w1200 {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.under640-only {
  display: none;
}

.green-txt {
  color: var(--green) !important;
}

.orange-txt {
  color: var(--orange) !important;
}

.blue-txt {
  color: var(--blue) !important;
}

.pink-txt {
  color: var(--pink) !important;
}

.perple-txt {
  color: var(--perple) !important;
}

.white-txt {
  color: #fff !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.w960 {
  width: 960px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.news__list {
  margin-bottom: 50px;
}
.news__list li {
  padding: 20px 15px;
  border-bottom: 1px solid #E1E1E1;
}
.news__list li:first-of-type {
  border-top: 1px solid #E1E1E1;
}
.news__list li a {
  display: flex;
}
.news__list li a .date {
  display: block;
  width: 110px;
  color: #47748e;
  font-weight: 400;
  font-family: var(--en);
  font-size: 16px;
}
.news__list li a .cate {
  display: flex;
  width: 110px;
  padding: 0 10px 1px;
  background-color: var(--bg-cate);
  color: #fff;
  font-size: 13px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 13px;
}
.news__list li a .title {
  width: calc(100% - 210px);
  padding-left: 50px;
  font-size: 13px;
}

.footer-float-menu {
  position: fixed;
  right: -100px;
  transition-duration: 0.8s;
  bottom: 30px;
}
.footer-float-menu .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 85px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  flex-direction: column;
  line-height: 1.5;
}
.footer-float-menu .btn .icon {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 3px;
}
.footer-float-menu .btn:last-of-type {
  margin-bottom: 0;
}
.footer-float-menu .btn.btn01 {
  background-color: var(--orange);
}
.footer-float-menu .btn.btn01 .icon {
  width: 23px;
  height: 26px;
  background-image: url(../img/common/calender-icon.svg);
}
.footer-float-menu .btn.btn02 {
  background-color: var(--green);
}
.footer-float-menu .btn.btn02 .icon {
  width: 23px;
  height: 18px;
  background-image: url(../img/common/mail-icon.svg);
}
.footer-float-menu .btn.btn03 {
  background-color: var(--pink);
}
.footer-float-menu .btn.btn03 .icon {
  width: 36px;
  height: 31px;
  background-image: url(../img/common/contest.svg);
}
.footer-float-menu .btn.btn04 {
  background-color: var(--blue);
}
.footer-float-menu .btn.btn04 .icon {
  width: 32px;
  height: 25px;
  background-image: url(../img/common/estimate-icon.svg);
}

.footer-float-menu.fixed {
  right: 0;
  transition-duration: 0.8s;
}

footer {
  padding: 100px 0 0;
  background-color: #EBEBEB;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  width: 268px;
  margin-bottom: 20px;
  display: block;
}

.footer__address {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer__sns-bl {
  display: flex;
}
.footer__sns-bl .link {
  width: 23px;
  height: 23px;
  margin-right: 25px;
}

.footer__right {
  display: flex;
}

.footer__list {
  border-right: 1px dashed #858585;
  padding: 0 30px;
}
.footer__list:last-of-type {
  border-right: none;
}
.footer__list li {
  margin-bottom: 20px;
}
.footer__list li a {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .header__list {
    display: none;
  }
  .header__btn {
    margin-right: 80px;
  }
  #hamburger {
    display: block;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    cursor: pointer;
  }
  .hamburger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hamburger span {
    display: block;
    width: 60%;
    height: 4px;
    background-color: var(--blue);
    left: 20%;
    position: absolute;
    transition-duration: 0.8s;
  }
  .hamburger span:first-of-type {
    top: 25px;
    animation-name: ham1-2;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
  }
  .hamburger span:nth-of-type(2) {
    top: 40px;
    transition-duration: 0.8s;
  }
  .hamburger span:last-of-type {
    top: 55px;
    animation-name: ham2-2;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
  }
  #hamburger.active .hamburger span:first-of-type {
    top: 38px;
    animation-name: ham1;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
  }
  #hamburger.active .hamburger span:nth-of-type(2) {
    opacity: 0;
    transition-duration: 0.2s;
  }
  #hamburger .hamburger span:nth-of-type(2).none {
    display: none;
  }
  #hamburger.active .hamburger span:last-of-type {
    top: 38px;
    animation-name: ham2;
    animation-fill-mode: forwards;
    animation-duration: 0.8s;
  }
  @keyframes ham1 {
    0% {
      top: 25px;
    }
    25% {
      top: 40px;
    }
    100% {
      top: 38px;
      transform: rotate(315deg);
    }
  }
  @keyframes ham2 {
    0% {
      top: 55px;
    }
    25% {
      top: 40px;
    }
    100% {
      top: 38px;
      transform: rotate(405deg);
    }
  }
  @keyframes ham1-2 {
    0% {
      top: 38px;
      transform: rotate(315deg);
    }
    75% {
      top: 40px;
      transform: rotate(0deg);
    }
    100% {
      top: 25px;
    }
  }
  @keyframes ham2-2 {
    0% {
      top: 38px;
      transform: rotate(405deg);
    }
    75% {
      top: 40px;
      transform: rotate(0deg);
    }
    100% {
      top: 55px;
    }
  }
  .sp-menu {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    right: -100%;
    transition-duration: 0.8s;
    height: 100vh;
    top: 0;
    padding: 120px 50px;
    z-index: 10;
  }
  .sp-menu__wrapper {
    overflow-y: scroll;
  }
  .sp-menu__wrapper::-webkit-scrollbar {
    display: none;
  }
  .sp-menu.active {
    right: 0;
    transition-duration: 0.8s;
  }
  .sp-menu__list li a {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    width: fit-content;
    position: relative;
    padding-left: 35px;
  }
  .sp-menu__list li a::before {
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/webp/common/news-next-arrow.webp);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    content: "";
  }
  .sp-menu__list li a:hover {
    transition-duration: 0.3s;
    opacity: 0.8;
  }
}
.base__title {
  font-size: 67px;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: var(--orange);
  font-weight: 500;
  font-family: var(--en);
  line-height: 0.9;
}
.base__title::after {
  width: 40px;
  height: 1px;
  background-color: var(--orange);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: "";
  display: block;
}
.base__title.white-txt::after {
  background-color: #fff;
}
.base__title.green-txt::after {
  background-color: var(--green);
}
.base__title.blue-txt::after {
  background-color: var(--blue);
}
.base__title.perple-txt::after {
  background-color: var(--perple);
}

.base__title-hosoku {
  text-align: center;
}

.base__title-bl {
  margin-bottom: 60px;
}

.base__btn {
  width: 400px;
  max-width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  background-color: var(--orange);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.base__btn::after {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/webp/common/base-btn-orange-arrow.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  transition-duration: 0.3s;
}
.base__btn:hover::after {
  transform: translate(3px, -50%);
  transition-duration: 0.3s;
}
.base__btn.end {
  background-color: #ccc;
}
.base__btn.end::after {
  display: none;
}
.base__btn.green-bg {
  background-color: var(--green);
}
.base__btn.green-bg::after {
  background-image: url(../img/webp/common/base-btn-green-arrow.webp);
}
.base__btn.blue-bg {
  background-color: var(--blue);
}
.base__btn.blue-bg::after {
  background-image: url(../img/webp/common/base-btn-blue-arrow.webp);
}
.base__btn.return__btn::after {
  right: auto;
  left: 30px;
  background-image: url(../img/webp/common/return-btn-arrow.webp);
}
.base__btn.return__btn:hover::after {
  transform: translate(-3px, -50%);
}
.base__btn.navy-bg {
  background-color: var(--navy);
  margin-top: 40px;
}
.base__btn.navy-bg::after {
  background-image: url(../img/webp/common/base-btn-navy-arrow.webp);
}
.base__btn.black-bg {
  background-color: var(--black);
}
.base__btn.black-bg::after {
  background-image: url(../img/webp/common/base-btn-black-arrow.webp);
}
.base__btn.perple-bg {
  background-color: var(--perple);
}
.base__btn.perple-bg::after {
  background-image: url(../img/webp/common/base-btn-perple-arrow.webp);
}
.base__btn.perple-bg.return__btn {
  margin: 60px auto 0;
}
.base__btn.perple-bg.return__btn::after {
  background-image: url(../img/common/base-btn-perple-arrow-return.png);
}
.base__btn.perple-bg.return__btn:hover::after {
  transform: translate(-3px, -50%);
}
.base__btn.contact-bg {
  background-color: #fff;
  color: var(--navy);
  padding-right: 30px;
}
.base__btn.contact-bg::after {
  background-image: url(../img/webp/common/contact-arrow.webp);
}
.base__btn.contact-bg .mail-icon {
  width: 24px;
  height: 19px;
  background-image: url(../img/common/mail-icon-navy.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.base__btn.contact-bg .group-icon {
  width: 25px;
  height: 29px;
  background-image: url(../img/common/group-icon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}

.footer-copy {
  text-align: center;
  padding: 100px 0 30px;
  font-size: 12px;
  color: #858585;
}

.breadclumb {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  flex-wrap: wrap;
}
.breadclumb li {
  padding-right: 35px;
  position: relative;
  font-family: var(--en);
  font-size: 19px;
}
.breadclumb li.noto {
  font-size: 16px;
  padding-top: 4px;
}
.breadclumb li:last-of-type {
  padding-right: 0;
}
.breadclumb li:last-of-type::after {
  display: none;
}
.breadclumb li::after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(-45deg);
  content: "";
  top: 15px;
  right: 16px;
}
.breadclumb li a {
  color: #666;
}

.raj {
  font-family: var(--en);
}

.post__tag-list {
  display: block;
}
.post__tag-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}
.post__tag-list li a {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}

.mt75 {
  margin-top: 75px !important;
}

.mt30 {
  margin-top: 30px !important;
}

a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 1200px) {
  header {
    height: 80px;
  }
  .header__btn {
    margin-right: 80px;
    border-radius: 50px;
    padding: 5px 15px;
    width: fit-content;
  }
  a.anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 834px) {
  .sp-menu {
    padding: 120px 25px;
  }
  .sp-menu__list li a {
    font-size: 16px;
  }
  .header__btn {
    width: fit-content;
    height: auto;
    font-size: 14px;
    border-radius: 50px;
    padding: 8px 20px;
  }
  header {
    height: 80px;
  }
  .logo {
    width: 180px;
    padding-bottom: 9px;
  }
  #hamburger {
    width: 60px;
    height: 60px;
  }
  .hamburger span:first-of-type {
    top: 15px;
  }
  .hamburger span:nth-of-type(2) {
    top: 30px;
  }
  .hamburger span:last-of-type {
    top: 28px;
  }
  @keyframes ham1 {
    0% {
      top: 20px;
    }
    25% {
      top: 30px;
    }
    100% {
      top: 28px;
      transform: rotate(315deg);
    }
  }
  @keyframes ham2 {
    0% {
      top: 40px;
    }
    25% {
      top: 30px;
    }
    100% {
      top: 28px;
      transform: rotate(405deg);
    }
  }
  @keyframes ham1-2 {
    0% {
      top: 28px;
      transform: rotate(315deg);
    }
    75% {
      top: 30px;
      transform: rotate(0deg);
    }
    100% {
      top: 20px;
    }
  }
  @keyframes ham2-2 {
    0% {
      top: 28px;
      transform: rotate(405deg);
    }
    75% {
      top: 30px;
      transform: rotate(0deg);
    }
    100% {
      top: 40px;
    }
  }
  .under834-only {
    display: inline-block;
  }
  header {
    height: 65px;
    align-items: center;
  }
  .logo {
    width: 140px;
    height: 42px;
    padding-bottom: 9px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .logo img {
    vertical-align: inherit;
  }
  .header__btn {
    margin-right: 60px;
    font-size: 11px;
    padding: 7px 16px;
    line-height: 1.2;
  }
  .hamburger span {
    height: 3px;
  }
  .footer-float-menu {
    right: 0;
    bottom: -60px;
    width: 100%;
    display: flex;
  }
  .footer-float-menu.fixed {
    bottom: 0;
  }
  .footer-float-menu .btn {
    width: 25%;
    height: 60px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
  }
  .footer-float-menu .btn.btn01 .icon {
    width: 14px;
    height: 15px;
  }
  .footer-float-menu .btn.btn02 .icon {
    width: 18px;
    height: 14px;
    margin-top: 5px;
  }
  .footer-float-menu .btn.btn03 .icon {
    width: 21px;
    height: 21px;
    margin-top: 2px;
  }
  .footer-float-menu .btn.btn04 .icon {
    width: 21px;
    height: 17px;
  }
  .s_mt20 {
    margin-top: 20px !important;
  }
  .s_mt40 {
    margin-top: 40px !important;
  }
  .base__btn::after {
    right: 17px;
    width: 21px;
    height: 21px;
  }
  .base__btn.contact-bg {
    font-size: 14px;
  }
  .base__btn.contact-bg .mail-icon {
    width: 19px;
    height: 14px;
    margin-right: 4px;
  }
  .base__btn.contact-bg .group-icon {
    width: 20px;
    height: 21px;
    margin-right: 7px;
  }
  .footer__logo {
    width: 200px;
    margin-bottom: 15px;
  }
  footer {
    padding: 40px 0 80px;
  }
  .footer__right {
    flex-wrap: wrap;
  }
  .footer__list:first-of-type {
    padding-left: 0;
  }
  .footer__list {
    border-right: none;
    padding: 0;
    width: 100%;
  }
  .footer__list li {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .footer__list li a {
    font-size: 14px;
    padding: 14px 0;
    display: block;
    text-align: center;
  }
  .footer-copy {
    padding: 70px 0 10px;
  }
  .page .logo {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .s_mt35 {
    margin-top: 35px !important;
  }
  a.anchor {
    padding-top: 65px;
    margin-top: -65px;
  }
  .base__btn {
    height: 55px;
  }
  .base__btn.perple-bg.return__btn {
    margin: 40px auto 30px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .under640-only {
    display: inline-block;
  }
  .news__list li a .title {
    line-height: 1.6;
    margin-top: 7px;
  }
  .s_mb40 {
    margin-bottom: 40px !important;
  }
  .under640-none {
    display: none;
  }
}
/* アニメーション */
/* --------------------フェードアップ------------------------ */
.fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
}

/* --------------------フェードイン------------------------ */
.fade {
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fade {
  opacity: 0;
}

/* ロードで */
.js-load-fade {
  opacity: 0;
}

/* --------------------めくれて出てくるタイトル------------------------ */
.js-pala01-title {
  position: absolute;
  top: 85px;
  left: 49px;
}

.js-pala01-title .pala01 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 20px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition-duration: 1s;
  margin-bottom: 20px;
}

.js-pala01-title .pala01 span {
  color: #222;
  font-size: 42px;
  font-weight: 700;
  font-family: var(--zen);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition-duration: 1.2s;
  transition-delay: 0.2s;
}

.js-pala01-title.active .pala01 {
  transition-duration: 1s;
  -webkit-clip-path: inset(0px 0% 0px 0px);
  clip-path: inset(0px 0% 0px 0px);
}

.js-pala01-title.active .pala01 span {
  transition-duration: 1s;
  -webkit-clip-path: inset(0px 0% 0px 0px);
  clip-path: inset(0px 0% 0px 0px);
}

/* --------------------アコーディオン------------------------ */
.ac-bl {
  margin-bottom: 30px;
}

.ac-cont {
  display: none;
  padding: 20px 20px 20px 110px;
  align-items: center;
  border: 2px solid var(--ac-blue);
}
.ac-cont .a {
  line-height: 0.5;
  margin-left: -87px;
  font-size: 46px;
  font-weight: 500;
  color: var(--ac-blue);
  font-family: var(--en);
  margin-right: 50px;
  display: inline-block;
  transform: translateY(10px);
}

.ac-cont.active {
  display: block;
}

.ac-cont.js-none {
  display: block;
}

.ac-open {
  position: relative;
  padding: 20px 60px 20px 110px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  background-color: var(--ac-blue);
  cursor: pointer;
}
.ac-open .q {
  position: absolute;
  top: 16px;
  left: 23px;
  line-height: 1;
  font-size: 46px;
  font-weight: 500;
  font-family: var(--en);
}

.ac-open::before {
  content: "＋";
  position: absolute;
  color: #fff;
  right: 20px;
  font-size: 18px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.ac-open.js-none::before { /* 閉じている時 */
  display: none;
}

.ac-open.active::before { /* 開いている時 */
  content: "－";
}

/* ---------------FullCalender----------------- */
.fc .fc-button .fc-icon {
  line-height: 0.6;
}

.sec-mv {
  width: 100%;
  height: calc(100vh - 100px);
  margin-top: 100px;
  background-image: url(../img/webp/top/MV.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.sec-top-news {
  padding: 100px 0;
}

.top-news__flex {
  display: flex;
}

.top-news__left {
  width: 210px;
}

.top-news__right {
  width: calc(100% - 210px);
}

.top-news__title {
  font-family: var(--en);
  font-weight: 500;
  color: var(--blue);
  font-size: 67px;
  line-height: 0.9;
  margin-bottom: 10px;
}

.top-news__link {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.top-news__link .icon {
  width: 21px;
  height: 21px;
  background-image: url(../img/common/app-icon.svg);
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-right: 10px;
}

.sec-top-event {
  background-image: url(../img/top/event-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}

.event__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.event__list li {
  width: 30%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-right: 5%;
}
.event__list li:nth-of-type(3n) {
  margin-right: 0;
}
.event__list li a {
  display: block;
  background-color: #fff;
  padding-bottom: 25px;
  min-height: 100%;
}
.event__list li a .img {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
  overflow: hidden;
}
.event__list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition-duration: 0.8s;
}
.event__list li a:hover img {
  transform: scale(1.1, 1.1);
  transition-duration: 0.8s;
}
.event__list li a .date, .event__list li a .event__list-title, .event__list li a .more {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.event__list li a .date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.event__list li a .date .title {
  display: inline-block;
  padding: 0px 7px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
  margin-right: 12px;
  font-size: 14px;
  background-color: var(--orange);
}
.event__list li a .date .txt {
  font-size: 16px;
  width: 100%;
}
.event__list li a .event__list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.event__list li a .more {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  padding-right: 35px;
  position: relative;
}
.event__list li a .more .arrow {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow-orange.svg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transition-duration: 0.3s;
}
.event__list li a:hover .more .arrow {
  transform: translateX(3px);
  transition-duration: 0.3s;
}

.sec-top-about {
  padding: 120px 0 150px;
}

.position-relative {
  position: relative;
}
.position-relative .deco01 {
  width: 290px;
  height: 290px;
  position: absolute;
  top: -50px;
  left: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/webp/top/about01.webp);
}
.position-relative .deco02 {
  width: 390px;
  height: 303px;
  position: absolute;
  top: -55px;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/webp/top/about02.webp);
}
.position-relative .deco03 {
  width: 280px;
  height: 254px;
  position: absolute;
  bottom: -100px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/webp/top/about03.webp);
}
.position-relative .deco04 {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/webp/top/about04.webp);
}

.about__title-middle {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}

.about__cont {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.about__cont p {
  margin-bottom: 30px;
}

.sec-top-programming {
  padding: 120px 0 110px;
  background-image: url(../img/webp/top/programing-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-programming__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top-programming__flex .item {
  width: 22%;
  margin-bottom: 40px;
}
.top-programming__flex .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2.5;
  margin-bottom: 10px;
}
.top-programming__flex .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.top-programming__flex .item .programming__title-middle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.top-programming__flex .item .txt {
  font-size: 16px;
}

.sec-top-school {
  padding: 120px 0 100px;
  position: relative;
}
.sec-top-school .deco01 {
  width: 331px;
  height: 332px;
  background-image: url(../img/webp/top/deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: auto;
  position: absolute;
  z-index: -1;
  opacity: 0.4;
}
.sec-top-school .deco02 {
  width: 331px;
  height: 332px;
  background-image: url(../img/webp/top/deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.4;
}

.top-school__flex {
  display: flex;
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.top-school__flex .img {
  width: 42%;
  aspect-ratio: 3/2;
}
.top-school__flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.top-school__flex .cont {
  width: 58%;
  padding-left: 35px;
}
.top-school__flex .cont .top-school__title-middle {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #222;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
.top-school__flex .cont .txt {
  font-size: 15px;
  margin-bottom: 15px;
}
.top-school__flex .cont .top-school__table {
  border-bottom: 1px dashed #ccc;
  display: flex;
  font-size: 14px;
}
.top-school__flex .cont .top-school__table:last-of-type {
  border: none;
}
.top-school__flex .cont .top-school__table dt {
  padding: 8px;
  width: 110px;
  background-color: #F1F1F1;
  text-align: center;
}
.top-school__flex .cont .top-school__table dd {
  padding: 8px 0 8px 20px;
  width: calc(100% - 110px);
}

.sec-top-partner {
  padding: 100px 0 120px;
}

.partner__bl {
  display: flex;
  flex-wrap: wrap;
}
.partner__bl .item {
  margin-right: 30px;
  margin-bottom: 30px;
}
.partner__bl .item.p1 {
  width: 206px;
}
.partner__bl .item.p2 {
  width: 219px;
  padding-top: 20px;
}
.partner__bl .item.p3 {
  width: 230px;
  padding-top: 39px;
}
.partner__bl .item.p4 {
  width: 160px;
  margin-right: 0;
}
.partner__bl .item.p5 {
  width: 188px;
  padding-top: 18px;
}
.partner__bl .item.p6 {
  width: 143px;
}
.partner__bl .item.p7 {
  width: 155px;
  padding-top: 24px;
}

.sec-top-faq {
  padding: 120px 0;
  background-color: #F5FBFF;
}

.sec-cta-contact {
  padding: 120px 0 150px;
  background-image: url(../img/webp/common/cta-contact-bg.webp);
  background-size: cover;
  background-position: center center;
}

.cta-contact__tel-bl {
  margin-bottom: 60px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.cta-contact__tel-title {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.cta-contact__tel-link {
  font-size: 50px;
  font-weight: 500;
  font-family: var(--en);
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.cta-contact__tel-link .tel-icon {
  display: inline-block;
  margin-right: 10px;
  width: 35.5px;
  height: 35.5px;
  background-image: url(../img/common/phone-icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 1200px) {
  .sec-mv {
    height: calc(100vh - 80px);
    margin-top: 80px;
  }
  .js-pala01-title .pala01 {
    padding: 5px 20px;
  }
  .js-pala01-title .pala01 span {
    font-size: 37px;
  }
  .header__right {
    height: auto;
  }
  .event__list li a .date, .event__list li a .event__list-title, .event__list li a .more {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .position-relative .deco01 {
    width: 210px;
    height: 210px;
    left: -16px;
  }
  .position-relative .deco02 {
    width: 263px;
    height: 205px;
    right: -29px;
  }
  .position-relative .deco03 {
    width: 183px;
    height: 169px;
    bottom: -89px;
    left: -21px;
  }
  .position-relative .deco04 {
    width: 120px;
    height: 120px;
    bottom: -34px;
    right: 4px;
  }
  .top-programming__flex .item {
    width: 23%;
  }
  .partner__bl {
    width: 735px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .partner__bl .item.p1 {
    width: 149px;
  }
  .partner__bl .item.p2 {
    width: 164px;
    padding-top: 12px;
  }
  .partner__bl .item.p3 {
    width: 177px;
    padding-top: 24px;
  }
  .partner__bl .item.p4 {
    width: 146px;
    margin-right: 0;
  }
  .partner__bl .item.p5 {
    width: 142px;
    padding-top: 18px;
  }
  .partner__bl .item.p6 {
    width: 118px;
  }
  .partner__bl .item.p7 {
    width: 118px;
    padding-top: 22px;
  }
  .sec-cta-contact {
    background-image: url(../img/webp/common/cta-contact-bg-sp.webp);
  }
  .footer__flex {
    flex-direction: column;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__left {
    margin-bottom: 50px;
  }
  .footer__list:first-of-type {
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .js-pala01-title .pala01 {
    margin-bottom: 10px;
  }
  .js-pala01-title .pala01 span {
    font-size: 24px;
  }
  .sec-mv {
    height: 400px;
    margin-top: 65px;
  }
  .top-news__flex {
    flex-direction: column;
  }
  .news__list li {
    padding: 15px 0;
  }
  .news__list li a .date {
    width: 85px;
    line-height: 1.4;
  }
  .news__list li a .cate {
    width: fit-content;
    padding: 0 10px 1px;
    font-size: 13px;
    height: 25px;
    line-height: 1.2;
    font-size: 13px;
  }
  .news__list li a .title {
    width: 100%;
    margin-top: 8px;
  }
  .top-news__left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .top-news__title {
    font-size: 42px;
    margin-bottom: 0;
  }
  .top-news__link .icon {
    width: 16px;
    height: 16px;
  }
  .top-news__link {
    font-size: 14px;
  }
  .sec-top-news {
    padding: 50px 0 10px;
  }
  .top-news__right {
    width: 100%;
  }
  .event__list {
    flex-direction: column;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .event__list li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .base__title {
    font-size: 48px;
    margin-bottom: 31px;
  }
  .base__title::after {
    width: 27px;
    bottom: -14px;
  }
  .base__title-bl {
    margin-bottom: 40px;
  }
  .sec-top-event {
    padding: 65px 0;
  }
  .position-relative .deco02 {
    width: 24vw;
    height: 24vw;
    right: -2vw;
  }
  .position-relative .deco01 {
    width: 26vw;
    height: 26vw;
    left: -1vw;
    top: -10vw;
  }
  .position-relative .deco03 {
    width: 150px;
    height: 124px;
    bottom: -118px;
    left: -26px;
  }
  .position-relative .deco04 {
    width: 90px;
    height: 90px;
    bottom: -94px;
  }
  .sec-top-programming {
    padding: 60px 0 60px;
  }
  .top-programming__flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .top-programming__flex .item {
    width: 48.5%;
  }
  .sec-top-school .deco01, .sec-top-school .deco02 {
    width: 245px;
    height: 238px;
  }
  .sec-top-school {
    padding: 60px 0;
  }
  .top-school__flex {
    flex-direction: column;
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-school__flex .img {
    width: 100%;
  }
  .top-school__flex .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .partner__bl {
    width: 560px;
  }
  .partner__bl .item.p1 {
    width: 110px;
  }
  .partner__bl .item.p2 {
    width: 117px;
    padding-top: 12px;
  }
  .partner__bl .item.p3 {
    width: 126px;
    padding-top: 15px;
  }
  .partner__bl .item.p4 {
    width: 117px;
  }
  .partner__bl .item.p5 {
    width: 110px;
    padding-top: 18px;
  }
  .partner__bl .item.p6 {
    width: 99px;
  }
  .partner__bl .item.p7 {
    width: 98px;
    padding-top: 22px;
  }
  .sec-top-faq {
    padding: 60px 0 30px;
  }
  .ac-open {
    padding: 10px 30px 10px 45px;
    font-size: 15px;
  }
  .ac-open::before {
    right: 13px;
    font-size: 18px;
  }
  .ac-open .q {
    top: 12px;
    left: 13px;
    font-size: 28px;
  }
  .ac-cont {
    padding: 15px 15px 15px 42px;
  }
  .ac-cont .a {
    margin-left: -29px;
    font-size: 28px;
    margin-right: 4px;
    transform: translateY(5px);
  }
  .sec-cta-contact {
    padding: 60px 0 60px;
  }
  .cta-contact__tel-bl {
    margin-bottom: 40px;
  }
  .cta-contact__tel-title {
    font-size: 16px;
  }
  .cta-contact__tel-link {
    font-size: 34px;
  }
  .cta-contact__tel-link .tel-icon {
    margin-right: 7px;
    width: 21.5px;
    height: 21.5px;
  }
  .js-pala01-title {
    left: 27px;
    bottom: 15px;
    top: auto;
  }
}
@media screen and (max-width: 640px) {
  .js-pala01-title {
    left: 22px;
    top: 53px;
  }
  .js-pala01-title .pala01 {
    padding: 10px 17px;
  }
  .js-pala01-title .pala01 span {
    font-size: 18px;
  }
  .position-relative .deco01 {
    width: 26vw;
    height: 26vw;
    left: -1vw;
    top: -8vw;
  }
  .position-relative .deco02 {
    width: 24vw;
    height: 24vw;
    right: -1vw;
    top: -5vw;
  }
  .position-relative .deco04 {
    width: 17vw;
    height: 17vw;
    bottom: -109px;
    right: 0;
  }
  .position-relative .deco03 {
    width: 20vw;
    height: 18vw;
    bottom: -118px;
    left: -3vw;
  }
  .about__title-middle {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .about__cont {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .top-school__flex {
    padding: 30px 20px;
  }
  .top-school__flex .cont .top-school__title-middle {
    margin-bottom: 10px;
  }
  .top-school__flex .cont .top-school__table {
    flex-direction: column;
  }
  .top-school__flex .cont .top-school__table:last-of-type {
    border-bottom: 1px dashed #ccc;
  }
  .top-school__flex .cont .top-school__table dt {
    padding: 5px;
    width: 100%;
  }
  .top-school__flex .cont .top-school__table dd {
    padding: 8px 0;
    width: 100%;
  }
  .sec-top-partner {
    padding: 40px 0;
  }
  .partner__bl {
    width: 309px;
  }
  .partner__bl .item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .partner__bl .item.p1 {
    width: 82px;
  }
  .partner__bl .item.p2 {
    width: 81px;
    padding-top: 8px;
  }
  .partner__bl .item.p3 {
    width: 85px;
    padding-top: 2px;
  }
  .partner__bl .item.p4 {
    width: 78px;
    padding-top: 13px;
    margin-right: 10px;
  }
  .partner__bl .item.p5 {
    width: 84px;
    padding-top: 12px;
  }
  .partner__bl .item.p6 {
    width: 70px;
  }
  .partner__bl .item.p7 {
    width: 85px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 400px) {
  .js-pala01-title .pala01 {
    padding: 0 13px 4px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .js-pala01-title {
    left: 24px;
    top: 46px;
  }
  .js-pala01-title .pala01 span {
    font-size: 16px;
  }
  .sec-top-about {
    padding: 80px 0 120px;
  }
  .position-relative .deco04 {
    bottom: -90px;
  }
  .position-relative .deco03 {
    bottom: -95px;
  }
}
.page-mv {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/webp/news/mv.webp);
  background-size: cover;
  background-position: center center;
}

.event-achievements-page .page-mv {
  background-image: url(../img/webp/event-achive/mv.webp);
}

.school-page .page-mv {
  background-image: url(../img/webp/school/mv.webp);
}

.event-page .page-mv, .event-single-page .page-mv {
  background-image: url(../img/webp/event/mv.webp);
}

.development-page .page-mv, .development-single-page .page-mv {
  background-image: url(../img/webp/dev/MV.webp);
}

.programming-page .page-mv {
  background-image: url(../img/webp/programming/MV.webp);
}

.about-page .page-mv {
  background-image: url(../img/webp/about/MV.webp);
}

.contact-page .page-mv {
  background-image: url(../img/webp/contact/MV.webp);
}

.event-achievements-page .page-mv {
  background-image: url(../img/webp/event-achive/MV.webp);
}

.page__title {
  color: #fff;
}
.page__title .en {
  font-weight: 500;
  font-size: 80px;
  line-height: 0.8;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  font-family: var(--en);
}
.page__title .ja {
  width: fit-content;
  padding: 2px 12px;
  border: 2px solid #fff;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 17px;
}

.bg-bl {
  margin-top: 100px;
  padding-bottom: 120px;
}

.bg-bl.page {
  margin-top: 150px;
}
.bg-bl.page .page__base-title {
  font-size: 28px;
}
.bg-bl.page .page__bl {
  margin-top: 35px;
}
.bg-bl.page .page__bl img {
  width: auto;
  max-width: 100%;
  display: block;
}
.bg-bl.page .page__bl h2 {
  padding: 10px 20px;
  background-color: var(--blue);
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
}
.bg-bl.page .page__bl h3 {
  padding-left: 15px;
  border-left: 5px solid var(--blue);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
  position: relative;
}
.bg-bl.page .page__bl h4 {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 30px;
}
.bg-bl.page .page__bl h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.bg-bl.page .page__bl p {
  margin-bottom: 30px;
  font-weight: 400;
}
.bg-bl.page .page__bl ul {
  margin-bottom: 40px;
}
.bg-bl.page .page__bl ul li {
  padding-left: 2em;
  text-indent: -0.7em;
}
.bg-bl.page .page__bl ul li::before {
  content: "●";
  display: inline-block;
  margin-right: 0.3em;
}
.bg-bl.page .page__bl a {
  text-decoration: underline;
}
.bg-bl.page .page__bl a.wp-block-button__link {
  text-decoration: none;
}

.page__base-title {
  border-bottom: 3px solid #222;
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 35px;
  border-left: none !important;
  padding-left: 0 !important;
}
.page__base-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.page__bl {
  margin-top: 75px;
}
.page__bl p {
  margin-bottom: 30px;
}
.page__bl h3 {
  margin-bottom: 30px;
  border-left: 8px solid var(--orange);
  padding-left: 15px;
}

.school__title {
  padding-bottom: 10px;
  border-bottom: 3px solid var(--orange);
  margin-bottom: 30px;
  font-size: 24px;
}

.now-event__bl {
  margin-bottom: 100px;
  margin-top: 80px;
}

.now-event__title {
  width: fit-content;
  padding: 15px 70px;
  border-radius: 10px 10px 0 0;
  background-color: var(--orange);
  color: #fff;
}
.now-event__title .flug {
  display: inline-block;
  width: 30.5px;
  height: 30.5px;
  margin-right: 10px;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/webp/event/icon-flug.webp);
  transform: translateY(10px);
}

.now-event__cont {
  border: 7px solid var(--orange);
  background-color: #FFF0D4;
  padding: 35px;
}

.now-event__item {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 20px;
}
.now-event__item .title {
  border-bottom: 2px solid var(--orange);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.now-event__item .times {
  display: flex;
  flex-wrap: wrap;
}
.now-event__item .times .times-bl {
  width: 40%;
}
.now-event__item .times .times-bl .date-title {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background-color: #4D4D4D;
  display: inline-block;
  padding: 0 10px 1px;
  margin-right: 10px;
}
.now-event__item .times .btn-bl {
  width: 60%;
  display: flex;
  justify-content: space-between;
  column-gap: 2%;
}
.now-event__item .times .btn-bl .now-event__btn {
  width: 48%;
  margin-left: inherit;
  margin-right: inherit;
}

.event-page .event__list li,
.development-page .event__list li {
  margin-bottom: 40px;
}

.development-page .event__list li a .more .arrow {
  background-size: contain;
  background-image: url(../img/webp/common/news-next-arrow.webp);
  top: 5px;
}

.base__btn.now-event__btn::after {
  right: 15px;
  width: 18px;
  height: 18px;
}

.base__btn.now-event__btn {
  height: 50px;
}

.now-event__item .times .times-bl .date {
  font-family: var(--en);
}

.event__detail-main {
  font-weight: 900;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 30px;
}

.event__main-img {
  width: 100%;
  margin-bottom: 30px;
}

.event__detail-cont {
  background-color: #FFF3DC;
  padding: 30px;
  margin-bottom: 30px;
}

.event__detail-date {
  margin-bottom: 10px;
  display: flex;
}
.event__detail-date .title {
  background-color: #4D4D4D;
  padding: 0 10px 2px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 92px;
}
.event__detail-date .cont {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  width: calc(100% - 92px);
  padding-left: 10px;
}
.event__detail-date .address {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 92px);
  padding-left: 10px;
}

.event__detail-main-txt {
  margin-bottom: 60px;
}
.event__detail-main-txt p {
  margin-bottom: 30px;
}

.event__detail-pdf-bl {
  margin-bottom: 100px;
}
.event__detail-pdf-bl .pdf-bl {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: block;
}

.event-content__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.event-content__item .img {
  width: 50%;
}
.event-content__item .cont {
  width: 50%;
  padding-left: 40px;
}

.event-content__title {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid var(--orange);
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.event-content__bl {
  margin-bottom: 60px;
}

.event-overview__table-bl {
  margin-bottom: 60px;
}

.base__table {
  display: flex;
  flex-wrap: wrap;
}
.base__table:first-of-type dt {
  border-top: 1px solid #ccc;
}
.base__table:first-of-type dd {
  border-top: 1px solid #ccc;
}
.base__table dt {
  background-color: #F3F3F3;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 30%;
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
}
.base__table dd {
  border: 1px solid #ccc;
  padding: 20px;
  width: 70%;
  border-top: none;
}

.event-free__bl {
  margin-bottom: 50px;
}

.event-free__title {
  border-bottom: 1px solid var(--orange);
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.event__detail-cont {
  padding: 20px;
}

.dev-cate {
  position: absolute;
  top: -37px;
  background: #4d4d4d;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
}

.event__list li a .event__list-title {
  padding-top: 10px;
}

.development-page .post__main-bl {
  width: 100%;
}

.dev__btn-bl {
  display: block;
  margin-top: 100px;
  border-radius: 20px;
  border: 7px solid var(--blue);
  background-color: #F7FCFE;
  padding: 40px 100px 50px;
}

.dev__btn-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 26px;
  color: var(--blue);
}

.dev__txt {
  text-align: center;
  margin-bottom: 35px;
}

.dev__btn-flex {
  display: flex;
  justify-content: space-between;
}
.dev__btn-flex .base__btn {
  width: 48%;
}

.base__btn.white-bg.return__btn {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  margin-top: 100px;
}
.base__btn.white-bg.return__btn::after {
  left: 30px;
  right: auto;
  background-image: url(../img/webp/dev/dev-return.webp);
}

.page__bl p.prog__main-txt {
  text-align: center;
  margin-bottom: 120px;
}

.prog__anchor-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
.prog__anchor-list li {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%;
}
.prog__anchor-list li:nth-of-type(3n) {
  margin-right: 0;
}
.prog__anchor-list li a {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--perple);
  position: relative;
}
.prog__anchor-list li a::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/programming/anchor-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  right: 2px;
  top: 9px;
  transition-duration: 0.3s;
  position: absolute;
}
.prog__anchor-list li a:hover {
  color: var(--perple);
  transition-duration: 0.3s;
}
.prog__anchor-list li a:hover::after {
  transform: translateY(3px);
  transition-duration: 0.3s;
}

.programming-page .page__base-title {
  color: var(--perple);
  border-bottom: 3px solid var(--perple);
}
.programming-page .page__base-title::after {
  background-color: var(--perple);
}

.prog__main-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.prog__main-flex .img {
  width: 50%;
}
.prog__main-flex .cont {
  width: 50%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prog__case-bl {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 0px 10px 0px;
}

.prog__middle-title {
  text-align: center;
  font-weight: bold;
  color: var(--perple);
  font-size: 21px;
  margin-bottom: 30px;
  border-left: none !important;
}

.prog__case-flex {
  display: flex;
  flex-wrap: wrap;
}
.prog__case-flex .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.prog__case-flex .item:nth-of-type(3n) {
  margin-right: 0;
}
.prog__case-flex .item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.prog__case-flex .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prog__power-bl {
  border: 7px solid #E896EE;
  border-radius: 25px;
  padding: 35px;
  background-color: #FBFBFB;
}

.prog__item {
  margin-bottom: 60px;
  position: relative;
}
.prog__item:last-of-type {
  margin-bottom: 0;
}
.prog__item:last-of-type::after {
  display: none;
}

.about-main__flex {
  display: flex;
  padding-bottom: 100px;
}
.about-main__flex .img {
  width: 45%;
}
.about-main__flex .cont {
  width: 55%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-main__flex .cont p {
  font-size: 16px;
}

.about-main__title {
  font-weight: bold;
  color: var(--green);
  font-size: 19px;
  margin-bottom: 25px;
}

.sec-about-event {
  padding: 100px 0;
  background-color: #F5F5F5;
}

.about-event__main-txt {
  text-align: center;
  margin-bottom: 60px;
}

.about-event__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-event__flex .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.about-event__flex .item:nth-of-type(2n) {
  margin-right: 0;
}
.about-event__flex .item .img {
  margin-bottom: 15px;
}

.about-event__title-middle {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  color: var(--green);
  margin-bottom: 15px;
}

.sec-about-overview {
  padding: 100px 0;
}

.about-overview-sns {
  margin: 50px auto 0;
  width: fit-content;
}
.about-overview-sns .link:last-of-type {
  margin-right: 0;
}

.sec-media {
  padding: 100px 0;
}

.media__bl h3 {
  border-bottom: 3px solid #222;
  position: relative;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 35px;
  border-left: none !important;
  padding-left: 0 !important;
}
.media__bl h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.media__bl p {
  margin-bottom: 30px;
}

.wp-block-image img {
  width: auto;
}

.sec-media a {
  color: rgb(62, 62, 255);
  text-decoration: underline;
}

.custom-post__bl-flex {
  display: flex;
  justify-content: space-between;
}

.custom-post__main {
  width: calc(100% - 330px);
}

.custom-post__sub {
  width: 280px;
}

.event__float-btn {
  position: fixed;
  z-index: 3;
  width: 325px;
  height: 65px;
  left: 20px;
  bottom: 20px;
  border-radius: 5px;
}

.event__float-btn-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: bold;
  position: relative;
  border-radius: 5px;
}
.event__float-btn-txt::after {
  position: absolute;
  background-image: url(../img/event/hand.png);
  content: "";
  display: block;
  width: 38px;
  height: 40px;
  right: 20px;
  top: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}

.post__sub-title .txt {
  font-size: 20px;
}

.post__sub-title.perple-txt {
  border-top: 3px solid var(--perple);
}

.programming__post-bl figure {
  margin: 0;
}
.programming__post-bl img {
  width: auto;
  max-width: 100%;
  display: block;
}
.programming__post-bl h2 {
  padding: 10px 20px;
  background-color: var(--perple);
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
}
.programming__post-bl h3 {
  padding-left: 15px;
  border-left: 5px solid var(--perple);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
  position: relative;
}
.programming__post-bl h4 {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--perple);
  margin-bottom: 30px;
}
.programming__post-bl h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.programming__post-bl p {
  margin-bottom: 30px;
  font-weight: 400;
}
.programming__post-bl p a {
  text-decoration: underline;
}
.programming__post-bl p a.wp-block-button__link {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .bg-bl {
    margin-top: 80px;
  }
  .bg-bl.page {
    margin-top: 110px;
  }
  .now-event__item .times .btn-bl {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
  .now-event__item .times .times-bl {
    width: 100%;
  }
  .dev__btn-bl {
    padding: 40px 40px 50px;
  }
  .bg-bl.page h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .bg-bl.page h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bg-bl.page h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .bg-bl.page h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .event-page .event__list li {
    width: 48.5%;
    margin-right: 3%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 12px 0px;
  }
  .event-page .event__list li:nth-of-type(3n) {
    margin-right: 3%;
  }
  .event-page .event__list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .prog__main-flex .img {
    width: 40%;
  }
  .prog__main-flex .cont {
    width: 60%;
    padding-left: 20px;
  }
  .programming__post-bl h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .programming__post-bl h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .programming__post-bl h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .programming__post-bl h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .bg-bl {
    margin-top: 65px;
    padding-bottom: 60px;
  }
  .page__title .en {
    font-size: 55px;
  }
  .page__title .ja {
    padding: 0px 8px;
    font-size: 14px;
  }
  .page-mv {
    height: 250px;
  }
  .breadclumb li {
    padding-right: 25px;
  }
  .breadclumb li a {
    font-size: 14px;
  }
  .breadclumb li.noto {
    font-size: 12px;
    padding-top: 6px;
  }
  .breadclumb li::after {
    width: 6px;
    height: 6px;
    top: 18px;
    right: 12px;
  }
  .page__bl {
    margin-top: 35px;
  }
  .school__title {
    font-size: 19px;
  }
  .now-event__item .times .btn-bl {
    max-width: 100%;
    width: 300px;
    flex-direction: column;
  }
  .now-event__item .times .btn-bl .now-event__btn {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    padding-right: 15px;
  }
  .now-event__cont {
    padding: 20px;
    border: 4px solid var(--orange);
  }
  .now-event__item {
    padding: 18px;
  }
  .now-event__item .times .times-bl .date-title {
    font-size: 12px;
    margin-right: 5px;
  }
  .now-event__item .times .times-bl .date {
    font-size: 15px;
  }
  .now-event__title {
    padding: 15px 19px;
    font-size: 16px;
  }
  .now-event__title .flug {
    width: 22.5px;
    height: 22.5px;
  }
  .now-event__bl {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .event__detail-main {
    font-size: 19px;
  }
  .event__detail-date .cont {
    font-size: 17px;
    line-height: 1.8;
  }
  .event__detail-date .address {
    font-size: 14px;
    width: calc(100% - 78px);
  }
  .event-content__item {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .event-content__item .img {
    width: 100%;
  }
  .event-content__item .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .event-content__title {
    font-size: 17px;
  }
  .base__table dt {
    padding: 10px;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: none;
    width: 100%;
  }
  .base__table dd {
    padding: 10px;
    width: 100%;
  }
  .base__table:first-of-type dd {
    border-top: none;
  }
  .event-free__title {
    font-size: 17px;
  }
  .event__detail-date .title {
    font-size: 14px;
    height: 32px;
    width: 78px;
  }
  .event__detail-pdf-bl {
    margin-bottom: 70px;
  }
  .dev__btn-bl {
    margin-top: 50px;
    border: 4px solid var(--blue);
    padding: 20px 20px 20px;
  }
  .dev__btn-title {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .dev__txt {
    text-align: left;
    margin-bottom: 20px;
  }
  .dev__btn-flex .base__btn {
    max-width: 100%;
    width: 400px;
    margin-bottom: 10px;
  }
  .dev__btn-flex {
    flex-direction: column;
  }
  .base__btn.white-bg.return__btn {
    margin-top: 35px;
  }
  .page__bl p.prog__main-txt {
    margin-bottom: 0;
  }
  .prog__anchor-list {
    margin-bottom: 40px;
  }
  .prog__anchor-list li {
    width: 48.5%;
    margin-right: 3%;
  }
  .prog__anchor-list li:nth-of-type(3n) {
    margin-right: 3%;
  }
  .prog__anchor-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page__base-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .prog__main-flex .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .prog__main-flex .cont {
    width: 100%;
    padding-left: 0;
  }
  .prog__main-flex {
    margin-bottom: 10px;
  }
  .prog__case-bl {
    padding: 30px 20px 0;
    margin-bottom: 30px;
  }
  .prog__middle-title {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  .prog__case-flex .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .prog__case-flex .item:nth-of-type(3n) {
    margin-right: 3%;
  }
  .prog__case-flex .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .prog__case-bl .item p {
    font-size: 14px;
  }
  .prog__power-bl {
    border: 4px solid #E896EE;
    border-radius: 15px;
    padding: 20px 20px 0;
  }
  .prog__item {
    margin-bottom: 40px;
  }
  .prog__item {
    padding: 0;
  }
  .prog__case-bl {
    padding: 25px 12px 0;
  }
  .prog__power-bl {
    padding: 20px 15px 0;
  }
  .about-main__flex {
    padding-bottom: 60px;
    flex-direction: column;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sec-about-event {
    padding: 60px 0;
  }
  .about-event__main-txt {
    margin-bottom: 40px;
  }
  .sec-about-overview {
    padding: 60px 0 0;
  }
  .sec-media {
    padding: 80px 0 0;
  }
  .about-main__title {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .about-main__flex .cont {
    width: 100%;
    padding-left: 0;
  }
  .about-main__flex .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .bg-bl.page .page__base-title {
    font-size: 24px;
  }
  .bg-bl.page h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .bg-bl.page h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .bg-bl.page h3::before {
    top: 6px;
  }
  .bg-bl.page h4 {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .custom-post__bl-flex {
    flex-direction: column;
    margin-top: 20px;
  }
  .event-page .event__list li {
    width: 100%;
    margin-right: 0;
  }
  .event-page .event__list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .custom-post__main {
    width: 100%;
  }
  .custom-post__sub {
    width: 450px;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 30px;
  }
  .event__float-btn {
    width: 100%;
    height: 55px;
    left: 0;
    bottom: -60px;
    border-radius: 0;
    transition-duration: 0.8s;
  }
  .event__float-btn.fixed {
    bottom: 60px;
    transition-duration: 0.8s;
  }
  .event__float-btn-txt {
    border-radius: 0;
  }
  .event__float-btn-txt::after {
    right: 20px;
    top: 13px;
  }
  .page__bl .prog__item p {
    margin-bottom: 10px;
  }
  .programming__post-bl h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .programming__post-bl h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .programming__post-bl h3::before {
    top: 6px;
  }
  .programming__post-bl h4 {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .prog__anchor-list li {
    width: 100%;
    margin-right: 0%;
  }
  .prog__anchor-list li:nth-of-type(3n) {
    margin-right: 0%;
  }
  .prog__anchor-list li {
    margin-bottom: 13px;
  }
  .prog__anchor-list li a::after {
    top: 5px;
  }
  .about-event__main-txt {
    text-align: left;
  }
  .about-event__flex .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-event__flex .item .img {
    margin-bottom: 10px;
  }
  .about-event__title-middle {
    font-size: 19px;
    margin-bottom: 8px;
  }
}
.bg-bl {
  position: relative;
}
.bg-bl::before {
  content: "";
  height: auto;
  aspect-ratio: 2/5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  max-width: 250px;
  z-index: -1;
  background-image: url(../img/common/bg-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0 left 0;
  opacity: 0.4;
}
.bg-bl::after {
  content: "";
  height: auto;
  aspect-ratio: 3/5;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27vw;
  max-width: 300px;
  z-index: -1;
  background-image: url(../img/common/bg-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 0 right 0;
  opacity: 0.4;
}

.post__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.post__main-bl {
  width: calc(100% - 330px);
}

.post__sub-bl {
  width: 280px;
}

.post__sub-item {
  margin-bottom: 55px;
}
.post__sub-item .base__title.middle-txt {
  font-size: 27px;
  margin-bottom: 7px;
}
.post__sub-item:last-of-type {
  margin-bottom: 0;
}

.post__sub-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.post__sub-list li::before {
  content: "";
  background-color: #cecece;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1px;
}
.post__sub-list li a {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.post__title {
  font-weight: 900;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 20px;
}

.post__main-bl img {
  width: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 30px;
}
.post__main-bl h2 {
  padding: 10px 20px;
  background-color: var(--blue);
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
}
.post__main-bl h3 {
  padding-left: 15px;
  border-left: 5px solid var(--blue);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
  position: relative;
}
.post__main-bl h4 {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 30px;
}
.post__main-bl h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.post__main-bl p {
  margin-bottom: 30px;
  font-weight: 400;
}
.post__main-bl p a {
  text-decoration: underline;
}

.post__sub-title {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.post__sub-title .en {
  font-size: 39px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  font-family: var(--en);
  line-height: 1.2;
  margin-bottom: 10px;
}
.post__sub-title .ja {
  font-size: 14px;
}
.post__sub-title.orange-txt {
  border-top: 3px solid var(--orange);
}
.post__sub-title.green-txt {
  border-top: 3px solid var(--green);
}
.post__sub-title.blue-txt {
  border-top: 3px solid var(--blue);
}

.post__cont {
  margin-bottom: 80px;
}

/* ナビゲーション */
.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Jost", sans-serif;
  margin-bottom: 40px;
}

.page-numbers {
  color: var(--blue);
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.page-numbers.current {
  background-color: var(--blue);
  color: #fff;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.page-numbers.dots {
  color: #ccc;
  position: relative;
  transform: translateY(-6px);
}

.page-numbers.next,
.page-numbers.prev {
  width: 35px;
  height: 35px;
}

.post__main-bl .page-numbers img {
  margin-bottom: 0;
}

.retuen__btn {
  margin-top: 80px;
  margin-bottom: 60px;
}

.post__cont .news__list .date {
  color: #3c3c3c;
  margin-right: 13px;
}

.post__cont .news__list .cate {
  display: inline-flex;
  width: fit-content;
  padding: 0 10px 1px;
  background-color: var(--bg-cate);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 13px;
  margin-right: 10px;
}

.event-page .page-numbers {
  color: var(--orange);
}

.event-page .page-numbers.current {
  background-color: var(--orange);
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .news__list li a {
    flex-wrap: wrap;
  }
  .news__list li a .title {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .post__main-bl h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .post__main-bl h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .post__main-bl h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .post__main-bl h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .post__cont {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .post__flex {
    flex-direction: column;
    margin-top: 35px;
  }
  .post__main-bl {
    width: 100%;
  }
  .post__sub-bl {
    margin-top: 50px;
    width: 100%;
  }
  .post__title {
    font-size: 19px;
  }
  .page .news__list {
    margin-bottom: 40px;
  }
  .post__main-bl h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .post__main-bl h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .post__main-bl h3::before {
    top: 6px;
  }
  .post__main-bl h4 {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .page-numbers.current,
  .page-numbers.next,
  .page-numbers.prev {
    width: 35px;
    height: 35px;
  }
  .page-numbers img {
    width: auto;
  }
  .page-numbers {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 15px;
  }
  .page-numbers.prev, .page-numbers.current, .page-numbers.next {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
  .nav-links {
    margin-top: 60px;
  }
  .retuen__btn {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.contact__txt-bl {
  color: var(--p-blue);
  font-size: 15px;
}

.contact-page__title {
  font-weight: bold;
  color: var(--navy);
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: 80px;
}
.contact-page__title::after {
  width: 50px;
  height: 1px;
  background-color: var(--navy);
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  content: "";
  display: block;
}

.contact-page__tel-link {
  font-size: 50px;
  font-weight: 500;
  font-family: var(--en);
  color: var(--black);
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.contact-page__tel-link .tel-icon-black {
  display: inline-block;
  margin-right: 10px;
  width: 35.5px;
  height: 35.5px;
  background-image: url(../img/common/phone-icon-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.error {
  color: var(--hissu);
  font-size: 90%;
}

.mw_wp_form_input .confirm-page {
  display: none;
}

.mw_wp_form_confirm .input-page {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contact__main-txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 60px;
}

.txt-small-caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  font-weight: 500;
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.contact__txt-bl {
  border-bottom: 1px solid #a7aabd;
}

.hissu-txt {
  font-size: 15px;
}

.red-txt {
  color: #fff;
  display: inline-block;
  padding: 0px 10px 0px;
  border-radius: 3px;
  background-color: var(--hissu);
  margin-left: 15px;
  font-size: 0.8em;
}

.contact__bl {
  display: flex;
  padding: 15px 0;
}

.contact__bl dt {
  font-weight: bold;
  font-size: 15px;
  width: 300px;
}

.input-style, .detail {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  resize: none;
}

.zip {
  width: 50%;
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
}

.contact__bl dd {
  position: relative;
  width: calc(100% - 300px);
}

.contact__bl input[type=radio].radio {
  display: none;
}

.contact__bl label {
  display: inline-block;
}

.contact__bl .radio + span {
  padding-left: 22px;
  display: inline-block;
  position: relative;
}

.contact__bl .radio + span::after,
.contact__bl .radio + span::before {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

.contact__bl .radio + span::before {
  border: 1px solid #CECECE;
  left: 0;
  top: 8px;
  height: 17px;
  width: 17px;
}

.contact__bl .radio + span::after {
  background: #5A76FF;
  height: 9px;
  left: 4px;
  opacity: 0;
  top: 12px;
  width: 9px;
}

.contact__bl .radio:checked + span::after {
  opacity: 1;
}

.ajaxzip3 {
  font-size: 15px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #222222;
  color: #fff;
  padding: 3px 18px;
  background-color: #222;
}

.mwform-radio-field-text {
  display: inline-block;
  margin-right: 38px;
  color: #222222;
}

.mb0 {
  margin-bottom: 0;
}

/*リセット */
input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックスデザイン */
input[type=checkbox] {
  cursor: pointer;
  padding-left: 33px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid var(--p-blue);
  width: 22px; /*チェックボックスの横幅*/
  height: 22px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

input[type=checkbox]::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  opacity: 0;
  height: 8px;
  width: 14px;
  transform: rotate(-45deg);
  top: -6px;
  left: 9px;
}

input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

input[type=checkbox]:checked::before {
  background-color: var(--p-blue);
  border: 1px solid var(--p-blue);
}

.privacy-txt {
  text-align: center;
  margin-top: 10px;
  position: relative;
  color: var(--p-blue);
}
.privacy-txt .error {
  position: absolute;
  top: 1.7em;
  text-align: center;
  width: 100%;
}

.mw_wp_form .zip + .error {
  display: none;
}

.contact-btn {
  margin-top: 10px;
  font-weight: 500;
  color: var(--p-blue);
  width: 100%;
  background: var(--p-blue);
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 10px;
}

.to-top-btn {
  margin-top: 10px;
  font-weight: 500;
  color: var(--p-blue);
  width: 100%;
  background: var(--p-blue);
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}

.privacy-link {
  color: var(--link-blue);
  display: inline-block;
  margin-right: 8px;
}

.fa-external-link {
  margin-left: 5px;
}

.center-txt {
  text-align: center;
  font-size: 15px;
}

.mw_wp_form_complete .contact__txt-bl {
  border-bottom: none;
}

.contact__bl dd {
  word-wrap: break-word;
}

.mw_wp_form_confirm .privacy-txt {
  display: none;
}

.mw_wp_form_confirm .privacy-txt + p {
  display: flex;
  justify-content: space-between;
}
.mw_wp_form_confirm .privacy-txt + p .back {
  width: 48%;
  margin-top: 10px;
  font-weight: 500;
  color: var(--p-blue);
  background: #fff;
  padding: 10px 10px 10px 17px;
  border: 1px solid var(--p-blue);
  border-radius: 50px;
  color: var(--p-blue);
  margin-top: 30px;
  letter-spacing: 10px;
  display: block;
  text-align: center;
}
.mw_wp_form_confirm .privacy-txt + p .contact-btn {
  width: 48%;
  padding: 10px 10px 10px 17px;
}

.mw_wp_form_confirm .contact__bl dd {
  color: var(--p-blue);
}

.mw_wp_form .privacy-txt .error {
  transform: translate(-101px, 6px);
}

.mw_wp_form_complete .sent-none {
  display: none;
}

@media screen and (max-width: 834px) {
  .contact__bl {
    flex-direction: column;
    padding: 10px 0;
  }
  .contact__bl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact__bl dd {
    width: 100%;
  }
  .mwform-radio-field {
    display: block;
  }
  .contact-page__title {
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .contact-page__title::after {
    width: 36px;
    bottom: -13px;
  }
  .contact-page__tel-link {
    font-size: 33px;
  }
  .contact-page__tel-link .tel-icon-black {
    width: 23.5px;
    height: 23.5px;
  }
  .contact__main-txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 380px) {
  .mwform-radio-field-text {
    margin-right: 25px;
  }
}
/*リセット */
input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックスデザイン */
input[type=checkbox] {
  cursor: pointer;
  padding-left: 33px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #a7aaad;
  width: 22px; /*チェックボックスの横幅*/
  height: 22px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

input[type=checkbox]::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  opacity: 0;
  height: 8px;
  width: 14px;
  transform: rotate(-45deg);
  top: -6px;
  left: 9px;
}

input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

input[type=checkbox]:checked::before {
  background-color: #a7aaad;
  border: 1px solid #a7aaad;
}

/* リキャプチャ */
.grecaptcha-badge {
  bottom: 430px !important;
}

@media screen and (max-width: 834px) {
  .grecaptcha-badge {
    bottom: 75px !important;
  }
}
/*# sourceMappingURL=map/style.css.map */
