@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

/*企業特集LP*/
/* ヘッダー */
.products header {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 12px 0px rgba(10,10,10,0.1);
}
.products .nohero header {
    position: static;
    border-bottom: solid 1px #ddd;
}
/* ヘッダーA: サイト名 */
.products .headA {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.products .headA img {
    width: 140px;
    height: auto;
    margin: 10px;
}
/* ヘッダーB： ナビゲーションメニュー */
.products .products_headB ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.products .products_headB ul li {
    text-align: center;
    line-height: 1.4;
}
.products .products_headB a {
    display: block;
    padding: 10px;
    color: #2A394F;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.products .products_headB a span {
    color: #BF0080;
}
.products .products_headB a:hover {
    color: #BF0080;
}
.products .products_headB li.headB_btn {
    width: 100%;
    padding: 15px;
}
.products .products_headB .headB_btn a {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background: #000;
    line-height: 40px;
    padding: 0;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.products .products_headB .headB_btn a:hover {
    background: #fff;
    color: #000;
}
@media (min-width: 600px) {
.products .headA img {
    width: 140px;
    height: auto;
    margin: 10px;
    }
.products header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    box-sizing: border-box;
    }
.products .products_headB ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
.products .products_headB li.headB_btn {
    width: 160px;
    padding: 0;
    margin-left: 15px;
    }
    .products .products_headB .headB_btn a {
        padding: 0;
    }
}
/* ヘッダーC： トグルボタン */
@media (max-width: 599px) {
.products header .container-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
.products .headC {
    margin-right: 10px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 28px;
    opacity: 0.5;
    cursor: pointer;
    /*  border: 1px solid;*/
    }
    /*.headC:hover {
  opacity: 0.3;
	}*/
.products .products_headB {
    display: none;
    }
.products .fa-bars:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    }
}
/*larg*/
@media (min-width: 600px) {
.products .headC {
    display: none;
    }
.products .products_headB {
    display: block !important;
    }
}
/* ヘッダーC： トグルボタン */



/*誘導エリア*/
.products .sec_lead {
    text-align: center;
}
.products .sec_lead .container {
    width: 100%;
    max-width: 1080px;
    padding: 20px 20px 40px;
    margin: -5px auto 0;
}
.products .sec_lead.bg_b {
    background: #F4DEBA;
}
.lead_form {
    background: #fff;
    border: 4px solid #F9D2EE;
    padding: 20px;
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 20px;
}
.lead_sub_ttl {
    color: #BF0080;
    font-size: 16px;
    margin-bottom: 10px;
}
.lead_ttl {
    font-size: 20px;
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.4;;
}
a.basic_btn_normal.lead_btn {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    line-height: 1.4;
    height: auto!important;
    font-size: 22px;
}
span.btn_small_txt {
    font-size: 16px;
}
@media (min-width: 600px) {
.lead_form {
    border: 8px solid #F9D2EE;
    padding: 40px 20px;
}
.lead_sub_ttl {
    font-size: 22px;
    }
.lead_ttl {
    font-size: 33px;
    margin-bottom: 15px;
    }
a.basic_btn_normal.lead_btn {
    font-size: 28px;
    }
}
/*  誘導エリア  end  */


.tab_hide {
    display: none;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.tab_hide {
    display: block;
    }
}
.mw_300 {
    max-width: 300px!important;
}


/*トグルメニュー*/
.buttonBurger {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.buttonBurger:focus {
  outline: 0
}
.buttonBurger__main {
  position: relative;
  width: 30px;
  height: 17px
}
.buttonBurger__main span {
  display: inline-block;
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  height: 2px;
  left: 0;
  background-color: #b51a86
}
.buttonBurger__main span:nth-child(1) {
  top: 0
}
.buttonBurger__main span:nth-child(2) {
  top: 7px
}
.buttonBurger__main span:nth-child(3) {
  bottom: 0
}
.buttonBurger__text {
  color: #b51a86;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.45455;
  font-family: "M PLUS 1p";
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 6px
}
.buttonBurger.hover span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg)
}
.buttonBurger.hover span:nth-child(2) {
  opacity: 0
}
.buttonBurger.hover span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg)
}
.buttonBurger.hover .buttonBurger__text {
  display: none
}

.sp_hide {
    display: none!important;
}
.pc_hide {
    display: block!important;
}
@media (min-width: 600px) {
.sp_hide {
    display: block!important;
}
.pc_hide {
    display: none!important;
}
}