@charset "utf-8";
/* CSS Document */


.header--houjin .header-inner {
    background-color: transparent;
}
.js-header-fix .header-inner {
    background-color: #fff!important;
}
.heading--houjin_subtext{
 font-size: 1.8rem;
}
@media screen and (max-width: 767px){
.heading--houjin_subtext{
 font-size: 1.6rem;
}
}
/* -------------------------------
  houjin-hero
---------------------------------*/
.houjin-hero {
 padding-left: 32px;
 padding-right: 32px;
}
.houjin-hero__sub-text-cap {
 display: inline-block;
 padding-top: 208px;
 color: #333;
 font-size: 2.8rem;
 font-weight: 400;
 line-height: 1.5;
}
@media screen and (max-width: 1279px) {
 .houjin-hero__sub-text-cap {
  font-size: 2rem;
 }
}
@media screen and (max-width: 767px) {
 .houjin-hero {
  padding-left: 11%;
  padding-right: 11%;
 }
 .houjin-hero__sub-text-cap {
  padding-top: 20%;
  font-size: 2.0rem;
 }
}
@media screen and (max-width: 414px) {
 .houjin-hero {
  padding-left: 24px;
  padding-right: 24px;
 }
 .houjin-hero__sub-text-cap {
  font-size: 1.4rem;
  padding-top: 64px;
 }
}
.houjin-hero__main-text {
 margin-top: 0;
 color: #333;
 font-size: 6rem;
 font-weight: 400;
 line-height: 1.5;
}
.houjin-hero__text-label {
 color: #fff;
 display: inline-block;
 margin-top: 10px;
 padding: 4px 8px;
}
.houjin-hero__text-label--main {
 background-color: #023F6F;
}
.houjin-hero__text-label--sub {
 background-color: #F78600;
}
.houjin-hero__main-text--sub {
 color: #333;
 font-size: 3.8rem;
 font-weight: 400;
 line-height: 1.5;
}
@media screen and (min-width: 1280px) {
 .br-xl-none + .houjin-hero__text-label {
  position: relative;
  top: 0;
  margin-left: -8px;
  padding-left: 0;
 }
}
@media screen and (max-width: 1279px) {
 .houjin-hero__main-text {
  font-size: 4rem;
 }
 .houjin-hero__main-text--sub {
  font-size: 3rem;
 }
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
 .br-l-none + .houjin-hero__text-label {
  position: relative;
  top: 0;
  margin-left: -8px;
  padding-left: 0;
 }
}
@media screen and (max-width: 767px) {
 .houjin-hero__main-text {
  font-size: 3.2rem;
  white-space: nowrap;
 }
 .houjin-hero__main-text--sub {
  font-size: 2rem;
 }
}
@media screen and (max-width: 768px) and (min-width: 415px) {
 .br-m-none + .houjin-hero__text-label {
  position: relative;
  top: 0;
  margin-left: -8px;
  padding-left: 0;
 }
}
@media screen and (max-width: 414px) {
 .houjin-hero__main-text {
  font-size: 2.4rem;
  white-space: normal;
 }
 .houjin-hero__main-text--sub {
  font-size: 1.6rem;
 }
 .houjin-hero__text-label {
  margin-top: 4px;
 }
 .br-s-none + .houjin-hero__text-label {
  position: relative;
  top: 0;
  margin-left: -8px;
  padding-left: 0;
 }
}
.houjin-head-inner {
  background: #f1f1f1 url(../../img/hero_pc03.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 695px;
}
@media screen and (max-width: 1279px) {
 .houjin-head-inner {
  height: auto;
 }
}
@media screen and (max-width: 767px){
 .houjin-head-inner {
  background: #f1f1f1 url(../../img/hero_sp03.jpg) no-repeat top 100% center;
  background-size: 100% auto;
  width: 100%;
  height: auto;
 }
}
.houjin-hero .houjin-plan-detail-bottom {
    margin: 40px auto 0;
    max-width: 1440px;
    padding: 0 16px;
}
/* -------------------------------
  mv_btn
---------------------------------*/

.mv_btn{
    position: relative;
    margin: -4.8vw auto 0;
    width: 616px;
    background: #0a3e6f;
    line-height: 1.3;
 color: #fff;
}
@media screen and (max-width: 768px){
.mv_btn{
    position: relative;
    margin: -20.8vw auto 0!important;
    width: 460px!important;
}
}
@media screen and (max-width: 415px){
.mv_btn{
    position: relative;
    margin: -40.8vw auto 0!important;
    width: 290px!important;
}
}
.mv_btn:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -1.5vw;
    left: 0;
    margin: auto;
    border-color: #0a3e6f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1.86667vw 1.66667vw 0;
    width: 0;
    height: 0;
}
@media screen and (max-width: 414px){
.mv_btn:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -4.5vw;
    left: 0;
    margin: auto;
    border-color: #0a3e6f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4.86667vw 2.66667vw 0;
    width: 0;
    height: 0;
}
}
.mv_btn-flex{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
 }
.mv_btn-flex__pic{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
 }
.mv_btn-flex__txt{
text-align: center;
width:41%;
padding: 35px 0;
 }
@media screen and (max-width: 768px){
.mv_btn-flex__txt{
text-align: center;
width:40%;
padding: 12px 0;
 }
}
@media screen and (max-width: 414px){
.mv_btn-flex__txt{
text-align: center;
width:38%;
padding: 12px 0;
 }
}

.mv_btn-flex__txt .icon-img{
text-align: center;
padding: 0 60px 18px;
}
@media screen and (max-width: 414px){
.mv_btn-flex__txt .icon-img{
text-align: center;
padding: 0 0 18px;
}
}
.mv_btn-flex__txt p{
text-align: center;
font-weight: bold;
font-size: 2.2rem;
}
@media screen and (max-width: 414px){
.mv_btn-flex__txt p{
text-align: center;
font-weight: bold;
font-size: 1.6rem;
}
}
.mv_btn-flex__txt a{
color: #fff;
text-decoration: none;
}
.section-houjin-plan-outline {
    margin-top: 183px;
}
.pic_frame{
text-align: center;
 margin:8px 8px 8px 0;
}
.pic_frame p{
 margin:8px 0 0;
 font-size: 1.2rem;
}
.pic_frame a{
    color: #fff;
    text-decoration: none;
}
.houjin-fast-section__heading_font{
 font-family: "Noto Serif JP", serif;
    font-size: 4.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
 padding: 58px 0;
}
@media screen and (max-width: 415px){
.houjin-fast-section__heading_font{
    font-size: 2.2rem;
 padding: 40px 0;
}
}
.section-houjin-fast {
 padding: 64px 0 20px;
 background: #f1f1f1;
}

.section-houjin-fast .houjin-fast-section{
 border-top: 4px solid #003e70;
 margin: 60px auto;
 padding: 0 42px 40px;
 background: #fff;
 max-width: 1282px;
}

@media screen and (max-width: 767px){
.section-houjin-fast .houjin-fast-section{
 margin: 32px auto;
 padding: 0 0 8px;
 max-width: 100%;
}
}
.section-houjin-fast .houjin-fast-section-inner {
 max-width: 100%;
     margin: 0 24px 24px;
 }
@media screen and (max-width: 768px){
.section-houjin-fast .houjin-fast-section-inner {
 max-width: 100%;
     margin: 0 16px 24px;
 }
}
.section-houjin-fast .houjin-fast-contents{
  margin: auto;
}
.section-houjin-fast .houjin-fast-section-main{
text-align: center;
}
@media screen and (min-width: 1278px){
.section-houjin-fast .houjin-fast-section-main{
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
}
.section-houjin-fast .houjin-fast-section-main_reverse{
text-align: center;
}
@media screen and (min-width: 1278px){
.section-houjin-fast .houjin-fast-section-main_reverse{
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-flow: -webkit-row-reverse;
 flex-flow: -moz-row-reverse;
 flex-flow: -ms-row-reverse;
 flex-flow: -o-row-reverse;
 flex-flow: row-reverse;
 justify-content: space-between;
 }
}
.houjin-fast-section-main_reverse .houjin-fast-section__figure img,
.houjin-fast-section-main .houjin-fast-section__figure img{
    max-width: 100%;
 height: auto;

}

@media screen and (min-width: 1278px){
 .houjin-fast-section__figure_sp{
  display: none;
 }
 }
@media screen and (max-width: 1277px){
 .houjin-fast-section__figure_pc{
  display: none;
 }
}
@media screen and (min-width: 1278px){
.houjin-fast-section-main .houjin-fast-section__figure img{
 width: 450px;
 height: 332px;
}
.houjin-fast-section-main_reverse .houjin-fast-section__figure img{
 width: 398px;
 height: 346px;
}
}
.houjin-fast-section-main .houjin-fast-section__figure{
    margin: 60px 0 32px 0;
}
@media screen and (min-width: 1278px){
.houjin-fast-section-main .houjin-fast-section__figure{
    margin: 16px 0 16px 24px;
}
}
@media screen and (max-width: 414px){
.houjin-fast-section-main .houjin-fast-section__figure{
  margin: 24px 0 0 0;
}
}
.houjin-fast-section-main_reverse .houjin-fast-section__figure{
  margin: 60px 0 32px 0;
 }
@media screen and (min-width: 1278px){
.houjin-fast-section-main_reverse .houjin-fast-section__figure{
        margin: 0 0 0 24px;
}
}
@media screen and (max-width: 414px){
.houjin-fast-section-main_reverse .houjin-fast-section__figure{
  margin: 24px 0 0 0;
}
}
@media screen and (max-width: 1277px){
.houjin-fast-section__figure-wrap_cm {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
}
.houjin-fast-section__figure-wrap_cm iframe {
    width: 641px;
 height: 360px;
}
@media screen and (max-width: 1277px){
.houjin-fast-section__figure-wrap_cm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
.houjin-case-satisfaction{
 margin-bottom: 0;
}
.primary-heading:nth-of-type(2) {
    margin-top: 40px;
}
 .section-houjin-fast .houjin-fast-section:nth-of-type(2)  {
    margin: 0 auto;
}
@media screen and (max-width: 1278px){
 .section-houjin-fast .houjin-fast-section:nth-of-type(2)  {
      margin: 0 auto;
  }
 }
 .houjin-fast-detail-note {
 max-width: 1280px;
    margin: 16px auto 40px;
}

.houjin-fast-detail-note__inner{
 text-align: right;
 font-size: 1.4rem;
}
@media screen and (max-width: 1278px){
 .houjin-fast-detail-note__inner{
 text-align: left;
 margin-left: 16px;
 font-size: 1.2rem;;
}
 }
.section-case.case--houjin {
    padding: 64px 0 16px;
}
