@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.serif {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

#content div.sharedaddy {
  display: none !important;
}

.wp-block-image {
  margin: 0 auto 1em !important;
}

p.Center {
  text-align: center;
}
p.Center img {
  margin-left: auto;
  margin-right: auto;
}

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

.u-color-primary {
  color: #0187AA;
}

.u-color-pink {
  color: #f995bf;
}

a.cursor-none {
  pointer-events: none;
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.entry-meta-bar {
  display: none !important;
}

section {
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 30px 15px;
  }
}

.footer_page_top {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_page_top img {
    max-width: 90px !important;
  }
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.c-heading__en-cursive {
  font-family: "Parisienne", cursive;
  font-size: 100px;
  color: #121212;
}
.c-heading__en-cursive span.blue {
  color: #002174 !important;
}
.c-heading__en-cursive {
  line-height: 0.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-heading__en-cursive {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-heading__en-cursive {
    font-size: 60px;
  }
}
.c-heading__ja-sub {
  font-size: 27px;
  font-weight: 500;
  margin-top: 10px;
  color: #121212;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .c-heading__ja-sub {
    font-size: 16px;
  }
}
.c-heading__ja-main {
  font-size: 42px;
  font-weight: 400;
  margin-top: 0;
  color: #121212;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-heading__ja-main {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading__ja-main {
    font-size: 28px;
    margin-top: 0;
    line-height: 1.5;
  }
}

/************** 共通ヘッダー ******************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 70px;
  }
}
.l-header .sitetitle {
  font-weight: 400;
  font-size: 9px;
  text-align: center;
  color: #666;
  margin: 5px auto 0;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .l-header .sitetitle {
    font-size: 0.45rem;
    margin-top: 0.25em;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .l-header__inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 15px;
  }
}
.l-header__logo {
  width: 180px;
  text-align: center;
}
.l-header__logo img {
  max-width: 150px;
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .l-header__logo {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header__logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 170px;
    text-align: center;
  }
  .l-header__logo img {
    max-width: 140px;
    display: inline-block;
    margin: 0 auto 5px !important;
  }
}
.l-header__logo a {
  display: block;
  line-height: 0;
}
.l-header__logo img {
  width: 100%;
  height: auto;
  margin-bottom: 5px !important;
}

/************** PCナビゲーション ****************/
@media screen and (max-width: 767px) {
  .p-nav {
    display: none;
  }
}
.p-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.p-nav__list > li {
  position: relative;
}
.p-nav__list > li:after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #C5C4C4;
  position: absolute;
  opacity: 0.55;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-nav__list > li:last-child:after {
  display: none;
}
.p-nav__list > li {
  /* PC版ドロップダウン（子メニュー） */
}
.p-nav__list > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  width: 200px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  list-style: none;
}
.p-nav__list > li .sub-menu li:after {
  display: none;
}
.p-nav__list > li .sub-menu li a {
  padding: 12px 15px !important;
  font-size: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #f2f2f2;
  color: #121212;
  font-weight: 400;
}
.p-nav__list > li .sub-menu li a:hover {
  background: #fdfff1;
  color: #0187AA;
}
.p-nav__list > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.p-nav__link, .p-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-nav__link {
  padding: 6px 20px;
  color: #121212;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-nav__link {
    padding: 6px 10px;
  }
}
.p-nav__link:hover {
  color: #0187AA;
}
.p-nav__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.p-nav__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.p-nav__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) and (max-width: 1180px) {
  .p-nav__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-nav__text {
    font-size: 11px;
  }
}
.p-nav__btn {
  background: #f995bf;
  color: #fff;
  padding: 12px 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-nav__btn {
    padding: 8px 12px;
  }
}
.p-nav__btn {
  border-radius: 4px;
  margin-left: 15px;
}
.p-nav__btn:hover {
  color: #fff;
  background-color: #f586d0;
}

/************** ハンバーガー & ドロワー ****************/
.p-hamburger {
  display: none;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    background: none;
    border: none;
    z-index: 1001;
  }
  .p-hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0187AA;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .p-hamburger span:nth-child(1) {
    top: 0;
  }
  .p-hamburger span:nth-child(2) {
    top: 10px;
  }
  .p-hamburger span:nth-child(3) {
    top: 20px;
  }
  .p-hamburger.is-drawer-open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-hamburger.is-drawer-open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .p-hamburger.is-drawer-open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.p-drawer {
  display: none;
}
.p-drawer__mail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f995bf;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 700;
  max-width: 320px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 3px solid #ffa8e9;
  margin-left: auto;
  margin-right: auto;
}
.p-drawer__mail-btn:hover {
  color: #fff;
  border-bottom-color: transparent;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.p-drawer .p-footer__line-btn {
  max-width: 320px;
  min-width: auto;
}
.p-drawer__mail-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drawer__mail-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.p-drawer__mail-text {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    background: url(../../images/top/worries__bg.jpg) no-repeat center/cover;
    z-index: 1000;
    padding-top: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .p-drawer.is-drawer-open {
    opacity: 1;
    visibility: visible;
  }
  .p-drawer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 60px;
    background-color: rgba(255, 255, 255, 0.93);
  }
  .p-drawer__nav {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-drawer__nav-list {
    list-style: none;
  }
  .p-drawer__nav-list li {
    border-bottom: 1px solid #eee;
  }
  .p-drawer__nav-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    gap: 15px;
  }
  .p-drawer__nav-list li .p-nav__icon {
    display: block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-drawer__nav-list li .p-nav__icon svg {
    width: 100%;
    height: 100%;
    fill: #0187AA;
  }
  .p-drawer__nav-list li {
    /* SPアコーディオン（子メニュー） */
  }
  .p-drawer__nav-list li .sub-menu {
    display: none;
    background: #fdfaf7;
  }
  .p-drawer__nav-list li .sub-menu li {
    border-bottom: none;
  }
  .p-drawer__nav-list li .sub-menu li a {
    padding: 15px !important;
    font-size: 15px;
    font-weight: 400;
    color: #121212 !important;
    background: #fefefe !important;
    border-color: #eee !important;
  }
  .p-drawer__nav-list li.has-child > a {
    position: relative;
  }
  .p-drawer__nav-list li.has-child > a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0187AA;
    border-right: 2px solid #0187AA;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-drawer__nav-list li.is-open > a:after {
    -webkit-transform: translateY(-20%) rotate(-45deg);
            transform: translateY(-20%) rotate(-45deg);
  }
  .p-drawer__cta {
    width: 100%;
  }
}

/************** フッター ******************/
.p-footer {
  background-color: #F8F3EE;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 40px;
  }
}
.p-footer .l-inner {
  padding: 0 30px;
  max-width: 1750px;
}
@media screen and (max-width: 767px) {
  .p-footer .l-inner {
    padding: 0 15px;
  }
}
.p-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 25px;
    padding-bottom: 40px;
  }
}
.p-footer__logo {
  width: 150px;
  margin: 0 auto 20px;
}
.p-footer__logo img {
  width: 100%;
}
.p-footer__nav{
	min-width:47%;
}
.p-footer__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-footer__nav-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px 20px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .p-footer__nav-container {
    gap: 20px 10px;
  }
}
@media (max-width: 1024px) {
  .p-footer__nav-container > * {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .p-footer__nav-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align:  flex-start;
        -ms-flex-align:  flex-start;
            align-items: flex-start;
  }
  .p-footer__nav-container > * {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    text-align: left;
    max-width: 280px;
  }
}
@media (min-width: 1025px) {
  .p-footer__nav-container > * {
    -ms-flex-preferred-size: calc(33.333% - 30px);
        flex-basis: calc(33.333% - 30px);
  }
}
.p-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-right: 30px;
  border-right: 1px solid #d6d3d1;
}
.p-footer__nav-list:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .p-footer__nav-list {
    border-right: none;
    padding-right: 0;
  }
}
.p-footer__nav-list li {
  margin-bottom: 12px;
  white-space: nowrap;
}
.p-footer__nav-list li a {
  text-decoration: none;
  color: #121212;
  font-size: 15px;
  display: block;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-footer__nav-list li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #002174;
  margin-top: 2px;
}
.p-footer__nav-list li a:hover {
  opacity: 0.7;
  color: #0187AA;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__nav-list li a {
    font-size: 14px;
  }
}
.p-footer__nav-list li .sub-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.p-footer__nav-list li .sub-menu li {
  font-size: 14px;
  padding-left: 0;
  position: relative;
  margin-bottom: 8px;
  white-space: normal;
}
.p-footer__nav-list li .sub-menu li a {
  font-size: 13px;
}
.p-footer__nav-list li .sub-menu li a::before {
  content: "─";
  font-weight: 300;
  color: #ccc;
}
.p-footer__cta {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__cta {
    width: 100%;
    max-width: 320px;
  }
}
.p-footer__shop-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}
.p-footer__text {
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-footer__text picture {
  width: 60px;
}
.p-footer__line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #06C755;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  padding: 10px 40px;
  max-width: 320px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 3px solid #66B856;
  position: relative;
  top: 0;
  margin: 1em auto 0;
}
.p-footer__line-btn:hover {
  background: #55d83b;
  color: #fff;
  border-bottom-color: transparent;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .p-footer__line-btn {
    min-width: 100%;
    padding: 12px 20px;
  }
}
.p-footer__line-icon {
  width: 30px;
  margin-right: 15px;
}
.p-footer__line-icon img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__line-icon {
    width: 25px;
    margin-right: 10px;
  }
}
.p-footer__line-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}
.p-footer__line-text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-footer__line-text {
    font-size: 12px;
  }
  .p-footer__line-text strong {
    font-size: 18px;
  }
}
.p-footer__copyright {
  background-color: #002271;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.footer_page_top img {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_page_top img {
    max-width: 90px;
    margin: 0 auto 0;
  }
}

.footer_page_top img {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer_page_top img {
    max-width: 90px;
    margin: 0 auto 0;
  }
}

#content .post, #content .page {
  padding-bottom: 0 !important;
}

div.sharedaddy h3.sd-title {
  display: none !important;
}

h3.mtnone {
  margin-top: 0 !important;
}

p.Center-big {
  font-size: 1.3rem;
  text-align: center;
  margin: 1.5em auto;
  color: #0187AA;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  p.Center-big {
    font-size: 1.075rem;
    text-align: left;
  }
}

/*************** 下層ページ用ヘッダー ******************/
.fv_Image .Image {
  width: 100% !important;
  max-width: 1750px;
}

.fv_Image .Image {
  max-height: 380px;
}
@media screen and (max-width: 767px) {
  .fv_Image .Image {
    height: 30vh !important;
    max-height: 300px;
  }
}

.breadcrumbs {
  background: #fefffb;
  border-top: 1px solid #eee;
}
.breadcrumbs a {
  color: #0187AA;
}

.fv_Image .pro {
  background: url(../../images/school/school_course_fv.webp) no-repeat center center;
  background-size: cover;
}

.sd-sharing {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sd-sharing {
    margin-top: 0;
  }
}

/*************** 新コース用テンプレート ******************/
#main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.p-course-section {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFCEB), to(#FFFEF9));
  background: linear-gradient(to bottom, #FEFCEB 0%, #FFFEF9 100%);
}
@media screen and (max-width: 767px) {
  .p-course-section {
    padding: 40px 0;
  }
}
.p-course-section__inner {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-course-section__inner {
    padding: 0 15px;
  }
}

.p-course-item {
  background: #fff;
  margin: 0 auto 40px;
  padding: 40px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  max-width: 1000px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-course-item {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-course-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.p-course-item:last-child {
  margin-bottom: 0;
}
.p-course-item__title {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: 2px solid #0187AA;
  position: relative;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .p-course-item__title {
    font-size: 19px;
    margin-top: 1em;
  }
}
.p-course-item__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #002174;
}
.p-course-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-course-item__body {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-course-item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-course-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-course-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}
@media screen and (max-width: 767px) {
  .p-course-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.p-course-item__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
}
.p-course-item__image:after {
  content: "";
  background-color: #0187AA;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  opacity: 0.05;
}
.p-course-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-course-item__detail {
  font-size: 15px;
  line-height: 1.8;
  color: #121212;
  margin-bottom: 24px;
}
.p-course-item__detail strong, .p-course-item__detail b {
  color: #002174;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-course-item__detail strong::after, .p-course-item__detail b::after {
  content: "─";
}
.p-course-item__detail p {
  margin-bottom: 1em;
}
.p-course-item__price-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fdfaf7;
  padding: 15px 25px;
  border-radius: 4px;
  border-left: 4px solid #002174;
  width: auto;
}
.p-course-item__price-box small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-course-item__price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 15px;
  }
}
.p-course-item__price-box .label {
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  color: #002174;
  white-space: nowrap;
}
.p-course-item__price-box .price {
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-course-item__price-box .price {
    font-size: 18px;
  }
}

.p-page-header__inner {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-page-header__title {
  display: block;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #002174;
  line-height: 1.4;
  margin: 0 auto 1.5em;
  padding: 30px 0 30px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-page-header__title {
    font-size: 24px;
    padding: 0 0 20px;
  }
}
.p-page-header__title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #002174;
  border-radius: 2px;
  z-index: 2;
}
.p-page-header__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(1, 135, 170, 0.35);
  z-index: 0;
}
.p-page-header__title span::before, .p-page-header__title span::after {
  content: "─";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #0187AA;
  opacity: 0.6;
}
.p-page-header__title span::before {
  left: 0;
}
.p-page-header__title span::after {
  right: 0;
}

.p-course-bikou-footer {
  margin: 60px auto 0;
  padding: 30px;
  background: #F9FDFF;
  border-radius: 8px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-course-bikou-footer {
    margin-top: 40px;
    padding: 20px;
  }
}
.p-course-bikou-footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-course-bikou-footer dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-course-bikou-footer dt {
  font-weight: 700;
  color: #002174;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-course-bikou-footer dt::after {
  content: "：";
}
@media screen and (max-width: 767px) {
  .p-course-bikou-footer dt::after {
    content: "";
  }
}
.p-course-bikou-footer dd {
  margin: 0;
}
.p-course-bikou-footer dd p {
  margin-bottom: 0.8em;
}
.p-course-bikou-footer dd p:last-child {
  margin-bottom: 0;
}

.c-heading-under {
  position: relative;
  padding-bottom: 0.15em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  padding-left: 20px;
  margin-top: 2em;
  margin-bottom: 1em;
}
.c-heading-under::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 8px;
  height: 30px;
  background: #0187AA;
}
.c-heading-under__text {
  letter-spacing: 0.05em;
}

.c-sticky-simple {
  background-color: #fff9c4;
  padding: 10px 10px;
  border-left: 8px solid #fbc02d;
  color: #333;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 80%;
  margin-right: 0.5em;
}

.p-menu-bottom {
  padding: 30px;
  background: #F9FDFF;
  border-radius: 8px;
  max-width: 1000px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.65;
  margin: 2.5em auto;
  color: #002174;
}
@media screen and (max-width: 767px) {
  .p-menu-bottom {
    padding: 1em;
  }
}

ul.disc {
  list-style: none;
}
ul.disc li {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px !important;
  gap: 10px;
  margin-top: 1em;
}
ul.disc li:before {
  content: "●";
  font-size: 90%;
  display: inline-block;
  margin-right: 0.5em;
  color: #002174;
}
ul.disc li:first-of-type {
  margin-top: 0;
}

.p-faq {
  max-width: 800px;
  margin: 0 auto;
}
.p-faq__item {
  margin-bottom: 24px;
}
.p-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 50px;
  font-weight: bold;
  color: #333;
  border: 2px solid #eee;
  border-radius: 8px;
  line-height: 1.5;
}
.p-faq__question::before {
  content: "Q";
  position: absolute;
  left: 15px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #0187AA;
}
.p-faq__answer {
  position: relative;
  margin-top: 10px;
  padding: 20px 20px 20px 50px;
  background-color: #f0f8ff;
  border-radius: 8px;
  line-height: 1.6;
}
.p-faq__answer::before {
  content: "A";
  position: absolute;
  left: 15px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #002174;
}

h4.primary {
  color: #002174;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 0;
  margin: 0.5em 0 0;
}
h4.primary:after {
  content: "─";
}

.license-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.license-list li {
  background-color: #002174;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  width: 49%;
}
@media (max-width: 768px) {
  .license-list li {
    font-size: 15px;
    padding: 4px 10px;
    width: 100%;
  }
}

.license-list-pink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 1em;
}
.license-list-pink li {
  background-color: #f995bf;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  width: 49%;
}
@media (max-width: 768px) {
  .license-list-pink li {
    font-size: 15px;
    padding: 4px 10px;
    width: 100%;
  }
}

p b.blue {
  display: inline;
}
p b.blue:after {
  content: "";
  display: none;
}

.p-icon-city {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e1f5fe;
  color: #039be5;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 4px;
  line-height: 1.2;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 0.5em;
}

.p-course-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**********************CTA*************************/
.p-news {
  padding: 60px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFCEB), to(#FFFEF9));
  background: linear-gradient(to bottom, #FEFCEB 0%, #FFFEF9 100%);
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 40px 15px;
  }
}

.p-campaign {
  position: relative;
  z-index: 10;
  background: url(../../images/top/campaign-bg.jpg) no-repeat center center/cover;
}
.p-campaign p.Center img {
  background: #fff;
  padding: 10px;
}

.p-benefit + p {
  display: none;
}

.p-campaign-card {
  background: #fff;
  border-top: 4px solid #0187AA;
  padding: 40px 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto;
  margin-top: -150px;
  max-width: 1000px;
}
.p-campaign-card.mt {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-campaign-card {
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-card {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-card {
    padding: 30px 20px;
  }
}
.p-campaign-card__heading {
  font-size: 32px;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-campaign-card__heading {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.p-campaign-card__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #F9FDFF;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #002174;
  font-size: 18px;
  line-height: 1.8;
  padding: 20px 40px;
  border-radius: 10px;
  margin: 0 auto 15px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-campaign-card__message {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.p-campaign-card__lead {
  font-size: 24px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-campaign-card__lead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-campaign-card__line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #06C755;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  padding: 12px 50px;
  max-width: 500px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 3px solid #66B856;
}
.p-campaign-card__line-btn:hover {
  background: #55d83b;
  color: #fff;
  border-bottom-color: transparent;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .p-campaign-card__line-btn {
    padding: 15px 30px;
  }
}
.p-campaign-card__line-icon {
  width: 35px;
  margin-right: 15px;
}
.p-campaign-card__line-icon img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-campaign-card__line-icon {
    width: 20px;
    margin-right: 10px;
  }
}
.p-campaign-card__line-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-campaign-card__line-text {
    font-size: 12px;
  }
}
.p-campaign-card__line-text strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-campaign-card__line-text strong {
    font-size: 18px;
  }
}

.p-campaign-info {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-campaign-info {
    margin-top: 30px;
  }
}
.p-campaign-info__inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-campaign-info__inner {
    padding: 0;
  }
}
.p-campaign-info__bg-text {
  position: relative;
  font-family: "Baskerville Old Face", serif;
  font-size: 100px;
  color: #D8D3CE;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-campaign-info__bg-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-info__bg-text {
    font-size: 42px;
  }
}
.p-campaign-info__card {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-campaign-info__card {
    padding: 20px;
  }
}
.p-campaign-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-campaign-info__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-campaign-info__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #002174;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-campaign-info__title::before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
.p-campaign-info__banner-wrap {
  width: 100%;
}
.p-campaign-info__banner-dummy {
  width: 100%;
  aspect-ratio: 1200/200;
}

/****************スクール説明会******************/
.p-flow {
  padding: 100px 0;
  color: #121212;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 60px 15px;
  }
}
.p-flow__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding: 0;
  }
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-flow__item:last-child {
  margin-bottom: 0;
}
.p-flow__item:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-flow__item::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 60px;
    border-left: 2px dashed rgba(1, 135, 170, 0.4);
  }
}
.p-flow__img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    width: 100%;
  }
}
.p-flow__img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-flow__content {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-flow__content {
    width: 100%;
  }
}
.p-flow__label {
  display: inline-block;
  background: #0187AA;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 50px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.p-flow__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #002174;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 18px;
  }
}
.p-flow__text {
  font-size: 16px;
  line-height: 1.8;
  color: #454545;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 15px;
  }
}
.p-flow__text .u-caution {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #777;
}

/***************** チェック *****************/
.p-worries__heading {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-worries__heading {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__heading {
    margin-bottom: 20px;
  }
}
.p-worries__content {
  margin: 0 auto;
}
.p-worries__list {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 0 !important;
  list-style: none;
}
.p-worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-worries__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-worries__item {
  gap: 15px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.75em;
  border: 1px solid #eaeae9;
}
.p-worries__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-worries__icon {
    width: 20px;
    height: 20px;
  }
}
.p-worries__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-worries__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #121212;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-worries__text {
    font-size: 17px;
  }
}

.p-benefit {
  background: linear-gradient(135deg, #fffef0 0%, #fff5e6 100%);
  overflow: hidden;
}
.p-benefit__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-benefit__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-benefit__header {
    margin-bottom: 40px;
  }
}
.p-benefit__main-title {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: linear-gradient(-45deg, #a67c00 0%, #bf9b30 20%, #ffef8a 45%, #ffffff 50%, #ffef8a 55%, #bf9b30 80%, #a67c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 2px 2px rgba(166, 124, 0, 0.2));
          filter: drop-shadow(0 2px 2px rgba(166, 124, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .p-benefit__main-title {
    font-size: 30px;
  }
}
.p-benefit__main-title .u-gold-num {
  font-size: 1.5em;
  margin: 0 0.05em;
  display: inline-block;
  vertical-align: baseline;
  -webkit-text-stroke: 1px rgba(166, 124, 0, 0.1);
}
.p-benefit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-benefit__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.p-benefit__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 55px 30px 40px;
  border-radius: 24px;
  -webkit-box-shadow: 0 20px 40px rgba(166, 124, 0, 0.08);
          box-shadow: 0 20px 40px rgba(166, 124, 0, 0.08);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .p-benefit__card {
    padding: 45px 20px 30px;
  }
}
.p-benefit__card-tag {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(-45deg, #a67c00 0%, #bf9b30 20%, #ffef8a 45%, #ffffff 50%, #ffef8a 55%, #bf9b30 80%, #a67c00 100%);
  color: #4a3500;
  font-weight: 900;
  font-size: 16px;
  padding: 8px 28px;
  border-radius: 50px;
  -webkit-box-shadow: 0 8px 20px rgba(166, 124, 0, 0.25);
          box-shadow: 0 8px 20px rgba(166, 124, 0, 0.25);
  white-space: nowrap;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.p-benefit__card-title {
  font-size: 24px;
  font-weight: 900;
  color: #002174;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 25px;
  min-height: 3.2em;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-benefit__card-title {
    font-size: 22px;
    min-height: auto;
  }
}
.p-benefit__card-text {
  font-size: 17px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-benefit__card-text {
    font-size: 16px;
  }
}