/* =============================================
固定ボタン
============================================= */
.bl_fixedArea{
  position: fixed;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
  z-index: 3;
}
.bl_fixedArea__sp{
  display: none;
}
.bl_fixedBtn__trial{
  position: relative;
  top: -1px;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 760px) {
  .bl_fixedArea__pc{
    display: none;
  }
  .bl_fixedArea__sp{
    display: block;
  }
  .bl_fixedArea{
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
  }
}

/* =============================================
FV
============================================= */
.bl_fv{
  padding-top: 152px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.bl_fv_txt{
  padding: 50px 30px;
  color: white;
  background-color: #00235A;
  font-size: 35px;
  font-family: 'Shippori Mincho B1', serif;
  position: absolute;
  top: 250px;
  right: 0;
  text-align: left;
  letter-spacing: 3px;
}
.bl_fv_sp_only{
  display: none;
}
@media screen and (max-width: 1200px) {
  .bl_fv_txt{
    padding: 35px 0 35px 20px; 
    font-size: 25px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 960px) {
  .bl_fv{
    padding-top: 76px;
  }
  .bl_fv_txt{
    top: 150px;
  }
}
@media screen and (max-width: 760px) {

  .bl_fv_pc_only{
    display: none;
  }
  .bl_fv_sp_only{
    display: block;
    max-height: 600px;
    object-fit: cover;
  }
  .bl_fv{
    width: 100%;
  }
  .bl_fv_txt{
    padding: 35px 0 35px 20px; 
    top: auto;
    right: auto;
    left: 0;
    bottom: 70px;
    font-size: 22px;
    letter-spacing: 0;
  }
}

/* =============================================
トライアルバナー
============================================= */
.bl_trialBanner{
  max-width: 1166px;
  margin: 0 auto;
  background-color: #D8EBEB;
}
.bl_trialBanner_cont{
  margin: 0 auto;
  padding: 0 50px 0;
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.bl_trialBanner_btn{
  margin-top: 20px;
  max-width: 400px;
  transition: .3s;
  cursor: pointer;
}
.bl_trialBanner_btn:hover{
  opacity: .8;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .bl_trialBanner_cont.hp_pc_only{
    display: none;
  }
}
/* =============================================
$selectPlusバナー
============================================= */
.bl_plusbanner{
  max-width: 1166px;
  margin: 0 auto;
}

/* =============================================
こんなお悩みありませんか？
============================================= */
.bl_issue h3{
  margin-bottom: 120px;
}
.bl_issuebox1,
.bl_issuebox2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_issuebox1_item{
  min-width: 150px;
  width: calc((100% - 90px)/4);
  height: 120px;
  background-color: #00235A;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bl_issue_arrow{
  width: 45px;
  margin: 90px auto 20px;
}
.bl_issuebox2_item{
  min-width: 200px;
  width: calc((100% - 90px)/4);
  padding: 60px 0px 40px;
  background-color: white;
  border: 1px solid #5B4C49;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.bl_issuebox2_item::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #A98045;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.bl_issuebox2_item p:nth-child(1){
  margin-bottom: 20px;
  font-size: 18px;
}
.bl_issuebox2_item p:nth-child(2){
  line-height: 1.5;
}
.bl_issuebox2_item::before{
  width: 150px;
  height: 120px;
  content: "";
  background: url(../img/ttl/solution_1.png) center center no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  position: absolute;
  top: -65px;
  left: -5px;
}
.bl_issuebox2_item__1::before{
  background-image: url(../img/ttl/solution_1.png);
}
.bl_issuebox2_item__2::before{
  background-image: url(../img/ttl/solution_2.png);
}
.bl_issuebox2_item__3::before{
  background-image: url(../img/ttl/solution_3.png);
}
.bl_issuebox2_item__4::before{
  background-image: url(../img/ttl/solution_4.png);
}
.bl_issuebox2_link{
  margin-left: auto;
  width: 117px;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
@media screen and (max-width: 1160px) {
  .bl_issuebox1_item,
  .bl_issuebox2_item{
    width: 48%;
    margin-bottom: 20px;
  }
  .bl_issuebox2_item{
    padding: 30px 0 40px;
    display: block;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 560px) {
  .bl_issuebox1_item,
  .bl_issuebox2_item{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_issuebox1_item{
    height: auto;
    padding: 20px;
  }
  .bl_issuebox2_item::before{
    border-left-color: 50%;
    transform: translateX(50%);
  }
  .bl_issue_arrow{
    margin-top: 30px;
  }
  .bl_issue h3{
    margin-bottom: 80px;
    font-size: 28px;
  }
}

/* =============================================
サービス案内
============================================= */
.bl_intro_txtCont{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_intro_txtCont > div,
.bl_intro_boxCont > div{
  width: 46%;
}
.bl_intro_txtCont_right{
  text-align: left;
}
.bl_intro_txtCont_right h4{
  padding-bottom: 22px;
  margin-bottom: 22px;
  font-size: 24px;
  border-bottom: 1px solid #E4E4E4;
}
.bl_intro_boxCont{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_intro_box{
  margin-bottom: 50px;
}
.bl_intro_box_ttl{
  padding: 10px 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-family: 'Shippori Mincho B1', serif;
  border-bottom: 1px solid #E4E4E4;
}
.bl_intro_boxCont__sp{
  display: none;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .bl_intro_boxCont__pc{
    display: none;
  }
  .bl_intro_boxCont__sp{
    display: block;
  }
  .bl_intro_txtCont{
    display: block;
  }
  .bl_intro_txtCont > div,
   .bl_intro_boxCont > div{
    width: 100%;
  }
  .bl_intro_txtCont > div{
    margin-bottom: 20px;
  }
  .bl_intro_txtCont_right h4{
    padding-bottom: 10px;
    text-align: center;
  }
}


/* =============================================
秘書のいる１日
============================================= */
.bl_day_ttl{
  max-width: 800px;
  margin: -210px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_day_ttl img{
  width: 200px;
}
.bl_day_txt{
  margin-top: 80px;
  font-size: 23px;
  font-family: 'Shippori Mincho B1', serif;
}
.bl_day_time_pc{
  max-width: 1100px;
}
.bl_day_time_gold{
  color: #A98045;
}
.bl_day_ttl.hp_sp_only{
  display: none;
}
.bl_day_time_sp{
  display: none;
}
@media screen and (max-width: 960px) {
  .bl_day_ttl.hp_pc_only{
    display: none;
  }
  .bl_day_ttl.hp_sp_only{
    display: flex;
  }
  .bl_day_ttl{
    max-width: 600px;
    width: 100%;
    margin-top: 0;
  }
  .bl_day_ttl img{
    width: 40%; 
  }
}
@media screen and (max-width: 760px) {
  .bl_day_time{
    width: 90%;
    margin: 0 auto;
  }
  .bl_day_time_pc{
    display: none;
  }
  .bl_day_time_sp{
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .bl_day_time{
    width: 100%;
  }
  .bl_day_txt{
    margin-top: 50px;
    font-size: 18px;
  }
}

/* =============================================
選ばれる理由
============================================= */
.bl_reason_box{
  display: flex;
}
.bl_reason_box__rev{
  flex-direction: row-reverse;
}
.bl_reason_box_img,
.bl_reason_box_txt{
  width: 50%;
}
.bl_reason_box_img{
  overflow: hidden;
  position: relative;
}
.bl_reason_box_img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.bl_reason_box_txt{
  padding: 60px 0;
}
.bl_reason_box_txt img{
  width: 300px;
  margin-bottom: 40px;
}
.bl_reason_box_txt h4{
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .bl_reason_box{
    display: block;
    position: relative;
  }
  .bl_reason_box_img,
   .bl_reason_box_txt{
    width: 100%;
  }
  .bl_reason_box_img{
    height: 400px;
    position: absolute;
    top: 230px;
  }
  .bl_reason_box_txt h4{
    margin-bottom: 460px;
  }
  .bl_reason_3{
    top: 260px;
  }
}
@media screen and (max-width: 560px) {
  .bl_reason_box_txt img{
    width: 230px;
    margin-bottom: 20px;
  }
  .bl_reason_box_img{
    height: 240px;
    top: 180px;
  }
  .bl_reason_box_txt{
    padding: 30px 10px;
  }
  .bl_reason_box_txt h4{
    margin-bottom: 270px;
  }
  .bl_reason_box_txt h4 span{
    display: block;
  }
}

/* =============================================
プラン
============================================= */
.bl_plan h5{
  margin-bottom: 25px;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #00235A;
}
.bl_plan_trial_bold{
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #00235A;
}
.bl_plan_trial_bold span {
	font-size: 14px;
	margin-left: 0.25em;
}
.bl_plan_trial_middle,
.bl_plan_cardBox_ttl{
  font-size: 25px;
  font-family: 'Shippori Mincho B1', serif;
  color: #5B4C49;
}
.bl_plan_trial_attention{
  margin-top: 30px;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #00235A;
}
.bl_plan_trial{
  padding: 40px 0 50px;
  background-color: #F0F5F5;
}
.bl_plan_trial_box{
  width: 90%;
  margin: 30px auto 50px;
  padding: 40px;
  background-color: white;
  border: 1px solid #594C4A;
}
.bl_plan_trial_txt{
  width: 90%;
  margin: 25px auto 0;
  padding-top: 25px;
  border-top: 1px solid #E4E4E4;
}
.bl_plan_main{
  width: 90%;
  margin: 80px auto 0;
}
.bl_plan_cardBox{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.bl_plan_card{
  width: calc((100% - 30px)/3);
  padding: 15px;
  background-color: white;
  border: 1px solid #594C4A;
}
.bl_plan_card_list{
  padding: 25px 0;
  background-color: #F5F3F0;
  display: block;
  text-align: center;
}
.bl_plan_card_list ul{
  text-align: left;
}
.el_checkList > p{
  font-size: 18px;
  margin-bottom: 25px;
}

.bl_plan_price{
  border-top: 1px solid #E4E4E4;
  padding: 25px 0;
  color: #5B4C49;
}
.bl_plan_price span{
  margin-right: 5px;
  font-size: 25px;
  font-family: 'Shippori Mincho B1', serif;
}
@media screen and (max-width: 960px) {
  .bl_plan_cardBox{
    display: block;
  }
  .bl_plan_card{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .bl_plan_trial_box{
    padding: 30px 15px;
    margin-bottom: 0;
  }
  .bl_plan_trial_txt{
    width: 100%;
    margin: 0 auto;
  }
  .bl_plan_trial_attention{
    margin-top: 20px;
  }
  .bl_plan_trial{
    padding-bottom: 30px;
  }
  .bl_plan_main{
    margin-top: 40px;
  }
  .bl_plan_cardBox{
    margin-top: 30px;
  }
}

/* =============================================
ご利用の流れ
============================================= */
.bl_flow_cont{
  margin-top: 80px;
}
.bl_flow_item{
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.bl_flow_img{
  width: 50%;
}
.bl_flow_txt{
  width: 43%;
  text-align: left;
}
.bl_flow_txt img{
  width: 125px;
  position: relative;
  top: -15px;
  left: -40px;
}
.bl_flow_txt h4{
  margin: 15px 0;
}
@media screen and (max-width: 960px) {
  .bl_flow_item{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .bl_flow_item > *{
    width: 100%;
    text-align: center;
  }
  .bl_flow_txt img{
    width: 98px;
    top: auto;
    left: auto;
  }
  .bl_flow_txt{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
}

/* =============================================
実績
============================================= */
.bl_works_logoArea{
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
.bl_works_logoArea img{
  height: 43px;
  object-fit: contain;
}
.bl_works_logo{
  width: calc(100%/3);
  display: flex;
  justify-content: center;
}
.bl_works_logo__bottom{
  width: 50%;
}
.bl_works_logo__bottom img{
  width: auto;
}
@media screen and (max-width: 960px) {
  .bl_works_logoArea{
    max-width: 600px;
  }
  .bl_works_logo{
    width: 40%;
    justify-content: left;
  }
  .bl_works_logo_5{
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .bl_works_logoArea{
    gap: 30px 0;
  }
  .bl_works_logoArea img{
    height: 28px;
  }
}

/* =============================================
よくあるご質問
============================================= */
#faq{
  max-width: 850px;
  margin: 0 auto;
}
.bl_faq_item{
  text-align: left;
  padding: 30px;
  border-bottom: 1px solid #E4E4E4;
}
.bl_faq_item > p:nth-child(1){
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Shippori Mincho B1', serif;
  color: #5B4C49;
  font-size: 20px;
  position: relative;
}
.bl_faq_item > p::before{
  content: "Q.";
  font-family: 'Shippori Mincho B1', serif;
  color: #5B4C49;
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: 0;
}
.bl_faq_item > p:nth-child(2){
  padding-left: 40px;
  color: #3E3E3E;
  position: relative;
}
.bl_faq_item > p:nth-child(2)::before{
  content: "A.";
  color: #3E3E3E;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .bl_faq_item{
    padding: 30px 0;
  }
  .bl_faq_item > p:nth-child(1){
    font-size: 17px;
  }
}