@charset "UTF-8";
:root {
  --main-blue: #2c48b0;
  --main-blue-light: #4561c8;
  --main-blue-dark: #132e92;
  --highlight-yellow: #edf03d;
}

@font-face {
  font-family: "NotoSansJP"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/Noto_Sans_JP/NotoSansJP-Black.otf);
  font-weight: 900;
}
@font-face {
  font-family: "NotoSansJP";
  src: url(../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: "NotoSansJP";
  src: url(../../fonts/Noto_Sans_JP/NotoSansJP-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "NotoSansJP";
  src: url(../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "NotoSansJP";
  src: url(../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: "NotoSansJP";
  src: url(../../fonts/Noto_Sans_JP/NotoSansJP-Thin.otf);
  font-weight: 100;
}
@font-face {
  font-family: "ZenMaruGothic"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/Zen_Maru_Gothic/ZenMaruGothic-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../../fonts/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../../fonts/Zen_Maru_Gothic/ZenMaruGothic-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../../fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../../fonts/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url(../../fonts/Zen_Old_Mincho/ZenOldMincho-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url(../../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url(../../fonts/Zen_Old_Mincho/ZenOldMincho-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url(../../fonts/Zen_Old_Mincho/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho";
  src: url(../../fonts/Zen_Old_Mincho/ZenOldMincho-SemiBold.ttf);
  font-weight: 600;
}
.has-white-color {
  color: white !important;
}
.has-white-background-color {
  background-color: white !important;
}

.has-black-color {
  color: #000 !important;
}
.has-black-background-color {
  background-color: #000 !important;
}

.has-main-blue-color {
  color: var(--main-blue) !important;
}
.has-main-blue-background-color {
  background-color: var(--main-blue) !important;
}

.has-main-blue-color {
  color: var(--main-blue) !important;
}
.has-main-blue-background-color {
  background-color: var(--main-blue) !important;
}

.has-main-blue-light-color {
  color: var(--main-blue-light) !important;
}
.has-main-blue-light-background-color {
  background-color: var(--main-blue-light) !important;
}

.has-main-blue-dark-color {
  color: var(--main-blue-dark) !important;
}
.has-main-blue-dark-background-color {
  background-color: var(--main-blue-dark) !important;
}

body {
  font-family: "NotoSansJP";
}

.mobile-menu-buttons .search-menu-button {
  visibility: hidden;
}

.navi .navi-in a {
  font-weight: bold;
}
.navi .navi-in .menu-item {
  height: 70px;
  line-height: 70px;
  width: auto;
}
.navi .navi-in .menu-item a {
  padding: 0 10px;
  font-size: 14px;
}
.navi .navi-in .menu-item-has-description .caption-wrap {
  flex-direction: column;
  height: 70px;
}
.navi .navi-in .menu-item--contact {
  display: flex;
  align-items: center;
  margin-left: 17px;
}
.navi .navi-in .menu-item--contact a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 182px;
  height: 40px;
  padding: 0;
  padding-right: 28px;
  background: var(--main-blue);
  border-radius: 2em;
  text-align: right;
  font-size: 12px;
  color: white;
  position: relative;
}
.navi .navi-in .menu-item--contact a::before {
  content: "\f0e0";
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  width: 70px;
  height: 36px;
  left: 2px;
  top: 0;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  color: var(--main-blue);
  font-size: 24px;
}

.entry-category,
.cat-label,
.cat-link {
  background: var(--main-blue-light);
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  padding: 4px 10px 5.5px;
}
.entry-category .fas,
.cat-label .fas,
.cat-link .fas {
  display: none;
}

@media screen and (max-width: 768px) {
  .entry-category,
  .cat-label,
  .cat-link {
    padding: 4px 5px;
    font-size: 12px;
    line-height: 15px;
  }
}
.wp-block-columns.no-gap {
  gap: 0;
}
.wp-block-columns.jc-center {
  justify-content: center !important;
}

.ghostkit-carousel-arrow {
  width: 40px !important;
  height: 40px !important;
  background-color: #132e92 !important;
  color: white !important;
}
.ghostkit-carousel-arrow svg.ghostkit-svg-icon {
  width: 2em;
  height: 2em;
}
.ghostkit-carousel-arrow-prev svg.ghostkit-svg-icon {
  margin-right: 0.2em;
}
.ghostkit-carousel-arrow-next svg.ghostkit-svg-icon {
  margin-left: 0.2em;
}

@media screen and (max-width: 768px) {
  .ghostkit-d-md-block.wp-block-image.aligncenter {
    display: table !important;
  }
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div {
  background: #f4f6f8;
  border-radius: 10px;
  margin-bottom: 30px;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol {
  position: absolute;
  margin: 0 !important;
  right: 20px;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  float: unset !important;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  display: block;
  transition: all 0.4s ease;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol span {
  display: none !important;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title {
  position: relative;
  padding: 21px 60px;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title::before {
  content: "Q";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  position: absolute;
  left: 20px;
  margin-top: 2px;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title-text {
  float: unset;
  width: 100%;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title-text > * {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: unset;
  border: 0;
  padding: 0;
  margin: 0 !important;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
  background: linear-gradient(90deg, #00bbca 0%, #2dcdc2 100%);
  border-radius: 10px;
  color: white;
  padding: 20px 20px 25px 54px;
  margin: 0 20px 20px;
  position: relative;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body::before {
  content: "A";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: white;
  position: absolute;
  left: 20px;
  top: 20px;
  margin-top: 4px;
}
.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body a {
  color: saddlebrown;
  font-weight: bold;
}
.ewd-ufaq-faqs
  .ewd-ufaq-faq-div.ewd-ufaq-post-active
  .ewd-ufaq-post-margin-symbol::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .ewd-ufaq-faqs .ewd-ufaq-faq-div {
    margin-bottom: 20px;
  }
  .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol {
    right: 10px;
    margin-top: 3px !important;
  }
  .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin-symbol::after {
    font-size: 21px;
  }
  .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title {
    padding: 16px 44px;
    padding-right: 30px;
  }
  .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title::before {
    margin-top: 1px;
    font-size: 18px;
    line-height: 20px;
    left: 10px;
  }
  .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-title-text > * {
    font-size: 14px;
    line-height: 19px;
  }
  .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
    margin: 0 10px 10px;
    padding: 16px 10px 15px 42px;
    font-size: 14px;
    line-height: 1.583;
  }
  .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-body::before {
    font-size: 18px;
    line-height: 20px;
    left: 10px;
    top: 15px;
    margin-top: 1.5px;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
  margin-bottom: 40px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  gap: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label
  .wpforms-required-label {
  display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label::after {
  content: "必須";
  background: #e04e69;
  width: 81px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-top: -1px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-text input,
div.wpforms-container-full .wpforms-form .wpforms-field-text select,
div.wpforms-container-full .wpforms-form .wpforms-field-email input,
div.wpforms-container-full .wpforms-form .wpforms-field-email select,
div.wpforms-container-full .wpforms-form .wpforms-field-select input,
div.wpforms-container-full .wpforms-form .wpforms-field-select select,
div.wpforms-container-full .wpforms-form .wpforms-field-textarea input,
div.wpforms-container-full .wpforms-form .wpforms-field-textarea select {
  height: auto;
}
div.wpforms-container-full .wpforms-form .wpforms-field-text input,
div.wpforms-container-full .wpforms-form .wpforms-field-text select,
div.wpforms-container-full .wpforms-form .wpforms-field-text textarea,
div.wpforms-container-full .wpforms-form .wpforms-field-email input,
div.wpforms-container-full .wpforms-form .wpforms-field-email select,
div.wpforms-container-full .wpforms-form .wpforms-field-email textarea,
div.wpforms-container-full .wpforms-form .wpforms-field-select input,
div.wpforms-container-full .wpforms-form .wpforms-field-select select,
div.wpforms-container-full .wpforms-form .wpforms-field-select textarea,
div.wpforms-container-full .wpforms-form .wpforms-field-textarea input,
div.wpforms-container-full .wpforms-form .wpforms-field-textarea select,
div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  max-width: unset;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  input::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  select::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  textarea::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  input::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  select::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  textarea::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  input::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  select::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  textarea::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  input::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  select::-moz-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  textarea::-moz-placeholder {
  color: #dddddd;
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  input:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  select:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  textarea:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  input:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  select:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  textarea:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  input:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  select:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  textarea:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  input:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  select:-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  textarea:-ms-input-placeholder {
  color: #dddddd;
}
div.wpforms-container-full .wpforms-form .wpforms-field-text input::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  select::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-text
  textarea::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  input::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  select::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-email
  textarea::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  input::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  select::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-select
  textarea::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  input::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  select::placeholder,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-textarea
  textarea::placeholder {
  color: #dddddd;
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field--any
  .wpforms-field-label::after {
  content: "任意";
  background: #00bbca;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0;
  margin-top: 60px;
}
div.wpforms-container-full .wpforms-form button[type="submit"].wpforms-submit {
  background: var(--main-blue);
  border-radius: 5px;
  width: 300px;
  max-width: 95%;
  margin: auto;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 14px 20px;
}

@media screen and (max-width: 768px) {
  div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 30px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
    line-height: 19px;
    gap: 10px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-label::after {
    font-size: 12px;
    line-height: 16px;
    width: 54px;
    height: 24px;
  }
  div.wpforms-container-full .wpforms-form .wpforms-field-text input,
  div.wpforms-container-full .wpforms-form .wpforms-field-text select,
  div.wpforms-container-full .wpforms-form .wpforms-field-text textarea,
  div.wpforms-container-full .wpforms-form .wpforms-field-email input,
  div.wpforms-container-full .wpforms-form .wpforms-field-email select,
  div.wpforms-container-full .wpforms-form .wpforms-field-email textarea,
  div.wpforms-container-full .wpforms-form .wpforms-field-select input,
  div.wpforms-container-full .wpforms-form .wpforms-field-select select,
  div.wpforms-container-full .wpforms-form .wpforms-field-select textarea,
  div.wpforms-container-full .wpforms-form .wpforms-field-textarea input,
  div.wpforms-container-full .wpforms-form .wpforms-field-textarea select,
  div.wpforms-container-full .wpforms-form .wpforms-field-textarea textarea {
    font-size: 14px;
    line-height: 19px;
    padding: 12px 10px 11px;
  }
}
.experience-list-widget .experience-list {
  display: flex;
  gap: 30px;
}
.experience-list-widget .experience-list .experience-list-item {
  background: #ffffff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  padding: 0px 20px 30px;
}
.experience-list-widget .experience-list .experience-list-item__title {
  background: #ffffff;
  border: 0;
  border-top: 4px solid var(--main-blue-dark);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
  margin: 0 !important;
  margin-bottom: 10px !important;
  margin-top: -35px !important;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: var(--main-blue-dark);
}
.experience-list-widget .experience-list .experience-list-item__eyecatch {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  margin-bottom: 20px !important;
}
.experience-list-widget .experience-list .experience-list-item__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 20px !important;
}
.experience-list-widget .experience-list .experience-list-item__ov {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px !important;
}
.experience-list-widget .experience-list .experience-list-item__img {
  width: 100%;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .experience-list-widget .experience-list {
    max-width: 380px;
    margin: auto;
  }
  .experience-list-widget .experience-list .slick-list {
    padding: 30px 0px 24px;
  }
  .experience-list-widget .experience-list .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 6px;
    bottom: -6px;
    padding: 0;
  }
  .experience-list-widget .experience-list .slick-dots li {
    margin: 0 7.5px !important;
    border-radius: 2em;
    overflow: hidden;
    padding: 0;
    height: 6px;
    width: 58px;
  }
  .experience-list-widget .experience-list .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(19, 46, 146, 0.302);
    border-radius: 2em;
    font-size: 0;
  }
  .experience-list-widget .experience-list .slick-dots li button::before {
    content: unset;
  }
  .experience-list-widget .experience-list .slick-dots li.slick-active button {
    background: var(--main-blue-dark);
  }
  .experience-list-widget .experience-list .experience-list-item {
    padding: 0px 10px 30px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
    margin: 0 40px;
  }
  .experience-list-widget .experience-list .experience-list-item__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 18px 20px 17px;
    border-top: 4px solid #132e92;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 10px;
    margin-top: -30px !important;
    margin-bottom: 20px !important;
  }
  .experience-list-widget .experience-list .experience-list-item__eyecatch {
    width: 60px;
    height: 60px;
    margin-bottom: 15px !important;
  }
  .experience-list-widget .experience-list .experience-list-item__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px !important;
  }
  .experience-list-widget .experience-list .experience-list-item__ov {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px !important;
  }
}
.cwb-txt-1 {
  padding: 27px 20px !important;
  -webkit-clip-path: polygon(0 0, 100% 15px, 100% calc(100% - 15px), 0 100%);
  clip-path: polygon(0 0, 100% 15px, 100% calc(100% - 15px), 0 100%);
  display: flex;
  align-items: center;
  gap: 15px;
}
.cwb-txt-1 > strong {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.cwb-txt-2 {
  padding: 27px 20px !important;
  -webkit-clip-path: polygon(0 0, 100% 15px, 100% calc(100% - 15px), 0 100%);
  clip-path: polygon(0 0, 100% 15px, 100% calc(100% - 15px), 0 100%);
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  display: flex;
  justify-content: center;
  width: 550px;
  max-width: 100%;
  margin: auto;
  padding: 20px 20px !important;
}
.cwb-txt-marker .highlight {
  position: relative;
  z-index: 0;
}
.cwb-txt-marker .highlight::before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  background: var(--highlight-yellow);
  z-index: -1;
}
.cwb-btn-1 a {
  background: var(--main-blue-light);
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: unset;
  padding: 15px 66px 19px;
  transition: all 0.4s ease;
}
.cwb-btn-1 a:hover {
  opacity: 0.7;
}
.cwb-btn-2 a {
  background: linear-gradient(90deg, #00bbca 0%, #2dcdc2 100%);
  box-shadow: 0px 4px 20px rgba(0, 118, 126, 0.5);
  border-radius: 100px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  text-decoration: unset;
  padding: 17px 64px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.cwb-btn-2 a:hover {
  opacity: 0.8;
}
.cwb-column-1 {
  margin-top: -70px !important;
  gap: 0;
  position: relative;
  padding-right: 320px;
  margin: auto;
  width: 1118px;
  max-width: 100%;
}
.cwb-column-1 > * {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-column-1 > *:first-child {
  max-width: 100%;
  width: 678px;
  margin-bottom: 43px !important;
  margin-left: 120px !important;
}
.cwb-column-1 > *:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cwb-list-1 {
  font-weight: 700;
  font-size: 25px;
  color: var(--main-blue-dark);
}
.cwb-list-1 > * {
  list-style: none;
  margin: 0 !important;
  margin-bottom: 15px !important;
  padding: 2px 0;
  padding-left: calc(1em + 20px);
  position: relative;
}
.cwb-list-1 > *::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.cwb-list-1 > *:last-child {
  margin-bottom: 0 !important;
}
.cwb-list-2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--main-blue-dark);
  padding-left: 30px;
}
.cwb-list-2 > * {
  position: relative;
  z-index: 0;
  padding-bottom: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cwb-list-2 > *::before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  background: var(--highlight-yellow);
  z-index: -1;
}
.cwb-balloon-1 {
  font-family: "ZenMaruGothic";
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
}
.cwb-balloon-1 > *:first-child > *:nth-child(1),
.cwb-balloon-1 > *:first-child > *:nth-child(2),
.cwb-balloon-1 > *:last-child > *:nth-child(1),
.cwb-balloon-1 > *:last-child > *:nth-child(2) {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cwb-balloon-1 > *:first-child > *:nth-child(1) {
  color: #d21c41;
  width: 523px;
  min-height: 101px;
  padding-right: 45px;
  padding-bottom: 15px;
  background-image: url(../../img/balloon_1.png);
}
.cwb-balloon-1 > *:first-child > *:nth-child(2) {
  width: 389px;
  min-height: 86px;
  padding-right: 45px;
  background-image: url(../../img/balloon_2.png);
}
.cwb-balloon-1 > *:last-child > *:nth-child(1) {
  width: 437px;
  min-height: 93px;
  padding-left: 45px;
  padding-bottom: 7px;
  background-image: url(../../img/balloon_3.png);
}
.cwb-balloon-1 > *:last-child > *:nth-child(2) {
  width: 522px;
  min-height: 93px;
  padding-left: 45px;
  padding-bottom: 7px;
  background-image: url(../../img/balloon_4.png);
}
.cwb-balloon-2,
.cwb-balloon-3,
.cwb-balloon-4,
.cwb-balloon-5 {
  font-family: "ZenMaruGothic";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 70px !important;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 102px;
  background-image: url(../../img/balloon_box.png);
  background-size: calc(100% - 82px) 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.cwb-balloon-2::before,
.cwb-balloon-3::before,
.cwb-balloon-4::before,
.cwb-balloon-5::before {
  content: "";
  position: absolute;
  background-size: cover;
  width: 77px;
  height: 60px;
  left: 0;
  bottom: -50px;
}
.cwb-balloon-2::before {
  background-image: url(../../img/balloon_6.png);
}
.cwb-balloon-3 {
  margin-left: 13px;
  padding-left: 20px;
  background-position: left;
}
.cwb-balloon-3::before {
  background-image: url(../../img/balloon_7.png);
  left: unset;
  right: 0;
}
.cwb-balloon-4::before {
  background-image: url(../../img/balloon_8.png);
}
.cwb-balloon-5 {
  padding-left: 20px;
  background-position: left;
  background-size: 100% 100%;
  margin-bottom: 80px !important;
}
.cwb-balloon-5::before {
  background-image: url(../../img/balloon_9.png);
  width: 122px;
  height: 70px;
  left: unset;
  right: 0;
  bottom: -80px;
}
.cwb-group-1 {
  position: relative;
  margin-top: 100px !important;
}
.cwb-group-1::before {
  content: "";
  position: absolute;
  right: 52px;
  top: -138px;
  background-image: url(../../img/illust_1.png);
  width: 150px;
  height: 168px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cwb-group-1 .wp-block-columns {
  row-gap: 70px;
  -moz-column-gap: 96px;
  column-gap: 96px;
  margin-bottom: 70px !important;
}
.cwb-group-1 .wp-block-columns .wp-block-column {
  padding: 43px 30px 32px;
  background: #fafafa;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 0;
}
.cwb-group-1 .wp-block-columns .wp-block-column p {
  margin: 15px 0 !important;
}
.cwb-group-1 .wp-block-columns .wp-block-column > *:nth-child(1) {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  border: 0;
  padding: 0;
  text-align: center;
  z-index: 0;
  margin-bottom: 30px !important;
  color: initial;
}
.cwb-group-1 .wp-block-columns .wp-block-column > *:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../../img/deco_1.png);
  width: 100%;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
}
.cwb-group-1 .wp-block-columns .wp-block-column > *:last-child {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 150px;
  line-height: 150px;
  color: rgba(226, 226, 226, 0.5);
}
.cwb-group-1 .wp-block-columns .wp-block-column::before,
.cwb-group-1 .wp-block-columns .wp-block-column::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../../img/deco_2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.cwb-group-1 .wp-block-columns .wp-block-column::before {
  left: -2px;
  top: -2px;
}
.cwb-group-1 .wp-block-columns .wp-block-column::after {
  right: -2px;
  bottom: -2px;
  transform: rotate(180deg);
}
.cwb-group-1 .wp-block-columns:last-child {
  margin-bottom: 0 !important;
}
.cwb-group-2 {
  background: #ffffff;
  border: 1px solid #f4f6f8;
  border-radius: 20px;
  padding: 50px 60px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  position: relative;
}
.cwb-group-2 h2 {
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 49px !important;
  text-align: left !important;
  color: #000000 !important;
  padding: 0 !important;
  margin-bottom: 40px !important;
}
.cwb-group-2 h2::after {
  content: unset !important;
}
.cwb-group-2::before,
.cwb-group-2::after {
  content: "";
  position: absolute;
}
.cwb-group-teacher > .wp-block-columns {
  gap: 70px;
}
.cwb-group-teacher > .wp-block-columns > .wp-block-column {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid var(--main-blue-light);
  box-shadow: 2px 4px 10px rgba(24, 9, 9, 0.3);
  border-radius: 10px;
  padding: 38px 20px 33px;
}
.cwb-group-teacher > .wp-block-columns > .wp-block-column > *.wp-block-columns {
  gap: 0;
  gap: 20px;
  margin-bottom: 20px !important;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > * {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:first-child {
  min-width: 193px;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:first-child
  .wp-block-image {
  width: 193px;
  height: 255px;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  h3 {
  border: 0;
  background: linear-gradient(90deg, #4364f7 0%, #6fb1fc 100%);
  border-radius: 4px;
  font-family: "NotoSansJP";
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #ffffff;
  padding: 4px 20px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  margin-top: 0;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  border-bottom: 2px dashed var(--main-blue-light);
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  ul {
  font-family: "Noto Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-top: 0px !important;
  padding-left: 0 !important;
  list-style: none;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  ul
  > * {
  margin: 0 !important;
  margin-bottom: 20px !important;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  ul
  > *::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 30px;
  color: var(--main-blue-light);
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  ul
  > *:last-child {
  margin-bottom: 0 !important;
}
.cwb-group-teacher
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  + * {
  margin-top: 0 !important;
  font-family: "NotoSansJP";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding: 20px 18px;
  padding-top: 30px;
  background-image: url(../../img/balloon_5.png);
  background-size: 100% 100%;
}
.cwb-step-1 > .wp-block-columns {
  gap: 40px;
  margin-bottom: 60px !important;
}
.cwb-step-1 > .wp-block-columns > .wp-block-column {
  position: relative;
  z-index: 0;
  padding-top: 8px;
  max-width: 570px;
}
.cwb-step-1 > .wp-block-columns > .wp-block-column > *:nth-child(1) {
  margin-left: 35px;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  background: linear-gradient(90deg, #00bbca 0%, #2dcdc2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 12px !important;
}
.cwb-step-1 > .wp-block-columns > .wp-block-column > *.wp-block-columns {
  margin-top: 0 !important;
  gap: 50px;
  align-items: center !important;
}
.cwb-step-1
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:first-child {
  position: relative;
}
.cwb-step-1
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:first-child
  .wp-block-image {
  width: 258px;
  height: 158px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
  border-radius: 20px;
}
.cwb-step-1
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  background-image: url(../../img/deco_3.png);
  width: 1px;
  height: 100px;
  background-size: cover;
}
.cwb-step-1
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child {
  font-family: "NotoSansJP";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.cwb-step-1
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  > *:nth-child(1) {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: var(--main-blue-dark);
  margin-bottom: 12px !important;
  position: relative;
  z-index: 0;
  margin-top: 0;
}
.cwb-step-1
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  > *:nth-child(1)::before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  background: var(--highlight-yellow);
  z-index: -1;
}
.cwb-step-1
  > .wp-block-columns
  > .wp-block-column
  > *.wp-block-columns
  > *:last-child
  > *:nth-child(1)
  + * {
  margin-top: 0 !important;
}
.cwb-step-1 > .wp-block-columns > .wp-block-column::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  background-image: url(../../img/back_1.png);
  width: 571px;
  height: 179px;
  background-size: cover;
  z-index: -1;
}
.cwb-step-1 > .wp-block-columns:last-child {
  margin-bottom: 0px !important;
}
.cwb-point-1 {
  position: relative;
  min-height: 159px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 40px !important;
}
.cwb-point-1 > *:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: rgba(207, 207, 207, 0.5);
  margin-bottom: 0 !important;
}
.cwb-point-1 > *:nth-child(2) {
  left: 0;
  top: 30px;
  position: absolute;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: rgba(207, 207, 207, 0.5);
  margin-top: 0 !important;
}
.cwb-point-1 > *.wp-block-columns {
  gap: 0;
  gap: 50px;
  position: relative;
  margin-left: 62px;
  align-items: center !important;
}
.cwb-point-1 > *.wp-block-columns > * {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-point-1 > *.wp-block-columns > *:first-child {
  margin-top: -15px !important;
}
.cwb-point-1 > *.wp-block-columns > *:first-child > * {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
  border: 0;
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
  position: relative;
}
.cwb-point-1 > *.wp-block-columns > *:first-child > *::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
}
.cwb-point-1 > *.wp-block-columns > *:first-child > * .highlight {
  position: relative;
  z-index: 0;
  color: var(--main-blue-dark);
}
.cwb-point-1 > *.wp-block-columns > *:first-child > * .highlight::before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  background: var(--highlight-yellow);
  z-index: -1;
}
.cwb-query-notice {
  margin: 0 !important;
}
.cwb-query-notice .wp-block-post-template {
  padding: 0 !important;
}
.cwb-query-notice .wp-block-post {
  margin: 0;
  margin-bottom: 20px !important;
}
.cwb-query-notice .wp-block-post time {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px !important;
  display: inline-block;
}
.cwb-query-notice .wp-block-post .wp-block-post-title {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 25px;
  color: var(--main-blue-dark);
  border: 0;
  padding: 0;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 3px dashed rgba(19, 46, 146, 0.2);
}
.cwb-query-notice .wp-block-post .wp-block-post-title a {
  text-decoration: unset;
}
.cwb-section-fv {
  padding: 130px 0 50px;
  position: relative;
}
.cwb-section-fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--main-blue);
  height: 508px;
  width: 57.5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 115px) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 115px) 100%);
  z-index: -1;
}
.cwb-section-fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../img/fv_dotts.png);
  width: 82.5%;
  height: 178px;
  z-index: -1;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 350px) 0,
    calc(100% - 50px) 100%,
    0 100%
  );
  clip-path: polygon(0 0, calc(100% - 350px) 0, calc(100% - 50px) 100%, 0 100%);
}
.cwb-section-fv > * {
  z-index: 0;
  position: relative;
}
.cwb-section-fv h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 89px;
  margin-bottom: 25px;
  margin-top: -20px;
}
.cwb-section-fv h1 + p {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 30px;
}
.cwb-section-fv .cwb-list-1 {
  display: inline-grid;
  background: #ffffff;
  border-radius: 10px;
  line-height: 34px;
  position: relative;
  padding: 20px 30px;
  margin-top: 0;
}
.cwb-section-fv .cwb-list-1::before,
.cwb-section-fv .cwb-list-1::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../../img/bk.png);
  background-size: cover;
}
.cwb-section-fv .cwb-list-1::before {
  left: -2px;
  top: -2px;
}
.cwb-section-fv .cwb-list-1::after {
  right: -2px;
  bottom: -2px;
  transform: rotate(180deg);
}
.cwb-section-fv .cwb-list-1 > *::before {
  font-size: 30px;
  top: 4px;
}
.cwb-section-fv .wp-block-columns {
  position: relative;
  margin-left: 25px;
  gap: 0;
}
.cwb-section-fv .wp-block-columns > * {
  flex-basis: unset !important;
  flex-grow: unset !important;
}
.cwb-section-fv .wp-block-columns > *:first-child {
  width: 600px;
}
.cwb-section-fv .wp-block-columns > *:last-child {
  width: 1000px;
  position: absolute;
  right: -28px;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(calc(0% + 300px) 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(calc(0% + 300px) 0%, 100% 0, 100% 100%, 0% 100%);
}
.cwb-section-fv--2 {
  position: relative;
  padding-bottom: 116px;
}
.cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(1) {
  margin-bottom: 30px !important;
}
.cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(2) {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 40px !important;
}
.cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(3) {
  margin-bottom: 0 !important;
}
.cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: -66px;
  margin-top: 0;
}
.cwb-section-arrow {
  padding: 40px 0;
  -webkit-clip-path: polygon(
    100% 0,
    100% calc(100% - 37px),
    calc(50% + 50px) calc(100% - 37px),
    50% 100%,
    calc(50% - 50px) calc(100% - 37px),
    0 calc(100% - 37px),
    0 0
  );
  clip-path: polygon(
    100% 0,
    100% calc(100% - 37px),
    calc(50% + 50px) calc(100% - 37px),
    50% 100%,
    calc(50% - 50px) calc(100% - 37px),
    0 calc(100% - 37px),
    0 0
  );
  margin-bottom: -37px !important;
}
.cwb-section-full {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}
.cwb-section-1020 {
  margin: auto;
  max-width: 100%;
  width: calc(1020px + 40px);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cwb-section-1020 {
    padding: 0 20px;
  }
}
.cwb-section-1100 {
  margin: auto;
  max-width: 100%;
  width: calc(1100px + 40px);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cwb-section-1100 {
    padding: 0 20px;
  }
}
.cwb-section-1140 {
  margin: auto;
  max-width: 100%;
  width: calc(1140px + 40px);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cwb-section-1140 {
    padding: 0 20px;
  }
}
.cwb-section-1180 {
  margin: auto;
  max-width: 100%;
  width: calc(1180px + 40px);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cwb-section-1180 {
    padding: 0 20px;
  }
}
.cwb-section-1190 {
  margin: auto;
  max-width: 100%;
  width: calc(1190px + 40px);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cwb-section-1190 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1300px) {
  .cwb-balloon-1 {
    font-size: 24px;
    line-height: 39px;
  }
  .cwb-balloon-1 > *:first-child > *:nth-child(1) {
    width: 423px;
    min-height: 81px;
    padding-right: 45px;
    margin-left: auto;
  }
  .cwb-balloon-1 > *:first-child > *:nth-child(2) {
    width: 289px;
    min-height: 66px;
    padding-right: 25px;
  }
  .cwb-balloon-1 > *:last-child > *:nth-child(1) {
    width: 337px;
    min-height: 73px;
  }
  .cwb-balloon-1 > *:last-child > *:nth-child(2) {
    width: 422px;
    min-height: 73px;
  }
}
@media screen and (max-width: 1100px) {
  .cwb-balloon-1 {
    font-size: 18px;
    line-height: 29px;
  }
  .cwb-balloon-1 > *:first-child > *:nth-child(1) {
    width: 323px;
    min-height: 61px;
    padding-right: 25px;
  }
  .cwb-balloon-1 > *:first-child > *:nth-child(2) {
    width: 229px;
    min-height: 46px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 6px;
  }
  .cwb-balloon-1 > *:last-child > *:nth-child(1) {
    width: 237px;
    min-height: 53px;
    padding-left: 20px;
  }
  .cwb-balloon-1 > *:last-child > *:nth-child(2) {
    width: 282px;
    min-height: 53px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .cwb-group-teacher {
    max-width: 500px;
    margin: auto;
  }
  .cwb-group-teacher > .wp-block-columns {
    display: flex;
    flex-direction: column;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child
    h3 {
    margin-top: 0;
  }
  .cwb-step-1 {
    width: 260px;
    max-width: 100%;
    margin: auto;
  }
  .cwb-step-1 .wp-block-columns {
    display: flex;
    flex-direction: column;
  }
  .cwb-step-1 > .wp-block-columns {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    gap: 0px;
  }
  .cwb-step-1 > .wp-block-columns > .wp-block-column {
    margin-bottom: 0px !important;
    min-height: 320px;
  }
  .cwb-step-1 > .wp-block-columns > .wp-block-column::after {
    background: linear-gradient(
      90deg,
      rgba(0, 187, 202, 0.05) 0%,
      rgba(45, 205, 194, 0.05) 100%
    );
    width: 100%;
    height: 286px;
    border-radius: 10px 10px 0px 0px;
    top: 38px;
    -webkit-clip-path: polygon(
      0 0,
      100% 0%,
      100% calc(100% - 48px),
      50% 100%,
      0 calc(100% - 48px)
    );
    clip-path: polygon(
      0 0,
      100% 0%,
      100% calc(100% - 48px),
      50% 100%,
      0 calc(100% - 48px)
    );
  }
  .cwb-step-1 > .wp-block-columns > .wp-block-column > *:nth-child(1) {
    font-size: 34px;
    line-height: 46px;
    margin: auto !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6px !important;
  }
  .cwb-step-1 > .wp-block-columns > .wp-block-column > *.wp-block-columns {
    gap: 10px;
  }
  .cwb-step-1
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:first-child::after {
    content: unset;
  }
  .cwb-step-1
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:first-child
    .wp-block-image {
    width: 196px;
    height: 120px;
    margin: auto;
  }
  .cwb-step-1
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:first-child
    .wp-block-image
    img {
    width: 196px;
    height: 120px;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cwb-step-1
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child {
    padding: 0 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }
  .cwb-step-1
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child
    > *:nth-child(1) {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px !important;
  }
  .cwb-section-fv {
    padding-top: 81px;
    position: relative;
    padding-bottom: 40vw;
  }
  .cwb-section-fv::before {
    top: 60px;
    left: 0;
    right: unset;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
    width: 39vw;
    height: 27vw;
    background-color: var(--main-blue);
  }
  .cwb-section-fv::after {
    background-image: unset;
    height: 100%;
    width: 100%;
    background: var(--main-blue);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 150px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 150px));
  }
  .cwb-section-fv h1 {
    margin-top: 0;
    font-weight: 700;
    line-height: 1.65;
    color: #000000;
    padding: 0;
    position: relative;
    z-index: 0;
  }
  .cwb-section-fv h1 span {
    position: relative;
    z-index: 0;
    padding: 0 10px;
    padding-right: 20px;
  }
  .cwb-section-fv h1 span::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% - 5px);
    top: 6px;
    background: white;
    left: 0;
  }
  .cwb-section-fv h1 + p {
    color: #ffffff;
    text-shadow: 2px 2px 0.28em rgba(0, 0, 0, 0.45);
  }
  .cwb-section-fv figure {
    position: relative;
    z-index: 0;
  }
  .cwb-section-fv figure::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(44, 72, 176, 0.502);
    z-index: 10;
  }
  .cwb-section-fv figure img {
    margin: 0 !important;
    width: 100%;
  }
  .cwb-section-fv .cwb-list-1 {
    background: #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border-radius: 0;
    color: var(--main-blue);
  }
  .cwb-section-fv .cwb-list-1::before,
  .cwb-section-fv .cwb-list-1::after {
    content: unset;
  }
  .cwb-section-fv .cwb-list-1 > * {
    margin-bottom: 0.4em !important;
    padding-bottom: 0.4em;
    border-bottom: 2px dashed var(--main-blue);
  }
  .cwb-section-fv .cwb-list-1 > *::before {
    font-weight: bold;
  }
  .cwb-section-fv .cwb-list-1 > *:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0 !important;
  }
  .cwb-section-fv .wp-block-columns > *:last-child {
    top: -21px;
    right: -20px;
    -webkit-clip-path: polygon(
      calc(0% + 39vw) 0%,
      100% 0%,
      100% 100%,
      calc(0% - 32vw) calc(100% - 0vw)
    );
    clip-path: polygon(
      calc(0% + 39vw) 0%,
      100% 0%,
      100% 100%,
      calc(0% - 32vw) calc(100% - 0vw)
    );
    width: 100vw;
  }
  .cwb-section-fv--2 {
    padding-top: 80px;
    padding-bottom: 0px !important;
  }
  .cwb-section-fv--2::before {
    width: 50vw !important;
    height: 15vw !important;
    transform: rotate(12deg);
    border: 0;
    background-size: cover;
    -webkit-clip-path: unset;
    clip-path: unset;
    top: 66px;
    right: 0;
    left: unset;
    transform-origin: left top;
    background-color: unset;
    opacity: 0.2;
  }
  .cwb-section-fv--2::after {
    content: unset;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(1) {
    width: 400px;
    margin-bottom: 0 !important;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(2) {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 40px;
    line-height: 1.363;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(3) {
    position: relative;
    margin: 0 !important;
    top: 0;
    left: 0;
    box-shadow: unset;
    background: unset;
    font-size: 30px;
    line-height: 1.333;
    padding: 0;
    text-decoration: underline;
    margin-bottom: 14px !important;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(3) > * {
    padding-left: 40px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 10px !important;
    border: 0;
  }
  .cwb-section-fv--2
    .wp-block-columns
    > *:first-child
    > *:nth-child(3)
    > *::before {
    top: 2.5px;
    font-size: 30px;
    font-weight: normal;
  }
  .cwb-section-fv--2
    .wp-block-columns
    > *:first-child
    > *:nth-child(3)
    > *:last-child {
    margin-bottom: 0 !important;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(4) {
    left: 0;
    position: relative;
    top: 0;
    margin: 0 !important;
    right: unset;
    bottom: 0;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(4) a {
    margin-left: 0;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
  }
  .cwb-section-fv--2 .wp-block-columns > *:last-child {
    width: 60vw;
    -webkit-clip-path: polygon(
      calc(0% + 62px) 0%,
      100% 0,
      100% 100%,
      0% 100%
    ) !important;
    clip-path: polygon(
      calc(0% + 62px) 0%,
      100% 0,
      100% 100%,
      0% 100%
    ) !important;
    position: absolute;
    bottom: -17px;
    right: 20px !important;
    top: unset;
  }
  .cwb-section-fv--2 figure::before {
    content: unset;
  }
}
@media screen and (max-width: 768px) {
  .cwb-txt-marker .highlight::before {
    height: 5px;
  }
  .cwb-txt-1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .cwb-txt-2 {
    font-size: 24px;
    line-height: 33px;
    width: 300px;
    max-width: 100%;
  }
  .cwb-btn-1 a {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 20px 10px;
    width: 290px;
    margin: auto;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .cwb-btn-2 a {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 30px;
    width: 307px;
    max-width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .cwb-column-1 {
    padding: 0 20px;
    margin: 0 auto !important;
    padding-bottom: 78px;
    max-width: 100%;
    width: 400px;
  }
  .cwb-column-1 > *:first-child {
    margin: 0 !important;
  }
  .cwb-column-1 > *:last-child .wp-block-image {
    width: 108px;
    height: 85px;
  }
  .cwb-column-1 > *:last-child .wp-block-image img {
    width: 108px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cwb-group-1 {
    max-width: 335px;
    margin: auto;
    margin-top: 30px !important;
  }
  .cwb-group-1::before {
    content: unset;
  }
  .cwb-group-1 .wp-block-columns {
    gap: 30px;
    margin-bottom: 30px !important;
  }
  .cwb-group-1 .wp-block-columns .wp-block-column {
    font-size: 14px;
    line-height: 19px;
    padding: 30px 15px;
  }
  .cwb-group-1 .wp-block-columns .wp-block-column::before,
  .cwb-group-1 .wp-block-columns .wp-block-column::after {
    width: 30px;
    height: 30px;
  }
  .cwb-group-1 .wp-block-columns .wp-block-column > *:nth-child(1) {
    font-size: 16px;
    line-height: 22px;
  }
  .cwb-group-1 .wp-block-columns .wp-block-column > *:last-child {
    font-size: 75px;
    line-height: 75px;
  }
  .cwb-group-1 .wp-block-columns:last-child {
    margin-bottom: 0px !important;
  }
  .cwb-group-2 {
    padding: 20px 18px 30px 17px;
    font-size: 16px;
    line-height: 28px;
  }
  .cwb-group-2::before,
  .cwb-group-2::after {
    content: unset;
  }
  .cwb-group-2 h2.s {
    font-size: 19px !important;
    line-height: 27px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .cwb-group-2 h2.s::after {
    content: "" !important;
    position: absolute;
    width: 25px !important;
    height: 1px !important;
    background: #000 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
  }
  .cwb-group-teacher > .wp-block-columns {
    gap: 50px;
  }
  .cwb-group-teacher > .wp-block-columns > .wp-block-column {
    padding: 20px 10px 10px;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns {
    justify-content: center;
    margin-bottom: 10px !important;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child {
    width: 193px;
    max-width: 100%;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child
    h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child
    h3::after {
    bottom: -12px;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child
    ul {
    font-size: 16px;
    line-height: 22px;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child
    ul
    > * {
    padding-left: 27px;
    margin-bottom: 10px !important;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    > *:last-child
    ul
    > *::before {
    font-size: 20px;
  }
  .cwb-group-teacher
    > .wp-block-columns
    > .wp-block-column
    > *.wp-block-columns
    + * {
    padding: 15px;
    padding-right: 13px;
    font-size: 16px;
    line-height: 23px;
    background: #f2f2f2;
    border-radius: 20px;
  }
  .cwb-query-notice .wp-block-post-template {
    padding: 0;
  }
  .cwb-query-notice .wp-block-post {
    margin-bottom: 30px !important;
  }
  .cwb-query-notice .wp-block-post time {
    font-size: 14px;
    line-height: 19px;
  }
  .cwb-query-notice .wp-block-post .wp-block-post-title {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 22px;
    padding-bottom: 25px;
  }
  .cwb-query-notice .wp-block-post:last-child {
    margin-bottom: 0 !important;
  }
  .cwb-carousel-1 {
    background: #edf7fe;
    height: calc(100vh - 80px);
  }
  .cwb-carousel-1 img {
    height: calc(100vh - 80px);
    -o-object-fit: contain;
    object-fit: contain;
  }
  .cwb-carousel-1 .ghostkit-carousel-bullets {
    bottom: 5px !important;
    gap: 7.5px;
    height: 6px;
  }
  .cwb-carousel-1 .ghostkit-carousel-bullets .swiper-pagination-bullet {
    width: 58px;
    height: 6px;
    left: 0px;
    top: 0px;
    border-radius: 100px;
    margin: 0 !important;
    background: rgba(19, 46, 146, 0.302) !important;
    opacity: 1 !important;
  }
  .cwb-carousel-1
    .ghostkit-carousel-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #132e92 !important;
  }
  .cwb-point-1 {
    display: flex;
    justify-content: center;
    width: 326px;
    padding-right: 31px;
    max-width: 100% !important;
    margin-bottom: 80px !important;
  }
  .cwb-point-1 > *:nth-child(1) {
    font-size: 20px;
    line-height: 20px;
  }
  .cwb-point-1 > *:nth-child(2) {
    font-size: 50px;
    line-height: 50px;
    top: 18px;
  }
  .cwb-point-1 > *.wp-block-columns {
    margin-left: 31px;
    margin-top: 35px;
    gap: 40px;
    flex-direction: column;
  }
  .cwb-point-1 > *.wp-block-columns > *:first-child {
    margin-top: 0 !important;
  }
  .cwb-point-1 > *.wp-block-columns > *:first-child > * {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    padding-bottom: 10px;
  }
  .cwb-point-1 > *.wp-block-columns > *:first-child > *::after {
    height: 2px;
  }
  .cwb-point-1 > *.wp-block-columns > *:first-child > * .highlight::before {
    height: 3px;
  }
  .cwb-list-2 {
    font-size: 18px;
    line-height: 25px;
  }
  .cwb-list-2 > *::before {
    height: 3px;
  }
  .cwb-section-fv h1 {
    font-size: 7vw;
  }
  .cwb-section-fv h1 + p {
    font-size: 4vw;
    line-height: 1.7;
  }
  .cwb-section-fv .cwb-list-1 {
    font-size: 3.5vw;
  }
  .cwb-section-fv .cwb-list-1 > *::before {
    font-size: 4vw;
  }
  .cwb-section-fv .wp-block-columns {
    margin-left: 0;
  }
  .cwb-section-fv--2::before {
    width: 297px !important;
    height: 88px !important;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(1) {
    width: 330px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(2) {
    font-size: 30px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(3) {
    font-size: 20px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(3) > * {
    padding-left: 30px;
  }
  .cwb-section-fv--2
    .wp-block-columns
    > *:first-child
    > *:nth-child(3)
    > *::before {
    top: 1.5px;
    font-size: 20px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(4) a {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cwb-section-arrow {
    -webkit-clip-path: polygon(
      100% 0,
      100% calc(100% - 37px),
      calc(50% + 34px) calc(100% - 37px),
      50% 100%,
      calc(50% - 34px) calc(100% - 37px),
      0 calc(100% - 37px),
      0 0
    );
    clip-path: polygon(
      100% 0,
      100% calc(100% - 37px),
      calc(50% + 34px) calc(100% - 37px),
      50% 100%,
      calc(50% - 34px) calc(100% - 37px),
      0 calc(100% - 37px),
      0 0
    );
    padding-bottom: 87px;
  }
}
@media screen and (max-width: 600px) {
  .cwb-section-fv .cwb-list-1 {
    font-size: 14px;
    line-height: 19px;
    padding: 15px;
    bottom: -130px;
  }
  .cwb-section-fv .cwb-list-1 > * {
    padding-left: calc(1em + 6px);
    margin-bottom: 4px !important;
    padding-bottom: 4px;
    border-bottom-width: 1px;
  }
  .cwb-section-fv .cwb-list-1 > *::before {
    font-size: 15px;
    top: 2.5px;
  }
}
@media screen and (max-width: 425px) {
  .cwb-section-fv {
    padding-bottom: calc(11vw + 121px);
    margin-bottom: 0 !important;
  }
  .cwb-section-fv::before {
    width: 47vw;
    height: 37vw;
  }
  .cwb-section-fv::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
  }
  .cwb-section-fv > * {
    padding: 0 !important;
  }
  .cwb-section-fv h1 {
    font-size: 28px;
    line-height: 44px;
    margin-top: -7px;
    margin-bottom: 10px !important;
  }
  .cwb-section-fv h1 span {
    padding-right: 10px;
  }
  .cwb-section-fv h1 span::before {
    top: 4px;
  }
  .cwb-section-fv h1 + p {
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0 !important;
  }
  .cwb-section-fv .wp-block-columns {
    margin-left: 20px;
  }
  .cwb-section-fv .wp-block-columns > *:last-child {
    right: 0;
    -webkit-clip-path: polygon(
      calc(0% + 47vw) 0%,
      100% 0%,
      100% 100%,
      calc(0% - 18vw) calc(100% - 0vw)
    );
    clip-path: polygon(
      calc(0% + 47vw) 0%,
      100% 0%,
      100% 100%,
      calc(0% - 18vw) calc(100% - 0vw)
    );
  }
  .cwb-section-fv--2::before {
    width: 250px !important;
    height: 73px !important;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(1) {
    width: 144px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(2) {
    font-size: 22px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(3) {
    font-size: 12px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:first-child > *:nth-child(3) > * {
    padding-left: 20px;
  }
  .cwb-section-fv--2
    .wp-block-columns
    > *:first-child
    > *:nth-child(3)
    > *::before {
    top: 0.5px;
    font-size: 15px;
  }
  .cwb-section-fv--2 .wp-block-columns > *:last-child {
    width: 219px;
  }
}
.list-teacher {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 90px;
  margin-bottom: 120px;
}
.list-teacher .entry-card-wrap {
  width: calc(33.3333333333% - 30px);
  background: #f4f6f8;
  border-radius: 20px;
  padding: 20px;
  text-decoration: unset;
  color: #000000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.list-teacher .entry-card-thumb {
  max-width: 100%;
  width: 310px;
  height: 163px;
  margin: 0 !important;
  margin-bottom: 15px !important;
  float: unset;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.list-teacher .entry-card-thumb img {
  max-width: 100%;
  height: 163px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
  width: auto;
}
.list-teacher .entry-card-thumb img + img,
.list-teacher .entry-card-thumb img + noscript + img {
  width: 100%;
  filter: blur(25px);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.list-teacher .entry-card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.list-teacher .entry-card-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1.5px solid #dadada;
}
.list-teacher .entry-card-university {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.list-teacher .entry-card-highschool {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
.list-teacher .entry-card-wordbox {
  min-height: 48px;
  background: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "Zen Maru Gothic";
  cursor: pointer;
}
.list-teacher .entry-card-wordbox__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.list-teacher .entry-card-wordbox__content {
  display: none;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.list-teacher .entry-card-wordbox__content::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 0px;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  border: 1px solid #dadada;
}
@media screen and (max-width: 1024px) {
  .list-teacher .entry-card-wrap {
    width: calc(50% - 30px);
  }
  .list-teacher .entry-card-thumb {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .list-teacher {
    row-gap: 40px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 40px;
  }
  .list-teacher .entry-card-wrap {
    width: 100%;
    padding: 15px 10px 10px;
  }
  .list-teacher .entry-card-thumb {
    height: 185px;
    margin-bottom: 10px;
  }
  .list-teacher .entry-card-thumb img {
    height: 185px;
  }
  .list-teacher .entry-card-title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .list-teacher .entry-card-title::after {
    border-radius: 2em;
  }
  .list-teacher .entry-card-university,
  .list-teacher .entry-card-highschool {
    font-size: 14px;
    line-height: 19px;
  }
  .list-teacher .entry-card-wordbox {
    min-height: 40px;
  }
  .list-teacher .entry-card-wordbox__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.list-experience {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 50px;
  margin-bottom: 150px;
}
.list-experience .entry-card-wrap {
  margin-left: 60px;
  margin-top: 60px;
  width: 500px;
  max-width: 100%;
  background: #ffffff;
  border: 2px solid var(--main-blue-dark);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.list-experience .entry-card-wrap::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 119px;
  height: 119px;
  background-image: url(../../img/deco_5.png);
  background-size: cover;
  z-index: 1;
}
.list-experience .entry-card-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--main-blue-dark);
  margin-bottom: 20px;
}
.list-experience .entry-card-thumb {
  width: 100px;
  height: 100px;
  margin: 0;
  margin-bottom: 10px;
  float: unset;
}
.list-experience .entry-card-thumb img {
  width: 100px;
  height: 100px;
}
.list-experience .entry-card-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.list-experience .entry-card-university {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: var(--main-blue-dark);
  margin-bottom: 20px;
}
.list-experience .entry-card-university-1 {
  position: relative;
  z-index: 0;
  display: inline;
  background: linear-gradient(
    transparent 75%,
    var(--highlight-yellow) 75%,
    var(--highlight-yellow) 95%,
    transparent 95%,
    transparent 100%
  );
}
.list-experience .entry-card-university-2 {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}
.list-experience .entry-card-word {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.list-experience .entry-card-q {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
.list-experience .entry-card-a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 600px) {
  .list-experience {
    margin-top: 50px;
    gap: 60px;
    margin-bottom: 40px;
    width: 400px;
    max-width: 100%;
  }
  .list-experience .entry-card-wrap {
    padding: 10px;
    width: 100%;
    margin: 0;
  }
  .list-experience .entry-card-wrap::before {
    width: 69px;
    height: 69px;
    left: -18px;
    top: -38px;
  }
  .list-experience .entry-card-top {
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .list-experience .entry-card-top__left {
    min-width: 96px;
    margin-top: 4px;
  }
  .list-experience .entry-card-thumb {
    margin: auto auto 10px;
    width: 50px;
    height: 50px;
  }
  .list-experience .entry-card-thumb img {
    width: 50px;
    height: 50px;
  }
  .list-experience .entry-card-name {
    font-size: 12px;
    line-height: 16px;
  }
  .list-experience .entry-card-university {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .list-experience .entry-card-university-2 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
  .list-experience .entry-card-word {
    font-size: 12px;
    line-height: 16px;
  }
  .list-experience .entry-card-q,
  .list-experience .entry-card-a {
    font-size: 12px;
    line-height: 16px;
  }
  .list-experience .entry-card-q {
    margin-bottom: 15px;
  }
}
.header-container {
  position: fixed;
  z-index: 80000;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}
.header-container-in {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1180px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
.header-container-in .header {
  width: 325px;
}
.header-container-in .header-in {
  width: auto;
}
.header-container-in .header .logo-image {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.header-container-in .header .logo-image::before,
.header-container-in .header .logo-image::after {
  content: "";
  position: absolute;
}
.header-container-in .header .logo-image::before {
  width: 2px;
  height: 30px;
  background: #eeeeee;
  left: 157px;
}
.header-container-in .header .logo-image::after {
  content: "オンライン家庭教師";
  right: 0;
  font-size: 16px;
  font-weight: 600;
}
.header-container-in .header .logo-image .site-name {
  padding: 0;
}
.header-container-in .header .logo-image .site-name-text {
  display: flex;
  font-weight: bold;
}
.header-container-in .header .logo-image .site-logo-image {
  width: 137px;
}
.header-container-in .navi {
  width: calc(100% - 325px);
  background: unset;
}
.header-container-in .navi-in {
  width: auto;
}
.header-container-in .navi-in ul {
  justify-content: flex-end;
}

.mobile-header-menu-buttons {
  height: 60px;
  justify-content: space-between;
}
.mobile-header-menu-buttons .navi-menu-button {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
}
.mobile-header-menu-buttons .navi-menu-button .menu-icon {
  font-size: 35px;
}
.mobile-header-menu-buttons .navi-menu-button .navi-menu-caption {
  display: none;
}
.mobile-header-menu-buttons .logo-menu-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: unset;
  width: unset;
  padding: 0;
  padding-left: 10px;
  line-height: initial;
  min-width: unset;
}
.mobile-header-menu-buttons .logo-menu-button .menu-button-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.mobile-header-menu-buttons .logo-menu-button .menu-button-in::after {
  content: "オンライン家庭教師";
  position: relative;
  bottom: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.mobile-header-menu-buttons .logo-menu-button .menu-button-in img {
  height: 25px;
  margin: 0;
}
.mobile-header-menu-buttons #navi-menu-input:checked ~ #navi-menu-content {
  max-width: 100%;
  background: var(--main-blue);
  color: white;
}
.mobile-header-menu-buttons
  #navi-menu-input:checked
  ~ #navi-menu-content
  .menu-drawer {
  margin-top: 20px;
}
.mobile-header-menu-buttons
  #navi-menu-input:checked
  ~ #navi-menu-content
  .menu-drawer
  li
  a {
  color: white;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-left: 0;
  padding-bottom: 10px;
}
.mobile-header-menu-buttons
  #navi-menu-input:checked
  ~ #navi-menu-content
  .menu-drawer
  li
  a:hover {
  background: unset !important;
}
.mobile-header-menu-buttons
  #navi-menu-input:checked
  ~ #navi-menu-content
  .menu-drawer
  li:first-child
  a {
  padding-top: 10px;
  border-top: 1px solid;
}

@media screen and (max-width: 1023px) {
  .header-container {
    z-index: unset;
    display: none;
  }
  .mobile-header-menu-buttons {
    display: flex;
  }
}
.content {
  padding-top: 70px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}
.content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--main-blue);
  height: 195px;
  width: 57.5%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 115px) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(0% + 115px) 100%);
  z-index: -1;
}
.content-in {
  width: 1180px;
  max-width: 100%;
}
.content-in .main {
  border: 0;
  padding: 0 20px;
}
.content-in .main-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  margin-bottom: 150px;
}
.content-in .main-content .list-wrap,
.content-in .main-content .article-wrap {
  width: 750px;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap {
  padding: 0;
  margin-bottom: 100px;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card::after {
  content: unset;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-thumb {
  width: 320px;
  max-width: calc(100% - 320px - 20px);
  height: 240px;
  margin: 0;
  float: unset;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-thumb
  img {
  width: 320px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-content {
  margin: 0;
  width: calc(100% - 320px - 20px);
  min-width: 320px;
  padding: 0;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-meta {
  position: relative;
  left: 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-categorys {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-categorys
  .entry-category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-categorys
  .entry-category:nth-child(3)
  ~ * {
  display: none;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap
  .entry-card-snippet {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap:last-child {
  margin-bottom: 0;
}
.content-in
  .main-content
  .list-wrap
  .list.front-page-type-index
  .entry-card-wrap:hover {
  opacity: 0.6;
  background: unset;
}
@media screen and (max-width: 768px) {
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap {
    margin-bottom: 40px;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card {
    gap: 10px;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-thumb {
    width: 100px;
    height: 100px;
    max-width: unset;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-thumb
    img {
    width: 100px;
    height: 100px;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-content {
    width: calc(100% - 100px - 10px);
    min-width: unset;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-meta {
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 5px;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-meta
    .post-date {
    padding: 0;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-categorys
    .entry-category {
    font-size: 10px;
    line-height: 12px;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-categorys
    .entry-category:nth-child(1)
    ~ * {
    display: none;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
  }
  .content-in
    .main-content
    .list-wrap
    .list.front-page-type-index
    .entry-card-wrap
    .entry-card-snippet {
    font-size: 12px;
    line-height: 15px;
    -webkit-line-clamp: 2;
  }
}
.content-in .main-content .list-wrap .pagination {
  display: none;
}
.content-in .main-content .sidebar-wrap {
  width: 330px;
  min-width: 330px;
}
.content-in .main-content .sidebar-wrap .sidebar {
  display: block;
  width: 330px;
  padding: 0;
}
.content-in .main-content .sidebar-wrap .sidebar aside {
  margin-bottom: 40px;
}
.content-in .main-content .sidebar-wrap .sidebar .search-box {
  margin-top: 0;
  margin-bottom: 60px;
}
.content-in .main-content .sidebar-wrap .sidebar .search-box input {
  height: 40px;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  font-size: 14px;
  padding-right: 125px;
}
.content-in .main-content .sidebar-wrap .sidebar .search-box button {
  background: var(--main-blue-light);
  border-radius: 0px 10px 10px 0px;
  height: 100%;
  top: 0;
  right: 0;
  width: 113px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .search-box
  button
  .fa-search::before {
  content: "検索";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.content-in .main-content .sidebar-wrap .sidebar h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  border: 0;
  padding: 0;
  background: unset;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.content-in .main-content .sidebar-wrap .sidebar h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #6fb1fc 0%, #4364f7 100%);
  border-radius: 2em;
}
.content-in .main-content .sidebar-wrap .sidebar .widget_categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_categories
  ul
  .cat-item
  a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background: var(--main-blue-light);
  border-radius: 5px;
  padding: 6px 10px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_categories
  ul
  .cat-item
  a::after {
  content: unset;
}
.content-in .main-content .sidebar-wrap .sidebar .widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_tag_cloud
  .tagcloud
  .tag-cloud-link {
  flex: unset;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background: var(--main-blue-light);
  padding: 6px 15px;
  border-radius: 100px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_tag_cloud
  .tagcloud
  .tag-cloud-link
  .fas {
  display: none;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-cards {
  margin-top: 20px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link {
  padding: 0;
  margin-bottom: 30px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link:last-child {
  margin-bottom: 0;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card::after {
  content: unset;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card-thumb {
  width: 120px;
  height: 90px;
  float: unset;
  margin: 0;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card-thumb::before {
  top: -15px;
  left: -15px;
  opacity: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 25px;
  padding-top: 1px;
  padding-bottom: 4px;
  border-radius: 100px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card-thumb
  img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card-content {
  margin: 0;
  width: 200px;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card-content
  .cat-label {
  display: inline-block;
  position: relative;
  border: 0;
  top: 0;
  left: 0;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card-category {
  margin-bottom: 12px;
  display: flex;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link
  .popular-entry-card-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link.no-1
  .popular-entry-card-thumb::before {
  background: linear-gradient(
    135deg,
    #ffdf6f 0%,
    #ffdf6f 44.79%,
    #deb72b 55.73%,
    #deb72b 100%
  );
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link.no-2
  .popular-entry-card-thumb::before {
  background: linear-gradient(
    135deg,
    #d2d2d1 0%,
    #d2d2d1 44.79%,
    #8c8c8c 55.73%,
    #8c8c8c 100%
  );
}
.content-in
  .main-content
  .sidebar-wrap
  .sidebar
  .widget_popular_entries
  .popular-entry-card-link.no-3
  .popular-entry-card-thumb::before {
  background: linear-gradient(
    135deg,
    #ab8602 0%,
    #ab8602 44.79%,
    #7d6202 55.73%,
    #7d6202 100%
  );
}
.content-in .main-content ~ .pagination {
  margin-bottom: 90px;
}
.content-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  height: 90px;
  margin: 0 !important;
}
.content-bottom-in {
  width: 100%;
  height: 100%;
}
.content-bottom-in > * {
  margin: 0 !important;
  height: 100%;
}
.content-bottom-in > * > * {
  height: 100%;
}

.article h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.208;
  color: #ffffff;
  background: var(--main-blue-light);
  text-align: left;
  padding: 15px 20px;
  margin-bottom: 25px;
  margin-top: 50px;
}
.article h2::after {
  content: unset;
}
.article h2.s {
  position: relative;
  background: unset;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.357;
  color: var(--main-blue-dark);
  padding: 0;
  padding-bottom: 36px;
  z-index: 0;
  margin-top: 0px;
}
.article h2.s .highlight {
  position: relative;
}
.article h2.s .highlight::before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  background: var(--highlight-yellow);
  z-index: -1;
}
.article h2.s::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2em;
  width: 100px;
  height: 4px;
  background-color: var(--main-blue-dark);
}
.article h2.s.dg {
  font-size: 36px;
  line-height: 62px;
  background: unset;
  text-align: center;
  padding: 0;
  margin: 0;
}
.article h2.s.dg .highlight {
  display: inline-block;
  border-bottom: 2px solid white;
  line-height: 1.6;
  margin-bottom: 10px;
}
.article h2.s.dg .highlight::before {
  content: unset;
}
.article h2.s.dg .highlight:first-child {
  transform: rotate(-2deg);
}
.article h2.s.dg .highlight:last-child {
  transform: rotate(2deg);
}
.article h2.s.dg::after {
  content: unset;
}
.article h2.s.no-border {
  padding-bottom: 0;
  background: unset;
  text-align: center;
  margin-top: 0;
  padding: 0;
}
.article h2.s.no-border::after {
  content: unset;
  padding-bottom: 0;
}
.article h2.s.notice {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  text-align: left;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 70px !important;
}
.article h2.s.notice::after {
  height: 3px;
  border: unset;
  background: linear-gradient(90deg, #6fb1fc 0%, #4364f7 100%);
  width: 100%;
  border-radius: 2em;
}
.article h3 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.227;
  color: var(--main-blue-light);
  border: 0;
  border-left: 3px solid var(--main-blue-light);
  padding: 15px 20px 17px;
}
.article h4 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.222;
  color: var(--main-blue-light);
  background: #fafafa;
  border: 0;
  border-bottom: 3px solid var(--main-blue-light);
  padding: 14px 20px 13px;
}
@media screen and (max-width: 768px) {
  .article h2 {
    font-size: 20px;
    line-height: 1.2;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .article h2.s {
    font-size: 26px;
    line-height: 35px;
    padding: 0;
    padding-bottom: 14px;
    margin-bottom: 40px !important;
  }
  .article h2.s::after {
    width: 50px;
    height: 2px;
  }
  .article h2.s .highlight::before {
    height: 5px;
  }
  .article h2.s.dg {
    font-size: 26px;
    line-height: 26px;
  }
  .article h2.s.notice {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px !important;
  }
  .article h3 {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.222;
    margin-bottom: 30px;
    padding: 10px 15px;
  }
  .article h4 {
    margin: 40px 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1.187;
  }
}
.article .ah-top-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.article .ah-top-wrap .ah-top-date .date-tags {
  margin-bottom: 0;
}
.article .ah-top-wrap .ah-top-category .entry-categories {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 5px;
  margin-bottom: 0;
}
.article .ah-top-wrap .ah-top-category .entry-categories-tags {
  margin-bottom: 0;
}
.article .ah-top-wrap .ah-top-category .entry-categories .cat-link {
  margin: 0;
  padding: 5.25px 10px 6.75px;
}
.article .entry-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-top: 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 20px;
}
.article .entry-card-content {
  margin-top: 50px;
}
.article .entry-content {
  margin-bottom: 150px;
}

.archive-title {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #ffffff;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  min-height: 125px;
  background: var(--main-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
  min-height: 60px;
}
.breadcrumb-wrap {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  min-height: 60px;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 60px;
}
.breadcrumb-home {
  display: inline-flex !important;
  align-items: center;
}
.breadcrumb-home > *,
.breadcrumb-home > * > * {
  display: inline-flex;
}
.breadcrumb-home img {
  width: 103px;
  height: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.breadcrumb-caption {
  font-size: 18px;
  line-height: 25px;
  color: #cacaca;
}
.breadcrumb-caption-gst {
  font-size: 0;
  line-height: 0;
}
.breadcrumb .sp {
  font-size: 15px;
  color: #cacaca;
}
.breadcrumb div {
  display: flex;
  align-items: center;
}
.breadcrumb-item:nth-child(2) ~ * a,
.breadcrumb-item:nth-child(2) ~ * .breadcrumb-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.breadcrumb-item:last-child a,
.breadcrumb-item:last-child .breadcrumb-caption {
  max-width: 400px;
}
.breadcrumb .fa-file::before {
  position: relative;
  top: 1px;
}

.pagination {
  margin: 0;
  margin-bottom: 140px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.pagination .current {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 0;
  color: white;
  background: #7e7e7e;
}
.pagination .page-numbers {
  border: 0;
}
.pagination-next {
  display: none;
}

.post-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
  display: flex;
  align-items: center;
}
.post-date .fa-clock {
  color: #aaa;
  font-size: 18px;
}
.post-date .fa-clock::before {
  content: "\f073";
}
.post-date .entry-date {
  margin-left: 5px;
}

.toc {
  background: #f4f6f8;
  border-radius: 10px;
  border: 0;
  padding: 20px 20px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 70px;
}
.toc-title {
  padding: 0;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.toc-checkbox:checked ~ .toc-title {
  margin-bottom: 20px;
  position: relative;
}
.toc-checkbox:checked ~ .toc-title::before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 1px;
  width: 20px;
  background: #000;
  border-radius: 2em;
}
.toc-checkbox:checked ~ .toc-content {
  padding: 0;
  padding-bottom: 30px;
}

.pager-post-navi.post-navi-square {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 90px;
  position: relative;
  margin: 0;
}
.pager-post-navi.post-navi-square::before {
  content: "";
  position: absolute;
  height: 70px;
  width: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #aaaaaa;
}
.pager-post-navi.post-navi-square::after {
  content: unset;
}
.pager-post-navi.post-navi-square a {
  width: calc(50% - 45px);
  padding: 0;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-direction: unset;
}
.pager-post-navi.post-navi-square a .iconfont {
  display: none;
}
.pager-post-navi.post-navi-square a figure {
  width: 120px;
  height: 90px;
}
.pager-post-navi.post-navi-square a figure img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}
.pager-post-navi.post-navi-square a .prev-post-title,
.pager-post-navi.post-navi-square a .next-post-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-left: 8px;
  margin-bottom: 17px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
}
.pager-post-navi.post-navi-square a::before {
  position: absolute;
  top: 10px;
  left: 128px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #aaaaaa;
}
.pager-post-navi.post-navi-square a.prev-post::before {
  content: "前の記事";
}
.pager-post-navi.post-navi-square a.next-post::before {
  content: "次の記事";
}
.pager-post-navi.post-navi-square a.prev-next-home {
  display: none;
}

.mblt-header-mobile-buttons {
  margin-top: 0;
}

@media screen and (max-width: 1160px) {
  .breadcrumb {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding-top: 60px;
  }
  .content-in .main-content {
    display: flex;
    flex-wrap: wrap;
  }
  .content-in .main-content .list-wrap,
  .content-in .main-content .sidebar-wrap,
  .content-in .main-content .article-wrap {
    width: 100%;
  }
  .content-in .main-content .list-wrap .pagination {
    display: block;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .content-in .main-content .sidebar-wrap .sidebar {
    width: 100%;
  }
  .content-in
    .main-content
    .sidebar-wrap
    .sidebar
    .widget_popular_entries
    .popular-entry-cards {
    padding: 10px 15px;
  }
  .content-in .main-content.with-sidebar ~ .pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .content::before {
    content: unset;
  }
  .content-in .main-content {
    margin-bottom: 20px;
    gap: 100px;
  }
  .content-in .main-content .list-wrap {
    padding: 0 5px;
  }
  .content-in .main-content .sidebar-wrap {
    padding: 0 5px;
    min-width: unset;
  }
  .content-in .main-content .sidebar-wrap .sidebar {
    margin: 0;
  }
  .content-in .main-content .sidebar-wrap .sidebar aside {
    margin-bottom: 30px;
  }
  .content-in .main-content .sidebar-wrap .sidebar h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .content-in .main-content .sidebar-wrap .sidebar h3::after {
    height: 2px;
  }
  .content-in .main-content .sidebar-wrap .sidebar .search-box {
    margin-bottom: 30px;
  }
  .content-in
    .main-content
    .sidebar-wrap
    .sidebar
    .widget_categories
    ul
    .cat-item
    a {
    font-size: 12px;
    line-height: 15px;
    padding: 4px 5px;
  }
  .content-in
    .main-content
    .sidebar-wrap
    .sidebar
    .widget_tag_cloud
    .tagcloud
    .tag-cloud-link {
    font-size: 12px;
    line-height: 15px;
    padding: 4px 10px;
    border: 0;
  }
  .content-in
    .main-content
    .sidebar-wrap
    .sidebar
    .widget_popular_entries
    .popular-entry-cards {
    padding: 0;
    margin-top: 25px;
  }
  .content-in
    .main-content
    .sidebar-wrap
    .sidebar
    .widget_popular_entries
    .popular-entry-card-link
    .popular-entry-card-content {
    width: calc(100% - 120px - 8px);
  }
  .content-in
    .main-content
    .sidebar-wrap
    .sidebar
    .widget_popular_entries
    .popular-entry-card-link
    .popular-entry-card-content
    .cat-label {
    font-size: 10px;
    line-height: 12px;
  }
  .content-in
    .main-content
    .sidebar-wrap
    .sidebar
    .widget_popular_entries
    .popular-entry-card-link
    .popular-entry-card-category {
    margin-bottom: 15px;
  }
  .content-bottom {
    height: 80px;
  }
  .breadcrumb {
    min-height: 40px;
    row-gap: 5px;
    padding: 10px;
  }
  .breadcrumb-wrap {
    margin-bottom: 30px;
    min-height: 40px;
  }
  .breadcrumb-home img {
    width: 69px;
    height: 20px;
  }
  .breadcrumb-caption {
    font-size: 12px;
    line-height: 16px;
  }
  .breadcrumb .sp {
    display: flex;
    margin: 0 8px;
    font-size: 12px;
  }
  .breadcrumb a {
    display: flex;
  }
  .breadcrumb-item:last-child a,
  .breadcrumb-item:last-child .breadcrumb-caption {
    max-width: 300px;
  }
  .archive-title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
  }
  .pagination {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .pagination .current {
    width: 40px;
    height: 40px;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .post-date {
    font-size: 10px;
    line-height: 12px;
  }
  .post-date .fa-clock {
    font-size: 13px;
  }
  .toc {
    margin-bottom: 40px;
  }
  .toc-title {
    font-size: 18px;
    line-height: 22px;
  }
  .toc-content {
    font-size: 14px;
    line-height: 17px;
  }
  .toc-checkbox:checked ~ .toc-title {
    padding-bottom: 12px;
  }
  .toc-checkbox:checked ~ .toc-content {
    padding-bottom: 32px;
  }
  .article .entry-title {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  .article .ah-top-wrap {
    margin-bottom: 17px;
  }
  .article .ah-top-wrap .ah-top-category .entry-categories .cat-link {
    padding: 4px 5px;
  }
  .article .entry-content {
    margin-bottom: 60px;
  }
  .pager-post-navi.post-navi-square {
    flex-direction: column;
    gap: 30px;
  }
  .pager-post-navi.post-navi-square::before {
    content: unset;
  }
  .pager-post-navi.post-navi-square a {
    width: 100%;
    border-top-width: 1px !important;
  }
  .pager-post-navi.post-navi-square a figure {
    min-width: unset;
    max-width: unset;
    width: 120px;
    height: 90px;
    min-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .body,
  .menu-content {
    font-size: 14px;
  }
}
body.page-template-page-content-only .content {
  padding-top: 0;
}
body.page-template-page-content-only .content::before {
  content: unset;
}
body.page-template-page-content-only .content .content-in {
  width: 100%;
  max-width: 100%;
}
body.page-template-page-content-only .content .content-in .main {
  padding: 0;
  border: unset;
}
body.page-template-page-content-only .content .content-in .main .article {
  margin-bottom: 0 !important;
}
body.page-template-page-content-only .content .content-in .main .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.archive .list-description {
  font-size: 20px;
  line-height: 27px;
  width: 900px;
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 100px;
}
body.archive.post-type-archive-experience .content {
  background: rgba(236, 221, 198, 0.2);
}
body.archive.post-type-archive-experience .content-in {
  width: 1200px;
}
body.archive.post-type-archive-experience .content main {
  background-color: unset;
}
body.single .breadcrumb-wrap {
  margin-bottom: 100px;
}
body.single .main-content {
  margin-bottom: 90px;
}
body.page .entry-title {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  color: #ffffff;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  min-height: 125px;
  background: var(--main-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page .ah-top-wrap {
  display: none;
}
body.page .entry-header {
  display: none;
}

@media screen and (max-width: 768px) {
  body.single .breadcrumb-wrap {
    margin-bottom: 40px;
  }
  body.single .main-content {
    margin-bottom: 20px;
  }
  body.archive .list-description {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 22px;
  }
  body.archive .content-in .main {
    padding: 0 15px;
  }
  body.archive .list-experience {
    padding: 0 5px;
  }
  body.page .entry-title {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
  }
}
.footer {
  margin: 0;
  padding: 0;
  margin-bottom: 90px !important;
}
.footer-in {
  width: 100%;
}
.footer-bottom {
  height: 320px;
  padding: 0;
  margin: 0;
  background: var(--main-blue-dark);
}
.footer-bottom-content {
  height: 220px;
  float: unset;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.footer-bottom-content .navi-footer-in > .menu-footer li:first-child {
  border-left: unset;
}
.footer-bottom-content .navi-footer-in > .menu-footer li:last-child {
  border-right: unset;
}
.footer-bottom-content .navi-footer-in a {
  color: white;
  font-size: 16px;
}
.footer-bottom-content .navi-footer-in a:hover {
  background-color: unset;
  text-decoration: underline;
}
.footer-bottom-content .navi-footer-in .menu-item--contact {
  display: none;
}
.footer-bottom-logo {
  width: 1140px;
  max-width: 100%;
  margin: auto;
  height: 100px;
  background-image: url(../../img/footer_bottom.png);
  background-size: 100% 100%;
  float: unset;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer-bottom-logo .logo-image {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.footer-bottom-logo .logo-image::before,
.footer-bottom-logo .logo-image::after {
  content: "";
  position: absolute;
}
.footer-bottom-logo .logo-image::before {
  width: 2px;
  height: 30px;
  background: #eeeeee;
  left: 157px;
}
.footer-bottom-logo .logo-image::after {
  content: "オンライン家庭教師";
  right: 0;
  font-size: 16px;
  font-weight: 600;
}
.footer-bottom-logo .logo-image .site-name {
  padding: 0;
}
.footer-bottom-logo .logo-image .site-name-text {
  display: flex;
  font-weight: bold;
}
.footer-bottom-logo .logo-image .site-logo-image {
  width: 137px;
}
.footer-bottom-logo .logo-image {
  width: 325px;
  margin: 0;
}
.footer-bottom-logo .logo-image .site-logo-image {
  height: auto;
}
.footer-bottom .navi {
  background: unset;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 80px !important;
  }
  .footer-bottom {
    height: auto;
  }
  .footer-bottom-content {
    height: auto;
    padding: 45px 0;
  }
  .footer-bottom-content .menu-footer {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    gap: 20px;
  }
  .footer-bottom-logo {
    flex-direction: column;
    background-size: 100% 100%;
    height: 231px;
    background-image: url(../../img/footer_bottom_tb.png);
  }
  .footer-bottom-logo .logo-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: auto;
    width: auto;
    gap: 5px;
    margin-bottom: 33px;
  }
  .footer-bottom-logo .logo-image::before {
    content: unset;
  }
  .footer-bottom-logo .logo-image::after {
    position: relative;
    font-size: 12px;
    line-height: 16px;
  }
  .footer-bottom .navi {
    margin: 0;
  }
  .footer-bottom .navi .navi-in .menu-item {
    margin: 0;
  }
}
#wpadminbar,
#admin-panel {
  display: none;
}

html[lang="ja"] {
  margin-top: 0 !important;
}
