@charset "UTF-8";
/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

iframe {
  vertical-align: bottom;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #1B224C;
}
@media screen and (max-width: 760px) {
  body {
    font-size: 15px;
  }
}

a {
  cursor: pointer;
}

.wrapper {
  overflow: hidden;
}

.l-footer__body {
  height: 230px;
  background-color: #1B224C;
  padding-top: 34px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .l-footer__body {
    height: auto;
    padding-bottom: 34px;
  }
}
.l-footer__body .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .l-footer__body .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  font-weight: bold;
  margin-top: 14px;
}
@media screen and (max-width: 760px) {
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-top: 0;
  }
}
.l-footer__item {
  position: relative;
}
@media screen and (max-width: 760px) {
  .l-footer__item {
    text-align: center;
  }
}
.l-footer__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 23px;
  background-color: #fff;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__item:last-child::after {
  display: none;
}
.l-footer__link {
  display: block;
}
@media screen and (max-width: 760px) {
  .l-footer__content {
    text-align: center;
    margin-top: 20px;
  }
}
.l-footer__logo {
  padding: 14px 20px;
  background-color: #fff;
  display: inline-block;
}
.l-footer__logo-img {
  width: 160px;
}
.l-footer__info {
  margin-top: 27px;
}
@media screen and (max-width: 760px) {
  .l-footer__info {
    margin-top: 20px;
    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;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.l-footer__tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
.l-footer__tel {
  font-weight: bold;
}
.l-footer__text {
  margin-top: 13px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .l-footer__text {
    margin-top: 0;
  }
}
.l-footer__copyright {
  padding: 12px 0;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .l-footer__copyright {
    text-align: center;
  }
}

.l-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 760px) {
  .l-inner {
    padding: 0 20px;
  }
}

.p-blog-detail-main .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media screen and (max-width: 1270px) {
  .p-blog-detail-main .l-inner {
    display: block;
  }
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 15px 0;
  background-color: #fff;
}
.l-header__inner {
  height: 100%;
  padding-left: 15px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo-img {
  display: block;
}

.p-blog-detail-main {
  margin-top: 60px;
  margin-bottom: 70px;
}

.l-section__heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-section__heading {
    font-size: 24px;
    line-height: 1.5;
  }
}

.c-btn-menu {
  display: none;
}
@media screen and (max-width: 1270px) {
  .c-btn-menu {
    position: absolute;
    z-index: 100;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    padding: 13px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 760px) {
  .c-btn-menu {
    width: 54px;
    height: 54px;
  }
}
.c-btn-menu__line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #1B224C;
}
.c-btn-menu__line::before, .c-btn-menu__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 4px;
  background-color: inherit;
}
.c-btn-menu__line::before {
  top: -8px;
}
@media screen and (max-width: 760px) {
  .c-btn-menu__line::before {
    top: -7px;
  }
}
.c-btn-menu__line::after {
  bottom: -8px;
}
@media screen and (max-width: 760px) {
  .c-btn-menu__line::after {
    bottom: -7px;
  }
}
.c-btn-menu.is-active .c-btn-menu__line {
  background-color: transparent;
}
.c-btn-menu.is-active .c-btn-menu__line::before, .c-btn-menu.is-active .c-btn-menu__line::after {
  top: 0;
  background-color: #1B224C;
}
.c-btn-menu.is-active .c-btn-menu__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn-menu.is-active .c-btn-menu__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1270px) {
  .p-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.3s, opacity 0.3s ease;
    transition: visibility 0.3s, opacity 0.3s ease;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .p-header-nav.is-show {
    visibility: visible;
    opacity: 1;
  }
}

.p-main-nav__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 1270px) {
  .p-main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.p-main-nav__item {
  margin-left: 28px;
}
@media screen and (max-width: 1270px) {
  .p-main-nav__item {
    margin-left: 0;
  }
}
.p-main-nav__link {
  display: block;
}

.p-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1270px) {
  .p-sub-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.p-sub-nav__info {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 23px;
}
@media screen and (max-width: 1270px) {
  .p-sub-nav__info {
    -ms-flex-item-align: auto;
        align-self: auto;
    margin-right: 0;
    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;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.p-sub-nav__text {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 1270px) {
  .p-sub-nav__text {
    margin-bottom: 0;
  }
}
.p-sub-nav__tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
@media screen and (max-width: 1270px) {
  .p-sub-nav__tel-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-sub-nav__tel {
  display: block;
  font-weight: bold;
}
.p-sub-nav__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1270px) {
  .p-sub-nav__btn-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-sub-nav__btn {
  display: grid;
  place-items: center;
  height: 100%;
  width: 142px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1270px) {
  .p-sub-nav__btn {
    height: 50px;
  }
}
.p-sub-nav__btn--orange {
  background-color: #F5A623;
}
.p-sub-nav__btn--blue {
  background-color: #1B224C;
}

.p-top-kv {
  margin-top: 80px;
  height: 476px;
  padding-top: 116px;
  background-image: url(../img/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1270px) {
  .p-top-kv {
    background-position-x: 80%;
  }
}
@media screen and (max-width: 760px) {
  .p-top-kv {
    margin-top: 80px;
    padding-top: 94px;
  }
}
.p-top-kv__inner {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-top-kv__inner {
    padding: 20px;
  }
}
.p-top-kv__title {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 760px) {
  .p-top-kv__title {
    font-size: 42px;
    line-height: 1.1;
  }
}
.p-top-kv__subtitle {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.7222222222;
}
@media screen and (max-width: 760px) {
  .p-top-kv__subtitle {
    font-size: 16px;
  }
}
.p-top-kv__btn {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-kv__btn-link {
  display: grid;
  place-items: center;
  width: 260px;
  height: 60px;
  border-radius: 31px;
  background-color: #F5A623;
}
.p-top-kv__contact {
  margin-top: 22px;
}
.p-top-kv__contact-link {
  display: inline-block;
  text-decoration: underline;
}

.p-intro {
  padding-top: 62px;
  padding-bottom: 54px;
  background-color: #1B224C;
}
@media screen and (max-width: 760px) {
  .p-intro {
    padding-top: 48px;
  }
}
.p-intro__heading {
  color: #fff;
}
.p-intro__body {
  margin-top: 54px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .p-intro__body {
    margin-top: 30px;
  }
}
.p-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-intro__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-intro__item {
  text-align: center;
  font-size: 18px;
  line-height: 2.1666666667;
}
@media screen and (max-width: 760px) {
  .p-intro__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
  }
}
.p-intro__text-wrapper {
  margin-top: 72px;
  padding: 12px 16px;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .p-intro__text-wrapper {
    margin-top: 44px;
  }
}
.p-intro__text-wrapper-inner {
  border: 5px solid #1B224C;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .p-intro__text-wrapper-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.p-intro__text01 {
  font-size: 36px;
  line-height: 1.3888888889;
}
@media screen and (max-width: 760px) {
  .p-intro__text01 {
    font-size: 22px;
  }
}
.p-intro__text02 {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.7222222222;
  margin-top: 18px;
}
@media screen and (max-width: 760px) {
  .p-intro__text02 {
    font-size: 15px;
  }
}

.p-strength {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .p-strength {
    padding-top: 48px;
  }
}
.p-strength__body {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .p-strength__body {
    margin-top: 40px;
  }
}
.p-strength__list {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 760px) {
  .p-strength__list {
    gap: 40px;
  }
}

.p-strength-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 1270px) {
  .p-strength-item {
    height: 266px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 760px) {
  .p-strength-item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-strength-item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 760px) {
  .p-strength-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-strength-item__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-strength-item__label {
  display: inline-block;
  padding: 8px 26px;
  background-color: #F5A623;
  color: #fff;
}
.p-strength-item__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 28px;
}
@media screen and (max-width: 1270px) {
  .p-strength-item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 760px) {
  .p-strength-item__title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.p-strength-item__text {
  line-height: 1.6875;
  margin-top: auto;
}
@media screen and (max-width: 760px) {
  .p-strength-item__text {
    margin-top: 20px;
  }
}
.p-strength-item__text--mt34 {
  margin-top: 34px;
}
@media screen and (max-width: 1270px) {
  .p-strength-item__img-wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 760px) {
  .p-strength-item__img-wrapper {
    width: 100%;
    height: 200px;
    margin-top: 15px;
  }
}
.p-strength-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-price-banner {
  margin-top: 94px;
  padding-top: 60px;
  padding-bottom: 54px;
  background-image: url(../img/price.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .p-price-banner {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-price-banner__inner {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-price-banner__inner {
    padding: 0 20px;
  }
}
.p-price-banner__title {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .p-price-banner__title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-price-banner__btn {
  margin-top: 27px;
}
@media screen and (max-width: 760px) {
  .p-price-banner__btn {
    margin-top: 20px;
  }
}
.p-price-banner__btn-link {
  display: inline-block;
  padding: 16px 44px;
  border-radius: 30px;
  border: 1px solid #fff;
}

.p-success {
  padding: 60px 0;
  background-color: #1B224C;
}
@media screen and (max-width: 760px) {
  .p-success {
    padding: 48px 0;
  }
}
.p-success__heading {
  color: #fff;
}
.p-success__body {
  margin-top: 130px;
}
@media screen and (max-width: 760px) {
  .p-success__body {
    margin-top: 34px;
  }
}
.p-success__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 760px) {
  .p-success__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1270px) {
  .p-success-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-success-item__title {
  color: #fff;
  line-height: 1.8125;
}
@media screen and (max-width: 760px) {
  .p-success-item__title {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1270px) {
  .p-success-item__body {
    margin-top: auto;
  }
}
.p-success-item__img-wrapper {
  margin-top: 6px;
  height: 171px;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 760px) {
  .p-success-item__img-wrapper {
    margin-top: 10px;
  }
}
.p-success-item__img-wrapper-inner {
  margin-top: auto;
}
.p-success-item__text-wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.p-success-item__text01 {
  width: 100px;
  padding: 8px 10px 8px 10px;
  background-color: #fff;
}
.p-success-item__text02 {
  padding: 8px 0 8px 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.p-success-item__text03 {
  margin-top: 10px;
  padding: 8px 0 8px 14px;
  background-color: #fff;
}

.p-flow {
  padding-top: 58px;
}
@media screen and (max-width: 760px) {
  .p-flow {
    padding-top: 48px;
  }
}
.p-flow__body {
  margin-top: 52px;
}
@media screen and (max-width: 760px) {
  .p-flow__body {
    margin-top: 40px;
  }
}
.p-flow__item {
  margin-bottom: 8px;
}
.p-flow__item:last-child {
  margin-bottom: 0;
}

.p-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
}
@media screen and (max-width: 1270px) {
  .p-flow-item {
    height: 80px;
  }
}
@media screen and (max-width: 760px) {
  .p-flow-item {
    height: auto;
  }
}
.p-flow-item__number {
  display: grid;
  place-items: center;
  background-color: #F5A623;
  color: #fff;
  width: 64px;
}
@media screen and (max-width: 1270px) {
  .p-flow-item__number {
    width: 80px;
  }
}
@media screen and (max-width: 760px) {
  .p-flow-item__number {
    width: 60px;
  }
}
.p-flow-item__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F8;
}
@media screen and (max-width: 760px) {
  .p-flow-item__text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 18px 0;
  }
}
.p-flow-item__title, .p-flow-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow-item__title {
  width: 214px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-flow-item__title {
    font-size: 16px;
  }
}
.p-flow-item__title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #C3C3C3;
}
@media screen and (max-width: 760px) {
  .p-flow-item__title::after {
    display: none;
  }
}
.p-flow-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 54px;
}
@media screen and (max-width: 1270px) {
  .p-flow-item__text {
    line-height: 1.6875;
  }
}
@media screen and (max-width: 760px) {
  .p-flow-item__text {
    padding-left: 20px;
    margin-top: 10px;
    line-height: 1.4;
  }
}

.p-faq {
  padding-top: 75px;
}
@media screen and (max-width: 760px) {
  .p-faq {
    padding-top: 48px;
  }
}
.p-faq__body {
  margin-top: 32px;
}

.accordion__item {
  border-top: 1px solid #1B224C;
}
.accordion__item:last-child {
  border-bottom: 1px solid #1B224C;
}
.accordion__question {
  padding: 30px 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 760px) {
  .accordion__question {
    line-height: 1.6875;
    padding-right: 60px;
  }
}
.accordion__question.active .accordion__btn-line::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion__answer {
  display: none;
  padding: 22px 26px;
  font-weight: normal;
  background-color: #F8F8F8;
  margin-bottom: 10px;
}
@media screen and (max-width: 1270px) {
  .accordion__answer {
    line-height: 1.6875;
  }
}
.accordion__answer.active {
  display: block;
}
.accordion__btn-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 760px) {
  .accordion__btn-wrapper {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.accordion__btn-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1B224C;
}
@media screen and (max-width: 760px) {
  .accordion__btn-line {
    height: 2px;
  }
}
.accordion__btn-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-news-wrapper {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 760px) {
  .blog-news-wrapper {
    padding-top: 54px;
    padding-bottom: 60px;
  }
}

.blog-news-wrapper .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 66px;
     -moz-column-gap: 66px;
          column-gap: 66px;
}
@media screen and (max-width: 760px) {
  .blog-news-wrapper .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 54px;
  }
}

.p-top-blog {
  width: 430px;
}
@media screen and (max-width: 760px) {
  .p-top-blog {
    width: auto;
  }
}
.p-top-blog__heading {
  text-align: left;
}
.p-top-blog__body {
  margin-top: 30px;
}
.p-top-blog__list {
  display: grid;
  gap: 30px;
}

.p-top-blog-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 760px) {
  .p-top-blog-item__link {
    display: block;
  }
}
.p-top-blog-item__img-wrapper {
  position: relative;
  width: 150px;
}
@media screen and (max-width: 760px) {
  .p-top-blog-item__img-wrapper {
    width: auto;
    height: 180px;
  }
}
.p-top-blog-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-blog-item__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #1B224C;
  padding: 6px 9px;
}
.p-top-blog-item__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 760px) {
  .p-top-blog-item__text-wrapper {
    margin-top: 14px;
  }
}
.p-top-blog-item__title {
  font-weight: bold;
  line-height: 1.6875;
  text-decoration: underline;
}
.p-top-blog-item__date {
  margin-top: auto;
  font-size: 12px;
}
@media screen and (max-width: 760px) {
  .p-top-blog-item__date {
    margin-top: 16px;
  }
}

.p-top-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-news__heading {
  text-align: left;
}
.p-top-news__body {
  margin-top: 30px;
}
.p-top-news__list {
  display: grid;
  gap: 50px;
}
@media screen and (max-width: 760px) {
  .p-top-news__list {
    gap: 30px;
  }
}

.p-top-news-item__date {
  font-size: 12px;
}
.p-top-news-item__title {
  margin-top: 12px;
  text-decoration: underline;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 760px) {
  .p-top-news-item__title {
    -webkit-line-clamp: 2;
  }
}

.p-contact-banner__body {
  height: 256px;
  padding-top: 70px;
  background-image: url(../img/cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-contact-banner__body {
    height: auto;
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
.p-contact-banner__title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .p-contact-banner__title {
    font-size: 24px;
  }
}
.p-contact-banner__btn {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-banner__btn-link {
  display: grid;
  place-items: center;
  width: 280px;
  height: 50px;
  background-color: #F5A623;
  border-radius: 25px;
}
.p-contact-banner__link-wrapper {
  margin-top: 22px;
}
.p-contact-banner__link {
  display: inline-block;
  text-decoration: underline;
}
.p-contact-banner__footer {
  height: 80px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1270px) {
  .p-contact-banner__footer {
    height: auto;
    padding-top: 24px;
  }
}
.p-contact-banner__footer-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1270px) {
  .p-contact-banner__footer-inner {
    display: block;
    text-align: center;
  }
}
.p-contact-banner__tel {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: -5px;
}
@media screen and (max-width: 1270px) {
  .p-contact-banner__tel {
    margin-bottom: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 760px) {
  .p-contact-banner__tel {
    font-size: 32px;
  }
}
.p-contact-banner__text01, .p-contact-banner__text02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact-banner__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
}
@media screen and (max-width: 1270px) {
  .p-contact-banner__text01 {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .p-contact-banner__text01 {
    font-size: 14px;
  }
}

.p-sub-kv {
  margin-top: 80px;
  height: 221px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-sub-kv--news {
  background-image: url(../img/news.jpg);
}
.p-sub-kv--course {
  background-image: url(../img/course.jpg);
}
.p-sub-kv--blog {
  background-image: url(../img/blog.jpg);
}
.p-sub-kv--contact {
  background-image: url(../img/contact.jpg);
}
@media screen and (max-width: 760px) {
  .p-sub-kv {
    height: 150px;
  }
}
.p-sub-kv__inner {
  height: 100%;
  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;
}
.p-sub-kv__title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .p-sub-kv__title {
    font-size: 26px;
  }
}

.p-breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  padding: 16px 0;
  background-color: #F8F8F8;
}
.p-breadcrumb span[property=itemListElement] {
  margin-left: 2px;
}
.p-breadcrumb span[property=itemListElement]:first-child {
  margin-right: 2px;
  margin-left: 0;
}
.p-breadcrumb span[property=itemListElement]:first-child span[property=name] {
  text-decoration: underline;
}

body.single .p-breadcrumb {
  margin-top: 80px;
}

body.page-id-3277 .p-breadcrumb {
  margin-top: 80px;
}

.p-news {
  padding-top: 58px;
  padding-bottom: 46px;
}
@media screen and (max-width: 760px) {
  .p-news {
    padding-top: 48px;
  }
}
.p-news__body {
  margin-top: 46px;
}
.p-news__pagination {
  margin-top: 72px;
  height: 50px;
  background-color: gray;
}

.p-news-item {
  border-top: 1px solid #D5D5D5;
}
.p-news-item:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.p-news-item__link {
  display: block;
  padding-top: 24px;
  padding-bottom: 20px;
}
.p-news-item__link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 51px;
     -moz-column-gap: 51px;
          column-gap: 51px;
}
@media screen and (max-width: 1270px) {
  .p-news-item__link-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}
.p-news-item__date {
  white-space: nowrap;
}
.p-news-item__title {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 760px) {
  .p-news-item__title {
    -webkit-line-clamp: 2;
  }
}

.p-news-detail {
  padding-top: 50px;
  padding-bottom: 63px;
}
.p-news-detail__heading {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.7142857143;
}
@media screen and (max-width: 760px) {
  .p-news-detail__heading {
    font-size: 22px;
  }
}
.p-news-detail__date {
  margin-top: 26px;
  text-align: right;
}
.p-news-detail__body {
  margin-top: 60px;
}

.p-price {
  padding-top: 58px;
}
@media screen and (max-width: 760px) {
  .p-price {
    padding-top: 48px;
  }
}
.p-price__body {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .p-price__body {
    margin-top: 34px;
  }
}
.p-price__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 98px;
     -moz-column-gap: 98px;
          column-gap: 98px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-price__block {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
.p-price__item {
  display: grid;
  place-items: center;
  width: 280px;
  height: 90px;
  font-size: 22px;
  color: #fff;
  background-color: #1B224C;
}
@media screen and (max-width: 760px) {
  .p-price__item {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
}
.p-price__plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 760px) {
  .p-price__plus {
    width: 20px;
    height: 20px;
  }
}
.p-price__plus-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1B224C;
}
.p-price__plus-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-price__text {
  margin-top: 40px;
  line-height: 1.6875;
}

.p-plan {
  padding-top: 94px;
  padding-bottom: 62px;
}
@media screen and (max-width: 760px) {
  .p-plan {
    padding-top: 48px;
  }
}
.p-plan__body {
  margin-top: 70px;
}
@media screen and (max-width: 760px) {
  .p-plan__body {
    margin-top: 34px;
  }
}
.p-plan__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.p-plan-item {
  height: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 36px;
}
@media screen and (max-width: 1270px) {
  .p-plan-item {
    width: 240px;
  }
}
@media screen and (max-width: 760px) {
  .p-plan-item {
    width: 220px;
    height: 400px;
  }
}
.p-plan-item__title {
  height: 60px;
  display: grid;
  place-items: center;
  background-color: #1B224C;
  color: #fff;
  position: relative;
}
.p-plan-item__title--highlight {
  background-color: #F5A623;
}
.p-plan-item__title-label {
  position: absolute;
  top: -36px;
  width: 100%;
  height: 36px;
  text-align: center;
  padding-top: 20px;
  background-color: #F5A623;
}
.p-plan-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 20px 0;
  border: 1px solid #1B224C;
  border-top: none;
}
.p-plan-item__price {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.p-plan-item__price--highlight {
  color: #F5A623;
}
.p-plan-item__price-label {
  text-align: center;
  margin-top: 14px;
}
.p-plan-item__content {
  margin-top: 42px;
}
.p-plan-item__text {
  position: relative;
  padding-left: 26px;
  line-height: 1.6875;
}
.p-plan-item__text:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 760px) {
  .p-plan-item__text:not(:first-child) {
    margin-top: 6px;
  }
}
.p-plan-item__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 7px;
  border-left: 3px solid #1B224C;
  border-bottom: 3px solid #1B224C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-plan-item__text--nocheck {
  padding-left: 0;
  text-align: center;
}
.p-plan-item__text--nocheck::before {
  display: none;
}

.p-blog {
  padding-top: 58px;
  padding-bottom: 46px;
}
@media screen and (max-width: 760px) {
  .p-blog {
    padding-top: 48px;
  }
}
.p-blog__body {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .p-blog__body {
    margin-top: 46px;
  }
}
.p-blog__list {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 760px) {
  .p-blog__list {
    gap: 30px;
  }
}

.p-blog-item {
  height: 180px;
}
@media screen and (max-width: 760px) {
  .p-blog-item {
    height: auto;
  }
}
.p-blog-item__link {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 760px) {
  .p-blog-item__link {
    display: block;
  }
}
.p-blog-item__img-wrapper {
  position: relative;
  width: 240px;
}
@media screen and (max-width: 760px) {
  .p-blog-item__img-wrapper {
    width: auto;
    height: 180px;
  }
}
.p-blog-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog-item__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #1B224C;
  padding: 8px 14px;
}
.p-blog-item__text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 760px) {
  .p-blog-item__text-wrapper {
    margin-top: 20px;
  }
}
.p-blog-item__title {
  margin-top: 14px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 760px) {
  .p-blog-item__title {
    font-size: 18px;
  }
}
.p-blog-item__text {
  margin-top: 10px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.p-blog-detail-wrapper {
  width: 590px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1270px) {
  .p-blog-detail-wrapper {
    width: auto;
  }
}

.p-blog-detail__label {
  display: inline-block;
  padding: 10px 26px;
  color: #fff;
  background-color: #1B224C;
}
.p-blog-detail__title {
  margin-top: 23px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 760px) {
  .p-blog-detail__title {
    font-size: 22px;
  }
}
.p-blog-detail__date {
  margin-top: 20px;
  text-align: right;
  line-height: 1.25;
}
.p-blog-detail__img-wrapper {
  margin-top: 22px;
  height: 370px;
}
@media screen and (max-width: 760px) {
  .p-blog-detail__img-wrapper {
    height: 200px;
  }
}
.p-blog-detail__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog-detail__body {
  margin-top: 40px;
}
.p-blog-detail__body .addtoany_share_save_container.addtoany_content {
  margin-top: 54px;
  text-align: center;
}
.p-blog-detail__body .fb-like.fb_iframe_widget {
  margin-top: 7px;
}

.p-blog-recommend {
  margin-top: 54px;
}
.p-blog-recommend__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 39px;
}
@media screen and (max-width: 760px) {
  .p-blog-recommend__title {
    font-size: 24px;
  }
}
.p-blog-recommend__body {
  margin-top: 30px;
}
.p-blog-recommend__list {
  display: grid;
  gap: 28px;
}

.p-blog-recommend-item {
  height: 128px;
}
@media screen and (max-width: 760px) {
  .p-blog-recommend-item {
    height: 100px;
  }
}
.p-blog-recommend-item__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 760px) {
  .p-blog-recommend-item__link {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.p-blog-recommend-item__img-wrapper {
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-blog-recommend-item__img-wrapper {
    width: 150px;
  }
}
.p-blog-recommend-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog-recommend-item__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #1B224C;
  padding: 8px 14px;
}
@media screen and (max-width: 760px) {
  .p-blog-recommend-item__label {
    padding: 6px 9px;
  }
}
@media screen and (max-width: 760px) {
  .p-blog-recommend-item__date {
    font-size: 12px;
  }
}
.p-blog-recommend-item__title {
  margin-top: 29px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .p-blog-recommend-item__title {
    font-size: 15px;
    line-height: 1.6875;
  }
}

.p-blog-related__body {
  margin-top: 30px;
}
.p-blog-related__list {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1270px) {
  .p-blog-related__list {
    gap: 28px;
  }
}

.p-blog-related-item {
  height: 70px;
}
@media screen and (max-width: 1270px) {
  .p-blog-related-item {
    height: 128px;
  }
}
@media screen and (max-width: 760px) {
  .p-blog-related-item {
    height: 100px;
  }
}
.p-blog-related-item__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
@media screen and (max-width: 1270px) {
  .p-blog-related-item__link {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    font-weight: bold;
  }
}
@media screen and (max-width: 760px) {
  .p-blog-related-item__link {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.p-blog-related-item__img-wrapper {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1270px) {
  .p-blog-related-item__img-wrapper {
    width: 210px;
  }
}
@media screen and (max-width: 760px) {
  .p-blog-related-item__img-wrapper {
    width: 150px;
  }
}
.p-blog-related-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog-related-item__title {
  font-size: 12px;
  line-height: 24px;
  margin-top: -6px;
  text-decoration: underline;
}
@media screen and (max-width: 1270px) {
  .p-blog-related-item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  .p-blog-related-item__title {
    font-size: 15px;
    line-height: 1.6875;
  }
}

.p-blog-category {
  margin-top: 50px;
}
.p-blog-category__body {
  margin-top: 30px;
}
.p-blog-category__list {
  display: grid;
  gap: 16px;
}

@media screen and (max-width: 1270px) {
  .p-sidebar {
    margin-top: 50px;
  }
}
.p-sidebar__title {
  display: grid;
  place-items: center;
  height: 63px;
  background-color: #1B224C;
  font-size: 21px;
  color: #fff;
}

.mw_wp_form form {
  padding-top: 52px;
  padding-bottom: 82px;
}
@media screen and (max-width: 760px) {
  .mw_wp_form form {
    padding-bottom: 52px;
  }
}

.mw_wp_form .error {
  margin-top: 10px;
}

.p-contact-form__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px;
}
.p-contact-form__lead {
  line-height: 1.6875;
}
.p-contact-form__body {
  margin-top: 40px;
}
.p-contact-form__list {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 760px) {
  .p-contact-form__list {
    gap: 16px;
  }
}
.p-contact-form__item--v1 {
  margin-top: 16px;
}
.p-contact-form__item--v2 {
  margin-top: 24px;
}
.p-contact-form__title {
  display: block;
}
@media screen and (max-width: 760px) {
  .p-contact-form__title {
    line-height: 1.6875;
  }
}
.p-contact-form__title span {
  font-weight: bold;
}
.p-contact-form__input, .p-contact-form__textarea {
  font-size: 12px;
  border: 1px solid #1B224C;
  width: 100%;
  margin-top: 12px;
}
@media screen and (max-width: 760px) {
  .p-contact-form__input, .p-contact-form__textarea {
    margin-top: 6px;
  }
}
.p-contact-form__input {
  display: block;
  height: 50px;
  padding: 19px;
}
.p-contact-form__input::-webkit-input-placeholder {
  color: #B4B4B4;
}
.p-contact-form__input::-moz-placeholder {
  color: #B4B4B4;
}
.p-contact-form__input:-ms-input-placeholder {
  color: #B4B4B4;
}
.p-contact-form__input::-ms-input-placeholder {
  color: #B4B4B4;
}
.p-contact-form__input::placeholder {
  color: #B4B4B4;
}
.p-contact-form__radio-wrapper {
  margin-top: 20px;
}
.p-contact-form__radio-wrapper span.mwform-radio-field {
  margin-bottom: 14px;
}
.p-contact-form__radio-wrapper span.mwform-radio-field:last-of-type {
  margin-bottom: 0;
}
.p-contact-form__radio-wrapper span.mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contact-form__radio-wrapper span.mwform-radio-field input[type=radio] {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  margin: -1px !important;
}
.p-contact-form__radio-wrapper span.mwform-radio-field input[type=radio]:checked + span.mwform-radio-field-text::before {
  border: 7px solid #1B224C;
}
.p-contact-form__radio-wrapper span.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.p-contact-form__radio-wrapper span.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #707070;
}
.p-contact-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.p-contact-form__radio:last-child {
  margin-bottom: 0;
}
.p-contact-form__radio label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.p-contact-form__radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #707070;
}
.p-contact-form__radio input[type=radio]:checked + label::before {
  border: 7px solid #1B224C;
}
.p-contact-form__textarea {
  height: 240px;
  padding: 22px;
  line-height: 1.5;
}
.p-contact-form__textarea::-webkit-input-placeholder {
  color: #B4B4B4;
}
.p-contact-form__textarea::-moz-placeholder {
  color: #B4B4B4;
}
.p-contact-form__textarea:-ms-input-placeholder {
  color: #B4B4B4;
}
.p-contact-form__textarea::-ms-input-placeholder {
  color: #B4B4B4;
}
.p-contact-form__textarea::placeholder {
  color: #B4B4B4;
}
.p-contact-form__note, .p-contact-form__consent {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .p-contact-form__note {
    line-height: 1.6875;
  }
}
@media screen and (max-width: 760px) {
  .p-contact-form__consent {
    margin-top: 20px;
  }
}
.p-contact-form__consent input[type=checkbox] {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  margin: -1px !important;
}
.p-contact-form__consent input[type=checkbox]:checked + span.mwform-checkbox-field-text:before {
  background-color: #1B224C;
  border: none;
}
.p-contact-form__consent input[type=checkbox]:checked + span.mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.4em;
  top: 0.3em;
  width: 0.45em;
  height: 0.7em;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}
.p-contact-form__consent span.mwform-checkbox-field-text {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-form__consent span.mwform-checkbox-field-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .p-contact-form__consent span.mwform-checkbox-field-text::before {
    margin-right: 7px;
  }
}
.p-contact-form__note-link {
  color: #F5A623;
  text-decoration: underline;
}
.p-contact-form__btn-wrapper {
  margin-top: 42px;
}
.p-contact-form__btn {
  margin: 0 auto;
  display: grid;
  place-items: center;
  width: 200px;
  height: 50px;
  background-color: #1B224C;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.p-news__body .navigation {
  margin-top: 72px;
}

.p-blog__body .navigation {
  margin-top: 109px;
}
@media screen and (max-width: 760px) {
  .p-blog__body .navigation {
    margin-top: 72px;
  }
}

.nav-links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .nav-links {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.nav-links span,
.nav-links a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
}
.nav-links span.current {
  color: #fff;
  background-color: #1B224C;
}
.nav-links a {
  border: 1px solid #1B224C;
}
.nav-links .prev,
.nav-links .next {
  display: none;
}

.wordpress-content > *:first-child {
  margin-top: 0;
}

.wordpress-content h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
}
.wordpress-content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2727272727;
  padding-left: 14px;
  border-left: 4px solid #1B224C;
  margin-top: 42px;
}
.wordpress-content p, .wordpress-content li {
  line-height: 1.5;
  margin-top: 30px;
}
.wordpress-content figure, .wordpress-content blockquote {
  margin-top: 30px;
}
.wordpress-content li {
  padding-left: 32px;
  position: relative;
}
.wordpress-content li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: 0;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #F5A623;
}
.wordpress-content li + li {
  margin-top: 0;
}
.wordpress-content blockquote {
  padding: 26px 30px 26px 74px;
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wordpress-content blockquote::before {
  position: absolute;
  content: "“";
  font-size: 90px;
  color: #B4B4B4;
  top: 20px;
  left: 20px;
}
.wordpress-content blockquote p {
  margin-top: 0;
}
.wordpress-content a {
  color: #F5A623;
  text-decoration: underline;
}

.p-thanks {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-thanks__message {
  line-height: 1.6875;
}
.p-thanks__link-wrapper {
  margin-top: 76px;
}
.p-thanks__link {
  text-decoration: underline;
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 1270px) {
  .u-pc-only {
    display: none;
  }
}

.u-pc-tb-only {
  display: block;
}
@media screen and (max-width: 760px) {
  .u-pc-tb-only {
    display: none;
  }
}

.u-tb-sp-only {
  display: none;
}
@media screen and (max-width: 1270px) {
  .u-tb-sp-only {
    display: block;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 760px) {
  .u-sp-only {
    display: block;
  }
}

.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  margin: -1px !important;
}

.u-fwb {
  font-weight: bold;
}

.u-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #F5A623), color-stop(85%, #F5A623), color-stop(85%, transparent));
  background: linear-gradient(transparent 65%, #F5A623 65%, #F5A623 85%, transparent 85%);
}/*# sourceMappingURL=style.css.map */