@charset "UTF-8";
.page_mv_area {
  height: 250px;
  width: 100%;
  background: url(../images/main_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 900px) {
  .page_mv_area {
    background: url(../images/main_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 125px;
  }
}
.page_mv_area .mv_txt {
  height: 100%;
}
.page_mv_area .mv_txt .inner {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
@media screen and (max-width: 900px) {
  .page_mv_area .mv_txt .inner {
    justify-content: center;
    align-items: flex-start;
  }
}
.page_mv_area h2 {
  color: #525151;
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .page_mv_area h2 {
    font-size: 30px;
    margin: 0 0 0 20px;
  }
}
.page_mv_area h2 span {
  font-size: 50px;
}
@media screen and (max-width: 900px) {
  .page_mv_area h2 span {
    font-size: 25px;
  }
}

/*step*/
#sec01 .inner {
  padding: 0 0 70px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner {
    padding: 0 0 40px;
  }
}
#sec01 .inner .inner_pl40 {
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .inner_pl40 {
    padding: 0;
  }
}
#sec01 .inner .inner_pl40 > p {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 60px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .inner_pl40 > p {
    line-height: 1.5em;
    font-size: 23px;
    margin: 0 0 30px;
  }
}
#sec01 .inner .inner_pl40 .flow_img {
  margin: 0;
  padding: 50px 75px;
  background: #f7f4f1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .inner_pl40 .flow_img {
    width: calc(100% - 75px);
    max-width: 337px;
    margin: 0 auto 30px;
    padding: 30px 60px 30px 15px;
    border-radius: 7%;
  }
}
#sec01 .inner .inner_pl40 .flow_img img {
  width: 100%;
  max-width: 973px;
}
@media screen and (max-width: 900px) {
  #sec01 .inner .inner_pl40 .flow_img img {
    width: 100%;
    max-width: 300px;
  }
}
#sec01 .inner .inner_pl40 .free_box {
  width: 100%;
  padding: 0 0 0 3.57%;
}
#sec01 .inner .inner_pl40 .free_box img {
  width: 33.3%;
  max-width: 373px;
}

/*about*/
#sec02 {
  width: 100%;
  height: 660px;
  background: url(../images/sec02_bg_ph_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #sec02 {
    background: url(../images/sec02_bg_ph_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 325px;
  }
}
#sec02 > .inner {
  height: 100%;
}
#sec02 .flex_box {
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 900px) {
  #sec02 .flex_box {
    flex-direction: row;
  }
}
#sec02 .flex_box p {
  font-size: 30px;
  color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  #sec02 .flex_box p {
    font-size: 23px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 2px rgba(0, 0, 0, 0.5);
  }
}

/*phase_list*/
#sec03 {
  width: 100%;
  padding: 0;
}
#sec03 .phase_box {
  padding: 50px 0 40px;
  background: #FFF;
  position: relative;
}
#sec03 .phase_box:nth-child(even) {
  background: #f7f4f1;
}
@media screen and (max-width: 900px) {
  #sec03 .phase_box:nth-child(even) > .inner > .flex_box {
    flex-direction: column-reverse;
  }
}
#sec03 .phase_box > .inner {
  position: relative;
}
#sec03 .phase_box > .inner:after {
  content: "";
  display: block;
  width: 221px;
  height: 39px;
  margin: 50px auto 0;
  background: url(../images/sec02_arrow_green.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  #sec03 .phase_box > .inner:after {
    width: 154px;
    height: 27px;
    margin: 25px auto 0;
  }
}
#sec03 .phase_box > .inner > .flex_box {
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sec03 .phase_box > .inner > .flex_box {
    justify-content: center;
    align-items: center;
  }
}
#sec03 .phase_box:nth-last-child(2) > .inner:after {
  background: url(../images/sec02_arrow_red.png) no-repeat center center;
  background-size: contain;
}
#sec03 .phase_box:last-of-type > .inner:after {
  display: none;
}
@media screen and (max-width: 900px) {
  #sec03 .phase_box:last-of-type > .inner .pc {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  #sec03 .phase_box:last-of-type > .inner .pc {
    display: none;
  }
}
#sec03 .txt_area {
  width: 48%;
  padding: 5px 0 0;
}
@media screen and (max-width: 900px) {
  #sec03 .txt_area {
    width: 100%;
    max-width: 565px;
    margin: 0 0 25px;
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  #sec03 .txt_area .tit_area {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 900px) {
  #sec03 .txt_area .tit_area:after {
    content: "";
    width: 50px;
    height: 2px;
    margin: 10px 0 0;
  }
}
#sec03 .txt_area .tit_area h2 {
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  #sec03 .txt_area .tit_area h2 {
    flex-direction: row;
    font-size: 17px;
  }
}
#sec03 .txt_area .tit_area h2 span {
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  #sec03 .txt_area .tit_area h2 span {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  #sec03 .txt_area .tit_area h2 span:before {
    position: relative;
    top: inherit;
    width: 18px;
    height: 1px;
    margin: 1px 20px 0;
  }
}
#sec03 .txt_area p {
  margin: 0;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  #sec03 .txt_area p {
    line-height: 1.6em;
  }
}
#sec03 .img_area {
  width: 48%;
  max-width: 565px;
}
@media screen and (max-width: 900px) {
  #sec03 .img_area {
    width: 100%;
  }
}

/*cost*/
#sec04 {
  background: url(../images/sec03_bg_ph_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  #sec04 {
    background: url(../images/sec03_bg_ph_sp.jpg) no-repeat top center #2d5663;
    background-size: cover;
  }
}
#sec04 .tit_area h2 {
  color: #FFF;
}
#sec04 .tit_area h2 span {
  color: #FFF;
}
#sec04 .tit_area h2 span:before {
  background: #FFF;
}
#sec04 .tit_area:after {
  background: #FFF;
}
#sec04 .cost_list {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list {
    justify-content: flex-start;
  }
}
#sec04 .cost_list .cost_ac {
  position: relative;
  width: 100%;
  margin: 70px auto 0;
}
#sec04 .cost_list .cost_ac:first-child {
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac {
    width: 100%;
    margin: 35px auto 0;
  }
  #sec04 .cost_list .cost_ac:first-child {
    margin: 0 auto;
  }
}
#sec04 .cost_list .cost_ac label {
  display: none;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac label {
    display: block;
    height: 100px; /* グラデーションの高さ */
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* 以下グラデーションは「背景が白」に併せて設定しています */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  }
}
#sec04 .cost_list .cost_ac input:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}
#sec04 .cost_list .cost_ac label:after {
  display: none;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac label:after {
    display: block;
    content: "▼ 続きをよむ ▼"; /* ラベルの文字 */
    letter-spacing: 0.05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 81%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 81%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 81%, rgba(255, 255, 255, 0) 100%);
    width: 18.75rem;
    font-size: 16px;
  }
}
#sec04 .cost_list .cost_ac input {
  display: none;
}
#sec04 .cost_list .cost_ac dl {
  width: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac dl {
    /* ac */
    overflow: hidden;
    /*height:280px;  開く前に見えている部分の高さ */
    transition: all 0.1s;
    /* /ac */
    flex-direction: column;
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 20px;
  }
}
#sec04 .cost_list .cost_ac dl dt {
  width: 100%;
  min-width: 180px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac dl dt {
    width: 100%;
    font-size: 16px;
    margin: 0 0 10px;
  }
}
#sec04 .cost_list .cost_ac dl dt .name_area {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac dl dt .name_area {
    margin: 0 0 0 10px;
  }
}
#sec04 .cost_list .cost_ac dl dt img {
  width: 109px;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac dl dt img {
    width: 55px;
    margin: 0 15px 0 0;
  }
}
#sec04 .cost_list .cost_ac dl dd {
  /*width:calc(83.93% - 20px ) ;*/
  width: calc(100% - 250px);
  margin: 0 40px 0 0;
  padding: 0 130px 0 80px;
  font-size: 20px;
  line-height: 1.8em;
  background: url(../images/sec03_pct02.png) no-repeat right top;
  background-size: auto 109px;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac dl dd {
    width: calc(100% - 68px);
    background-size: auto 55px;
    margin: 15px 0 0;
    font-size: 16px;
    padding: 0 68px 0 0;
    line-height: 1.6em;
  }
}
#sec04 .cost_list .cost_ac dl dd strong {
  font-size: 20px;
  margin: 0 0 15px;
  padding: 0 0 15px;
  display: block;
  border-bottom: 1px solid #525151;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac dl dd strong {
    font-size: 16px;
  }
}
#sec04 .cost_list .cost_ac dl dd span {
  font-size: 16px;
  line-height: 1.8em;
}
#sec04 .cost_list .cost_ac dl dd span.mark {
  background: linear-gradient(transparent 50%, #eee0b3 50%);
}
#sec04 .cost_list .cost_ac dl dd span.kome {
  display: block;
  line-height: 1.8em;
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list .cost_ac dl dd span {
    font-size: 12px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 900px) {
  #sec04 .cost_list {
    /* .cost_ac input:checked + label {
        display: none ; 
    } 閉じるボタンは要らないとき */
    /*.cost_ac input:checked + label:before {
        content: "↑";
    }*/
  }
  #sec04 .cost_list .cost_ac input:checked + label:after {
    content: "▲ 閉じる ▲";
  }
  #sec04 .cost_list .cost_ac input:checked ~ dl {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
}/*# sourceMappingURL=index.css.map */