@charset "UTF-8";
/*
Theme Name: original
*/
/* ===========================初期設定===================================*/
html {
  font-size: 62.5%;
  /* =============1rem=10px===============*/
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #333;
}

img, svg {
  max-width: 100%;
  vertical-align: bottom;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

p, small {
  color: #1B224C;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h2 {
  font-size: 3.6rem;
  font-weight: 700;
}

h3 {
  font-size: 3.2rem;
  font-weight: 700;
}

h4 {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.4rem;
  }
}

.inner {
  max-width: 930px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ===========================初期設定===================================*/
/* ===========================投稿ページ初期設定===================================*/
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

/* ===========================投稿ページ初期設定ここまで===================================*/
/* ===========================ヘッダー===================================*/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.header__inner {
  height: 80px;
  padding-left: 15px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menu li {
  margin-left: 28px;
}

.header__menu a {
  color: #1B224C;
  font-weight: 700;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.info__hours_position {
  margin-bottom: 10px;
}

.info__hours {
  font-size: 12px;
}

.info__tel_position {
  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;
}

@media screen and (max-width: 768px) {
  .info__tel_position {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info__tel {
  font-weight: 700;
}

.info__tel::before {
  content: "\f525";
  font-family: "dashicons";
  font-size: 14px;
  margin-right: 5px;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}

.btn {
  background-color: #333333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
}

.header-btn {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 5px;
}

.header-btn__document {
  padding-right: 43px;
  padding-left: 43px;
  background-color: #F5A623;
  margin-left: 23px;
}

.header-btn__contact {
  padding-right: 27px;
  padding-left: 27px;
  background-color: #1B224C;
  margin-left: 10px;
}

/* ===========================ヘッダーレスポンシブ===================================*/
.humberger-btn {
  display: none;
  display: block;
}

@media screen and (max-width: 1024px) {
  .header__menu-container {
    display: none;
  }
  .humberger-btn {
    display: block;
  }
  .humberger-btn::before {
    content: "\f228";
    font-family: "dashicons";
    font-size: 40px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .header__info {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .header-btn {
    display: none;
  }
  .header__inner {
    height: 50px;
  }
}

.responsive-menu {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  background-color: #1B224C;
  -webkit-transition: .7s;
  transition: .7s;
}

.responsive-menu li {
  margin-top: 30px;
  margin-bottom: 30px;
}

.responsive-menu a {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .responsive-menu a {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 550px) {
  .responsive-menu a {
    font-size: 1.6rem;
  }
}

.responsive-menu_active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.responsive-menu-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.responsive-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .responsive-menu {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .responsive-menu {
    width: 70%;
  }
}

.close-btn {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.close-btn::after {
  content: "\f335";
  font-family: "dashicons";
  font-size: 5.8rem;
  color: #fff;
}

.noscroll {
  overflow: hidden;
}

/* ===========================ヘッダーレスポンシブここまで===================================*/
/* ===========================ヘッダーここまで===================================*/
/* ===========================フロントページキーヴィジュアル===================================*/
.front-kv-wrapper {
  position: relative;
  width: 100%;
  min-height: 476px;
  height: 37.1vw;
}

.front-kv-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.front-kv {
  width: 100%;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-kv__title {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}

.front-kv__description {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.front-kv__description_top {
  margin-top: 1.95%;
}

.front-kv__description_bottom {
  margin-top: 1%;
}

.document-btn {
  padding: 16px 0px;
  width: 260px;
  text-align: center;
  border-radius: 31px;
  background-color: #F5A623;
  border: 1px solid transparent;
}

@media screen and (max-width: 550px) {
  .document-btn {
    width: 200px;
  }
}

.front-kv__document-btn {
  padding: 21px 0px;
}

.front-kv__document-btn_position {
  margin-top: 51px;
}

.document-btn:hover {
  background-color: #fff;
  color: #F5A623;
  border: 1px solid currentColor;
  opacity: 1;
}

.contact-btn_underline {
  text-decoration: underline;
}

.front-kv__contact {
  margin-top: 22px;
}

@media screen and (min-width: 1440px) {
  .front-kv__title {
    font-size: 7.0rem;
    letter-spacing: .01em;
  }
  .front-kv__description {
    font-size: 2.4rem;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 768px) {
  .front-kv__title {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
  .front-kv__description_top {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .front-kv__document-btn_position {
    margin-top: 30px;
  }
}

@media screen and (max-width: 550px) {
  .front-kv__title {
    font-size: 3.0rem;
  }
  .front-kv__description {
    font-size: 1.4rem;
  }
}

/* ===========================フロントページキーヴィジュアルここまで===================================*/
/* ===========================パンクズリスト===================================*/
.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 600px) {
  .breadcrumbs span[property="name"] {
    max-width: 240px;
  }
}

@media screen and (max-width: 400px) {
  .breadcrumbs span[property="name"] {
    max-width: 140px;
  }
}

/* ===========================パンクズリスト===================================*/
/* ===========================固定ページキービジュアル===================================*/
.page-kv-wrapper {
  position: relative;
  width: 100%;
  height: 221px;
}

.page-kv-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-title-wrapper {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-title {
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 2.8rem;
  }
}

/* ===========================パンクズリスト===================================*/
.breadcrumbs-wrapper {
  height: 50px;
  background-color: #F8F8F8;
}

.breadcrumbs-wrapper .inner {
  height: 100%;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.breadcrumbs a, .breadcrumbs p, .breadcrumbs span {
  color: #1B224C;
  font-size: 1.2rem;
}

.breadcrumbs a, .breadcrumbs p {
  padding-right: 6px;
}

.breadcrumb__home {
  text-decoration: underline;
}

/* ===========================パンクズリストここまで===================================*/
/* ===========================固定ページキービジュアルここまで===================================*/
.dummy {
  background-color: #fff;
  height: 2000px;
}

/* ===========================フッター===================================*/
.footer-top {
  position: relative;
  width: 100%;
  height: 256.4px;
}

.footer-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-top__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-top__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.68;
  color: #fff;
  text-align: center;
}

.footer-top__title_position {
  margin-top: 17px;
}

@media screen and (max-width: 450px) {
  .footer-top__title {
    font-size: 2.6rem;
  }
}

.footer-top__contact {
  margin-top: 22px;
}

.footer-top__document-btn_position {
  margin-top: 16px;
}

.footer-contact__wrapper {
  height: 80px;
  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;
}

.footer-contact__text {
  margin-right: 20px;
  padding-top: 13px;
}

.footer-contact__tel {
  font-size: 3.6rem;
  font-weight: 700;
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .footer-contact__tel {
    font-size: 2.8rem;
  }
}

.footer-contact__hour {
  padding-top: 13px;
}

@media screen and (max-width: 768px) {
  .footer-contact__wrapper {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-contact__text {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .footer-contact__tel {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footer-contact__hour {
    padding-top: 0px;
  }
}

.footer-main {
  background-color: #1B224C;
  padding-top: 35px;
  padding-bottom: 69px;
}

.footer-main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10.5px;
}

.footer__menu-container ul a {
  border-right: 1px solid #fff;
  color: #fff;
  padding-right: 21.5px;
  padding-left: 21.5px;
  line-height: 23px;
  font-weight: 700;
}

.footer__menu-container ul li:last-of-type a {
  border-right: none;
  padding-right: 0px;
}

.footer__menu-container ul li:first-of-type a {
  padding-left: 0px;
}

@media screen and (max-width: 450px) {
  .footer__menu-container ul a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 550px) {
  .footer__menu-container ul a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.4rem;
  }
}

.footer-logo-img-wrapper {
  position: relative;
  width: 197px;
  height: 58px;
  background-color: #fff;
}

.footer-logo-img-wrapper img {
  width: 159px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-logo-img-wrapper {
  margin-bottom: 27px;
}

.footer__info {
  text-align: right;
}

.footer__info p {
  color: #fff;
}

.footer__info_tel {
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .footer-main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-logo-img-wrapper_position {
    margin-top: 27px;
  }
  .footer__info {
    text-align: center;
  }
}

.footer-under {
  height: 36px;
  text-align: right;
}

.footer-small {
  line-height: 36px;
}

/* ===========================フッターここまで===================================*/
/* ===========================front-page===================================*/
/* ===========================section worries===================================*/
.worries {
  background-color: #1B224C;
  padding-top: 57px;
  padding-bottom: 54px;
}

.worries__title {
  font-weight: 700;
  line-height: 1.38;
  color: #fff;
  text-align: center;
}

.worries__title_position {
  margin-bottom: 48.5px;
}

.worries-contents {
  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;
}

.worries-container_position {
  margin-top: 72.5px;
}

.worries-content__text {
  font-size: 1.8rem;
  line-height: 2.16;
  color: #fff;
  text-align: center;
}

.worries-content:first-of-type p {
  margin-right: 57px;
}

.worries-content:nth-of-type(2) p {
  margin-right: 36px;
}

.worries-container {
  width: 100%;
  border-width: 11px 16px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
}

.border-container {
  height: calc(100% - 10px);
  border: 5px solid #1B224C;
}

.border-container__title {
  font-weight: 700;
  text-align: center;
  line-height: 1.388;
}

.border-container__title_position {
  margin-top: 9px;
  margin-bottom: 7.5px;
}

.border-container__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.722;
}

.border-container__text_position {
  margin-bottom: 13.5px;
}

.under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #F5A623));
  background: linear-gradient(transparent 70%, #F5A623 0%);
}

@media screen and (max-width: 768px) {
  .worries__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .worries__title {
    font-size: 3rem;
  }
  .border-container__title {
    font-size: 3rem;
  }
  .worries-content:not(:last-of-type) p, .worries-content:nth-of-type(2) p {
    margin-right: 0px;
  }
}

@media screen and (max-width: 550px) {
  .worries__title {
    font-size: 2.4rem;
  }
  .border-container__title {
    font-size: 1.6rem;
  }
  .border-container__text {
    font-size: 1.4rem;
  }
  .worries-content__text {
    font-size: 1.3rem;
  }
  .worries__title_position {
    margin-bottom: 24px;
  }
  .worries-container_position {
    margin-top: 30px;
  }
}

.sp-only {
  display: none;
}

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

/* ===========================section worriesここまで===================================*/
/* ===========================section strength===================================*/
.strength {
  padding-top: 52px;
  padding-bottom: 39px;
}

.strength__title {
  text-align: center;
  line-height: 1.38;
}

@media screen and (max-width: 550px) {
  .strength__title {
    font-size: 2.4rem;
  }
}

.strength__contents {
  padding-top: 52px;
  padding-bottom: 93px;
}

.strength__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.strength__content:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.strength__content_position:not(:last-of-type) {
  margin-bottom: 60px;
}

.strength__side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.strength__content:nth-of-type(2n) .strength__img-wrapper_position {
  margin-right: 5.376%;
  margin-left: 0;
}

.strength__img-wrapper_position {
  margin-left: 5.376%;
}

.strength__feature {
  font-size: 1.2rem;
  width: 90px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
  background-color: #F5A623;
}

.strength__content-title {
  font-weight: 700;
  line-height: 1.5;
  color: #1B224C;
}

.strength__content-title_position {
  margin-top: 28.5px;
}

.strength__content-text {
  line-height: 1.687;
  color: #1B224C;
}

.strength__content-text_position {
  margin-top: 27px;
}

.strength__img-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  height: 240px;
  background-color: #ccc;
}

.strength__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .strength__content-title_position {
    margin-top: 10px;
  }
  .strength__content-text_position {
    margin-top: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .strength__content-title {
    line-height: 1.4;
  }
  .strength__content-text {
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .strength__contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .strength__content_position:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .strength__content {
    display: block;
  }
  .content__inner {
    padding: 30px 15px;
  }
  .strength__content-title {
    font-size: 2.0rem;
  }
  .strength__content-title_position {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .strength__content_position {
    position: relative;
  }
  .strength__img-wrapper_position {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .strength__img-wrapper_position img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
  .strength__side > * {
    color: #fff;
  }
}

@media screen and (max-width: 550px) {
  .strength__content-text {
    line-height: 1.4;
  }
}

.pricelink-img-wrapper {
  position: relative;
  width: 100%;
  height: 217px;
}

.pricelink-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pricelink__contents {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pricelink__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.pricelink__btn {
  width: 200px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  border: 1px solid currentColor;
  background-color: transparent;
  border-radius: 31px;
  text-align: center;
}

.pricelink__btn_position {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .pricelink__title {
    font-size: 2.4rem;
  }
}

/* ===========================section strengthここまで===================================*/
/* ===========================section success===================================*/
.success {
  background-color: #1B224C;
  padding-top: 51px;
  padding-bottom: 60px;
}

.success__title {
  text-align: center;
  line-height: 1.388;
  color: #fff;
}

.success__title_position {
  margin-bottom: 123.5px;
}

.success__contents {
  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;
}

.success__person:not(:last-of-type) {
  margin-right: 30px;
}

.person {
  width: 33.3%;
  min-width: 280px;
}

.person__introduction {
  line-height: 1.81;
  color: #fff;
}

.person__introduction_position {
  margin-bottom: 2.5px;
}

.person__img-wrapper {
  position: relative;
  height: 171px;
  background-color: #fff;
}

.person__img-wrapper img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 135px;
  height: 140px;
}

.person__status_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 10px;
}

.person__job {
  -webkit-box-flex: 0;
      -ms-flex: 0 100px;
          flex: 0 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.person__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 14px;
  padding-right: 14px;
}

.person__score {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

.person__job, .person__score, .person__name {
  background-color: #fff;
  color: #1B224C;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.person__job {
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .success__title_position {
    margin-bottom: 60px;
  }
  .success__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .person {
    width: 60%;
  }
  .success__person:not(:last-of-type) {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

/* ===========================section successここまで===================================*/
/* ===========================section flow===================================*/
.section-wrapper {
  padding-top: 51px;
  padding-bottom: 119px;
}

.flow-title {
  text-align: center;
  line-height: 1.388;
}

.flow__flow-contents {
  margin-top: 46px;
  margin-bottom: 68px;
}

.flow-content {
  background-color: #F8F8F8;
}

.flow__link {
  height: 100%;
  width: 100%;
}

.flow__flow-content:not(:last-of-type) {
  margin-bottom: 8px;
}

.flow-text-content__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.flow-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flow-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  line-height: 3.0rem;
}

.flow-text-content__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25.6%;
          flex: 0 1 25.6%;
  padding: 0 21px;
}

.flow-text-content__method {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 53.5px;
  border-left: 1px solid #C3C3C3;
}

.flow-number {
  display: inline-block;
  width: 64px;
  height: 100%;
  padding: 24px 0;
  text-align: center;
  background-color: #F5A623;
}

@media screen and (max-width: 1024px) {
  .flow-text-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 15px 10px;
  }
  .flow-text-content {
    line-height: 1.3;
  }
  .flow-text-content__title {
    padding: 0;
  }
  .flow-text-content__method {
    padding: 0;
    border-left: none;
  }
}

@media screen and (max-width: 600px) {
  .flow-number {
    padding: 4.2rem 0;
  }
  .flow__link {
    height: 10rem;
  }
  .flow-text-content__method {
    font-size: 1.4rem;
  }
}

/* ===========================section flowここまで===================================*/
/* ===========================question section===================================*/
.question a, .question span {
  color: #1B224C;
}

.question_position {
  margin-bottom: 77.7px;
}

.question-title {
  line-height: 1.38;
  text-align: center;
  margin-bottom: 2.55rem;
}

.question-content_border-style {
  border-bottom: 1px solid #1B224C;
}

.question-content_border-style:first-of-type {
  border-top: 1px solid #1B224C;
}

.question_row-style, .answer_row-style {
  width: 100%;
  line-height: 1.6875;
  padding: 19px 40px 19px 0px;
}

.answer__bottom {
  height: 15.5px;
  width: 100%;
  display: none;
}

.question-btn {
  position: relative;
}

.horizontal-line {
  position: absolute;
  top: 50%;
  right: 2.77%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 3px;
  display: inline-block;
  background-color: #1B224C;
}

.vertical-line {
  position: absolute;
  top: 50%;
  right: calc(2.77% + 10.7px);
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  height: 25px;
  width: 3px;
  display: inline-block;
  background-color: #1B224C;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.rotate {
  -webkit-transform: translateY(-50%) rotate(-270deg);
          transform: translateY(-50%) rotate(-270deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.answer {
  display: none;
}

.answer_row-style {
  padding-left: 27px;
  padding-right: 27px;
}

.answer_background-color {
  background-color: #F8F8F8;
}

/* ===========================question sectionここまで===================================*/
/* ===========================section archive===================================*/
.front-blog__title, .front-news__title {
  font-size: 3.2rem;
  line-height: 1.687;
}

@media screen and (max-width: 768px) {
  .front-blog__title, .front-news__title {
    text-align: center;
  }
}

.front-archive__title {
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .front-archive__title {
    font-size: 2.4rem;
  }
}

.front-archive-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .front-archive-contents {
    display: block;
  }
}

.front-blog__content {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .front-blog__content {
    margin-bottom: 50px;
  }
}

.front-blog__content:last-of-type {
  margin-bottom: 0;
}

.front-blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-blog {
  width: 50%;
  margin-right: 7.5%;
}

@media screen and (max-width: 768px) {
  .front-blog {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 550px) {
  .front-blog {
    width: 100%;
  }
}

.front-blog__img-wrapper {
  position: relative;
  min-width: 150px;
  height: 110px;
  background-color: #efefef;
  margin-right: 20px;
}

.front-blog__img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 550px) {
  .front-blog__img-wrapper {
    min-width: 100px;
    height: 70px;
  }
}

.category-icon {
  background-color: #1B224C;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 12.5px;
  max-width: 120px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .category-icon {
    padding: 4px 6px;
  }
}

.front-blog__category-icon {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.front-blog__text {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front-blog__text-title {
  font-weight: 700;
  line-height: 1.68;
  text-decoration: underline;
}

@media screen and (max-width: 550px) {
  .front-blog__text-title {
    font-size: 1.4rem;
  }
}

.date {
  font-size: 1.2rem;
  line-height: 1.666;
}

.front-news {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .front-news {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .front-news {
    width: 100%;
  }
}

.front-news__content {
  margin-bottom: 52.5px;
}

.front-news__content:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .front-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.front-news__text-title {
  line-height: 1.68;
  text-decoration: underline;
}

@media screen and (max-width: 550px) {
  .front-news__text-title {
    font-size: 1.4rem;
  }
}

.front-news__text-date {
  min-width: 65px;
  margin-bottom: 5.5px;
}

@media screen and (max-width: 768px) {
  .front-news__text-date {
    margin-bottom: 0;
    margin-right: 5%;
  }
}

/* ===========================section archiveここまで===================================*/
/* ===========================front-pageここまで===================================*/
/* ===========================page-blog.php===================================*/
.new-blog-title {
  margin-top: 58px;
  text-align: center;
  font-size: 3.2rem;
}

@media screen and (max-width: 550px) {
  .new-blog-title {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}

.blog-contents {
  padding-top: 60px;
  padding-bottom: 45px;
}

@media screen and (max-width: 550px) {
  .blog-contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.blog-list__img-wrapper {
  position: relative;
  min-width: 240px;
  height: 148px;
}

@media screen and (max-width: 550px) {
  .blog-list__img-wrapper {
    margin-bottom: 10px;
    height: 200px;
  }
}

.blog-list__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.new-blog__img-wrapper {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .new-blog__img-wrapper {
    margin-right: 20px;
  }
}

@media screen and (max-width: 550px) {
  .new-blog__img-wrapper {
    margin-right: 0;
  }
}

.blog-list_position {
  margin-bottom: 60px;
}

.blog-list_position:first-of-type {
  margin-bottom: 93px;
}

.blog-list_position:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 550px) {
  .blog-list_position {
    margin-bottom: 50px;
  }
  .blog-list_position:first-of-type {
    margin-bottom: 53px;
  }
}

.blog-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 550px) {
  .blog-list-container {
    display: block;
  }
}

.blog-list__category-icon {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1B224C;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 12.5px;
  max-width: 120px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .blog-list__category-icon {
    padding: 4px 6px;
  }
}

.blog-list__post-date {
  margin-bottom: 10px;
}

.blog-list__post-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .blog-list__post-title {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 550px) {
  .blog-list__post-title {
    font-size: 1.6rem;
  }
}

.blog-list__post-content {
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .blog-list__post-content {
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

.blog-list__text-wrapper_aligne-left {
  text-align: left;
}

.blog-list__post-title {
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .blog-list__post-title {
    margin-top: 10px;
  }
}

.pagination a {
  color: #1B224C;
  font-weight: 700;
}

.pagination .current {
  color: #fff;
  background-color: #1B224C;
}

.new-blog__pagination ul {
  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;
  margin-top: 106px;
}

@media screen and (max-width: 550px) {
  .new-blog__pagination ul {
    margin-top: 80px;
  }
}

.new-blog__pagination li {
  margin-right: 19px;
}

.new-blog__pagination li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  .new-blog__pagination li {
    margin-right: 9px;
  }
  .new-blog__pagination li:last-of-type {
    margin-right: 0;
  }
}

.dots {
  margin-left: 17px;
  margin-right: 17px;
}

@media screen and (max-width: 550px) {
  .dots {
    margin-right: 8px;
    margin-left: 8px;
  }
}

.pagination a, .pagination span {
  display: inline-block;
}

.pagination a, .pagination span:not(.dots) {
  width: 50px;
  height: 50px;
  border: 1px solid #1B224C;
  text-align: center;
  line-height: 50px;
}

@media screen and (max-width: 550px) {
  .pagination a, .pagination span:not(.dots) {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2rem;
  }
}

/* ===========================page-blog.phpここまで===================================*/
/* ===========================single-nosidebar===================================*/
.nosidebar {
  padding-top: 50px;
  padding-bottom: 50px;
}

.nosidebar__title {
  font-size: 2.8rem;
  line-height: 1.714;
}

.nosidebar__time {
  margin-top: 36px;
  margin-bottom: 60px;
  text-align: right;
}

/* ===========================single-nosidebarここまで===================================*/
/* ===========================single.php===================================*/
.single-section {
  padding-top: 60px;
  padding-bottom: 36px;
}

.sidebar__two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar__two-column a {
  color: #1B224C;
}

@media screen and (max-width: 768px) {
  .sidebar__two-column {
    display: block;
  }
}

.single-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65.55%;
          flex: 0 1 65.55%;
  max-width: 65.55%;
  margin-right: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar-wrapper_display-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}

.post-categories a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.666;
  background-color: #1B224C;
  padding: 5.5px 25px;
}

.post-categories li {
  margin-right: 2%;
}

.post-date {
  min-width: 90px;
}

.post-title {
  font-size: 2.8rem;
  line-height: 1.5;
}

.post-thumbnail {
  position: relative;
  width: 100%;
  height: 370px;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wp-block-image {
  position: relative;
  width: 100%;
  height: 330px;
}

.wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post-thumbnail_position {
  margin-bottom: 40px;
}

.share-date-flex {
  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;
}

.wp_social_bookmarking_light {
  position: relative;
  top: 10px;
}

.wp-block-quote {
  position: relative;
  padding: 22px 26px 22px 74px;
  background-color: #F8F8F8;
  border-left: none;
}

.wp-block-quote p {
  margin-bottom: 0;
}

.wp-block-quote::before {
  position: absolute;
  top: 40px;
  left: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f122";
  font-family: 'dashicons';
  font-size: 4.5rem;
  color: #B4B4B4;
}

@media screen and (max-width: 768px) {
  .single-content {
    display: block;
    max-width: 100%;
    margin-right: 0;
  }
}

.post-list a {
  color: #1B224C;
}

.post-list__article:not(:last-of-type) {
  margin-bottom: 28px;
}

.post-list__article-wrapper {
  margin-bottom: 30px;
}

.article-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.post-list__title {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .post-list__title {
    text-align: center;
  }
}

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__img-wrapper {
  position: relative;
  min-width: 210px;
  height: 128px;
  background-color: #efefef;
  margin-right: 32px;
}

.article__img-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 550px) {
  .article__img-wrapper {
    min-width: 100px;
    height: 70px;
  }
}

.category-icon {
  background-color: #1B224C;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 12.5px;
  max-width: 120px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .category-icon {
    padding: 4px 6px;
  }
}

.article__category-icon {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.article__text-wrapper_aligne-left {
  text-align: left;
}

.article__post-title {
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.5;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .article__post-title {
    margin-top: 10px;
  }
}

.post-content {
  padding-bottom: 60px;
}

.post-content p, .post-content li, .post-content dt, .post-content dd, .post-content dl, .post-content a, .post-content pre {
  line-height: 1.5;
}

.post-content li {
  list-style-position: inside;
}

.post-content pre {
  white-space: pre-wrap;
}

.post-content h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.post-content h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 4px solid #1B224C;
}

.post-content * {
  color: #1B224C;
}

.post-content ul {
  list-style-type: disc;
}

.post-content div {
  max-width: 100%;
}

/* ===========================single.phpここまで===================================*/
/* ===========================sidebar===================================*/
.sidebar-wrapper {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  margin-bottom: 0;
  z-index: 1;
}

.widget_newpostcatch figure {
  width: 100px;
  min-width: 100px;
  height: 70px;
  position: relative;
}

.widget_newpostcatch figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sidebar-title {
  text-align: center;
  font-size: 21px;
  color: #fff;
  line-height: 1.857;
  background-color: #1B224C;
  font-weight: 700;
  padding: 12px 0;
}

.lcp_catlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}

.lcp_catlist a:nth-of-type(2) {
  min-width: 100px;
  height: 70px;
}

.lcp_catlist a:nth-of-type(2) img {
  width: 100%;
  height: 100%;
}

.lcp_catlist a:nth-of-type(2) {
  margin-right: 6.319%;
}

.lcp_catlist li:not(:last-of-type) {
  margin-bottom: 42px;
}

.lcp_catlist {
  margin-bottom: 30px;
}

.lcp_catlist li:not(:last-of-type) {
  margin-bottom: 42px;
}

.lcp_catlist li:not(:last-of-type) {
  margin-bottom: 42px;
}

.sidebar-title {
  margin-bottom: 30px;
}

.widget_newpostcatch .sidebar-title {
  margin-bottom: 30px;
}

.widget_newpostcatch a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.widget_newpostcatch a {
  height: 70px;
}

.widget_newpostcatch li:not(:last-of-type) {
  margin-bottom: 42px;
}

.widget_newpostcatch ul {
  margin-bottom: 49px;
}

.widget_newpostcatch span {
  text-decoration: underline;
  font-size: 12px;
  line-height: 2;
}

.widget_categories .sidebar-title {
  margin-bottom: 22px;
}

.widget_categories li {
  font-weight: 700;
  line-height: 2;
  list-style: inside;
  padding: 0 6px;
}

.widget_categories a {
  display: inline-block;
  margin-left: -6px;
}

@media screen and (max-width: 768px) {
  .sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .widget_categories {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .widget_listcategorypostswidget {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 4%;
  }
}

@media screen and (max-width: 550px) {
  .sidebar-wrapper {
    display: block;
  }
}

/* ===========================sidebarここまで===================================*/
/* ===========================page-notice===================================*/
.notice {
  padding-top: 58px;
  padding-bottom: 46px;
}

.notice-title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .notice-title {
    font-size: 2.4rem;
  }
}

.news-post {
  border-bottom: 1px solid #D5D5D5;
}

.news-post:first-of-type {
  border-top: 1px solid #D5D5D5;
}

.post-newsday {
  min-width: 86px;
  margin-right: 5.555%;
}

.news-post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .news-post__link {
    line-height: 1.1;
    height: 110px;
  }
}

.notice__pagination ul {
  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;
  margin-top: 65px;
}

@media screen and (max-width: 550px) {
  .notice__pagination ul {
    margin-top: 30px;
  }
}

.notice__pagination li {
  margin-right: 19px;
}

.notice__pagination li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  .notice__pagination li {
    margin-right: 9px;
  }
  .notice__pagination li:last-of-type {
    margin-right: 0;
  }
}

/* ===========================page-noticeここまで===================================*/
/* ===========================page-price===================================*/
.page-price-contents {
  padding-top: 49px;
  padding-bottom: 60px;
}

.price-title {
  line-height: 1.68;
  color: #1B224C;
  text-align: center;
  margin-bottom: 49px;
}

.fee {
  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;
}

@media screen and (max-width: 550px) {
  .fee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price__fee {
  margin-bottom: 40px;
}

.fee-block {
  width: 280px;
  max-width: 100%;
  background-color: #1B224C;
  padding: 34px 20px;
  text-align: center;
}

.fee-text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.plus {
  width: 100px;
  position: relative;
}

@media screen and (max-width: 550px) {
  .plus {
    height: 60px;
  }
}

.price-line {
  position: absolute;
  display: inline-block;
  background-color: #1B224C;
}

.price-horizontal-line {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
}

.price-vertical-line {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 20px;
  width: 2px;
}

.price__text {
  line-height: 1.68;
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .price__text {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 550px) {
  .price__text {
    font-size: 1.4rem;
  }
}

.price-table-title {
  line-height: 1.68;
  color: #1B224C;
  text-align: center;
  margin-bottom: 59px;
}

@media screen and (max-width: 768px) {
  .price-table-title {
    margin-bottom: 30px;
  }
}

.scroll {
  overflow-x: scroll;
}

.plans {
  min-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow-x: scroll;
}

.plan {
  width: 220px;
}

.plans__plan {
  margin-right: 7px;
}

.plans__plan:last-of-type {
  margin-right: 0;
}

.plan-title {
  text-align: center;
  background-color: #1B224C;
  color: #fff;
  line-height: 1.25;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

.plan-title-recommend {
  background-color: #F5A623;
}

.plan__recommend {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}

.price-value-recommend {
  color: #F5A623;
}

.plan-contents {
  height: 414px;
  border: 1px solid #1B224C;
  border-top: none;
  padding-top: 30px;
  text-align: center;
}

.price-value {
  font-weight: 700;
}

.plan__price-value {
  margin-bottom: 14px;
}

.month-price {
  margin-bottom: 44.5px;
}

.benefit {
  line-height: 1.68;
  width: 175px;
  margin: 0 auto 8px;
}

.benefit:last-of-type {
  margin-bottom: 0;
}

.benefit::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  border-left: 3px solid #1B224C;
  border-bottom: 3px solid #1B224C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 12px;
}

/* ===========================page-priceここまで===================================*/
/* ===========================formpage===================================*/
input, textarea {
  resize: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
}

.formpage-inner {
  max-width: 730px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.form-wrapper {
  padding-top: 52.5px;
  padding-bottom: 82px;
}

.form-guidance {
  line-height: 1.68;
  margin-bottom: 47.5px;
}

.gray-value {
  color: #1B224C;
  font-size: 1.2rem;
}

.input__border {
  border: 0.5px solid #1B224C;
}

.input__text {
  width: 100%;
  padding: 16px 20px;
}

.input__text {
  margin-top: 12px;
}

.form-mail__wrapper,.form-name__wrapper,.form-company__wrapper{
	  margin-bottom: 20px;
}
form .error{
	margin-top:5px;
}

.input__textarea {
  margin-top: 12px;
}

.your-telnumber {
  margin-bottom: 0;
}

.input__textarea {
  width: 100%;
  padding: 22px;
}

.vertical-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.your-question-type {
  width: 20px;
  height: 20px;
  border: solid 1px #707070;
  border-radius: 50%;
  vertical-align: -4px;
  margin: 0;
}

.your-question-type:checked {
  background-color: black;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #333;
          box-shadow: 0 0 0 1px #333;
}

.form-type__wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mwform-radio-field:first-of-type {
  margin-top: 19px;
}

.label__type label {
  margin-top: 12px;
}

.mwform-radio-field-text {
  margin-left: 14px;
}

.mwform-checkbox-field label {
  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;
}

.mwform-checkbox-field-text {
  margin-left: 10px;
}

.your-content {
  height: 240px;
}

.your-agree {
  margin: 0;
}

input[type="checkbox"] {
  position: relative;
  border: 1px solid #707070;
  width: 20px;
  height: 20px;
}

input[type="checkbox"]:checked::after {
  content: "\f147";
  font-family: 'dashicons';
  display: inline-block;
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.your-submit {
  padding: 17px 0px;
  width: 200px;
  text-align: center;
  border-radius: 5px;
  background-color: #1B224C;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.your-submit:hover {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid currentColor;
  color: #1B224C;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-agree__wrapper_position {
  margin: 31px 0px 46px 0px;
}

.label__agree_position label {
  margin-top: 31px;
}

.yellow-text {
  color: #F5A623;
  text-decoration: underline;
}

.form-agree__wrapper {
  text-align: center;
}

.form-submit__wrapper {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .label__type {
    line-height: 1.2;
  }
  .label__agree {
    line-height: 1.2;
  }
  .form-guidance {
    line-height: 1.2;
  }
}

/* ===========================formpageここまで===================================*/
/* ===========================send-completely===================================*/
.thx-wrapper{
    text-align: center;
	margin:77.5px 0px;
}
.thx-wrapper p{
        line-height: 1.68;
}
.thx-home{
    text-decoration: underline;
    color:  #1B224C;
    margin-top: 77.5px;
}


/* ===========================send-completelyここまで===================================*/

/*# sourceMappingURL=style.css.map */