@charset "utf-8";
/* -------------------------------
  houjin-head
---------------------------------*/
.houjin-head {
  position: relative;
  background: #fff;
}
.houjin-head-inner {
  background: url(../img/hero_pc.png) repeat-x center top;
  background-size: auto 500px;
}
@media screen and (max-width: 768px) {
  .houjin-head-inner {
    background: url(../img/hero_sp.png) no-repeat center top;
    background-size: auto 508px;
  }

  .houjin-head:before {
    content: "";
    display: block;
    padding-top: 115%;
  }
  .houjin-head-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

/* -------------------------------
  houjin-hero
---------------------------------*/
.houjin-hero {
  margin: 0 auto;
  padding-left: 96px;
  max-width: 1504px;
  min-height: 245px;
}
@media screen and (max-width: 768px) {
  .houjin-hero {
    padding-left: 0;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) {
.houjin-hero__text-label{
margin-bottom: 48px;
	}
}
.houjin-hero__main-text {
  margin-top: 16px;
  color: #fff;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 1279px) {
  .houjin-hero__main-text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .houjin-hero__main-text {
    font-size: 2.4rem;
  }
}
.houjin-hero__sub-text {
  display: inline-block;
  margin-top: 82px;
  padding: 4px 16px 3px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .houjin-hero__sub-text {
    margin-top: 96px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .houjin-hero__sub-text {
    margin-top: 204px;
    padding: 6px 16px 5px;
    font-size: 1.6rem;
  }
}
.houjin-hero__figure-wrap--bottom {
  background: #f1f1f1;
  text-align: center;
  padding-right: 16px;
  padding-left: 16px;
}
.houjin-hero__main-text--sub + .houjin-hero__figure-wrap {
  margin-top: 32px;
}
.houjin-hero__figure {
  display: inline-block;
  max-width: 467px;
  width: 100%;
}
.houjin-hero__figure img {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .houjin-hero__figure {
    display: block;
    margin: 0 auto;
  }
  .houjin-hero__main-text--sub + .houjin-hero__figure-wrap {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-hero__figure-wrap--bottom {
    padding-top: 16px;
  }
}

/* -------------------------------
  houjin-sidemenu
---------------------------------*/
.houjin-sidemenu {
  position: fixed;
  top: 164px;
  right: 0;
  z-index: 2;
  width: 56px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1279px) {
  .houjin-sidemenu {
    top: auto;
    bottom: 0;
    padding: 12px 16px 8px;
    width: 100%;
    min-height: 68px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .houjin-sidemenu {
    min-height: 98px;
  }
}
@media screen and (max-width: 414px) {
  .houjin-sidemenu {
    min-height: 89px;
  }
}
.houjin-sidemenu__address {
  display: none;
}
@media screen and (max-width: 768px) {
  .houjin-sidemenu__address {
    display: block;
    margin-top: 10px;
    text-align: center;
    line-height: 1;
  }
}
.houjin-sidemenu .tel-number {
  color: #003e70;
  font-family: 'Times New Roman', Times, serif;
}
.houjin-sidemenu__reference {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #003e70;
}
.houjin-sidemenu__tel {
  line-height: 1;
}
.houjin-sidemenu__tel-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.houjin-sidemenu__tel-icon::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 4px;
  background: url(../img/ic_tel_02.svg) no-repeat;
  background-size: 18px 12px;
}
.houjin-sidemenu__description {
  margin: 4px 0 0 8px;
  font-size: 1rem;
  line-height: 1;
}

/* -------------------------------
  section-houjin-plan-outline
---------------------------------*/
.section-houjin-plan-outline {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .section-houjin-plan-outline {
    margin-top: 32px;
  }
}
.subpage-top {
padding-bottom: 0px!important;
padding-top: 48px;
}
/* houjin-plan-outline-list */
.houjin-plan-outline-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  list-style: none;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-list {
    display: block;
    max-width: 872px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-list {
    max-width: 494px;
  }
}
.houjin-plan-outline-list__item {
  position: relative;
  padding-bottom: 303px;
  width: 32.44%;
  background: #fff;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-list__item {
    position: static;
    padding-bottom: 0;
    width: 100%;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.houjin-plan-outline-list__item + .houjin-plan-outline-list__item {
  margin-left: 1.32%;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-list__item + .houjin-plan-outline-list__item {
    margin-top: 16px;
    margin-left: 0;
  }
}
.houjin-plan-outline-list__inner-top {
  padding: 24px 8px;
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-list__inner-top {
    padding: 20px;
  }
}
.houjin-plan-outline-list__inner-top-contents {
  margin-top: 16px;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-list__inner-top-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 16px auto 0;
    max-width: 454px;
  }
}
.houjin-plan-outline-list__inner-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-top: 32px;
  min-height: 303px;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-list__inner-bottom {
    position: static;
    left: auto;
    bottom: auto;
    z-index: auto;
    min-height: auto;
  }
}
.houjin-plan-outline--professional .houjin-plan-outline-list__inner-bottom {
  background: #00223d;
}
.houjin-plan-outline--basic .houjin-plan-outline-list__inner-bottom {
  background: #003e70;
}
.houjin-plan-outline--pinpoint .houjin-plan-outline-list__inner-bottom {
  background: #0076d6;
}

/* houjin-plan-outline-description */
.houjin-plan-outline-description__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
}
.houjin-plan-outline--professional .houjin-plan-outline-description__title {
  color: #00223d;
}
.houjin-plan-outline--basic .houjin-plan-outline-description__title {
  color: #003e70;
}
.houjin-plan-outline--pinpoint .houjin-plan-outline-description__title {
  color: #0076d6;
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-description__title {
    font-size: 1.7rem;
  }
}
.houjin-plan-outline-description__figure-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-description__figure-wrap {
    width: 44.71%;
  }
}
.houjin-plan-outline-description__figure--pc {
  width: 264px;
  height: 120px;
}
.houjin-plan-outline-description__figure--sp {
  max-width: 150px;
  width: 100%; /* IE */
  height: auto;
}
.houjin-plan-outline-description__text {
  margin-top: 16px;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-description__text {
    margin-top: 0;
    padding-left: 16px;
    width: 55.29%;
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .houjin-plan-outline-description__text {
    padding-left: 8px;
    font-size: 1.2rem;
  }
}

/* houjin-plan-outline-title */
.houjin-plan-outline-title {
  padding: 0 16px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.houjin-plan-outline-title--cursor {
  position: relative;
}
.houjin-plan-outline-title--cursor::before {
  position: absolute;
  top: -32px;
  left: 50%;
  content: '';
  display: block;
  width: 64px;
  height: 16px;
  margin-left: -32px;
  border: 32px solid transparent;
  border-top: 16px solid #fff;
}

/* houjin-plan-outline-function-list */
.houjin-plan-outline-function-list__wrap {
  text-align: center;
  line-height: 1;
}
.houjin-plan-outline-function-list {
  display: inline-block;
  margin: 32px 0;
  padding: 0 16px;
  min-height: 114px;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-outline-function-list {
    margin: 32px 0 40px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-function-list {
    margin: 16px 0 24px;
  }
}
.houjin-plan-outline-function-list__item {
  position: relative;
  padding-left: 44px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-function-list__item {
    padding-left: 36px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.houjin-plan-outline-function-list__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-function-list__item::before {
    width: 24px;
    height: 24px;
  }
}
.houjin-plan-outline-function-list__item.houjin-plan-outline-function-list__item--ic-article::before {
  background: url(../img/ic_article.svg) no-repeat center;
}
.houjin-plan-outline-function-list__item.houjin-plan-outline-function-list__item--ic-article-lock::before {
  background: url(../img/ic_article_lock.svg) no-repeat center;
}
.houjin-plan-outline-function-list__item.houjin-plan-outline-function-list__item--ic-article-plus::before {
  background: url(../img/ic_article_plus.svg) no-repeat center;
}
.houjin-plan-outline-function-list__item.houjin-plan-outline-function-list__item--ic-group::before {
  background: url(../img/ic_group.svg) no-repeat center;
}
.houjin-plan-outline-function-list__item.houjin-plan-outline-function-list__item--ic-pc-smartphone::before {
  background: url(../img/ic_pc_smartphone.svg) no-repeat center;
}
.houjin-plan-outline-function-list__item + .houjin-plan-outline-function-list__item {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-function-list__item + .houjin-plan-outline-function-list__item {
    margin-top: 16px;
  }
}

/* houjin-plan-outline-btn */
.houjin-plan-outline--professional .houjin-plan-outline-btn {
  border-top: 1px solid #4e6578;
}
.houjin-plan-outline--basic .houjin-plan-outline-btn {
  border-top: 1px solid #4d789b;
}
.houjin-plan-outline--pinpoint .houjin-plan-outline-btn {
  border-top: 1px solid #57a0e3;
}
.houjin-plan-outline-btn__inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: normal;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-btn__inner {
    height: 48px;
    font-size: 1.4rem;
  }
}
.houjin-plan-outline-btn__inner::after {
  position: absolute;
  bottom: 12px;
  right: 50%;
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../img/ic_arrow_right.svg) no-repeat;
  background-size: 9px 15px;
  transform: translate(50%, 0) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-btn__inner::after {
    bottom: 6px;
  }
}
@media screen and (max-width: 414px) {
  .houjin-plan-outline-btn__inner::after {
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
  }
}
.houjin-plan-outline-btn__inner:hover {
  opacity: 0.7;
}
.houjin-plan-outline-btn__inner-text {
  position: relative;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .houjin-plan-outline-btn__inner-text {
    bottom: 6px;
  }
}

/* -------------------------------
  section-houjin-merit
---------------------------------*/
.section-houjin-merit {
  padding: 64px 0 20px;
  background: #f1f1f1;
}

/* houjin-merit-inner */
/* .houjin-merit-inner {
  padding: 0 42px;
} */

/* houjin-merit-section */
.houjin-merit-section {
  padding: 40px 42px;
}
@media screen and (max-width: 768px) {
  .houjin-merit-section {
    padding: 24px 16px;
  }
}
.houjin-merit-section-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 986px;
}
.houjin-merit-section-inner--flipped-x {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1279px) {
  .houjin-merit-section-inner {
    max-width: 872px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-merit-section-inner {
    position: static;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 494px;
  }
}

/* houjin-merit-section-main */
.houjin-merit-section-main {
  width: 46.75%;
  min-height: 270px;
}
@media screen and (max-width: 1279px) {
  .houjin-merit-section-main {
    min-height: 239px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-merit-section-main {
    width: 100%;
    min-height: auto;
  }
}

/* houjin-merit-section__heading */
.houjin-merit-section__heading {
  position: relative;
  padding-bottom: 16px;
  color: #003e70;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .houjin-merit-section__heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .houjin-merit-section__heading {
    padding-bottom: 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.houjin-merit-section__heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #003e70;
}
@media screen and (max-width: 768px) {
  .houjin-merit-section__heading::after {
    display: none;
  }
}
.houjin-merit-section__heading_sub{
    font-size: 1.8rem;
}
@media screen and (max-width: 1279px) {
  .houjin-merit-section__heading_sub {
    font-size: 1.6rem;
  }
}
/* houjin-merit-section__figure */
.houjin-merit-section__figure-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 6.49%;
  width: 46.75%;
}
.houjin-merit-section-inner--flipped-x .houjin-merit-section__figure-wrap {
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 6.49%;
}
@media screen and (max-width: 768px) {
  .houjin-merit-section__figure-wrap {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    margin-left: 0;
    width: 100%;
  }
}
.houjin-merit-section__figure {
  width: 100%; /* IE */
}
@media screen and (max-width: 768px) {
  .houjin-merit-section__figure {
    max-width: 180px;
  }
}

/* houjin-merit-description */
.houjin-merit-description {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .houjin-merit-description {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

/* houjin-merit-case */
.houjin-merit-case {
  margin-top: 16px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 768px) {
  .houjin-merit-case {
    min-height: auto;
  }
}
.houjin-merit-case__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 414px) {
  .houjin-merit-case__inner {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.houjin-merit-case__figure {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  flex: none;
  margin-right: 20px;
  width: 88px;
  height: 74px;
}
@media screen and (max-width: 768px) {
  .houjin-merit-case__figure {
    margin-right: 16px;
    width: 64px;
    height: 54px;
  }
}
.houjin-merit-case__text-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.houjin-merit-case__main-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .houjin-merit-case__main-text {
    font-size: 1.4rem;
  }
}
.houjin-merit-case__main-text_bouder{
border-bottom: #f48600 solid 1px;
}
.houjin-merit-case__sub-text {
  position: relative;
  margin-bottom: 4px;
  padding-left: 40px;
  color: #003e70;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .houjin-merit-case__sub-text {
    padding-left: 28px;
  }
}
@media screen and (max-width: 414px) {
  .houjin-merit-case__sub-text {
    padding-left: 20px;
  }
}
.houjin-merit-case__sub-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-top: -1px;
  background-color: #003e70;
}
@media screen and (max-width: 768px) {
  .houjin-merit-case__sub-text::before {
    width: 20px;
  }
}
@media screen and (max-width: 414px) {
  .houjin-merit-case__sub-text::before {
    width: 12px;
  }
}

/* -------------------------------
  section-case
---------------------------------*/
/* houjin-case-satisfaction */
.houjin-case-satisfaction {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 32px 42px;
  min-height: 176px;
  background: #003e70;
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction {
    display: block;
    margin-bottom: 40px;
    padding: 20px 16px;
    min-height: auto;
  }
}
.houjin-case-satisfaction__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 32px;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .houjin-case-satisfaction__text {
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction__text {
    display: block;
    padding-right: 0;
    text-align: center;
  }
}
.houjin-case-satisfaction__text--large {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .houjin-case-satisfaction__text--large {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction__text--large {
    font-size: 1.6rem;
  }
}
.houjin-case-satisfaction__text--small {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction__text--small {
    font-size: 1.4rem;
  }
}
.houjin-case-satisfaction__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 32px;
  border-left: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .houjin-case-satisfaction__number {
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction__number {
    position: relative;
    display: block;
    margin-top: 32px;
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction__number::before {
    position: absolute;
    top: -16px;
    left: 50%;
    content: '';
    display: inline-block;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    background-color: #fff;
  }
}
.houjin-case-satisfaction__number--large {
  font-size: 8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .houjin-case-satisfaction__number--large {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction__number--large {
    font-size: 6.4rem;
  }
}
.houjin-case-satisfaction__number--small {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .houjin-case-satisfaction__number--small {
    font-size: 2.4rem;
  }
}

/* -------------------------------
  section-houjin-plan-detail
---------------------------------*/
.section-houjin-plan-detail {
  padding: 32px 0 16px;
  background: #f1f1f1;
}
.section-houjin-plan-detail_us{
background: #003e70!important;
}
/* houjin-plan-detail */
.houjin-plan-detail__label-text {
  margin: 0 auto 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.houjin-plan-detail__label {
  background-color: #f78600;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  padding: 4px 24px;
}
.houjin-plan-detail__text {
  margin-top: 32px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.houjin-plan-detail__text + .houjin-plan-detail__text {
  margin-top: 24px;
}
.houjin-plan-detail__text--sm {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.houjin-plan-detail__text--link {
  color: #003e70;
  text-decoration: underline;
}
a.houjin-plan-detail__text--link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .section-houjin-plan-detail {
    padding: 72px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .section-houjin-plan-detail {
    padding: 32px 0 16px;
  }
  .houjin-plan-detail__label-text {
    margin-bottom: 24px;
  }
  .houjin-plan-detail__text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .houjin-plan-detail__text--sm {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .houjin-plan-detail__text + .houjin-plan-detail__text {
    margin-top: 16px;
  }
}
.houjin-plan-detail__subtitle {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .houjin-plan-detail__subtitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail__subtitle {
    font-size: 2rem;
  }
}
.houjin-plan-detail__btn-area {
  margin-top: 32px;
}
.houjin-plan-detail__btn-area .primary-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* houjin-plan-detail-list */
.houjin-plan-detail-list,
.houjin-plan-detail-list--lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 32px auto 0;
  max-width: 1440px;
  list-style: none;
  overflow: hidden;
}
.houjin-plan-detail-list--lg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-detail-list {
    display: block;
    max-width: 872px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-list {
    margin-top: 16px;
    max-width: 494px;
  }
}
.houjin-plan-detail-list__item {
  width: 32.44%;
}
.houjin-plan-detail-list--lg .houjin-plan-detail-list__item {
  width: 100%;
}
.houjin-plan-detail-list--lg .houjin-plan-detail-list__item-inner {
  margin: 0 auto;
  width: 32.44%;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-detail-list__item {
    width: 100%;
  }
  .houjin-plan-detail-list--lg .houjin-plan-detail-list__item-inner {
    width: 100%;
  }
}
.houjin-plan-detail-list__item + .houjin-plan-detail-list__item {
  margin-left: 1.32%;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-detail-list__item + .houjin-plan-detail-list__item {
    margin-top: 32px;
    margin-left: 0;
  }
}
.houjin-plan-detail-list__inner-top {
  padding: 0 24px;
  background: #fff;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-detail-list__inner-top {
    text-align: center;
    line-height: 1;
    padding: 0 48px;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-list__inner-top {
    text-align: left;
    line-height: 1.5;
    padding: 0 24px;
  }
}
.houjin-plan-detail-list__inner-bottom {
  background: #fff;
}

/* houjin-plan-detail-title */
.houjin-plan-detail-title {
  padding: 24px 16px 16px;
  text-align: center;
  color: #fff;
}
.houjin-plan-detail-title--large {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-title--large {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.houjin-plan-detail-title--small {
  display: block;
  margin-top: 8px;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-title--small {
    font-size: 1.4rem;
  }
}
.houjin-plan-detail-title--professional {
  background: #00223d;
}
.houjin-plan-detail-title--basic {
  background: #003e70;
}
.houjin-plan-detail-title--pinpoint {
  background: #0069C3;
}
.houjin-plan-detail-title--office {
  background: #18406b;
}
.houjin-plan-detail-title__thumbnail {
  display: block;
  max-width: 57px;
  width: 100%;
  margin: 0 auto 16px;
}
.houjin-plan-detail-title__thumbnail img {
  width: 100%;
}
.houjin-plan-detail-title__thumbnail--group {
  max-width: 58px;
}
.houjin-plan-detail-title__thumbnail--group-03{
max-width: 254px;
}
.houjin-plan-detail-title__thumbnail--office {
  max-width: 272px;
}

/* houjin-plan-detail-function-list */
.houjin-plan-detail-function-list {
  padding: 20px 0 12px;
  min-height: 234px;
  background: #fff;
  list-style: none;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-detail-function-list {
    display: inline-block;
    padding-bottom: 20px;
    min-height: auto;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-function-list {
    display: block;
  }
}
.houjin-plan-detail-function-list__item {
  position: relative;
  padding-left: 32px;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.houjin-plan-detail-function-list__item::before {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/ic_table_check.svg) no-repeat;
}
.houjin-plan-detail-function-list__item + .houjin-plan-detail-function-list__item {
  margin-top: 16px;
}
.houjin-plan-detail-function-list__text--small {
  display: block;
  font-size: 1.2rem;
}

/* houjin-plan-detail-unorder-list */
.houjin-plan-detail-unorder-list {
  padding: 24px 0 8px;
  list-style: none;
}
.houjin-plan-detail-unorder-list__item {
  position: relative;
  padding-left: 24px;
  font-size: 1.8rem;
  letter-spacing: normal;
}
.houjin-plan-detail-unorder-list__item::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
}
.houjin-plan-detail-unorder-list__item + .houjin-plan-detail-unorder-list__item {
  margin-top: 16px;
}
.houjin-plan-detail-unorder-list__text--small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-detail-unorder-list {
    display: inline-block;
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-unorder-list {
    display: block;
  }
  .houjin-plan-detail-unorder-list__item {
    font-size: 1.4rem;
  }
}

/* houjin-plan-detail-price */
.houjin-plan-detail-price {
  padding: 0 24px;
}
.houjin-plan-detail-price__inner {
  padding: 16px 0;
  border-top: 1px solid #dadada;
  text-align: center;
}
.houjin-plan-detail-price__text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: normal;
}
.houjin-plan-detail-price__subtext{
text-align: center;
font-weight: bold;
}
.houjin-plan-detail-price__number {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;
}
.houjin-plan-detail-price__number--large {
  color: #f58700;
  font-size: 2.4rem;
  line-height: 1.1;
}
.houjin-plan-detail-price__table-price--sub {
  font-size: 1.2rem;
}
.houjin-plan-detail-price__table-contaienr {
  border-top: 1px solid #dadada;
  padding: 16px 0;
}
@media screen and (min-width:768px){
.houjin-plan-detail-price__table-contaienr {
 height:130px;
}
}
.houjin-plan-detail-price__table {
  display: table;
  text-align: center;
  margin: 0 auto;
  min-width: 325px;
}
.houjin-plan-detail-price__table-desc,
.houjin-plan-detail-price__table-price {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 4px 8px;
}
.houjin-plan-detail-price__table-desc {
  text-align: right;
  width: 34%;
}
.houjin-plan-detail-price__table-price {
  width: 60%;
}
.houjin-plan-detail-price__table-desc--strikethrough,
.houjin-plan-detail-price__table-price--strikethrough {
  text-decoration: line-through;
}
.houjin-plan-detail-price__table--strong {
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  .houjin-plan-detail-price {
    padding: 0 8px;
  }
  .houjin-plan-detail-price__table {
    font-size: 1.4rem;
    min-width: auto;
    width: 100%;
  }
  .houjin-plan-detail-price__table-desc {
    width: 33%;
  }
  .houjin-plan-detail-price__table-price {
    width: 67%;
  }
}
@media screen and (min-width: 768px) {
.houjin-plan-detail-price__table_top-02{
padding-top: 39px;
}
.houjin-plan-detail-price__table_top-01{
padding-top: 30px;
}
}
/* houjin-plan-detail-list-btn */
.houjin-plan-detail-list-btn {
  border-top: 1px solid #dadada;
}
.houjin-plan-detail-list-btn__inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: normal;
  transition: all 0.3s;
}
.houjin-plan-detail-list-btn__note {
  text-align: center;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.4rem;
}
.houjin-plan-detail-price + .houjin-plan-detail-list-btn__group {
  padding: 0 8px 24px;
}
.houjin-plan-detail-list-btn__group {
  text-align: center;
  padding: 16px;
}
.houjin-plan-detail-list-btn__group--md {
  display: block;
  width: 72%;
  margin: 0 auto;
  padding-bottom: 24px;
}
.houjin-plan-detail-list--lg .houjin-plan-detail-list-btn__group--md {
  width: 35%;
}
@media screen and (max-width: 1279px) {
  .houjin-plan-detail-list--lg .houjin-plan-detail-list-btn__group--md {
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-list-btn__group--md,
  .houjin-plan-detail-list--lg .houjin-plan-detail-list-btn__group--md  {
    width: 82%;
  }
}
@media screen and (max-width: 414px) {
  .houjin-plan-detail-list-btn__group--md,
  .houjin-plan-detail-list--lg .houjin-plan-detail-list-btn__group--md  {
    width: 92%;
  }
}

.houjin-plan-detail-list-btn__inline,
.houjin-plan-detail-list-btn__block {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f78600;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: normal;
  transition: all 0.3s;
  padding: 16px 56px 16px 32px;
}
.houjin-plan-detail-list-btn__block-white{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #003e70;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: normal;
  transition: all 0.3s;
  padding: 16px 56px 16px 32px;
border: 1px solid #003e70;
}
.houjin-plan-detail-list-btn__inline:nth-of-type(n+2), .houjin-plan-detail-list-btn__block:nth-of-type(n+2){
  background-color: #fff;
color: #003e70;
 border: 1px solid #003e70;
}
a.houjin-plan-detail-list-btn__inline:hover,
a.houjin-plan-detail-list-btn__block:hover,
a.houjin-plan-detail-list-btn__block-white:hover{
  opacity: 0.7;
}
.houjin-plan-detail-list-btn__block,
.houjin-plan-detail-list-btn__block-white{
  width: 100%;
}
.houjin-plan-detail-list-btn__inline::after,
.houjin-plan-detail-list-btn__block::after{
  position: absolute;
  top: 50%;
  right: 24px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../img/ic_arrow_right.svg) no-repeat;
  background-size: 9px 15px;
  transform: translate(0, -50%);
}
.houjin-plan-detail-list-btn__block-white::after{
  position: absolute;
  top: 50%;
  right: 24px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../img/ic_arrow_right_02.svg) no-repeat;
  background-size: 9px 15px;
  transform: translate(0, -50%);
}
.houjin-plan-detail-list-btn__inline--blue {
  background-color: #0076d6;
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-list-btn__inner {
    height: 48px;
    font-size: 1.4rem;
  }
}
.houjin-plan-detail-list-btn__inner::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url(../img/ic_angle_right_black.svg) no-repeat;
  background-size: 9px 15px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 414px) {
  .houjin-plan-detail-list-btn__inner::after {
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
  }
}
.houjin-plan-detail-list-btn__inner:hover {
  opacity: 0.7;
}

/* houjin-plan-detail-note */
.houjin-plan-detail-note {
  margin-top: 16px;
}
.houjin-plan-detail-note {
  text-align: center;
}
.houjin-plan-detail-note__inner {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  letter-spacing: normal;
}
.houjin-plan-detail-note__inner + .houjin-plan-detail-note__inner {
  margin-top: 4px;
}
.houjin-plan-detail-note__link {
  color: #333;
  transition: all 0.3s;
}
.houjin-plan-detail-note__link:hover {
  opacity: 0.7;
}
.houjin-plan-detail-note + .houjin-plan-detail-note {
  margin-top: 4px;
}

/* houjin-plan-detail-bottom */
.houjin-plan-detail-bottom {
  margin: 40px auto 0;
  max-width: 1440px;
}
.houjin-plan-detail-bottom__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-bottom__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* houjin-plan-detail-bottom-btn */
.houjin-plan-detail-bottom-btn {
  margin-top: 16px;
  text-align: center;
}
.houjin-plan-detail-bottom-btn__inner {
  position: relative;
  padding-right: 1em;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.7;
  transition: all 0.3s;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .houjin-plan-detail-bottom-btn__inner {
    font-size: 1.2rem;
  }
}
.houjin-plan-detail-bottom-btn__inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/ic_angle_right_black.svg) no-repeat;
  background-size: 7px 11px;
  transform: translate(0, -50%);
}
.houjin-plan-detail-bottom-btn__inner:hover {
  opacity: 0.7;
}
/* price-body_houjin */
.price-body_houjin {
  padding: 72px 40px 64px;
  background-color: #003e70;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .price-body_houjin {
    padding: 48px 24px 40px;
  }
}.information-area
.price-wrap_houjin {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 40px;
}
.common-inner .information-area{
background-color: #003e70!important;
}
@media screen and (max-width: 768px){
.common-inner {
    padding: 0px 6px;
}
}
.subpage-price-main .common-inner{
background-color: #003e70;
}
.primary-btn--consultation .primary-btn__inner{
background-color: #fff!important;
    color: #003e70!important;
}
.primary-btn--consultation .primary-btn__inner:after{
background: url("../img/ic_arrow_right_02.svg") no-repeat;
}
.primary-btn--houjin-sidemenu-consultation .primary-btn__inner:after{
background: url("../img/ic_arrow_right_02.svg") no-repeat;
}