@charset "utf-8";

/* ===============================================
# 指定運動療法施設
=============================================== */
.main{
  font-family: "Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", "Meiryo", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #42464c;
  background: url(../img/bg_main.png) no-repeat center top;
  background-size: 1920px;
}
.inner{
  width: 100%;
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
}
a[href*="tel:"]{
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width : 1921px){
  .main{
    background: url(../img/bg_main_bigger.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (min-width : 768px){
  .footer .inner,
  .footer_local .inner{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
  }
  .footer_local .info_container{
    display: flex;
  }
  footer .fnavi:not(.for_sp){
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    padding-left: 0;
  }
  footer .fnavi .navi01{
    width: 399px;
  }
  footer .fnavi .navi01 .navi01_01,
  footer .fnavi .navi01 .navi01_02{
    width: 45.864%;
  }
  footer .fnavi .navi01 .navi01_01 + .navi01_02{
    margin-left: 8.27%;
  }
  footer .fnavi .navi02{
    width: 816px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 3.43%;
  }
  footer .fnavi .navi_caption{
    width: 100%;
  }
  footer .fnavi .navi02 .navi02_01,
  footer .fnavi .navi02 .navi02_02,
  footer .fnavi .navi02 .navi02_03,
  footer .fnavi .navi02 .navi02_04{
    width: 22.426%;
  }
  footer .fnavi .navi02 ul{
    margin-right: 0;
  }
}
@media screen and (max-width : 767px){
  .main{
    font-weight: 400;
    background: url(../img/bg_main_sp.png) no-repeat center top;
    background-size: cover;
  }
  .inner{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .main .inner {
    width: 84%;
  }
  footer{
    margin-bottom: 60px;
  }
  .pagetop {
    display: none;
  }
  a[href*="tel:"]{
    pointer-events: all;
    cursor: pointer;
  }
}
img{
  width: 100%;
}

/* ===============================================
共通
=============================================== */
.cmn_ttl_area span {
  position: relative;
  padding: 0 65px;
  font-size: 42px;
  letter-spacing: 0.08em;
}
.cmn_ttl_area span::before {
  content: "";
  display: block;
  background: url(../img/deco_ttl_sec.png);
  background-size: 100%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width : 767px){
  .cmn_ttl_area span {
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
    font-size: 28px;
    line-height: 1.29;
    text-align: center;
  }
  .cmn_ttl_area span::before {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width : 340px){
  .cmn_ttl_area span {
    font-size: 24px;
  }
}
/* ===============================================
header
=============================================== */
header {
  width: 100%;
  box-shadow: none;
}
header .area_head {
  position: absolute;
  top: 50px;
  right: 50%;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
header .area_head .logo {
  width: 180px;
  padding: 0;
}
header .area_head .badge {
  width: 290px;
  margin-left: 17px;
}
header .btn_fixed {
  position: fixed;
  top: 40px;
  right: 20px;
}
header .btn_fixed a {
  display: block;
  text-align: center;
  width: 260px;
  padding-top: 14px;
  padding-bottom: 12px;
  background: url(../img/bg_btn_fixed.png) no-repeat center center;
  background-size: 100%;
  color: #fff;
}
header .btn_fixed .txt {
  font-size: 16px;
  line-height: 1.1;
}
header .btn_fixed .txt .for_pc {
  display: inline;
}
header .btn_fixed .number {
  font-size: 30px;
  line-height: 1.1;
}
header .btn_fixed .number img {
  width: 35px;
  padding-right: 6px;
  vertical-align: middle;
  padding-bottom: 3px;
}
@media screen and (max-width : 873px){
  header .area_head {
    top: 130px;
  }
}
@media screen and (max-width : 767px){
  header .area_head {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    right: auto;
    left: 0;
    padding-left: 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .area_head .logo {
    width: 25.1%;
    max-width: 94px;
    padding: 0;
  }
  header .area_head .badge {
    width: 64.3%;
    max-width: 241px;
    margin-left: 10px;
    padding-top: 0;
  }
  header .btn_fixed {
    top: auto;
    bottom: 30px;
    right: 0;
  }
  header .btn_fixed a {
    text-align: left;
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    background: url(../img/bg_btn_fixed_sp.png) no-repeat center right;
    background-size: 100%;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 0 15px rgba(112,112,112,0.4);
  }
  header .btn_fixed .txt {
    font-size: 15px;
  }
  header .btn_fixed .txt .for_pc {
    display: none;
  }
  header .btn_fixed .number {
    font-size: 22px;
  }
  header .btn_fixed .number img {
    position: absolute;
    top: -12px;
    left: -40px;
    width: 33px;
    padding-right: 0;
    padding-bottom: 0;
  }
}

/* ===============================================
プロモ
=============================================== */
.sec_promo {
  height: 790px;
  background: url(../img/img_promo_main.png) no-repeat top right;
  background-size: 1273px;
}
.sec_promo .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_promo .txt_promo {
  padding-bottom: 15px;  
}
@media screen and (max-width : 767px){
  .sec_promo {
    height: 1258px;
    height: 168vw;
    background: url(../img/img_promo_main_sp.png) no-repeat top right;
    background-size: 100%;
  }
  .sec_promo .inner {
    display: block;
    width: 100%;
    padding-top: 90px;
  }
  .sec_promo .txt_promo {
    padding-bottom: 0;  
    width: 92.3%;
    margin: 0 auto;
  }
}


/* ===============================================
イントロ
=============================================== */
.sec_intro {
  padding-top: 60px;
}
.sec_intro .area_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_intro .area_about .box_img {
  width: 50%;
  position: relative;
}
.sec_intro .area_about .box_img .image {
  position: absolute;
  bottom: 0;
  right: 36px;
}
.sec_intro .area_about .box_txt {
  width: 50%;
  padding-bottom: 40px;
}
.sec_intro .area_about .box_txt .ttl_area {
  margin-bottom: 17px;
}
.sec_intro .area_about .box_txt .ttl_area  span {
  padding-right: 0;
  padding-left: 40px;
}
.sec_intro .area_about .box_txt .ttl_area .txt_small {
  padding: 0;
  font-size: 30px;
}
.sec_intro .area_about .box_txt .ttl_area .txt_small::before {
  content: none;
}
.sec_intro .area_about .box_txt .txt_main {
 font-size: 18px;
 line-height: 2;
}
.sec_intro .area_feature {
  margin-top: 90px;
}
.sec_intro .area_feature .ttl_area {
  text-align: center;
  margin-bottom: 40px;
}
.sec_intro .area_feature .wrap_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  margin-top: 25px;
}
.sec_intro .area_feature .box_feature {
  width: 30.8%;
  position: relative;
}
.sec_intro .area_feature .box_feature .image {
  text-align: center;
  margin-bottom: 37px;
  position: relative;
  width: 362px;
  margin-left: auto;
  margin-right: auto;
}
.sec_intro .area_feature .box_feature .ttl {
  margin-bottom: 17px;
}
.sec_intro .area_feature .box_feature .ttl span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 52px;
  position: relative;
}
.sec_intro .area_feature .box_feature .ttl span::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(../img/deco_ttl_box.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_intro .area_feature .box_feature .txt {
  font-size: 18px;
  line-height: 1.78;
}
.sec_intro .area_feature .box_feature .image::before {
  content: "";
  display: block;
  position: absolute;
}
/* 医師と連携した運動プログラム */
.sec_intro .area_feature .box_feature.feature01 .image::before {
  width: 139px;
  height: 147px;
  background: url(../img/deco_feature01.png) no-repeat center center;
  background-size: 100%;
  top: 0;
  left: -30px;
}
/* 専門家による個別指導 */
.sec_intro .area_feature .box_feature.feature02 .image::before {
  width: 55px;
  height: 57px;
  background: url(../img/deco_feature02.png) no-repeat center center;
  background-size: 100%;
  bottom: 30px;
  right: 30px;
}

/* 運動費用が医療費控除の対象に */
.sec_intro .area_feature .box_feature.feature03 .image::before {
  width: 91px;
  height: 45px;
  background: url(../img/deco_feature03.png) no-repeat center center;
  background-size: 100%;
  top: 25px;
  left: 10px;
}
@media screen and (min-width : 1921px){
  .sec_intro {
    padding-bottom: 10.9%;
  }
  .sec_intro .inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width : 767px){
  .sec_intro {
    padding-top: 0;
    padding-bottom: 33.3%;
  }
  .sec_intro .inner {
    padding-bottom: 80px;
  }
  .sec_intro .area_about {
    display: block;
  }
  .sec_intro .area_about .box_img {
    width: 100%;
    padding-top: 56%;
  }
  .sec_intro .area_about .box_img .image {
    width: 360px;
    bottom: auto;
    right: auto;
    top: -140px;
    left: -35px;
  }
  .sec_intro .area_about .box_txt {
    width: 100%;
    padding-bottom: 0;
  }
  .sec_intro .area_about .box_txt .ttl_area {
    margin-bottom: 17px;
    text-align: center;
  }
  .sec_intro .area_about .box_txt .ttl_area  span {
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap;
    z-index: 1;
  }
  .sec_intro .area_about .box_txt .ttl_area  span::before {
    z-index: -1;
  }
  .sec_intro .area_about .box_txt .ttl_area .txt_small {
    padding: 0;
    font-size: 100%;
  }
  .sec_intro .area_about .box_txt .txt_main {
    font-size: 18px;
    line-height: 1.78;
  }
  .sec_intro .area_feature {
    margin-top: 75px;
  }
  .sec_intro .area_feature .wrap_features {
    display: block;
    margin-top: 25px;
  }
  .sec_intro .area_feature .box_feature {
    width: 100%;
  }
  .sec_intro .area_feature .box_feature:nth-child(n+2) {
    margin-top: 55px;
  }
  .sec_intro .area_feature .box_feature .image {
    width: 272px;
    margin-bottom: 23px;
  }
  .sec_intro .area_feature .box_feature .ttl {
    text-align: center;
    margin-bottom: 15px;
  }
  .sec_intro .area_feature .box_feature .ttl span{
    display: inline-block;
    line-height: 1.25;
    padding-left: 35px;
    padding-right: 10px;
    text-align: center;
    font-weight: 500;
  }
  .sec_intro .area_feature .box_feature .ttl span::before {
    width: 32px;
    height: 32px;
  }
  /* 医師と連携した運動プログラム */
  .sec_intro .area_feature .box_feature.feature01 .image::before {
    width: 104px;
    height: 110px;
    top: 0;
    left: -30px;
  }
  /* 専門家による個別指導 */
  .sec_intro .area_feature .box_feature.feature02 .image::before {
    width: 70px;
    height: 49px;
    background: url(../img/deco_feature02_sp.png) no-repeat center center;
    background-size: 100%;
    bottom: 12px;
    right: -3px;
  }

  /* 運動費用が医療費控除の対象に */
  .sec_intro .area_feature .box_feature.feature03 .image::before {
    width: 26px;
    height: 19px;
    background: url(../img/deco_feature03_sp.png) no-repeat center center;
    background-size: 100%;
    top: 25px;
    left: 10px;
  }
}
@media screen and (max-width : 340px){
  .sec_intro .area_about .box_txt .ttl_area  span {
    white-space: normal;
  }
}
/* ===============================================
ステップ
=============================================== */
.sec_step {
  padding-top: 120px;
  padding-bottom: 245px;
}
.sec_step .area_ttl {
  position: relative;
  padding-top: 80px;
}
.sec_step .area_ttl .txt_deco {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.08em;
  padding: 5px 15px 30px;
  background: url(../img/bg_step_deco.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-268px);
  transform: translateX(-268px);
}
.sec_step .area_ttl .ttl_sec {
  display: block;
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.08em;
}
.sec_step .area_ttl .ttl_sec img {
  width: 88px;
  vertical-align: middle;
  padding-right: 5px;
}
.sec_step .area_flow {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 75px;
}
.sec_step .area_flow::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: url(../img/line_flow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec_step .area_flow .list_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.sec_step .area_flow .list_flow .box_step {
  width: 50%;
  padding-right: 130px;
  padding-bottom: 60px;
  padding-left: 35px;
  position: relative; 
}
.sec_step .area_flow .list_flow .box_step .ico {
  position: absolute;
  top: 35px;
  right: 2px;
}
.sec_step .area_flow .list_flow .box_step .ttl {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec_step .area_flow .list_flow .box_step .txt {
  font-size: 18px;
  line-height: 1.78;
}
.sec_step .area_flow .list_flow .box_step .image {
  position: absolute;
  bottom: 0;
}
.sec_step .area_flow .list_flow .box_step.step02,
.sec_step .area_flow .list_flow .box_step.step04 {
  -webkit-transform: translateY(140px);
  transform: translateY(140px);
  padding-right: 70px;
  padding-left: 140px;
}
.sec_step .area_flow .list_flow .box_step.step02 .ico,
.sec_step .area_flow .list_flow .box_step.step04 .ico {
  right: auto;
  left: 2px;
}
.sec_step .area_flow .list_flow .box_step:nth-child(n+3) {
  margin-top: 50px;
}
/* STEP01 */
.sec_step .area_flow .list_flow .box_step.step01 {
  padding-bottom: 175px;
}
.sec_step .area_flow .list_flow .box_step.step01 .image {
  right: 155px;
}
/* STEP02 */
.sec_step .area_flow .list_flow .box_step.step02 .image {
  left: 345px;
  bottom: 45px;
}
/* STEP03 */
.sec_step .area_flow .list_flow .box_step.step03 {
  padding-bottom: 105px;
}
.sec_step .area_flow .list_flow .box_step.step03 .image {
  right: 115px;
}
/* STEP04 */
.sec_step .area_flow .list_flow .box_step.step04 .image {
  left: 400px;
  bottom: 175px;
}
/* STEP05 */
.sec_step .area_flow .list_flow .box_step.step05 {
  padding-bottom: 140px;
  margin-top: 0;
}
.sec_step .area_flow .list_flow .box_step.step05 .image {
  right: 80px;
}

.sec_step .area_flow .txt_note {
  font-size: 18px;
  width: 50%;
  padding-left: 50px;
  padding-bottom: 155px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width : 1921px){
  .sec_step {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: url(../img/bg_step_bigger.png) no-repeat center center;
    background-size: cover;
  }
  .sec_step::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 10.9%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(../img/bg_step_top_bigger.png) no-repeat top center;
    background-size: 100%;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  .sec_step::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 10.9%;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(../img/bg_step_bottom_bigger.png) no-repeat top center;
    background-size: 100%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  
}
@media screen and (max-width : 767px){
  .sec_step {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: url(../img/bg_step_sp.png) no-repeat center center;
    background-size: 1478px 100%;
  }
  .sec_step::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(../img/bg_step_top_sp.png) no-repeat top center;
    background-size: 100%;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  .sec_step::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33%;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(../img/bg_step_bottom_sp.png) no-repeat top center;
    background-size: 100%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .sec_step .inner {
    width: 92%;
    padding-top: 37px;
  }
  .sec_step .area_ttl {
    padding-top: 0;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
  }
  .sec_step .area_ttl .txt_deco {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    background: url(../img/bg_step_deco_sp.svg) no-repeat center top;
    background-size: 100%;
    width: 241px;
    text-align: center;
    padding: 2px 0 18px;
    -webkit-transform: translateX(-146px);
    transform: translateX(-146px);
    top: -67px;
  }
  .sec_step .area_ttl .ttl_sec {
    font-size: 30px;
  }
  .sec_step .area_ttl .ttl_sec img {
    width: 68px;
    padding-right: 8px;
  }
  .sec_step .area_flow {
    margin-top: 0;
  }
  .sec_step .area_flow::after {
    width: 2px;
    height: 870px;
    background: url(../img/line_flow_sp.png) no-repeat center center;
    background-size: auto 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sec_step .area_flow .list_flow {
    display: block;
  }
  .sec_step .area_flow .list_flow .box_step {
    width: 100%;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 83px;
    padding-top: 8px;
  }
  .sec_step .area_flow .list_flow .box_step .ico {
    width: 70px;
    height: 60px;
    top: 0;
    right: auto;
    left: 2px;
  }
  .sec_step .area_flow .list_flow .box_step .ttl {
    margin-bottom: 5px;
    font-weight: 500;
  }
  .sec_step .area_flow .list_flow .box_step .image {
    position: absolute;
    bottom: 0;
  }
  .sec_step .area_flow .list_flow .box_step.step02,
  .sec_step .area_flow .list_flow .box_step.step04 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-right: 0;
    padding-left: 83px;
  }
  .sec_step .area_flow .list_flow .box_step.step02 .ico,
  .sec_step .area_flow .list_flow .box_step.step04 .ico {
    right: auto;
    left: 2px;
  }
  .sec_step .area_flow .list_flow .box_step:nth-child(n+2) {
    margin-top: 6px;
  }
  /* STEP01 */
  .sec_step .area_flow .list_flow .box_step.step01 {
    padding-bottom: 62px;
  }
  .sec_step .area_flow .list_flow .box_step.step01 .image {
    width: 108px;
    right: 0;
  }
  /* STEP02 */
  .sec_step .area_flow .list_flow .box_step.step02 {
    padding-bottom: 70px;
  }
  .sec_step .area_flow .list_flow .box_step.step02 .image {
    width: 73px;
    left: auto;
    right: 26px;
    bottom: 0;
  }
  /* STEP03 */
  .sec_step .area_flow .list_flow .box_step.step03 {
    padding-bottom: 85px;
  }
  .sec_step .area_flow .list_flow .box_step.step03 .image {
    width: 101px;
    right: 0;
  }
  /* STEP04 */
  .sec_step .area_flow .list_flow .box_step.step03 {
    padding-bottom: 90px;
  }
  .sec_step .area_flow .list_flow .box_step.step04 .image {
    width: 50px;
    left: auto;
    right: 26px;
    bottom: 0;
  }
  /* STEP05 */
  .sec_step .area_flow .list_flow .box_step.step05 {
    padding-bottom: 55px;
    margin-top: 6px;
  }
  .sec_step .area_flow .list_flow .box_step.step05 .image {
    width: 120px;
    right: 5px;
  }
  .sec_step .area_flow .txt_note {
    margin-top: 13px;
    line-height: 1.78;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    position: static;
  }
}

@media screen and (max-width : 767px) and (min-width:450px){
  /* STEP01 */
  .sec_step .area_flow .list_flow .box_step.step01 {
    padding-bottom: 92px;
  }
  /* STEP02 */
  .sec_step .area_flow .list_flow .box_step.step02 {
    padding-bottom: 100px;
  }
  /* STEP03 */
  .sec_step .area_flow .list_flow .box_step.step03 {
    padding-bottom: 120px;
  }
  /* STEP04 */
  .sec_step .area_flow .list_flow .box_step.step03 {
    padding-bottom: 90px;
  }
  /* STEP05 */
  .sec_step .area_flow .list_flow .box_step.step05 {
    padding-bottom: 85px;
  }
}
/* ===============================================
ご利用開始方法
=============================================== */
.sec_start {
  background: url(../img/bg_start.png) no-repeat center top;
  background-size: 1418px;
  padding-top: 90px;
  padding-bottom: 120px;
}
.sec_start .inner {
  max-width: 1310px;
}
.sec_start .ttl_sec {
  text-align: center;
  margin-bottom: 60px;
}
.sec_start .list_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sec_start .list_flow .box_flow {
  width: 18.1%;
}
.sec_start .box_flow {
  position: relative;
}
.sec_start .box_flow .num {
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 13px 19px 17px;
  background: url(../img/bg_ico_start.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -35px;
  left: -20px;
}
.sec_start .box_flow .image {
  text-align: center;
  margin-bottom: 7px;
}
.sec_start .box_flow .ttl {
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
  height: 100px;
  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;
  text-align: center;
}
.sec_start .box_flow .txt {
  font-size: 18px;
  line-height: 1.78;
  margin-top: 13px;
}
@media screen and (min-width : 1921px){
  .sec_start {
    background: url(../img/bg_start.png) no-repeat center center;
    padding-top: 10.9%;
    padding-bottom: 10.9%;
  }
  .sec_start .inner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width : 767px){
  .sec_start {
    background: none;
    padding-top: 33.3%;
    padding-bottom: 15.73%;
  }
  .sec_start .inner {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .sec_start .ttl_sec {
    margin-bottom: 40px;
  }
  .sec_start .list_flow {
    display: block;
  }
  .sec_start .list_flow .box_flow {
    width: 100%;
  }
  .sec_start .box_flow {
    position: relative;
  }
  .sec_start .box_flow:nth-child(n+2) {
    margin-top: 40px;
  }
  .sec_start .box_flow .num {
    font-size: 21px;
    padding: 16px 16px 18px;
    background: url(../img/bg_ico_start.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-115px);
    transform: translateX(-115px);
  }
  .sec_start .box_flow .image {
    width: 185px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .sec_start .box_flow .ttl {
    font-size: 24px;
    font-weight: 500;
    height: auto;
    display: block;
  }
  .sec_start .box_flow .txt {
    margin-top: 6px;
  }
}
/* ===============================================
提携
=============================================== */
.sec_partner {
  padding-top: 105px;
  padding-bottom: 200px;
}
.sec_partner .ttl_sec {
  text-align: center;
}
.sec_partner .list_partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-top: 50px;
}
.sec_partner .list_partner>li+li {
  margin-left: 15px;
}
.sec_partner .list_partner .image {
  width: 280px;
  text-align: center;
  box-shadow: 0px 3px 5px 0px rgba(66, 70, 76, 0.3);
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 5px 15px;
  margin: 0 auto;
}
.sec_partner .list_partner .image img {
  width: auto;
  max-width: 100%;
}
.sec_partner .list_partner .name {
  text-align: center;
  margin-top: 15px;
  color: #42464c;
  font-size: 18px;
}
.sec_partner .list_partner a[target=_blank] .name span {
  padding-right: 20px;
  position: relative;
}
.sec_partner .list_partner a[target=_blank] .name span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_blank.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width : 1921px){
  .sec_partner {
    padding-top: 0;

  }
}
@media screen and (max-width : 767px){
  .sec_partner {
    padding-top: 15px;
    padding-bottom: 120px;
  }
  .sec_partner .list_partner {
    margin-top: 36px;
  }
  .sec_partner .list_partner>li+li {
    margin-left: 15px;
  }
  .sec_partner .list_partner .image {
    width: 160px;
    padding: 15px 15px 15px;
  }
  .sec_partner .list_partner .name {
    margin-top: 10px;
    font-weight: bold;
  }
  .sec_partner .list_partner a[target=_blank] .name span::after {
    width: 15px;
    height: 15px;
  }
}
/* ===============================================
お問い合わせはこちら
=============================================== */
.sec_contact {
  padding-top: 75px;
  padding-bottom: 60px;
}
.sec_contact .txt {
  text-align: center;
}
.sec_contact .txt span{
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0.04em;
  color: #fff;
  background: url(../img/bg_contact_deco.svg) no-repeat top center;
  background-size: 100%;
  padding: 2px 26px 30px;
}
.sec_contact .number {
  font-size: 80px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec_contact .number a {
  color: #fff;
}
.sec_contact .number img {
  width: 82px;
  padding-right: 13px;
  vertical-align: middle;
  padding-bottom: 16px;
}
@media screen and (min-width : 1921px){
  .sec_contact {
    background: url(../img/bg_contact_bigger.png) no-repeat top center;
    background-size: cover;
    position: relative;
  }
  .sec_contact::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 12.5%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(../img/bg_contact_top_bigger.png) no-repeat top center;
    background-size: 100%;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
@media screen and (max-width : 767px){
  .sec_contact {
    padding-top: 80px;
    padding-bottom: 85px;
    background: url(../img/bg_contact_sp.png) no-repeat top center;
    background-size: cover;
    position: relative;
  }
  .sec_contact::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 15.73%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(../img/bg_contact_top_sp.png) no-repeat top center;
    background-size: 100%;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  .sec_contact .inner {
    width: 92%;
  }
  .sec_contact .txt span{
    font-size: 24px;
    font-weight: 500;
    padding: 1px 17px 16px;
    background: url(../img/bg_contact_deco_sp.svg) no-repeat top center;
    background-size: 100%;
  }
  .sec_contact .number {
    font-size: 48px;
    font-size: min(12.8vw,48px);
  }
  .sec_contact .number a {
    color: #fff;
    display: block;
  }
  .sec_contact .number img {
    width: 51px;
    padding-right: 6px;
    padding-bottom: 8px;
  }
}