@charset "UTF-8";
:root {
  --color-00:#484343;
  --color-01: #9ACCE8;
  --color-02: #5CB4E6;
  --c-1: #77D8E3;
  --c-1-bg: #EBF9FB;
  --c-2: #66d3a9;
  --c-2-bg: #EDFAF5;
  --c-3: #f7b661;
  --c-3-bg: #fdf7ee;
  --c-4: #F59E8D;
  --c-4-bg: #FEF1EE;
  --c-5: #F59E8D;
  --c-5-bg: #FEF1EE;
  --c-6: #9FAEC5;
  --c-6-bg: #F1F3F7;
}

#femtech {
  /*【PC】*/
  /*【SP】*/
}
#femtech .mv_banner {
  margin: 50px 0;
}
#femtech .mv_banner img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #femtech .mv_banner {
    margin: 30px 0;
  }
}
#femtech .about_area {
  background: var(--color-01);
  padding: 50px 0;
}
#femtech .about_area .box {
  background: #fff;
  border-radius: 10px;
  padding: 90px 120px;
}
#femtech .about_area .about_main_title {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}
#femtech .about_area .about_main_title .e,
#femtech .about_area .about_main_title .mini {
  color: var(--color-02);
}
#femtech .about_area .about_main_title .e {
  font-size: 1.5em;
}
#femtech .about_area .about_main_title .mini {
  font-size: 0.6em;
}
#femtech .about_area .history_text {
  text-align: center;
  font-size: 3em;
  margin: 50px 0 90px;
}
#femtech .about_area .history_text .e {
  letter-spacing: 2px;
}
#femtech .about_area .history_text .t_box {
  display: inline-block;
  position: relative;
}
#femtech .about_area .history_text .t_box .t {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  bottom: -40px;
  width: 100%;
  font-size: 0.4em;
}
#femtech .about_area .history_text .line {
  position: relative;
  color: var(--color-02);
  font-weight: bold;
}
#femtech .about_area .history_text .line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: var(--color-02);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #femtech .about_area {
    padding: 20px 0;
  }
  #femtech .about_area .box {
    padding: 20px 5%;
  }
  #femtech .about_area .about_main_title {
    font-size: 1.2em;
  }
  #femtech .about_area .history_text {
    margin: 20px 0 40px 0;
    font-size: 1em;
  }
  #femtech .about_area .history_text .t_box .t {
    bottom: -24px;
  }
}
#femtech .category_area ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px;
}
#femtech .category_area .title {
  text-align: center;
  color: var(--color-02);
  font-weight: bold;
  margin: 10px 0;
  font-size: 1.2em;
}
#femtech .category_area .img {
  text-align: center;
  margin: 0 0 20px 0;
}
#femtech .category_area .img img {
  width: 100%;
}
#femtech .category_area .close .img {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  #femtech .category_area ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  #femtech .category_area ul .title {
    font-size: 1em;
  }
  #femtech .category_area ul p {
    margin: 10px 0 0 0;
  }
}
#femtech .sec_02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
#femtech .sec_02 li a {
  background: #fff;
  display: flex;
  align-items: center;
  border: 3px solid #fff;
  height: 110px;
  position: relative;
}
#femtech .sec_02 li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-01);
  opacity: 0;
  position: absolute;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#femtech .sec_02 li a:hover:before {
  opacity: 0.2;
}
#femtech .sec_02 li:nth-child(1) a {
  border: 3px solid var(--c-1);
  color: var(--c-1);
}
#femtech .sec_02 li:nth-child(1) a:hover:before {
  background: var(--c-1);
}
#femtech .sec_02 li:nth-child(2) a {
  border: 3px solid var(--c-2);
  color: var(--c-2);
}
#femtech .sec_02 li:nth-child(2) a:hover:before {
  background: var(--c-2);
}
#femtech .sec_02 li:nth-child(3) a {
  border: 3px solid var(--c-3);
  color: var(--c-3);
}
#femtech .sec_02 li:nth-child(3) a:hover:before {
  background: var(--c-3);
}
#femtech .sec_02 li:nth-child(4) a {
  border: 3px solid var(--c-4);
  color: var(--c-4);
}
#femtech .sec_02 li:nth-child(4) a:hover:before {
  background: var(--c-4);
}
#femtech .sec_02 li:nth-child(6) a {
  border: 3px solid var(--c-6);
  color: var(--c-6);
}
#femtech .sec_02 li:nth-child(6) a:hover:before {
  background: var(--c-6);
}
#femtech .sec_02 .nolink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #femtech .sec_02 ul {
    display: block;
  }
  #femtech .sec_02 ul li a {
    margin: 15px 0;
    height: auto;
  }
  #femtech .sec_02 ul li a .img {
    width: 20%;
  }
  #femtech .sec_02 ul li a .text {
    padding: 10px 20px 10px 0;
    line-height: 1.3;
  }
  
}

/*ブランド*/
#femtech .sec_03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  #femtech .sec_03 li a {
    background: #fff;
    display: flex;
    align-items: center;
    border: 3px solid #fff;
    height: 110px;
    position: relative;
  }
  #femtech .sec_03 li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-01);
    opacity: 0;
    position: absolute;
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #femtech .sec_03 li a:hover:before {
    opacity: 0.2;
  }
  #femtech .sec_03 li:nth-child(1) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(1) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(2) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(2) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(3) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(3) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(4) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(4) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(5) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(5) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(6) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(6) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(7) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(7) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(8) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(8) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(9) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(9) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(10) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(10) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(11) a {
    border: 1px solid var(--c-4);
    color: var(--c-4);
  }
  #femtech .sec_03 li:nth-child(11) a:hover:before {
    background: var(--c-4);
  }
  #femtech .sec_03 .nolink {
    pointer-events: none;
  }
  @media screen and (max-width: 768px) {
    #femtech .sec_03 ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px;
    }
    #femtech .sec_03 ul li a {
      margin: 0px 0;
      height: auto;
    }
    #femtech .sec_03 ul li a .img {
      width: 100%;
    }
  }
/*ここまで*/

#femtech .detail_title {
  background: #ccc;
  text-align: center;
  color: #fff;
  margin: 100px 0;
  padding: 50px 0;
  line-height: 1.2;
}
#femtech .detail_title .big {
  display: block;
  font-size: 1.5em;
}
#femtech .detail_title .big.e {
  font-size: 2em;
}
#femtech .detail_title .mini {
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  #femtech .detail_title {
    margin: 30px 0 0 0;
    padding: 20px 0;
  }
}
#femtech .detail_side_title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
}
#femtech .split {
  display: grid;
  grid-template-columns: 500px 445px;
  grid-gap: 45px;
}
#femtech .split .split_l p + .title_left_line {
  margin-top: 80px;
}
#femtech .split .split_r .detail_side_main_title {
  background: #333;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
#femtech .split .split_r .split_box {
  border-radius: 0 0 10px 10px;
  padding: 40px;
}
#femtech .split .split_r .split_box .title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#femtech .split .split_r .split_box p {
  margin: 0;
}
#femtech .split .split_r .side_box + .side_box, #femtech .split .split_r .side_box + .detail_side_title {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #femtech .split {
    display: block;
  }
  #femtech .split .split_l p + .title_left_line {
    margin-top: 40px;
  }
  #femtech .split .split_r .detail_side_main_title {
    padding: 15px;
    font-size: 1.1em;
  }
  #femtech .split .split_r .split_box {
    padding: 15px;
  }
}
#femtech .btn_more {
  text-align: center;
  margin: 20px 0;
}
#femtech .btn_more .b {
  background: #333;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  padding: 7px 70px;
  position: relative;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#femtech .btn_more .b:before {
  content: "";
  width: 7px;
  height: 7px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}
#femtech .btn_more .b:hover {
  opacity: 0.7;
}
#femtech .btn_more .e {
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #femtech .btn_more .b {
    padding: 10px 40px;
  }
}
#femtech .detail_column {
  margin-top: 80px;
  padding: 0 0 50px 0;
}
#femtech .detail_column .column_title {
  text-align: center;
  position: relative;
  margin: 0 0 30px 0;
  padding: 50px 0 0 0;
}
#femtech .detail_column .column_title .e {
  font-size: 1.5em;
  letter-spacing: 2px;
}
#femtech .detail_column .column_title .mini {
  display: block;
  font-size: 0.7em;
}
#femtech .detail_column .column_title:before {
  content: "";
  border-style: solid;
  border-width: 30px 65px 0 65px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#femtech .detail_column ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
#femtech .detail_column ul .text {
  margin: 20px 0 0 0;
}
#femtech .detail_column ul .cate {
  background: #333;
  border-radius: 100px;
  color: #fff;
  padding: 2px 12px;
}
#femtech .detail_column ul p {
  margin: 10px 0 0 0;
}
#femtech .detail_column ul a {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#femtech .detail_column ul a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #femtech .detail_column {
    margin-top: 40px;
    padding: 0 0 30px 0;
  }
  #femtech .detail_column ul {
    display: block;
  }
  #femtech .detail_column ul a {
    margin: 20px 0;
    display: flex;
    grid-gap: 20px;
  }
  #femtech .detail_column ul a .img {
    width: 40%;
  }
  #femtech .detail_column ul a .text {
    margin: 0;
    width: 60%;
  }
  #femtech .detail_column ul .cate {
    font-size: 0.8em;
  }
}
#femtech .item_area {
  margin: 50px 0 0 0;
}
#femtech .item_area .item_title {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
#femtech .item_area .item_box {
  background: #ccc;
  padding: 50px;
  border-radius: 0 0 10px 10px;
}
#femtech .item_area ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
#femtech .item_area ul li {
  position: relative;
  padding: 0 0 70px 0;
}
#femtech .item_area ul .img img {
  width: 100%;
}
#femtech .item_area ul p {
  margin: 0;
}
#femtech .item_area ul .title {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0;
}
#femtech .item_area ul .btn_more {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #femtech .item_area {
    margin: 30px 0 0 0;
  }
  #femtech .item_area .item_title {
    padding: 10px;
    font-size: 1.1em;
  }
  #femtech .item_area .item_box {
    padding: 20px 5%;
  }
  #femtech .item_area .item_box ul {
    display: block;
  }
  #femtech .item_area .item_box ul li {
    margin: 0 0 30px 0;
  }
  #femtech .item_area .item_box ul li p {
    margin: 20px 0;
  }
}
#femtech .maker_link a {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  margin: 50px 0 0 0;
  display: flex;
}
#femtech .maker_link .img {
  overflow: hidden;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#femtech .maker_link .text {
  text-align: center;
  width: 60%;
}
#femtech .maker_link .text .maker_title {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  font-weight: bold;
}
#femtech .maker_link .text .btn_more {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #femtech .maker_link a {
    margin: 0;
    padding: 20px 5%;
    display: block;
  }
  #femtech .maker_link a .img {
    width: 60%;
    margin: 20px auto 40px;
  }
  #femtech .maker_link a .text {
    width: 100%;
  }
  #femtech .maker_link a .text .maker_title {
    font-size: 1em;
  }
  #femtech .maker_link a .btn_more .b {
    padding: 15px 0;
    display: block;
    font-size: 1.1em;
  }
}
#femtech .detail_01 .detail_title {
  background: var(--c-1);
}
#femtech .detail_01 .detail_side_title {
  color: var(--c-1);
}
#femtech .detail_01 .split_r .detail_side_main_title {
  background: var(--c-1);
}
#femtech .detail_01 .split_r .split_box {
  background: var(--c-1-bg);
}
#femtech .detail_01 .split_r a.box:hover .title {
  color: var(--c-1);
}
#femtech .detail_01 .split_r .btn_more .b {
  background: var(--c-1);
}
#femtech .detail_01 .btn_more .b {
  background: var(--c-1);
}
#femtech .detail_01 .detail_column {
  background: var(--c-1-bg);
}
#femtech .detail_01 .detail_column .column_title .e {
  color: var(--c-1);
}
#femtech .detail_01 .detail_column .cate {
  background: var(--c-1);
}
#femtech .detail_01 .title_left_line:before {
  background: var(--c-1);
}
#femtech .detail_01 .item_area .item_title {
  background: var(--c-1);
}
#femtech .detail_01 .item_area .item_box {
  background: var(--c-1-bg);
}
#femtech .detail_02 .detail_title {
  background: var(--c-2);
}
#femtech .detail_02 .detail_side_title {
  color: var(--c-2);
}
#femtech .detail_02 .split_r .detail_side_main_title {
  background: var(--c-2);
}
#femtech .detail_02 .split_r .split_box {
  background: var(--c-2-bg);
}
#femtech .detail_02 .split_r a.box:hover .title {
  color: var(--c-2);
}
#femtech .detail_02 .split_r .btn_more .b {
  background: var(--c-2);
}
#femtech .detail_02 .btn_more .b {
  background: var(--c-2);
}
#femtech .detail_02 .detail_column {
  background: var(--c-2-bg);
}
#femtech .detail_02 .detail_column .column_title .e {
  color: var(--c-2);
}
#femtech .detail_02 .detail_column .cate {
  background: var(--c-2);
}
#femtech .detail_02 .title_left_line:before {
  background: var(--c-2);
}
#femtech .detail_02 .item_area .item_title {
  background: var(--c-2);
}
#femtech .detail_02 .item_area .item_box {
  background: var(--c-2-bg);
}
#femtech .detail_03 .detail_title {
  background: var(--c-3);
}
#femtech .detail_03 .detail_side_title {
  color: var(--c-3);
}
#femtech .detail_03 .split_r .detail_side_main_title {
  background: var(--c-3);
}
#femtech .detail_03 .split_r .split_box {
  background: var(--c-3-bg);
}
#femtech .detail_03 .split_r a.box:hover .title {
  color: var(--c-3);
}
#femtech .detail_03 .split_r .btn_more .b {
  background: var(--c-3);
}
#femtech .detail_03 .btn_more .b {
  background: var(--c-3);
}
#femtech .detail_03 .detail_column {
  background: var(--c-3-bg);
}
#femtech .detail_03 .detail_column .column_title .e {
  color: var(--c-3);
}
#femtech .detail_03 .detail_column .cate {
  background: var(--c-3);
}
#femtech .detail_03 .title_left_line:before {
  background: var(--c-3);
}
#femtech .detail_03 .item_area .item_title {
  background: var(--c-3);
}
#femtech .detail_03 .item_area .item_box {
  background: var(--c-3-bg);
}
#femtech .detail_04 .detail_title {
  background: var(--c-4);
}
#femtech .detail_04 .detail_side_title {
  color: var(--c-4);
}
#femtech .detail_04 .split_r .detail_side_main_title {
  background: var(--c-4);
}
#femtech .detail_04 .split_r .split_box {
  background: var(--c-4-bg);
}
#femtech .detail_04 .split_r a.box:hover .title {
  color: var(--c-4);
}
#femtech .detail_04 .btn_more .b {
  background: var(--c-4);
}
#femtech .detail_04 .detail_column {
  background: var(--c-4-bg);
}
#femtech .detail_04 .detail_column .column_title .e {
  color: var(--c-4);
}
#femtech .detail_04 .detail_column .cate {
  background: var(--c-4);
}
#femtech .detail_04 .title_left_line:before {
  background: var(--c-4);
}
#femtech .detail_04 .item_area .item_title {
  background: var(--c-4);
}
#femtech .detail_04 .item_area .item_box {
  background: var(--c-4-bg);
}
#femtech .detail_05 .detail_title {
  background: var(--c-5);
}
#femtech .detail_05 .detail_side_title {
  color: var(--c-5);
}
#femtech .detail_05 .split_r .detail_side_main_title {
  background: var(--c-5);
}
#femtech .detail_05 .split_r .split_box {
  background: var(--c-5-bg);
}
#femtech .detail_05 .split_r a.box:hover .title {
  color: var(--c-5);
}
#femtech .detail_05 .btn_more .b {
  background: var(--c-5);
}
#femtech .detail_05 .detail_column {
  background: var(--c-5-bg);
}
#femtech .detail_05 .detail_column .column_title .e {
  color: var(--c-5);
}
#femtech .detail_05 .detail_column .cate {
  background: var(--c-5);
}
#femtech .detail_05 .title_left_line:before {
  background: var(--c-5);
}
#femtech .detail_05 .item_area .item_title {
  background: var(--c-5);
}
#femtech .detail_05 .item_area .item_box {
  background: var(--c-5-bg);
}
#femtech .detail_06 .detail_title {
  background: var(--c-6);
}
#femtech .detail_06 .detail_side_title {
  color: var(--c-6);
}
#femtech .detail_06 .split_r .detail_side_main_title {
  background: var(--c-6);
}
#femtech .detail_06 .split_r .split_box {
  background: var(--c-6-bg);
}
#femtech .detail_06 .split_r a.box:hover .title {
  color: var(--c-6);
}
#femtech .detail_06 .btn_more .b {
  background: var(--c-6);
}
#femtech .detail_06 .detail_column {
  background: var(--c-6-bg);
}
#femtech .detail_06 .detail_column .column_title .e {
  color: var(--c-6);
}
#femtech .detail_06 .detail_column .cate {
  background: var(--c-6);
}
#femtech .detail_06 .title_left_line:before {
  background: var(--c-6);
}
#femtech .detail_06 .item_area .item_title {
  background: var(--c-6);
}
#femtech .detail_06 .item_area .item_box {
  background: var(--c-6-bg);
}
#femtech [class*=sec_] {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #femtech [class*=sec_] {
    padding: 20px 0;
  }
}
#femtech .bg {
  background: #F0F8FC;
}
#femtech .brand {
    background: #fff9f4;;
  }
#femtech sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#femtech .zoom {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#femtech .zoom .img {
  overflow: hidden;
}
#femtech .zoom .img img {
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.0001);
}
#femtech .zoom:hover {
  opacity: 0.8;
}
#femtech .zoom:hover .img img {
  transform: scale(1.02);
}
#femtech .note {
  margin: 10px 0;
}
#femtech .note.mini {
  font-size: 0.7em;
}
#femtech .note.r {
  text-align: right;
}
#femtech .main_title {
  text-align: center;
  margin: 50px 0;
}
#femtech .main_title .line {
  position: relative;
  color: var(--color-02);
  padding: 0 0 15px 0;
  font-size: 1.3em;
}

#femtech .main_title .line.e {
  letter-spacing: 3px;
  font-size: 1.6em;
}
#femtech .main_title .line:before {
  content: "";
  background: var(--color-01);
  width: 50px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#femtech .main_title .mini {
    display: block;
    font-size: 0.8em;
    color: var(--color-02);
    letter-spacing: 3px;
    margin: 30px 0 0 0;
  }
#femtech .main_title .brand {
    position: relative;
    color: var(--c-4);
    padding: 0 0 15px 0;
    font-size: 1.3em;
  }
#femtech .main_title .brand.e {
    letter-spacing: 3px;
    font-size: 1.6em;
  }
  #femtech .main_title .brand:before {
    content: "";
    background: var(--c-4);
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

#femtech .main_title .brandmini{
    display: block;
    font-size: 0.8em;
    color: var(--c-4);
    letter-spacing: 3px;
    margin: 30px 0 0 0;
  }
@media screen and (max-width: 768px) {
  #femtech .main_title {
    margin: 20px 0 30px;
  }
}
#femtech .title_left_line {
  margin: 30px 0;
  padding: 0 0 0 30px;
  position: relative;
  font-weight: bold;
  font-size: 1.3em;
}
#femtech .title_left_line:before {
  content: "";
  background: var(--color-01);
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #femtech .title_left_line {
    margin: 20px 0;
    font-size: 1.1em;
  }
}
#femtech .k {
  font-size: 0.7em;
}
#femtech .e {
  font-family: "Quicksand", sans-serif;
}
#femtech img {
  vertical-align: bottom;
}
#femtech .fw {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
#femtech p {
  margin: 30px 0;
  line-height: 2;
}
#femtech .mt0 {
  margin-top: 0;
}
#femtech .mb0 {
  margin-bottom: 0;
}
#femtech a:hover {
  text-decoration: none;
}
#femtech h1,
#femtech h2,
#femtech h3,
#femtech h4 {
  background: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #femtech p {
    margin: 20px 0;
    line-height: 1.5;
  }
}
#femtech .move {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 500ms;
  transform: translateY(50px);
  opacity: 0;
}
#femtech .move.active {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #femtech .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #femtech .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #femtech .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #femtech .inner,
  #femtech .inner_mini {
    padding: 0 5%;
  }
  #femtech .pc {
    display: none;
  }
}/*# sourceMappingURL=femtech_style.css.map */