@charset "UTF-8";
/* 松下理数教室 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #2f2723;
  overflow: hidden;
  font-size: 16px;
  font-size: clamp(16px, 0.85vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #2f2723;
}
.font-type1, .headline-font-type {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 500;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 45px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.8rem;
  font-weight: 500;
  width: fit-content !important;
  display: block;
  height: 45px;
  line-height: 45px;
}
.signage {
  height: 280px;
  background: none !important;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
  font-weight: 700;
}
.signage-title {
  font-size: 2.5rem !important;
  letter-spacing: .1rem;
  color: #2f2723 !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .15rem;
  margin-top: 1.3rem;
  line-height: 1;
  color: #ffdf00 !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 1.6rem !important;
  }
  .signage-title-sub {
    margin-top: 0.8rem;
    font-size: 0.8em !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  height: 80px;
  background: #fff !important;
}
.logo-image {
  top: 15px;
  left: 15px;
  width: 250px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 18px;
  padding-right: 10px;
  /* border-bottom-left-radius: 3px; */
  /* background: #fff; */
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #2f2723;
}
.global-nav > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  line-height: 75px;
  padding: 0 17px;
  position: relative;
  text-align: center;
  transition: all 0.8s;
  z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #fff200;
  width: 0;
  height: 10px;
  top: 40px;
  left: 17px;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 35px);
}
.global-nav > ul > li.global-menu-sub > a::after {
  content: "\e90e";
  position: relative;
  text-align: center;
  display: block;
  bottom: 15px;
  line-height: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "design_plus";
  letter-spacing: .08rem;
  color: #2f2723;
}
.global-nav .sub-menu {
  top: 115%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 15px;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav .sub-menu a:hover {
  color: #ffdf00 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 10px;
    left: -5px;
    width: 180px;
  }
  .header-bar {
    height: 55px;
    background: #fff !important;
    border-color: #fff;
    box-shadow: none;
  }
  .global-nav {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    height: 55px;
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #2f2723;
  }
  .global-nav-button:hover:before {
    color: #fff200;
  }
  .global-nav > ul > li > a {
    font-size: 14px;
    text-align: left;
    padding: 0 25px;
    line-height: 52px;
  }
  .global-nav a {
    background: #fff;
    color: #2f2723 !important;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    line-height: 55px;
    background: #fff !important;
    color: #2f2723 !important;
    padding: 0 25px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #fff200 !important;
  }
  .global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before, .global-nav > ul > li.global-menu-sub > a::after {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #2f2723;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 80px;
}
.top-slider-wrapper {
  width: calc(100% - 50px);
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2f2723;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.25;
}
.top-slider-content {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-nav, .top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-copy-box {
  width: 90%;
  margin: 5% auto 0;
}
.front-copy-img {
  width: 80%;
  max-width: 720px;
  display: block;
}
h2.front-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Montserrat", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .15rem;
}
h2.front-main-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 1.5rem;
  background: #ffdf00;
}
h2.front-main-title span {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-left: 2vw;
  display: inline-block;
}
.front_original01 {
  padding: 7em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 998px;
  margin: 0 auto;
  align-items: flex-start;
}
.front-original01__title {
  width: 25%;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.front-original01__text {
  width: 75%;
  padding-left: 9vw;
  padding-top: 100px;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: .2rem;
  line-height: 1.5;
}
.front-original01__title p {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .15rem;
  line-height: 1.5;
  margin-right: 2vw;
  margin-top: 30px;
}
.front-original01__text h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.front-original01__text p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1rem;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front-original01__text p span {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.8;
  background: #fff200;
  padding: 4px 0;
  box-sizing: border-box;
  display: inline;
}
.front_original02 {
  position: relative;
  z-index: 0;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background: #fff7c8;
  border-radius: 0 10px 10px 0;
  width: 65%;
  height: 55%;
  top: 20%;
  left: 0;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: end;
}
.front-original02__text {
  width: 45%;
  padding-right: 3vw;
  padding-bottom: 12vh;
  box-sizing: border-box;
}
.front-original02__img {
  width: 55%;
  box-sizing: border-box;
}
.front-original02__img img {
  border-radius: 10px;
}
.front-original02__text h2 {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: .25rem;
  line-height: 1.8;
  margin: 0 auto 3rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.front-original02__text h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 0 8px;
  background: #fff200;
  display: inline-block;
}
.front-original02__text p {
  margin-bottom: 1rem;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  margin-bottom: 5em;
  padding: 6em 0;
  background: #fff7c8;
  position: relative;
}
.content02-inner {
  width: 86%;
  max-width: 1150px;
  padding: 0;
}
.content02 h2 {
  margin-bottom: 4rem;
}
.content02-item {
  width: calc(33.3333% - 33.5px);
  margin-left: 50px;
  padding-bottom: 0;
  color: #2f2723;
  position: relative;
  z-index: 0;
}
.content02-item:nth-of-type(2) {
  margin-top: 3rem;
}
.content02-item:nth-of-type(3) {
  margin-top: 6rem;
}
.content02-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
  border-radius: 5px;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #b1b1b199;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 0.5;
}
h3.content02-title, .content02-text {
  color: #2f2723;
}
h3.content02-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .05rem;
  text-align: left;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.content02-text {
  line-height: 2;
}
a.content02-but {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 340px;
  height: 50px;
  line-height: 48px;
  padding-left: 15px;
  position: relative;
  margin: 1.5rem 0 0;
  box-sizing: border-box;
  z-index: 0;
}
a.content02-but::before {
  width: 55px;
  height: 55px;
  border-radius: 25px;
  background: #fff200;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 0;
  font-size: 0.6rem;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1rem;
  transition: 1.5s;
}
a.content02-but:hover {
  color: #222;
  background: none;
}
a.content02-but:hover::before {
  left: 86%;
  background: #2f2723;
  opacity: 1;
}
a.content02-but:hover::after {
  color: #fff200;
}
.front_original03 {
  padding: 7em 0;
}
.front-original03-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front_original03 h2 {
  margin-bottom: 5rem;
}
.third-box {
  align-items: center;
  margin-bottom: 2.5rem;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 0;
  letter-spacing: .15rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  height: 8px;
  background: #fff200;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
  border-radius: 10px;
}
h3.third_title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .08rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.front_topics {
  padding: 7em 0 8em;
  background: #fff7c8;
}
.front-topics-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front_topics_title {
  margin-bottom: 3rem;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0;
}
.footer_contact_sec {
  padding: 4em 0 5em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 40%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 60%;
  padding-left: 15vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
}
dl.address_body {
  width: 100%;
  max-width: 400px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  margin-bottom: 0.5rem;
}
dl.address_body:last-of-type {
  margin-bottom: 1rem;
}
dt.address_title {
  width: 15%;
}
dd.address_text {
  width: 85%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .05rem;
  margin-bottom: 0.5rem;
}
span.footer_tel_sub {
  font-size: 0.9rem;
  margin-right: 5px;
}
p.caution.footer-caution {
  font-size: 0.7rem;
}
ul.sns__links {
  width: 100%;
  max-width: 180px;
  margin-top: 2rem;
}
li.sns__links-item {
  width: calc(50% - 8px);
  margin-right: 15px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #2f2723;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  background: #fff200;
}
a.footer_line_but::before {
  content: "\e909";
  color: #fff;
  background: #00b900;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #fff200;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 5vw;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 13px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 7px;
  background: #fff200;
  top: 10px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
  color: #2f2723;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: #fff200;
  color: #2f2723;
  width: 60px;
  height: 60px;
  border-radius: 25px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: #fff200;
  background: #2f2723;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(50vh - 50px);
  }
  .front-original01__text {
    padding-top: 20px;
  }
  .front-original02__text {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 1.5rem;
    padding-right: 0;
    padding-bottom: 0;
  }
  .front-original02__img {
    width: 100%;
  }
  .third-box:nth-of-type(even) .third-inner {
    margin-left: 0;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-img {
    margin-top: 1.5rem;
  }
  .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .top-slider-wrapper {
    width: calc(100% - 20px);
  }
  .front_original01 {
    padding: 5em 0;
  }
  .front-original01__title {
    width: 100%;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .front-original01__text {
    width: 100%;
    padding-left: 0;
    padding-top: 2.5rem;
  }
  .front-original01__title h2 {
    letter-spacing: .1rem;
  }
  .front-original01__title p {
    margin-right: 0;
    margin-top: 15px;
    letter-spacing: .05rem;
  }
  .front-original01__text h3 {
    margin-bottom: 1.5rem;
  }
  .front-original01__text h3 br {
    display: contents;
  }
  .content02 {
    margin-bottom: 4em;
    padding: 4em 0;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem !important;
  }
  .content02-item:nth-of-type(2), .content02-item:nth-of-type(3) {
    margin-top: 0;
  }
  .content02-item:last-of-type {
    margin-bottom: 0em !important;
  }
  .front-original02__text h2 {
    font-size: 2.2rem;
  }
  .front_original03 {
    padding: 5em 0;
  }
  .front_original03 h2 {
    margin-bottom: 3rem;
  }
  .front_topics {
    padding: 4em 0 5em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    margin-top: 2rem;
    padding-left: 0;
  }
  .footer-content-list {
    width: 100%;
    max-width: 450px;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: #fff200 !important;
    border-top: 1px solid #2f2723 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #2f2723 !important;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  h2.front-main-title {
    font-size: 2rem;
    letter-spacing: .1rem;
  }
  h2.front-main-title span {
    font-size: 0.95rem;
  }
  .front_original01 {
    padding: 3em 0;
  }
  .front-original01__title h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .front-original01__text h3 {
    font-size: 1.4rem;
  }
  .front-original01__text p {
    font-size: 0.95rem;
  }
  .front-original01__text p span {
    font-size: 1.1rem;
  }
  .content02 {
    padding: 3em 0;
    margin-bottom: 3em;
  }
  .content02 h2 {
    margin-bottom: 2.5rem;
  }
  .front-original02__text h2 {
    font-size: 1.8rem;
  }
  .front-original02__text h3 {
    margin-bottom: 1rem;
  }
  .front-original02__text p {
    margin-bottom: 0.5rem;
  }
  .front_original03 {
    padding-bottom: 3em;
  }
  .front_topics {
    padding: 3em 0;
  }
  h2.front_topics_title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .footer_contact_sec {
    padding: 3em 0 1em;
  }
  .social-nav {
    display: none;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
    border-radius: 22px;
  }
}
@media only screen and (max-width: 500px) {
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #ffdf00;
  width: 30px;
  height: 3px;
  margin: 0.8rem auto 0;
}
.post-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding: 0 0 0 25px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #fff200;
  width: 15px;
  height: 3px;
  border-radius: 5px 0 0 5px;
  top: 48%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding: 8px 12px;
  box-sizing: border-box;
  color: #fff200;
  background: #2f2723;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 500;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 8px 20px;
  background: none;
  border: 0;
  border-bottom: 2px solid #f9efb0;
  box-sizing: border-box;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 16px 4px 14px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .post-content h2::after {
    width: 20px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.blog .main {
  padding-top: 100px;
  background: #fff7c8;
}
.archive-header {
  margin: 0 0 40px;
}
.archive-title {
  color: #2f2723;
  font-weight: 700;
}
h1.post-title {
  font-weight: 700;
  line-height: 1.8;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
}
.article03-thumbnail {
  border-radius: 10px 10px 0 0;
}
.article03-content {
  padding: 16px 20px;
}
.article03-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2f2723;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.post-title {
  color: #2f2723;
}
.nav-links01 {
  border-top: 1px solid #2f2723;
  border-bottom: 1px solid #2f2723;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #2f2723;
}
.article01-thumbnail {
  border-radius: 10px;
}
.article01-title a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #2f2723;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: #fff7c8;
  border-radius: 5px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #fff200;
}
.post-meta-box-item a {
  font-weight: 700;
}
.primary {
  width: 100%;
}
.headline-bar {
  color: #2f2723;
  font-weight: 400;
  background: #fff7c8;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0px 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #2f2723;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #2f2723;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.5;
  margin-bottom: 12px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #fff200;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 300px;
  padding: 12px 20px;
  margin-top: 1rem;
  font-weight: 700;
  color: #fff;
  background: #2f2723;
  border-radius: 100px;
  letter-spacing: .05rem;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.5s;
}
a.content_but:hover {
  color: #2f2723;
  background: #fff7c8;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 2.4;
  transition: all 0.8s;
}
/* コンテンツ 共通 END */
/* コース・料金案内 */
.course_two {
  width: calc(50% - 5px);
  margin-right: 10px;
  border-radius: 10px;
  padding: 30px;
  background: #fff7c8;
  box-sizing: border-box;
}
.course_two:nth-of-type(2) {
  margin: 0;
}
.course_two h2 {
  font-size: 2rem;
}
.course_two h2::after {
  content: none;
}
.course_two h2 span {
  width: max-content;
  margin: 0.2rem auto 0;
  padding: 2px 12px;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 50px;
  display: block;
  box-sizing: border-box;
  background: #fff200;
}
.course_two p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.course_two p:last-child {
  margin-bottom: 0;
}
.price_box {
  padding: 22px 25px 30px;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}
.price_box h3 {
  font-size: 1.15rem;
  margin-bottom: 0.8rem;
  margin-top: 2rem;
}
.price_box h3:first-child {
  margin-top: 0;
}
table.price_tbl th {
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  width: 100% !important;
  padding: 10px 13px;
  line-height: 1.5;
  display: block;
  margin-bottom: -1px;
  border: 1px solid #f9efb0;
  box-sizing: border-box;
}
table.price_tbl th {
  padding: 5px 13px;
  border-bottom: 0;
  background: #f1f1f1;
}
table.price_tbl td {
  text-align: end;
  border-top: 0;
}
span.tax {
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 970px) {
  .course_two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .course_two {
    padding: 20px;
  }
  .course_two h2 {
    font-size: 1.6rem;
  }
  .price_box {
    padding: 15px 15px 18px;
  }
}
/* コース・料金案内 END */
/* 入会までの流れ */
.flow_sec .content_inner {
  max-width: 950px;
}
.flow_sec h2 {
  line-height: 1.5;
  margin-bottom: 0.8rem;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff200;
}
.flow_sec h2::after {
  content: none;
}
.flow {
  padding-left: 110px;
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
  box-sizing: border-box;
}
.flow:first-of-type {
  margin-top: 5rem;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  text-align: center;
  color: #2f2723;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background: #fff200;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 39px;
  width: 2px;
  height: 100%;
  background: #fff200;
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h3 {
  padding-left: 0;
  margin-bottom: 2rem;
}
.flow h3::before {
  content: none;
}
.flow p {
  margin-bottom: 1em;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 80px;
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .flow:first-of-type {
    margin-top: 2rem;
  }
  .flow::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
  }
  .flow::after {
    left: 29px;
  }
  .flow h3 {
    margin-bottom: 1rem;
  }
}
/* 入会までの流れ END */
/* 教室で大事にすること */
.important_sec {
  background: #fff7c8;
}
.important_box {
  margin-bottom: 2rem;
  padding: 35px 35px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.important_box:last-of-type {
  margin-bottom: 0;
}
.important_box h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: left;
}
.important_box h2 span {
  background: linear-gradient(transparent 70%, #fff200 70%);
  display: inline;
}
.important_box h2::after {
  content: none;
}
.important_box p:last-of-type {
  margin-bottom: 0;
}
.important-inner {
  align-items: flex-start;
}
.important-img {
  width: 45%;
}
.important-img img {
  border-radius: 10px;
}
.important-text {
  width: 55%;
  padding-left: 3vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .important-img, .important-text {
    width: 100%;
  }
  .important-text {
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .important_box {
    margin-bottom: 1rem;
    padding: 20px 25px;
  }
  .important_box h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
  }
}
/* 教室で大事にすること END */
/* 松下理数教室 presents */
.presents_sec {
  background: #fff7c8;
}
.presents_two {
  width: calc(50% - 10px);
  margin-right: 20px;
  border-radius: 10px;
  padding: 35px 35px;
  background: #fff;
  box-sizing: border-box;
}
.presents_two:nth-of-type(2) {
  margin: 0;
}
.presents_two::before {
  counter-increment: number 1;
  content: "PRESENTS\A"counter(number) "";
  white-space: pre;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", ui-sans-serif;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
  display: block;
  color: #f4d500;
}
.presents_two h2 {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto 1.5rem;
}
.presents_two h2::after {
  content: none;
}
.presents_two img {
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.presents_two p {
  margin-bottom: 1rem;
}
.presents_two p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .presents_two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 25px 30px;
  }
}
/* 松下理数教室 presents END */
/* 教室案内 */
.info_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 27%;
}
span.info-caution {
  font-size: 0.8rem;
}
.map_sec {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 300px;
  }
}
/* 教室案内 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq {
  margin-bottom: 3rem;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-top: 3px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 1rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p {
  padding-left: 50px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #2f2723;
  background: #dae7ec;
  width: 33px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-top: 3px;
}
p.answer::before {
  content: 'A';
  color: #fff;
  background: #fff200;
  top: 0;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq h2, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 講師紹介 */
.teacher_sec .content_inner {
  max-width: 1000px;
}
.teacher_box {
  margin-bottom: 6rem;
  align-items: flex-start;
}
.teacher_box:last-of-type {
  margin-bottom: 0;
}
.teacher_box p {
  margin-bottom: 1rem;
}
.teacher_box p:last-child {
  margin-bottom: 0;
}
.teacher_img {
  width: 35%;
  padding-right: 1vw;
  box-sizing: border-box;
}
.teacher_img img {
  width: 70%;
  max-width: 250px;
  border-radius: 100%;
  margin: auto;
  display: block;
}
.teacher_img h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  margin-bottom: 0;
}
.teacher_img h2::after {
  content: none;
}
.teacher_text {
  width: 65%;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .teacher_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .teacher_text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .teacher_box {
    margin-bottom: 3rem;
  }
  .teacher_box p {
    margin-bottom: 0.8rem;
  }
  .teacher_img h2 {
    font-size: 1.2rem;
  }
}
/* 講師紹介 END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 850px;
  padding-top: 0;
}
.con__inner {
  margin-bottom: 4rem;
}
.con__inner p {
  margin-bottom: 1rem;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: .08rem;
  text-align: center;
}
span.con_tel_sub {
  font-size: 1.2rem;
  letter-spacing: .05rem;
  margin-right: 5px;
}
p.con-caution {
  width: fit-content;
  margin: 0 auto 0.3rem;
  font-size: 0.85rem;
}
p.con-time {
  width: fit-content;
  margin: 1rem auto 0;
  line-height: 1.8;
}
p.con-time span {
  display: block;
  text-align: center;
}
a.con_line_but {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: auto;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08rem;
  color: #fff;
  background: #00b900;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.con_line_but::after {
  content: '\e909';
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  transition: all 0.5s;
}
a.con_line_but:hover {
  color: #2f2723;
  background: #fff200;
}
p.con-line-text {
  width: fit-content;
  line-height: 1.8;
  margin: 0 auto;
}
.mail_info_box {
  margin-bottom: 2rem;
}
.mail_info_box p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 2rem;
  }
  address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  span.con_tel_sub {
    font-size: 0.8rem;
  }
  .mail_info_box p {
    text-align: left;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f0f0f0;
  border-color: #e3e3e3;
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05rem;
  height: 80px;
  color: #2f2723;
  background: #fff200;
  border-radius: 100px;
  transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff200;
  background: #2f2723;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */

/* 250615 フッター */
a.footer_threads_but::before {
    content: "\e618";
    font-family: "Font Awesome 6 Brands";
    color: #fff;
    background: #000;
}
a.footer_x_but::before {
    content: "\e61b";
    font-family: "Font Awesome 6 Brands";
    color: #fff;
    background: #000;
}
a.footer_insta_but::before {
    color: #fff;
}
ul.sns__links {
    max-width: 350px;
    gap: 15px;
}
li.sns__links-item {
    width: calc((100% - 15px * 4) / 5);
    margin: 0;
}

/* 250618 フロントバナー */
.open-bnr {
  width: min(86%, 640px);
  margin: 0 auto 100px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .open-bnr {
    margin-bottom: 50px;
  }
}
@media (any-hover: hover) {
  .open-bnr:hover {
    opacity: 0.8;
  }
}