@charset "UTF-8";
/* Office You Key 社会保険労務士事務所 CSS Document */
/* 共通部分 */
body {
  background: var(--color-white);
  color: var(--color-text);
  overflow: hidden;
  font-size: 17px;
  font-size: clamp(17px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: var(--color-text);
}
.font-1, .headline-font-type, .post-date {
  font-family: var(--font-main);
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 400;
  list-style: disc;
}
.signage {
  height: 300px;
  margin: 0 auto;
  background: linear-gradient(20deg, var(--color-sub) 10%, var(--color-border) 100%) !important;
}
.signage-title, .signage-title-sub {
  width: 86% !important;
  max-width: 1150px !important;
  font-weight: 400;
  letter-spacing: .1rem;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  color: var(--color-text) !important;
  line-height: 1;
}
.signage-title-sub {
  font-size: 0.95rem !important;
  margin-top: 15px;
  line-height: 1;
  color: var(--color-main) !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  font-size: 0.75rem;
  font-weight: 500;
  width: fit-content !important;
  max-width: 1150px !important;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.6rem !important;
    letter-spacing: .05rem;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
    margin-top: 13px;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 0;
  width: 220px;
  height: auto;
  position: absolute;
  padding: 17px 20px;
  border-radius: 2px;
  background: var(--color-white);
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
    padding-right: 10px;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  color: var(--color-text);
}
.global-nav > ul > li > a {
  font-size: 17px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: .03rem;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 45%;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  top: 15px;
  position: absolute;
  transition: all 0.5s;
  filter: blur(2px);
  z-index: 1;
}
.global-nav > ul > li > a:hover::before {
  background: var(--color-main);
  opacity: 0.5;
}
.global-nav > ul > li > a::after {
  position: relative;
  display: block;
  bottom: 27px;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--font-main);
  letter-spacing: .05rem;
  color: var(--color-main);
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "HOME";
}
.global-nav > ul > li.global-menu-seminar > a::after {
  content: "SEMINAR";
}
.global-nav > ul > li.global-menu-lecturer > a::after {
  content: "LECTURE";
}
.global-nav > ul > li.global-menu-faq > a::after {
  content: "Q&A";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "INFO";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "CONTACT";
}
.global-nav .sub-menu {
    top: 110%;
}
.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 {
  width: 240px;
  font-size: 14px;
  font-weight: 500;
  background: var(--color-white);
}
.global-nav .sub-menu a:hover {
  background: var(--color-white);
}
.global-nav a, .global-nav a:hover, .global-nav .sub-menu a:hover {
  color: var(--color-main);
}
.global-nav .current-menu-item > a {
    color: var(--color-text);
}
.global-nav .sub-menu a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    left: -17px;
    width: 120px;
    padding: 10px 12px;
  }
  .header-bar {
    background: var(--color-white) !important;
    border-color: var(--color-white);
  }
  .global-nav-button {
    border: 0;
  }
  .global-nav-button::before {
    color: var(--color-text);
  }
  .global-nav-button:hover::before {
    color: var(--color-main);
  }
  .global-nav {
    height: auto;
    margin-left: 0;
    padding: 0;
    background: none;
  }
  .global-nav a {
    background: var(--color-white);
    color: var(--color-text) !important;
  }
  .global-nav > ul > li > a {
    font-size: 15px;
    text-align: left;
    padding: 0 15px;
    line-height: 55px;
  }
  .global-nav > ul > li > a::after {
    position: relative;
    text-align: left;
    width: fit-content;
    bottom: 0;
    margin-left: 15px;
    display: inline-block;
  }
  .global-nav > ul > li.global-menu-contact > a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-left: 0;
    background: var(--color-white);
}
.global-nav > ul > li.global-menu-contact > a::after {
    color: var(--color-main);
    bottom: 0;
}
.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 {
    width: 100%;
    font-size: 12px;
    line-height: 51px;
    padding: 0 15px;
  }
  .global-nav a:hover {
    color: var(--color-main) !important;
}
  .global-nav a, .global-nav a:hover {
    background: var(--color-white);
}
  .global-nav .menu-item-has-children > a span::before {
    color: var(--color-text);
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
}
/* ナビ 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: var(--color-caution);
}
span.caution {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  padding-right: 5px;
  color: var(--color-caution);
  position: absolute;
  left: 0;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  filter: blur(2px);
  width: 5px;
  height: 5px;
  top: 9px;
  left: 2px;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: var(--color-caution);
}
/* コンテンツ 共通 END */
/* コンテンツボタン */
a.content_but {
  width: 100%;
  max-width: 330px;
  padding: 15px 22px 13px;
  margin-top: 15px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 100px;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but:hover {
  color: var(--color-main);
  background: var(--color-sub);
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  font-weight: 400;
  right: 20px;
  line-height: 2.4;
  transition: 0.5s;
}
/* コンテンツボタン END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube:not(.bg-image) {
    height: calc(100svw * 8.5 / 16 - 15px) !important;
}
.top-slider-wrapper {
  width: calc(100% - 25px);
  border-radius: 5px;
  background: var(--color-white);
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-sub);
  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: center;
  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-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 70%;
  max-width: 400px;
}
.scroll-box {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 50px;
}
.scroll-box span {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .15rem;
  color: var(--color-text);
}
.scroll-box span::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--color-text);
  left: 50%;
  bottom: -48px;
  z-index: -1;
  opacity: 0.7;
}
h2.front-main-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
  color: var(--color-main);
}
h2.front-main-title span {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text);
    letter-spacing: .15rem;
    display: block;
}
.front_original01 {
  padding-top: 6em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front_original01 h2.front-main-title {
    font-size: 1.15rem;
    letter-spacing: .2rem;
    text-align: left;
    margin-bottom: 20px;
    color: var(--color-main);
}
.front-original01__title {
  width: 40%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 60%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original01__title h3 {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .2rem;
  line-height: 1.8;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.front_original02 {
  padding: 8em 0;
  position: relative;
  background: var(--color-white);
  z-index: 0;
}
.front_original02::before {
    content: '';
    position: absolute;
    display: block;
    background: url("/wp-content/themes/story_tcd041/img/front-original02_img.jpg");
    box-shadow: inset 0px 0px 55px 55px var(--color-white);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.25;
}
.front_original02::after {
    content: '';
    position: absolute;
    display: block;
    background: var(--color-basegrad);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: .05rem;
  line-height: 1.5;
}
.front-original02__text p {
  font-weight: 500;
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-top: 6em;
  background: var(--color-grad);
}
.content02-inner {
  width: 85%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 26.7777px);
  margin-left: 40px;
  padding-bottom: 0;
  color: var(--color-text);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
.content02-item:last-of-type {
  margin-bottom: 0;
}
.content02-img {
  width: 100%;
  max-width: 290px;
  height: auto;
  margin: 0 auto;
  position: relative;
  transition: all .8s;
  z-index: 0;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(#fff 50%, #ffffff00 66%);
  mask-image: radial-gradient(#fff 50%, #ffffff00 66%);
}
.content02-img:hover {
  box-shadow: none;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff7eb85;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask {
  opacity: 1;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: var(--color-main);
}
.content02-text-box {
  padding-top: 15px;
  padding-bottom: 0;
  box-sizing: border-box;
}
h3.content02-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: var(--color-main);
}
.content02-text {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--color-text);
}
a.content02-but {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05rem;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  margin: 20px auto 0;
  padding: 0 20px;
  border-radius: 100px;
  color: var(--color-white);
  background: var(--color-main);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.5s;
}
a.content02-but::before {
  width: 100%;
  height: 0;
  background: var(--color-sub);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
a.content02-but:hover {
  color: var(--color-main);
  background: var(--color-main);
}
a.content02-but:hover::before {
  height: 100%;
}
.front_original03 {
  padding-top: 6em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 40px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  padding: 4vw 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.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.0"counter(number) "";
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .15rem;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--color-main);
  display: block;
}
.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: 20%;
    -webkit-mask-image: radial-gradient(#fff 50%, #ffffff00 66%);
    mask-image: radial-gradient(#fff 50%, #ffffff00 70%);
}
h3.third_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_topics {
  padding: 6em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front-main-title.front_topics_title {
  text-align: center;
  margin-bottom: 40px;
}
h2.headline-primary {
  display: none;
}
.footer {
  margin: 0;
  background: linear-gradient(180deg, var(--color-white) 70%, var(--color-sub) 100%);
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer_contact_sec {
  padding: 5em 0;
  color: var(--color-white);
  background: var(--color-black);
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.5;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h2.front-main-title.footer-con-title {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--color-white);
}
h2.front-main-title.footer-con-title span {
    color: var(--color-white);
}
h3.footer-con-sub {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 15px;
}
p.footer_time, p.caution.footer_caution {
    font-size: 0.85rem;
    width: fit-content;
    margin: 0 auto 8px;
    line-height: 1.5;
}
p.footer_time {
    text-align: center;
}
span.footer_time_title {
    margin-right: 8px;
}
span.caution.time_caution {
    font-size: 0.8rem;
    display: block;
}
p.footer_time:nth-of-type(2), p.caution.footer_caution:last-of-type {
    margin-bottom: 0;
}
address.footer_tel {
    font-size: 2.8rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .25rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
address.footer_tel a {
    color: var(--color-white);
}
span.footer_tel_sub {
    font-size: 1.1rem;
    margin-right: 5px;
}
p.caution.footer_caution {
    font-size: 0.9rem;
}

a.footer_mail_but {
  width: 100%;
  max-width: 380px;
  margin: 20px auto 0;
  padding: 22px 15px;
  border-radius: 100px;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-main);
  box-sizing: border-box;
  position: relative;
  transition: all 0.8s;
}
a.footer_mail_but::before {
  content: "\f0e0";
  font-family: design_plus;
  margin-right: 1vw;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}
a.footer_mail_but:hover {
  color: var(--color-main);
  background: var(--color-sub);
}
.footer_original_sec {
  padding: 4em 0 2em;
}
.footer_original_inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 8vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 8%;
}
dd.address_text {
  width: 92%;
  padding-left: 1vw;
  box-sizing: border-box;
}
ul.footer_address_sns {width: 100%;max-width: 8%;margin-top: 15px;}
li.footer_address_sns-item {
    width: 100%;
}
.footer-content-list div {
  width: 50%;
  box-sizing: border-box;
}
.footer-content-list div:last-of-type {
  padding-left: 5vw;
}
.footer-menu-list li {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.footer-menu-list li:last-of-type {
  margin-bottom: 0;
}
.footer-menu-list li a {
  transition: 0.5s;
}
.footer-menu-list li a:hover {
  color: var(--color-main);
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.copyright {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: var(--color-text);
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: var(--color-main);
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: var(--color-main);
  background: var(--color-border);
}
@media only screen and (max-width: 1200px) {
  .top-slider-wrapper {
    width: calc(100% - 10px);
}
   .footer_menu_bg {
    padding-left: 5vw;
}
}
@media only screen and (max-width: 970px) {
   h2.front-main-title {
    margin-bottom: 40px;
}
  h2.front-main-title.front_topics_title {
    margin-bottom: 30px;
  }
.front_original02 {
    padding: 4em 0;
  }
.front_original02::before {
    background-attachment: unset;
    background-position-x: 80%;
    box-shadow: inset 0px 0px 30px 30px var(--color-white);
    opacity: 0.15;
}
  .front-original01__text, .front-original01__title {
    width: 100%;
  }
  .front-original01__text {
    margin-top: 15px;
    padding-left: 0;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(2), .content02-item:last-of-type {
    margin-top: 40px;
  }
  h3.content02-title {
    text-align: center;
}
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    padding: 0;
    margin-bottom: 15px;
  }
  .third-box:nth-of-type(odd) .front-third-text, .third-box:nth-of-type(odd) .front-third-img  {
    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;
  }
  .footer_contact_sec {
    padding: 3em 0;
  }
  .footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 380px;
    margin-top: 40px;
    padding-left: 0;
  }
  .dp-footer-bar {
    font-size: 10px;
    background: var(--color-main) !important;
    border-top: 1px solid var(--color-main) !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid var(--color-white) !important;
  }
  .dp-footer-bar a {
    color: var(--color-white);
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .icon-share-alt::before {
    content: "\ea92";
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-box {
    display: none;
  }
  h2.front-main-title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h2.front-main-title span {
    font-size: 0.8rem;
    margin-top: 12px;
}
.front_original01, .content02, .front_original03 {
    padding-top: 2.5em;
}
.front_topics {
    padding: 2.5em 0;
}
  .front_original01 h2.front-main-title {font-size: 1rem;margin-bottom: 15px;}
  .front-original01__title h3 {
    font-size: 1.35rem;
    line-height: 1.5;
    letter-spacing: .03rem;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  h3.content02-title {
    font-size: 1.15rem;
}
  .front-third-text::before {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  h3.third_title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
   h2.front-main-title.footer-con-title {
    font-size: 1.8rem;
}
h3.footer-con-sub {
    font-size: 0.95rem;
}
address.footer_tel {
    font-size: 1.8rem;
    letter-spacing: .2rem;
}
span.footer_tel_sub {
    font-size: 0.9rem;
}
  .footer_original_sec {
    padding: 2.5em 0 1em;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .top-slider {
    height: calc(50vh - 50px);
}
.front-original01__title h3 br {
    display: none;
}
h3.footer-con-sub {
    text-align: left;
}
  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.7rem;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-top: 0;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--color-main);
  margin-top: 12px;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-main);
  margin-bottom: 15px;
  line-height: 1.5;
  padding: 0 0 0 30px;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: var(--color-main);
  width: 20px;
  height: 3px;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-main);
  background: var(--color-sub);
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: .05rem;
  vertical-align: middle;
  line-height: 1.8;
  padding: 24px 2px 21px;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  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: 970px) {
  .post-content th, .post-content td {
    padding: 15px 4px 13px;
    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 {
    font-size: 1.45rem;
    letter-spacing: .05rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h3 {
    font-size: 1.25rem;
}
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin-bottom: 40px;
}
.archive-title, .post-title {
  color: var(--color-text);
  font-weight: 500;
}
.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: var(--color-white);
  box-sizing: border-box;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  overflow: hidden;
}
.article03-content {
  padding: 12px 18px;
}
.article03-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 11px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid var(--color-border);
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
  color: var(--color-text);
}
.article01-thumbnail {
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
h3.article01-title {
  line-height: 1.2;
}
h3.article01-title a {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--color-text);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 11px;
}
.post-meta-box {
  background: var(--color-sub);
  border-radius: 5px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: var(--color-main);
}
.headline-bar {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 2px;
}
.side_widget .headline-bar {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 18px 15px;
}
.widget_categories ul li a {
  padding: 5px 0;
}
.widget_recent_entries li {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  border-color: var(--color-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  color: var(--color-text);
}
.widget_recent_entries .post-date::before {
  font-size: 11px;
  color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 80px;
  }
  .article03-title {
    height: 55px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: var(--color-text);
  }
  .nav-links01 {
    border: 1px solid var(--color-border);
  }
  .headline-bar {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    padding: 18px 15px;
    line-height: 5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* セミナー・研修 共通 */
.seminar_sec p {
    margin-bottom: 15px;
}
.seminar_sec p:last-of-type {
    margin-bottom: 0;
}
.seminar_inner {
    align-items: center;
    margin-bottom: 30px;
}
.seminar_text {
  width: 55%;
  box-sizing: border-box;
}
.seminar_img {
  width: 45%;
  padding-left: 3vw;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.seminar_img img {
    border-radius: 100%;
    -webkit-mask-image: radial-gradient(#fff 50%, #ffffff00 66%);
    mask-image: radial-gradient(#fff 50%, #ffffff00 70%);
}
.seminar_box {
    padding: 25px 30px;
    border-radius: 5px;
    background: var(--color-sub);
    box-sizing: border-box;
}
ul.seminar_list {
    font-size: 1rem;
    margin-bottom: 15px;
}
ul.seminar_list li {
    margin-bottom: 10px;
}
ul.seminar_list li::before {
    top: 11px;
}
@media only screen and (max-width: 1170px) {
  .seminar_text, .seminar_img {
    width: 100%;
  }
  .seminar_img {
    padding-left: 0;
    margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
.seminar_sec p {
    margin-bottom: 10px;
}
 .seminar_inner {
    margin-bottom: 20px;
}
.seminar_box {
    padding: 20px 25px;
}
}
/* セミナー・研修 共通 END */
/* 講師紹介 */
.greeting_sec h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.greeting_sec h2::after {
  content: none;
}
.greeting_sec p {
  margin-bottom: 15px;
}
.greeting_inner {
    margin-bottom: 50px;
    align-items: center;
}
.greeting_inner:last-of-type, .greeting_sec p:last-of-type {
  margin-bottom: 0;
}
.greeting_img {
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.greeting_text {
    width: 70%;
    padding-left: 4vw;
    box-sizing: border-box;
}
.greeting_text h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
h3.name {
    margin-bottom: 25px;
    padding-left: 0;
}
h3.name::before {
    content: none;
}
h3.name span {
    font-size: 0.9rem;
    margin-right: 12px;
}
@media only screen and (max-width: 970px){
.greeting_img, .greeting_text {
    width: 100%;
}
.greeting_text {
  padding-left: 0;
  margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
.greeting_sec h2 {
  font-size: 1.25rem;
}
  .greeting_sec p {
    margin-bottom: 10px;
  }
  .greeting_inner {
    margin-bottom: 10px;
}
.greeting_text h2 {
    font-size: 1.3rem;
}
  h3.name {
    margin-bottom: 15px;
}
}
/* 講師紹介 END */
/* よくある質問 */
.faq_sec p {
    margin-bottom: 15px;
}
.faq {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border);
  box-sizing: border-box;
}
.faq:first-of-type {
    margin-top: 70px;
}
.faq:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.faq_sec p:last-of-type, .faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  color: var(--color-text);
  padding: 0;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq p {
  padding-left: 50px;
}
.faq h3::before {
  counter-increment: number 1;
  content: "QUESTION."counter(number) "";
  display: block;
  font-size: 1.1rem;
  letter-spacing: .1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 13px;
  color: var(--color-main);
  position: relative;
  background: none;
  width: auto;
  height: auto;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .faq:first-of-type {
    margin-top: 50px;
}
.faq h3 {
    margin-bottom: 10px;
}
.faq h3::before {
    font-size: 0.95rem;
    margin-bottom: 10px;
}
.faq p {
    padding-left: 0;
  }
}
/* よくある質問 END */
/* セミナーご依頼の流れ */
.flow_sec .content_inner {
    max-width: 900px;
}
.flow {
  padding-top: 20px;
  padding-left: 80px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 45px;
  height: 75px;
  line-height: 75px;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--color-main);
  background: var(--color-white);
  border-top: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 22px;
  width: 1px;
  height: 100%;
  background: var(--color-main);
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  line-height: 1.5;
  margin-bottom: 25px;
  color: var(--color-main);
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 10px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 15px;
    padding-left: 60px;
    padding-bottom: 30px;
  }
.flow::before {
    width: 35px;
    height: 65px;
    line-height: 65px;
    font-size: 2rem;
}
.flow::after {
    left: 17px;
}
.flow h2 {
    margin-bottom: 15px;
}
}
/* セミナーご依頼の流れ END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 950px;
}
table.info_tbl th {
  width: 25%;
}
table.info_tbl td {
    padding-left: 30px;
}
span.caution.info_caution {
    font-size: 0.8rem;
}
.map_sec {
    height: 450px;
}
.map_sec iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec iframe:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  table.info_tbl td {
    padding-left: 12px;
  }
.map_sec {
    height: 250px;
}
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 1000px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.contact_sec p {
    margin-bottom: 15px;
}
.con__inner {
    margin-bottom: 50px;
}
.contact_sec p:last-of-type, .con__inner:last-of-type, .con_insta_box p:last-of-type {
  margin-bottom: 0;
}
p.con_time {
    margin-bottom: 5px;
    line-height: 1.5;
}
p.con_time span {
    margin-right: 10px;
}
address.con_tel {
    font-size: 2.8rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .15rem;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 15px;
}
address.con_tel, address.con_tel a {
  color: var(--color-main);
}
span.con_tel_sub {
    font-size: 1.2rem;
    margin-right: 5px;
    color: var(--color-text);
}
p.caution.con_caution {
    font-size: 0.85rem;
    margin-bottom: 8px;
}
p.caution.con_caution:last-of-type {
    margin-bottom: 0;
}
.mail_info_box {
  margin-bottom: 30px;
}
.mail_info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.con__inner {
    margin-bottom: 30px;
}
address.con_tel {
    font-size: 2rem;
}
span.con_tel_sub {
    font-size: 1rem;
}
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.65rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 2px;
  display: inline-block;
  color: var(--color-white);
  background: var(--color-caution);
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f1f1f1;
  border: 0;
  padding: 20px 12px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 431px;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-main);
  letter-spacing: .05rem;
  height: 75px;
  color: var(--color-white);
  background: var(--color-main);
  transition: all .5s;
  border-radius: 100px;
}
.wpcf7 input.wpcf7-submit:hover {
  color: var(--color-main);
  background: var(--color-sub);
}
.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: var(--color-not);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 0;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */