@charset "UTF-8";

@media screen and (min-width: 540px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 782px) {}

@media screen and (min-width: 980px) {}


/* header
------------------------------------------------------------ */
.main-navigation > div li a {
  font-weight: bold !important;
  font-size: .9em;
  padding: 15px 5px;
}
.main-navigation > div li a:hover {
  opacity: .6;
}
.site-branding img {
  margin-top: 15px;
}
/* TOPページ
------------------------------------------------------------ */
/* TOP メインビジュアル スライダー セクション
------------------------------------------------------------ */
.top-section-mainslider {
  padding: 0;
}

.slider-home {
  height: 400px;
}

.slider-home .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slider-home .swiper-text {
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  z-index: 3;
}

.slider-home .swiper-text h2 {
  margin-bottom: 0;
  line-height: 2;
  letter-spacing: 1px;
  text-indent: 0px;
  margin-top: 0px;
  font-size: 17px;
}
.slider-home img {
  width: 20%;
}
@media screen and (max-width: 540px) {
.slider-home img {
  width: 40%;
}
.slider-home .swiper-text h2 {
  font-size: 19px !important;
}
}
@media screen and (min-width: 782px) {
  .slider-home {
    height: 480px;
  }
}

@media screen and (min-width: 980px) {
  .slider-home {
    height: 560px;
  }
}

/* トップページ 基本設定
------------------------------------------------------------ */
.home #aioseo-breadcrumbs {
  display: none;
}
.home .container,
.page .container {
  padding: 0;
}
.home .main-navigation-bar .container,
.page .main-navigation-bar .container {
  padding: 0 25px;
}
.breadcrumbs {
  width: 1190px;
  margin: 0 auto;
}
/* トップページ ボタン
------------------------------------------------------------ */
.top-btn {
  width: 50%;
  margin: 16px auto;
}
.top-btn a {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  transition: .3s;
  text-align: center;
  padding: 12px 8px;
  border-radius: 50px;
}
.top-btn a:hover {
  display: block;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  transition: .3s;
}

/* トップページ イントロ
------------------------------------------------------------ */
.top-intro {
  padding: 80px 0;
}
.top-intro h2 {
  font-size: 23px;
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
.top-intro h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
}
.top-intro h2 span,
.top-intro h3 span {
  color: #bd3f32;
}
.top-intro p {
  margin-bottom: 5px;
}
.top-intro-image {
  margin: 48px 0 24px auto;
  width: 90%;
}
.top-intro-image .aspect-bgimage {
  padding-top: 100%;
}
@media screen and (min-width: 640px) {
  .top-intro-image {
  margin: 48px 0 24px auto;
  width: 70%;
}
.top-intro-image .aspect-bgimage {
  padding-top: 40%;
}
}
.top-intro ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-left: 0px;
}

.top-intro ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.top-intro ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #333; /*アイコン色*/
  font-weight: bold;
}
/* トップページ 講師紹介
------------------------------------------------------------ */
.top-person {
  background-color: #fafafa;
  padding: 70px 0;
}
.top-person h2,
.top-person h3,
.top-person h4,
.top-person h5,
.top-person p {
  color: #333 !important;
}
.top-person .top-midashi {
  text-align: center;
}
.top-person .top-midashi p {
  margin-bottom: 40px;
}
.top-person h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2em;
  font-size: 30px;
}
.top-person h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
.flex-item-top-person {
  position: relative;
}
.top-person-box {
  margin: 24px 0;
  padding: 24px;
  border: solid 1px #e1e1e1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}
.top-person-en {
  position: absolute;
    top: 0px;
    left: 0px;
    opacity: .1;
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
    text-align: left;
}
@media screen and (min-width: 640px) {
.top-person-en {
  position: absolute;
    top: 0px;
    left: 0px;
    opacity: .1;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
    text-align: left;
}
}
.top-person h3 {
  font-size: 200%;
  margin: 0;
  padding-top: 32px;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: solid 1px #eee;
}
.top-person h3 span {
  display: block;
  font-size: 14px;
  width: max-content;
  letter-spacing: 2px;
  padding: 5px 24px;
  margin-top: 8px;
  border: solid 1px #333;
  color: #333;
}
.top-person h4 {
  margin-top: 8px;
}
.flex-item-top-person p {
  margin-bottom: 16px !important;
}
.instagram-btn {
    display: inline-block;
    padding: 1em 2em;
    border-radius: 10em;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}
.instagram-btn:hover {
  color: #fff;
  opacity: .8;
}

/* トップページ サービス紹介
------------------------------------------------------------ */
.top-service {
  background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 130px 0 70px;
}
.top-service h2,
.top-service h3,
.top-service h4,
.top-service h5,
.top-service p {
  color: #fff !important;
}
.top-service-midashi {
  position: relative;
}
.top-service-midashi h2 {
  font-size: 148%;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top-service-midashi span {
  position: absolute;
    top: -100px;
    left: 0px;
    opacity: .1;
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
    text-align: left;
    color: #fff;
}
.flex-top-service .flex-item {
  flex-basis: 100% !important;
}
.flex-top-service .flex-item:nth-child(1) {
  flex-grow: 0;
}
.flex-top-service {
  gap: 2rem !important;
}
.flex-top-service .aspect-bgimage {
  padding-top: 75%;
}
.top-service-content-title {
  text-align: center;
  margin-top: 32px;
}
.top-service-content-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 20px;
}
.top-service-content-title h3:before, .top-service-content-title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.top-service-content-title h3:before {
  left:0;
}
.top-service-content-title h3:after {
  right: 0;
}
.flex-item-top-service-content {
  border: solid 1px #fff;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 8px;
  text-align: center;
  margin: 8px 0;
}
.flex-item-top-service-content img {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .flex-item-top-service-content img {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
}
.flex-item-top-service-content p {
  color: #333 !important;
  font-weight: bold;
}
.flex-item-top-service-content p span {
  font-weight: bold;
  color: #bd3f32;
}
.top-service .top-btn {
  width: 50%;
  margin: 58px auto 16px;
}
.top-service .top-btn a {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  transition: .3s;
}
.top-service .top-btn a:hover {
  display: block;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  transition: .3s;
}

.top-service .service-price {
  text-align: center;
  margin-top: 48px;
}
.top-service .service-price h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 8px;
  font-size: 20px;
}

.top-service .service-price h2:before, .top-service .service-price h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.top-service .service-price h2:before {
  left:0;
}
.top-service .service-price h2:after {
  right: 0;
}
.top-service .service-price h3 {
  font-size: 320%;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
.top-service .service-price h3 span {
  font-size: 18px;
  font-family: Merriweather, serif;
}
.top-service .service-price p {
  line-height: 0;
}
@media screen and (min-width: 640px) {
  .top-service-midashi h2 {
  font-size: 200%;
  line-height: 1.5;
  margin-bottom: 60px;
}
.top-service-midashi span {
  position: absolute;
    top: -100px;
    left: -90px;
    opacity: .1;
    font-size: 200px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
    text-align: left;
    color: #fff;
}
.flex-top-service .flex-item {
  flex-basis: 40% !important;
}
.flex-top-service .flex-item:nth-child(1) {
  flex-grow: 1;
}
.flex-item-top-service-content {
  border: solid 1px #fff;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 8px;
  text-align: center;
}
}
@media screen and (max-width: 540px) {
.flex-item-top-service h3 {
  font-size: 108%;
  border-bottom: dotted 1px #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
}
/* トップページ サービス紹介
------------------------------------------------------------ */
.top-seminar {
  background-color: #fff;
  padding: 160px 0 70px;
}
.top-seminar h2,
.top-seminar h3,
.top-seminar h4,
.top-seminar h5,
.top-seminar p {
  color: #333 !important;
}
.top-seminar-midashi {
  position: relative;
}
.top-seminar-midashi h2 {
  font-size: 150%;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top-seminar-midashi span {
  position: absolute;
    top: -100px;
    left: 0px;
    opacity: .1;
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
    text-align: left;
    color: #999;
}
.flex-top-seminar .flex-item {
  flex-basis: 100% !important;
}
.flex-top-seminar .flex-item:nth-child(1) {
  flex-grow: 0;
}
.flex-top-seminar {
  gap: 2rem !important;
}
.flex-top-seminar .aspect-bgimage {
  padding-top: 75%;
}
.top-seminar-content-title {
  text-align: center;
  margin-top: 32px;
}
.top-seminar-content-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 20px;
}
.top-seminar-content-title h3:before, .top-seminar-content-title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}

.top-seminar-content-title h3:before {
  left:0;
}
.top-seminar-content-title h3:after {
  right: 0;
}
.flex-item-top-seminar-content {
  border: solid 1px #fff;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 8px;
  text-align: center;
}
.flex-item-top-seminar-content img {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.flex-item-top-seminar-content p {
  color: #333 !important;
  font-weight: bold;
}
.flex-item-top-seminar-content p span {
  font-weight: bold;
  color: #bd3f32;
}
.top-seminar .flex-item-top-seminar .top-btn {
  width: 50%;
  margin: 16px 0 16px;
}
.top-seminar .flex-item-top-seminar .top-btn a {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: transparent;
  color: #333;
  transition: .3s;
}
.top-seminar .flex-item-top-seminar .top-btn a:hover {
  display: block;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  transition: .3s;
}
.top-seminar .top-btn {
  width: 50%;
  margin: 58px auto 16px;
}
.top-seminar .top-btn a {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  transition: .3s;
}
.top-seminar .top-btn a:hover {
  display: block;
  margin: 0 auto;
  border: solid 1px #333;
  background-color: #fff;
  color: #333;
  transition: .3s;
}
@media screen and (min-width: 640px) {
.top-seminar-midashi h2 {
  font-size: 200%;
  line-height: 1.5;
  margin-bottom: 60px;
}
.top-seminar-midashi span {
  position: absolute;
    top: -100px;
    left: -90px;
    opacity: .1;
    font-size: 200px;
    line-height: 1;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0px;
    text-align: left;
    color: #999;
}
.flex-top-seminar .flex-item {
  flex-basis: 40% !important;
}
.flex-top-seminar .flex-item:nth-child(1) {
  flex-grow: 1;
}
}
@media screen and (max-width: 540px) {
.flex-item-top-seminar h3 {
  font-size: 108%;
  border-bottom: dotted 1px #666;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
}

/* トップページ LINE
------------------------------------------------------------ */
.section-line {
  background-color: #06c755;
  padding: 48px 0;
}
.section-line-inner {
  max-width: 540px;
  margin: 32px auto;
  text-align: center;
}
.section-line-inner h2,
.section-line-inner p {
  color: #fff;
}
.section-line-inner h2 {
  font-size: 170%;
  margin-bottom: 8px;
}
.section-line-inner a {
  display: block;
  border: solid 1px #06c755;
  background-color: #fff;
  padding: 16px 24px;
  color: #06c755;
  font-weight: bold;
  border-radius: 50px;
  transition: .3s;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px);
}
.section-line-inner a i {
  padding-right: 5px;
}
.section-line-inner a:hover {
  box-shadow: none;
  transform: translateY(0);
}
@media screen and (max-width: 540px) {
.section-line-inner h2 {
  font-size: 150%;
  margin-bottom: 8px;
}
}
.btn-notice {
  border: solid 1px #d70035;
  margin-top: 24px;
  padding: 8px 16px;
  text-align: center;
  background-color: #d70035;
  font-weight: bold;
}
/* 固定ページ
------------------------------------------------------------ */
.breadcrumbs {
  margin-bottom: 32px;
  padding-bottom: 8px;
  margin-top: 16px;
}

/* 固定ページ about
------------------------------------------------------------ */
/* intro */
.page-about-intro {
  padding: 0px 0;
  margin-bottom: 80px;
}
.hero-wrapper {
  display: flex;
  flex-wrap: nowrap;
  height: auto;
  min-height: 100vh;
  font-family: "Noto Sans", sans-serif;
  overflow: visible;
}

.hero-left {
  width: 20%;
  background-color: #fff;
}

.hero-right {
  width: 80%;
  position: relative;
  background-image: none;
  background-size: cover;
  background-position: center;
  background-position: 70% 20%;
  background-attachment: inherit;
  padding: 3rem 0;
  display: block;
}

.hero-right-content {
  padding-left: 5%;
  padding-right: 5%;
}

.hero-text {
  position: relative;
  background-color: transparent;
  padding: 2rem 0rem;
  border-radius: 0;
  max-width: 820px;
  margin-bottom: 2rem;
}
.post_content .hero-text h2 {
  font-size: 27px;
  background-color: rgba(255, 255, 255, 1);
  padding: 8px 24px 8px 0px;
  font-weight: bold;
  width: 100%;
  box-shadow: none;
  margin: 0;
  margin-bottom: 8px;
  line-height: 1.5;
  text-align: left;
}

.hero-text .location {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 1);
  padding: 8px 24px 8px 0px;
  font-weight: bold;
  width: 100%;
  box-shadow: none;
  margin: 0;
  line-height: 1.5;
}

/* 投稿本文ブロックの中にある hero-text2 スタイル対応 */
.hero-text2 {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  padding: 0rem;
  max-width: 820px;
  margin-bottom: 2rem;
  margin-left: -25%; /* ← 白い余白20%のうち、15%だけ被せる */
  z-index: 2;
  box-shadow: none;
  text-align: left;
}
@media screen and (min-width: 650px) {
  .recruitment-type_lp-about {
  padding: 60px 0;
}
  .hero-right {
  width: 80%;
  position: relative;
  background-image: url(https://prosence0903.com/wp-content/uploads/2025/09/about001.jpg); /* ←画像URL差し替え */
  background-size: cover;
  background-position: center;
  background-position: 50% 20%;
  background-attachment: fixed;
  padding: 3rem 0 7rem;
  display: block;
}
.hero-text h2 {
  font-size: 32px;
  background-color: rgba(255, 255, 255, 1);
  padding: 16px 24px 8px;
  font-weight: bold;
  width: max-content;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0;
  margin-bottom: 8px;
  line-height: 1.5;
   border-bottom: solid 1px #999;
}

.hero-text2 {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  padding: 2rem;
  max-width: 650px;
  margin-bottom: 2rem;
  margin-left: -20%; /* ← 白い余白20%のうち、15%だけ被せる */
  z-index: 2;
  //box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: left;
}
}
@media screen and (min-width: 1000px) {
.hero-text2 {
  margin-left: -20%; /* ← 白い余白20%のうち、15%だけ被せる */
}
}
.hero-text {
  background-color: transparent;
  padding: 0rem;
  margin-bottom: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 0px 0px;
}
.hero-text2 h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin: 24px 0 16px 0;
  padding: 8px 40px;
  width: max-content;
  background-color: #333;
  color: #fff;
}
.hero-text2 h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 8px 0;
  padding-bottom: 8px;
  text-indent: -12px;
  color: #bd3f32;
}
@media screen and (min-width: 650px) {

}
.hero-text2 p {
  line-height: 1.8;
  margin: 0.5rem 0 1.3rem;
}

.hero-text2 ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  list-style: disc;
}
.hero-text2-ul {
  margin-bottom: 8px;
}
/* content01 */
.page-about-content01 {
  background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
  padding: 100px 0 70px;
}
.page-about-content01 h2,
.page-about-content01 h3,
.page-about-content01 p,
.page-about-content01 ul li {
  color: #fff;
}
.page-about-content01 h2 {
  font-size: 170%;
  border-bottom: solid 1px #fff;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.page-about-content01 h3 {
  border-left: solid 3px #fff;
  padding-left: 16px;
  font-size: 140%;
}
.flex-about-content01 {
  margin-bottom: 40px;
}
.flex-about-content01 p {
  margin-bottom: 10px;
}
/* content02 */
.page-about-content02 {
  background: #fff;
  padding: 100px 0 70px;
}
.page-about-content02 h2,
.page-about-content02 h3,
.page-about-content02 p,
.page-about-content02 ul li {
  color: #333;
}
.page-about-content02 h2 {
  font-size: 170%;
  border-bottom: solid 1px #333;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.page-about-content02 h3 {
  border-left: solid 3px #333;
  padding-left: 16px;
  font-size: 140%;
}
.flex-about-content02 {
  margin-bottom: 40px;
}
.flex-about-content02 p {
  margin-bottom: 10px;
}
@media screen and (min-width: 782px) {
.flex-about-content02 .aspect-bgimage {
  padding-top: 100%;
}
}
/* content03 */
.page-about-content03 {
  background-color: #fafafa;
  padding: 70px 0;
}
.about-content03-title {
  text-align: center;
}
.page-about-content03 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: 170%;
}
.page-about-content03 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
  border-radius: 2px;
}
.page-about-content03 .flex-item-about-content03 {
  padding: 8px;
  text-align: center;
  border: solid 1px #333;
  margin: 8px;
}
.page-about-content03 .flex-item-about-content03 p {
  margin-bottom: 0;
  font-weight: bold;
}
.about-content03-text {
  margin-top: 32px;
  text-align: center;
}
.about-content03-text p {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 980px) {
.page-about-content03 .flexbox-col2 .flex-item {
        -webkit-flex-basis: calc(calc(100% / 2) - calc(calc(0px / 4) * 2));
        flex-basis: calc(calc(100% / 2) - calc(calc(0px / 4) * 2));
    }
}
@media screen and (max-width: 540px) {
.page-about-content01 h2,
.page-about-content02 h2,
.page-about-content03 h2 {
    font-size: 150%;
}
}
/* 固定ページ サービス
------------------------------------------------------------ */
.page-service-intro-inner {
  text-align: center;
}
.page-service-content01 .flexbox-col2 .flex-item,
.page-service-content02 .flexbox-col2 .flex-item,
.page-service-content03 .flexbox-col2 .flex-item {
  flex-basis: 100%;
}
@media screen and (min-width: 782px) {
.page-service-content01 .flexbox-col2 .flex-item,
.page-service-content02 .flexbox-col2 .flex-item,
.page-service-content03 .flexbox-col2 .flex-item {
  flex-basis: 40%;
}
.page-service-content01 .flexbox-col2 .flex-item:nth-child(1),
.page-service-content02 .flexbox-col2 .flex-item:nth-child(1),
.page-service-content03 .flexbox-col2 .flex-item:nth-child(1) {
  flex-grow: 1;
  padding-right: 32px;
}
.page-service-content01 .flexbox-col2 .aspect-bgimage,
.page-service-content02 .flexbox-col2 .aspect-bgimage,
.page-service-content03 .flexbox-col2 .aspect-bgimage {
  padding-top: 100%;
}
}
.page-service-content01 {
  padding: 60px 0;
}
.page-service-content02,
.page-service-content03 {
  padding: 80px 0;
}
.page-service-content02 {
  background-color: #fafafa;
}
.service-content01-title,
.service-content02-title,
.service-content03-title {
  text-align: center;
}
.service-content01-title span,
.service-content02-title span,
.service-content03-title span {
  display: block;
  width: max-content;
  padding: 16px 24px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
}
.service-content01-title h2,
.service-content02-title h2,
.service-content03-title h2 {
  margin-bottom: 48px;
}
.page-service-price-bg {
  background-color: #fafafa;
  padding: 50px 0;
}
.page-service .page-service-price {
  text-align: center;
  margin-top: 0px;
}
.page-service .page-service-price h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 8px;
  font-size: 20px;
}

.page-service .page-service-price h2:before, .page-service .page-service-price h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}

.page-service .page-service-price h2:before {
  left:0;
}
.page-service .page-service-price h2:after {
  right: 0;
}
.page-service .page-service-price h3 {
  font-size: 320%;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
.page-service .page-service-price h3 span {
  font-size: 18px;
  font-family: Merriweather, serif;
}
.page-service .page-service-price p {
  line-height: 0;
}
@media screen and (max-width: 540px) {
  .service-content01-title h2,
  .service-content02-title h2,
  .service-content03-title h2 {
    font-size: 115%;
  }
}
/* 固定ページ セミナー
------------------------------------------------------------ */
.seminar-intro-title span {
  display: block;
  width: max-content;
  background-color: #bd3f32;
  color: #fff;
  padding: 8px 32px;
  font-weight: bold;
  border-radius: 8px;
}
.seminar-intro-title h2 {
  padding-bottom: 8px;
  border-bottom: solid 1px #eee;
  margin-top: 12px;
  font-size: 24px;
  margin-bottom: 8px;
  color: #bd3f32;
}
.seminar-intro-title h3 {
  font-weight: 600;
  font-size: 18px;
}
.page-seminar-gallery {
  padding: 20px 0 50px;
}
.page-seminar-content01 {
  padding: 60px 0;
}
.page-seminar-content02,
.page-seminar-content03 {
  padding: 80px 0;
}
.page-seminar-content01 {
  background-color: #fafafa;
}
.seminar-content01-title {
  text-align: center;
}
.seminar-content01-title h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 8px;
  font-size: 20px;
}
.seminar-content01-title h2:before, .seminar-content01-title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}
.flex-seminar-content01 {
  text-align: center;
  margin-top: 32px;
}
.seminar-content01-title h2:before {
  left:0;
}
.seminar-content01-title h2:after {
  right: 0;
}
.flex-item-seminar-content01 {
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 16px;
  margin: 8px;
}
.flex-item-seminar-content01 img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.flex-item-seminar-content01 h3 {
  line-height: 1.6;
}
.flex-item-seminar-content01 p {
  text-align: left;
}
@media screen and (min-width: 980px) {
    .page-seminar-content01-inner .flexbox-col3 .flex-item {
        -webkit-flex-basis: calc(calc(100% / 3) - calc(calc(0px / 6) * 4));
        flex-basis: calc(calc(100% / 3) - calc(calc(0px / 6) * 4));
    }
}

.seminar-content02-title {
  text-align: center;
}
.seminar-content02-title h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 8px;
  font-size: 20px;
}
.seminar-content02-title h2:before, .seminar-content02-title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}
.flex-seminar-content02 {
  text-align: center;
  margin-top: 32px;
}
.seminar-content02-title h2:before {
  left:0;
}
.seminar-content02-title h2:after {
  right: 0;
}
.schedule-inner h3 {
  display: block;
  width: max-content;
  background-color: #333;
  color: #fff;
  padding: 5px 32px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 32px auto 24px;
}
.seminar-notice p {
  margin-bottom: 5px;
}
.page-seminar-price-bg {
  background-color: #fafafa;
  padding: 50px 0;
}
.page-seminar .page-seminar-price {
  text-align: center;
  margin-top: 0px;
}
.page-seminar .page-seminar-price h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 8px;
  font-size: 20px;
}

.page-seminar .page-seminar-price h2:before, .page-seminar .page-seminar-price h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}

.page-seminar .page-seminar-price h2:before {
  left:0;
}
.page-seminar .page-seminar-price h2:after {
  right: 0;
}
.page-seminar .page-seminar-price h3 {
  font-size: 320%;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
.page-seminar .page-seminar-price h3 span {
  font-size: 18px;
  font-family: Merriweather, serif;
}
.page-seminar .page-seminar-price p {
  line-height: 0;
}
@media screen and (max-width: 540px) {
.seminar-intro-title h2 {
  font-size: 22px;
}
.page-seminar-content02 table td, 
.page-seminar-content02 table th {
  display: block;
}
.page-seminar-content02 table td {
  font-weight: bold;
}
.page-seminar-content02 table td {
  border-bottom: solid 1px #eee;
  margin-bottom: 14px;
  padding-top: 0px;
  padding-bottom: 14px;
}
.page-seminar-content02 table {
  border: none;
}
.page-seminar-content02 table tr:nth-child(2n+2) {
    background: transparent;
}
.seminar-notice p {
  font-size: 13px;
}
}

.point-circle {
  margin: 24px auto;
 width: 50px;
  height: 50px;
  padding-top: 13px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}
/* 投稿ページ 一覧
------------------------------------------------------------ */
.blog-layout-grid .category-blog .entry-thumbnail .thumbnail-meta a {
  background-color: #ea5550;
}
.blog-layout-grid .category-news .entry-thumbnail .thumbnail-meta a {
  background-color: #007199;
}
/* footer
------------------------------------------------------------ */
footer {
  background-color: #555 !important;
}
.site-info {
  background-color: #333 !important;
  border-top: 0px !important;
}
.site-info p {
  margin-bottom: 0px;
  color: #fff;
}
footer h2,
footer p,
footer a {
  color: #fff !important;
}
.heading-strike:after, .heading-strike:before {
  display: none;
}
#colophon .widget .widget-title {
  display: block;
  text-align: left;
  border-bottom: solid 1px #fff;
  padding-bottom: 8px;
  font-size: 15px;
}
#colophon .widget.widget_recent_entries ul li {
  border-bottom: dotted 1px rgba(255, 255, 255, .3);
}
#colophon .widget ul {
}
.widget #menu-footer-menu li {
  margin-bottom: 3px;
}
#colophon {
  margin-top: 0;
}
#colophon.footer-active-sidebar {
  border-top: none;
}

footer .widgets {
  padding: 80px 16px !important;
}