@charset "UTF-8";
/*
Theme Name:  TOP
Author: あそびラボ
*/

/*=======================================================
共通
=======================================================*/
/*section 大見出し*/
section .el_lv2Heading{
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
}
@media screen and (max-width : 750px){
/*section 大見出し*/
  section .el_lv2Heading{
      font-size: 38px;
      letter-spacing: 1px;
      line-height: 1.4;
  }
}

/*=======================================================
MV
=======================================================*/
#mv{
    height: 636px;
    background: url("../images/top/mv_bg.jpg") top center / 2000px 636px no-repeat;
}
#mv .ly_cont_inner{
    padding-top: 458px;
}
#mv .ly_cont_inner::before{
    content: "";
    display: block;
    width: 538px;
    height: 442px;
    background: url("../images/top/mv_bg_human.png") center / 538px 442px no-repeat;
    position: absolute;
    right: -20px;
    bottom: 0;
    z-index: 10;
}
#mv .el_mainTtl{
    width: 1069px;
    height: 205px;
    position: absolute;
    top: 170px;
    left: -15px;
    z-index: 5;
}
#mv .el_subTtl{
    width: 648px;
    height: 46px;
    position: absolute;
    top: 395px;
    left: -10px;
    z-index: 5;
}
#mv .el_subTtlTxt{
    width: 457px;
    height: 117px;
    margin: 0 0 10px 20px;
}
#mv .el_subTtlTxt02{
    width: 464px;
    height: 29px;
    margin-left: 20px;
}
@media screen and (max-width : 750px){
  #mv{
      height: auto;
      background: url("../images/top/mv_bg_sp.jpg") top center / 750px 651px no-repeat,#ecf8f5;
  }
  #mv .ly_cont_inner{
      width: 100%;
      padding: 185px 0 40px;
  }
  #mv .ly_cont_inner::before{
      width: 484px;
      height: 389px;
      background: url("../images/top/mv_bg_human_sp.png") center / 484px 389px no-repeat;
      top: 259px;
      right: 0;
      bottom: auto;
  }
  #mv .el_mainTtl{
      width: 750px;
      height: 222px;
      margin-bottom: 240px;
      position: relative;
      top: auto;
      left: auto;
  }
  #mv .el_subTtl{
      width: 733px;
      height: 75px;
      margin: 0 0 30px auto;
      position: relative;
      top: auto;
      left: auto;
  }
  #mv .el_subTtlTxt{
      width: 631px;
      height: 150px;
      margin: 0 0 35px 40px;
  }
  #mv .el_subTtlTxt02{
      width: 677px;
      height: 36px;
      margin: 0 auto;
  }
}

/*=======================================================
about
=======================================================*/
#about{
    background: url("../images/top/about_bg.png") top 30px center / 1645px 490px no-repeat;
}
#about .ly_cont_inner{
    padding-top: 60px;
    padding-bottom: 70px;
}
#about .el_lv2Heading{
    margin-bottom: 30px;
}
/*出来ること一覧*/
#about .bl_card_info{
    width: 320px;
}
#about .bl_card_info .bl_card_imgWrapper{
    height: 204px;
    margin-bottom: 10px;
}
@media screen and (max-width : 750px){
  #about{
      background: url("../images/top/about_bg_sp.png") top center / 750px 370px no-repeat;
  }
  #about .ly_cont_inner{
      padding-top: 70px;
  }
  #about .el_lv2Heading{
      margin-bottom: 45px;
  }
/*出来ること一覧*/
  #about .bl_card_info > *{
      padding: 0 17px;
  }
  #about .bl_card_info .bl_card_imgWrapper{
      height: 365px;
      margin-bottom: 20px;
  }
  #about .bl_card_info .bl_card_txt{
      padding: 0 10px;
  }
}

/*=======================================================
merit
=======================================================*/
#merit{
    background: linear-gradient(to right,#8cc8c4,#d8ecec,#8cc8c4);
}
#merit .ly_cont_inner{
    padding-top: 60px;
    padding-bottom: 65px;
}
#merit .el_lv2Heading{
    margin-bottom: 35px;
}
/*メリット一覧*/
#merit .bl_cardUnit_info{
    margin-bottom: -30px;
}
#merit .bl_card_info{
    width: 500px;
    margin: 0 0 30px!important;
    padding: 20px 0 25px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(20,5,9,0.25);
}
#merit .bl_card_info .bl_card_imgWrapper{
    width: 445px;
    height: 151px;
    margin: 0 auto 15px;
}
#merit .bl_card_info .bl_card_body{
    width: 445px;
    margin-right: auto;
    margin-left: auto;
}
#merit .bl_card_info .bl_card_subTtl{
    margin-bottom: 3px;
    font-size: 20px;
}
#merit .bl_card_info .bl_card_txt{
    font-size: 16px;
    line-height: 1.625;
}
@media screen and (max-width : 750px){
  #merit .ly_cont_inner{
      padding-top: 80px;
      padding-bottom: 95px;
  }
  #merit .el_lv2Heading{
      margin-bottom: 45px;
  }
/*メリット一覧*/
  #merit .bl_card_info{
      padding: 35px 40px 40px;
  }
  #merit .bl_card_info .bl_card_imgWrapper{
      height: 208px;
      margin-bottom: 30px;
  }
  #merit .bl_card_info .bl_card_ttl{
      font-size: 29px;
      letter-spacing: 0;
  }
  #merit .bl_card_info .bl_card_subTtl{
      margin-bottom: 10px;
      font-size: 28px;
  }
  #merit .bl_card_info .bl_card_txt{
      font-size: 28px;
      line-height: 1.5;
  }
}

/*=======================================================
contact
=======================================================*/
#contact{
    background: #3c3c3c;
}

/*=======================================================
appeal
=======================================================*/
#appeal .ly_cont_inner{
    padding-top: 70px;
    padding-bottom: 80px;
}
#appeal .el_lv2Heading{
    margin-bottom: 55px;
    display: flex;
    justify-content: center;
	align-items: center;
}
#appeal .el_lv2Heading img{
    width: 165px;
    height: 28px;
    margin-right: 15px;
    margin-bottom: 3px;
}
#appeal .el_lv2Heading span{
    line-height: 1;
}
/*魅力一覧*/
#appeal .bl_card_info{
    width: 330px;
    padding-bottom: 20px;
    border: 4px solid #bfdad7;
}
#appeal .bl_card_info .bl_card_imgWrapper{
    height: 145px;
    display: flex;
	justify-content: center;
	align-items: center;
}
#appeal .bl_card_info .bl_card_body{
    padding: 0 10px;
}
#appeal .bl_card_info .bl_card_ttl{
    font-size: 18px;
    letter-spacing: 0;
}
#appeal .bl_card_info .bl_card_txt{
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 0;
}
#appeal .lowCost .bl_card_imgWrapper img{
    width: 104px;
    height: 96px;
}
#appeal .knowledgeable .bl_card_imgWrapper img{
    width: 121px;
    height: 85px;
}
#appeal .seo .bl_card_imgWrapper img{
    width: 137px;
    height: 100px;
    margin-top: 13px;
    margin-left: 13px;
}
@media screen and (max-width : 750px){
  #appeal .ly_cont_inner{
      padding-top: 90px;
      padding-bottom: 120px;
  }
  #appeal .el_lv2Heading{
      margin-bottom: 60px;
      display: block;
  }
  #appeal .el_lv2Heading img{
      width: 256px;
      height: 42px;
      margin-right: 20px;
      margin-bottom: 0;
  }
/*魅力一覧*/
  #appeal .bl_card_info{
      width: 330px;
      padding: 120px 0 30px;
      display: flex;;
  }
  #appeal .bl_card_info + .bl_card_info{
      margin-top: 40px!important;
  }
  #appeal .bl_card_info .bl_card_imgWrapper{
      width: 240px!important;
      height: auto;
  }
  #appeal .bl_card_info .bl_card_body{
      width: 450px!important;
      padding: 0 20px 0 0;
  }
  #appeal .bl_card_info .bl_card_ttl{
      width: 640px;
      height: 60px;
      margin: 0 auto;
      font-size: 34px;
      position: absolute;
      top: 35px;
      right: 0;
      left: 0;
  }
  #appeal .bl_card_info .bl_card_txt{
      padding: 0 10px 0 0;
      font-size: 28px;
  }
  #appeal .lowCost .bl_card_imgWrapper img{
      width: 153px;
      height:142px;
      margin-bottom: 30px;
  }
  #appeal .knowledgeable .bl_card_imgWrapper img{
      width: 164px;
      height: 115px;
  }
  #appeal .seo .bl_card_imgWrapper img{
      width: 175px;
      height: 127px;
      margin-top: 0;
      margin-left: 20px;
  }
}

/*=======================================================
cases
=======================================================*/
#cases{
    background: linear-gradient(to right,#c6dede,#eaf3f1,#c6dede);
    position: relative;
}
#cases .ly_cont_inner{
    padding-top: 65px;
    padding-bottom: 60px;
}
#cases .ly_cont_inner > *{
    position: relative;
    z-index: 10;
}
#cases .el_lv2Heading{
    margin-bottom: 30px;
}
/*導入事例一覧*/
#cases .bl_media_info{
    padding: 35px 23px 30px 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(20,5,9,0.28);
}
#cases .bl_media_info + .bl_media_info{
    margin-top: 20px;
}
#cases .bl_media_info .bl_media_imgWrapper{
    width: 310px;
    height: 294px;
}
#cases .bl_media_info .bl_media_body{
    width: 630px;
}
#cases .bl_media_info .bl_consultation{
    margin-bottom: 25px;
}
#cases .bl_media_info .bl_consultation dt,
#cases .bl_media_info .bl_answer dt{
    height: 40px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-left: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
	align-items: center;
}
#cases .bl_media_info .bl_consultation dt{
    background: linear-gradient(to right,#a9b1be,#a9b1be);
}
#cases .bl_media_info .bl_answer dt{
    background: linear-gradient(to right,#f59504,#fdd683);
}
#cases .bl_media_info .bl_consultation dd,
#cases .bl_media_info .bl_answer dd{
    padding-right: 10px;
    padding-left: 30px;
}
/*具体的な導入事例*/
#cases .bl_concretely{
    background: #add7d3;
}
#cases .bl_concretely::before{
    content: "";
    display: block;
    width: 1534px;
    height: 1486px;
    background: url("../images/top/cases_bg.png") center / 1534px 1486px no-repeat;
    position: absolute;
    top: 20px;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
}
#cases .bl_concretely .ly_cont_inner{
    padding-top: 60px;
    padding-bottom: 70px;
}
#cases .bl_concretely .el_lv2Heading{
    margin-bottom: 30px;
}
#cases .bl_concretely .bl_card_info{
    width: 240px;
    display: flex;
    flex-wrap: wrap;
}
#cases .bl_concretely .bl_card_info .bl_card_imgWrapper{
    order: 2;
}
#cases .bl_concretely .bl_card_info .bl_card_body{
    order: 1;
    width: 100%;
}
#cases .bl_concretely .bl_card_info .bl_card_ttl{
    height: 32px;
    font-size: 17px;
    letter-spacing: 0;
}
@media screen and (max-width : 750px){
  #cases .ly_cont_inner{
      padding-top: 80px;
      padding-bottom: 110px;
  }
  #cases .el_lv2Heading{
      margin-bottom: 40px;
  }
/*導入事例一覧*/
  #cases .bl_media_info{
      padding: 50px 40px 60px 40px;
  }
  #cases .bl_media_info + .bl_media_info{
      margin-top: 40px;
  }
  #cases .bl_media_info .bl_media_imgWrapper{
      width: 610px;
      height: 403px;
  }
  #cases .bl_media_info .bl_consultation{
      margin-bottom: 40px;
  }
  #cases .bl_media_info .bl_consultation dt,
  #cases .bl_media_info .bl_answer dt{
      height: 70px;
      padding-top: 0;
      padding-left: 40px;
      font-size: 34px;
  }
  #cases .bl_media_info .bl_consultation dd,
  #cases .bl_media_info .bl_answer dd{
      padding-left: 0;
      line-height: 1.45;
  }
/*具体的な導入事例*/
  #cases .bl_concretely::before{
      width: 750px;
      height: 3956px;
      background: url("../images/top/cases_bg_sp.png") center / 750px 3956px no-repeat;
      top: 15px;
      left: 0;
      transform: none;
  }
  #cases .bl_concretely .ly_cont_inner{
      padding-top: 95px;
      padding-bottom: 95px;
  }
  #cases .bl_concretely .el_lv2Heading{
      margin-bottom: 40px;
  }
  #cases .bl_concretely .bl_cardUnit_info{
      margin-bottom: -50px;
      display: flex;
  }
  #cases .bl_concretely .bl_card_info{
      width: 330px!important;
      margin: 0 0 50px!important;
      padding: 0;
  }
  #cases .bl_concretely .bl_card_info .bl_card_ttl{
      height: 50px;
      margin-bottom: 15px;
      border-radius: 13.5px;
      font-size: 24px;
  }
}

/*=======================================================
introduce
=======================================================*/
#introduce .ly_cont_inner{
    padding-top: 65px;
    padding-bottom: 65px;
}
#introduce .el_lv2Heading{
    margin-bottom: 35px;
}
/*医師一覧*/
#introduce .bl_card_info{
    width: 242px;
    padding-bottom: 70px;
    border: 1px solid #bebebe;
}
#introduce .bl_card_info .bl_card_imgWrapper{
    height: 225px;
}
#introduce .bl_card_info .bl_card_ttl{
    height: 43px;
    margin-bottom: 20px;
    border-radius: 0;
    font-size: 22px;
}
#introduce .bl_card_info .bl_profile{
    padding: 0 10px 0 20px;
    font-size: 16px;
}
#introduce .bl_card_info .bl_profile dt{
    color: #f59504;
    font-weight: bold;
}
#introduce .bl_card_info .bl_popup .el_moreBtn{
    width: 131px;
    height: 34px;
    margin: 0 auto;
    padding: 2px 10px 0 0;
    border-radius: 10px;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
}
#introduce .bl_card_info .bl_popup .el_moreBtn::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
}
/* ポップアップウインドウの設定 */
.bl_popup .popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
    margin: auto;
    width: 330px;
    height: 410px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(20,5,9,0.25);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* チェックボックスの初期設定 */
.bl_popup > input{
    display: none;
}
/* チェックされたらポップアップウインドウを開く */
.bl_popup > input:checked + .popup{
    opacity: 1;
    visibility: visible;
}
.bl_popup > input:checked + .popup + .icon-close{
    display: block;
}
/* 閉じるアイコン（右上） */
.bl_popup .popup-content label{
	width: 25px;
	height: 25px;
    top: 8px;
    right: 8px;
	cursor: pointer;
	display: block;
	position: absolute;
}
.bl_popup .popup-content label p::before,
.bl_popup .popup-content label p::after{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #2c6456;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin: auto;
}
.bl_popup .popup-content label p::before{
	transform: rotate(-45deg);
}
.bl_popup .popup-content label p::after{
	transform: rotate(45deg);
}
/* 閉じるアイコン（全体） */
.bl_popup .icon-close{
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(104,186,177,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}
/* 中身 */
.bl_popup .popup-content .bl_profile{
    padding: 0 10px;
}
.bl_popup .popup-content .bl_profile dd + dt{
    margin-top: 10px;
}
.bl_popup .popup-content .bl_profile dd .bl_bulletList li{
    margin-bottom: 0;
}
@media screen and (max-width : 750px){
  #introduce .ly_cont_inner{
      padding-top: 80px;
      padding-bottom: 95px;
  }
  #introduce .el_lv2Heading{
      margin-bottom: 50px;
  }
/*医師一覧*/
  #introduce .bl_cardUnit_info{
      margin-bottom: -35px;
      display: flex;
  }
  #introduce .bl_card_info{
      width: 333px!important;
      margin: 0 0 35px!important;
      padding: 0 0 100px;
      border: 2px solid #bebebe;
  }
  #introduce .bl_card_info .bl_card_imgWrapper{
      height: 308px;
  }
  #introduce .bl_card_info .bl_card_ttl{
      height: 60px;
      margin-bottom: 30px;
      border-radius: 0;
      font-size: 32px;
  }
  #introduce .bl_card_info .bl_profile{
      padding-left: 25px;
      font-size: 24px;
  }
  #introduce .bl_card_info .bl_popup .el_moreBtn{
      width: 180px;
      height: 47px;
      padding-top: 0;
      font-size: 26px;
      position: absolute;
      bottom: 30px;
  }
  #introduce .bl_card_info .bl_popup .el_moreBtn::after{
      border-width: 7px 0 7px 10px;
      right: 20px;
  }
/* ポップアップウインドウの設定 */
  .bl_popup .popup {
      width: 450px;
      height: 650px;
  }
/* 閉じるアイコン（右上） */
  .bl_popup .popup-content label{
      width: 30px;
      height: 30px;
      top: 13px;
      right: 13px;
  }
  .bl_popup .popup-content label p::before,
  .bl_popup .popup-content label p::after{
      width: 5px;
      height: 30px;
  }
/* 中身 */
  .bl_popup .popup-content .bl_profile{
      padding: 0 25px!important;
  }
}

/*=======================================================
available
=======================================================*/
#available{
    background: #edf2f5;
}
#available .ly_cont_inner{
    padding-top: 60px;
    padding-bottom: 75px;
}
#available .el_lv2Heading{
    margin-bottom: 40px;
}
/*科目一覧*/
#available .bl_kind{
    height: 110px;
    background: #fff;
    box-shadow: 0 0 11px 0 rgba(20,5,9,0.18);
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
#available .bl_kind + .bl_kind{
    margin-top: 20px;
}
#available .bl_kindTtl{
    width: 210px;
    height: 100%;
    padding: 3px 0 0 100px;
    background-color: #68bab1;
    background-position: center left 25px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
	align-items: center;
    position: relative;
}
#available .bl_kindTtl::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 15px 0 15px 21px;
    border-color: transparent transparent transparent #68bab1;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
}
#available .bl_kindTxt{
    width: 810px;
    padding-right: 35px;
    padding-left: 50px;
}
#available .bl_kindList{
    display: flex;
	flex-wrap: wrap;
}
#available .bl_kindList li::after{
    content: "/";
    margin: 0 5px;
}
#available .bl_kindList li:last-of-type::after{
    content: none;
}
#available .medicine .bl_kindTtl{
    background-image: url("../images/top/available_kind_icon_medicine.svg");
    background-size: 59px 70px;
}
#available .surgery .bl_kindTtl{
    background-image: url("../images/top/available_kind_icon_surgery.svg");
    background-size: 66px 48px;
    background-position: center left 15px;
}
#available .cosmetic .bl_kindTtl{
    background-image: url("../images/top/available_kind_icon_cosmetic.svg");
    background-size: 72px 69px;
    background-position: center left 10px;
}
#available .dentistry .bl_kindTtl{
    background-image: url("../images/top/available_kind_icon_dentistry.svg");
    background-size: 46px 52px;
}
#available .other .bl_kindTtl{
    background-image: url("../images/top/available_kind_icon_other.svg");
    background-size: 52px 67px;
}
@media screen and (max-width : 750px){
  #available .ly_cont_inner{
      padding-top: 90px;
  }
  #available .el_lv2Heading{
      margin-bottom: 30px;
  }
/*科目一覧*/
  #available .bl_kind{
      height: 220px;
  }
  #available .bl_kind + .bl_kind{
      margin-top: 30px;
  }
  #available .bl_kindTtl{
      width: 180px;
      padding: 140px 0 0 0;
      background-position: top 40px left 50px;
      font-size: 34px;
      text-align: center;
      display: block;
  }
  #available .bl_kindTtl::after{
      border-width: 26px 0 26px 32px;
      right: -31px;
  }
  #available .bl_kindTxt{
      width: 510px;
      padding-right: 15px;
      font-size: 24px;
  }
  #available .bl_kindList{
      display: block;
  }
  #available .bl_kindList li{
      letter-spacing: 0;
      line-height: 1.7;
      display: inline;
  }
  #available .bl_kindList li::after{
      margin: 0 0 0 10px;
  }
  #available .medicine .bl_kindTtl{
      background-size: 85px 101px;
      background-position: top 25px left 40px;
  }
  #available .surgery .bl_kindTtl{
      background-size: 109px 80px;
      background-position: top 35px left 31px;
  }
  #available .cosmetic .bl_kindTtl{
      background-size: 105px 101px;
      background-position: top 20px left 31px;
  }
  #available .dentistry .bl_kindTtl{
      background-size: 73px 82px;
  }
  #available .other .bl_kindTtl{
      background-size: 69px 89px;
  }
}

/*=======================================================
flow
=======================================================*/
#flow .ly_cont_inner{
    padding-top: 65px;
    padding-bottom: 60px;
}
#flow .el_lv2Heading{
    margin-bottom: 15px;
}
#flow .el_intro{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#flow .el_intro .el_Ltxt{
    font-size: 24px;
}
/*流れ詳細*/
#flow .bl_card_info{
    width: 310px;
    position: relative;
}
#flow .bl_card_info + .bl_card_info::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 27px 26px;
    border-color: transparent transparent transparent #9a9a9a;
    position: absolute;
    top: 75px;
    left: -35px;
}
#flow .bl_card_info .bl_card_imgWrapper{
    height: 200px;
    display: flex;
	justify-content: center;
	align-items: center;
}
#flow .bl_card_info .bl_card_ttl{
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0;
    display: flex;
	align-items: center;
}
#flow .bl_card_info .bl_card_ttl .el_label{
    width: 97px;
    margin: 0 15px 0 0;
    border-radius: 10px;
    font-size: 18px;
}
#flow .bl_card_info .bl_card_txt{
    font-size: 16px;
}
#flow .bl_card_info.hearing .bl_card_imgWrapper img{
    width: 161px;
    height: 99px;
}
#flow .bl_card_info.estimate .bl_card_imgWrapper img{
    width: 148px;
    height: 119px;
}
#flow .bl_card_info.casting .bl_card_imgWrapper img{
    width: 146px;
    height: 110px;
}
@media screen and (max-width : 750px){
  #flow .ly_cont_inner{
      padding-top: 75px;
      padding-bottom: 85px;
  }
  #flow .el_intro{
      margin-bottom: 30px;
      font-size: 28px;
  }
  #flow .el_intro .el_Ltxt{
      font-size: 34px;
  }
/*流れ詳細*/
  #flow .bl_card_info{
      padding: 115px 0 50px;
      border: 2px solid #92d3cc;
      display: flex;
  }
  #flow .bl_card_info + .bl_card_info::before{
      border-width: 36px 37.5px 0 37.5px;
      border-color: #9a9a9a transparent transparent transparent;
      top: -65px;
      left: 310px;
  }
  #flow .bl_card_info + .bl_card_info{
      margin-top: 87px!important;
  }
  #flow .bl_card_info .bl_card_imgWrapper{
      width: 280px;
      height: auto;
      padding-left: 40px;
      justify-content: flex-start;
  }
  #flow .bl_card_info .bl_card_ttl{
      margin-bottom: 0;
      font-size: 34px;
      position: absolute;
      top: 35px;
      left: 40px;
  }
  #flow .bl_card_info .bl_card_ttl .el_label{
      width: 135px;
      height: 43px;
      margin: 0 20px 0 0;
      font-size: 26px;
  }
  #flow .bl_card_info .bl_card_txt{
      width: 410px;
      padding-right: 20px;
      font-size: 26px;
  }
  #flow .bl_card_info .el_sTxt{
      font-size: 22px;
      line-height: 1.5;
      display: block;
  }
  #flow .bl_card_info.hearing .bl_card_imgWrapper img{
      width: 192px;
      height: 119px;
  }
  #flow .bl_card_info.estimate .bl_card_imgWrapper img{
      width: 178px;
      height: 143px;
  }
  #flow .bl_card_info.casting .bl_card_imgWrapper img{
      width: 179px;
      height: 135px;
  }
}

/*=======================================================
contact02
=======================================================*/
#contact02{
    background: linear-gradient(to right,#5aabaa,#88ddc2);
}

/*=======================================================
contactForm
=======================================================*/
#contactForm{
    background: #efefef;
}
#contactForm .ly_cont_inner{
    padding-top: 80px;
    padding-bottom: 100px;
}
#contactForm .el_lv2Heading{
    margin-bottom: 40px;
}
#mail_form{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
}
#mail_form .bl_form{
    width: 800px;
    margin: 0 auto 80px;
}
#mail_form .bl_form > div{
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}
#mail_form .bl_form dt{
    width: 315px;
    padding-top: 10px;
    position: relative;
}
#mail_form .bl_form dt .required{
    width: 41px;
    height: 20px;
    padding-top: 3px;
    background: #ff632d;
    color: #fff;
    font-size: 15px;
    display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    top: 12px;
    right: 100px;
}
#mail_form .bl_form dd{
    width: 485px;
    position: relative;
}
#mail_form .bl_form input[type="text"],
#mail_form .bl_form input[type="email"],
#mail_form .bl_form input[type="tel"]{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #8e8e8e;
}
#mail_form .bl_form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
#form_submit_button{
    width: 300px;
    height: 60px;
    padding-top: 3px;
    font-size: 24px;
}
@media screen and (max-width : 750px){
  #contactForm .ly_cont_inner{
      width: 100%;
      padding-bottom: 120px;
  }
  #contactForm .el_lv2Heading{
      margin-bottom: 60px;
  }
  #mail_form{
      width: 690px;
      padding: 60px 0;
  }
  #mail_form .bl_form{
      width: 634px;
      margin-bottom: 60px;
  }
  #mail_form .bl_form > div{
      margin-bottom: 30px;
      display: block;
  }
  #mail_form .bl_form > div > *{
      width: 100%;
  }
  #mail_form .bl_form dt{
      padding: 0 0 10px;
  }
  #mail_form .bl_form dt .required{
      width: 65px;
      height: 36px;
      padding-top: 0;
      font-size: 22px;
      top: 0;
      right: 0;
  }
  #mail_form .bl_form input[type="text"],
  #mail_form .bl_form input[type="email"],
  #mail_form .bl_form input[type="tel"]{
      height: 60px;
      font-size: 32px;
  }
  #form_submit_button{
      width: 350px;
      height: 80px;
      padding-top: 0;
      font-size: 34px;
  }
}

/*=======================================================
thanks
=======================================================*/
#thanks{
    min-height: auto;
}
#thanks #message{
    min-height: calc(100vh - 150px);
    background: url("../images/thanks/message_bg.png") top center / 2000px 618px no-repeat,
    linear-gradient(to right,#c6dede,#eaf3f1,#c6dede);
}
#thanks #message .ly_cont_inner{
    padding: 110px 0;
}
#thanks #message .bl_message{
    width: 800px;
    margin: 0 auto;
    padding: 65px 0;
    background: #fff;
    border: 6px solid #8bcac4;
}
#thanks #message .bl_message .el_mainTtl{
    margin-bottom: 20px;
    padding-top: 65px;
    background: url("../images/thanks/message_thankYou.png") top center / 215px 34px no-repeat;
    text-align: center;
}
#thanks #message .bl_message .el_mainTxt{
    margin-bottom: 30px;
    text-align: center;
    line-height: 2;
}
#thanks #message .bl_message .el_returnBtn{
    width: 227px;
    height: 47px;
    margin: 0 auto;
    padding-top: 3px;
    background: #55afa5;
    border-radius: 22.5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width : 750px){
  #thanks #message{
      min-height: auto;
      background: url("../images/thanks/message_bg.png") top center / 2000px 618px no-repeat,
      linear-gradient(to right,#c6dede,#eaf3f1,#c6dede);
  }
  #thanks #message .ly_cont_inner{
      padding: 150px 0;
  }
  #thanks #message .bl_message{
      width: 690px;
      padding: 75px 0;
  }
  #thanks #message .bl_message .el_mainTtl{
      margin-bottom: 35px;
      padding-top: 85px;
      background: url("../images/thanks/message_thankYou.png") top center / 300px 47px no-repeat;
  }
  #thanks #message .bl_message .el_mainTxt{
      margin-bottom: 70px;
      line-height: 1.7;
  }
  #thanks #message .bl_message .el_returnBtn{
      width: 500px;
      height: 90px;
      border-radius: 50px;
      padding-top: 0;
      font-size: 30px;
  }   
}


/* Edge */
_:-ms-lang(x)::backdrop,#cases{
    max-width: 2000px;
    overflow: hidden;
}

/**Mac,iPad**/
@media only screen and (min-device-width:768px) {
_::-webkit-full-page-media, _:future, :root #mail_form .bl_form dt .required{
    padding-top: 0;
}
_::-webkit-full-page-media, _:future, :root #introduce .bl_card_info .bl_popup .el_moreBtn,
_::-webkit-full-page-media, _:future, :root #thanks #message .bl_message .el_returnBtn{
    padding-top: 0;
}
}

/*タブレット*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
_::-webkit-full-page-media, _:future, :root #thanks #message{
    min-height: calc(100vh - 260px);
}
}