@charset "UTF-8";

/* 共通 */
html {
  font-size: 62.5%;
  width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  color: #1c1c1c;
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
}

/*========
 TOPページ 
=========*/
/* header */
#header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 15px;
  background-color: #fff;
}

.AK-logo {
  width: 45%;
}

.header-buttons {
  display: flex;
}

.btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 9px;
  width: 50px;
  height: 53px;
  text-align: center;
  align-content: center;
}

.btn.download {
  background-color: #04233c;
  padding: 12px 3px;
}

.btn.download span {
  font-size: 7px;
}

.btn.contact {
  background-color: #4d4d4d;
  padding: 8px;
}

/*for PC*/
@media screen and (min-width:768px) {
  #header {
    padding: 10px 0 10px 100px;
  }

  .AK-logo {
    width: 15%;
  }

  .btn {
    font-size: 14px;
    width: 115px;
    height: 77px;
  }

  .btn.download {
    padding: 0;
  }

  .btn.download span {
    font-size: 14px;
  }
}

/* メインビジュアル */
.main-visual {
  width: 100%;
  background-color: #ececec;
  border-radius: 0 0 0 100px;
  padding: 20px 15px 90px 15px;
  margin-bottom: 70px;
  position: relative;
}

.mv-h2 {
  font-size: 26px;
  margin-bottom: 25px;
}

.BN-logo {
  width: 60%;
}

.mv-h3 {
  font-size: 15px;
  margin-bottom: 15px;
}

.fv-img {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
}

.bacnavi {
  position: relative;
  z-index: 13;
  font-weight: 400;
  margin-bottom: 30px;
}

.tm {
  font-size: 8px;
  font-weight: 400;
  vertical-align: top;
  margin-left: -3px;
}

.bacillus {
  color: #6e2d50;
  font-weight: 700;
}

.bacillus::before {
  content: "''";
}

.bacillus::after {
  content: "''";
}

.pc-mv_btn-wraper {
  display: none;
}

.dot {
  width: 50%;
  position: absolute;
  top: 450px;
  left: -10px;
}

.sp-mv_btn-wraper {
  width: 270px;
  margin: 0 auto 40px auto;
  text-align: center;
  position: relative;
  z-index: 12;
}

.mv_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.mv_btn-download {
  background-color: #04233c;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 20px;
  align-content: center;
}

.mv_btn-contact {
  color: #fff;
  background-color: #4d4d4d;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  align-content: center;
}

.mv-problem-h2 {
  font-size: 26px;
  margin-bottom: 35px;
}

.problem {
  list-style: none;
}

.problem li {
  width: 80%;
  margin: 0 auto;
}

.problem li img {
  width: 100%;
  margin-bottom: 20px;
}

.problem li p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
}

.kit-wraper {
  width: 100%;
}

.kit_img {
  width: 100%;
  margin-bottom: 35px;
}

.test {
  color: #6e2d50;
}

.BN-h2 {
  font-size: 26px;
}

.logo {
  color: #04233c;
}

.BN-h2 br {
  display: none;
}

.h2-tm {
  font-size: 8px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 0;
}

/*for PC*/
@media screen and (min-width:768px) {
  .main-visual {
    width: 100%;
    padding: 85px 100px 400px 100px;
    margin-bottom: 115px;
  }

  .main-visual-wraper {
    max-width: 1000px;
    margin: 0 auto 60px auto;
    display: flex;
    justify-content: space-between;
  }

  .mv-left {
    width: 50%;
    margin-right: 50px;
  }

  .mv-h3 {
    font-size: 25px;
  }

  .bacnavi {
    font-size: 1.7rem;
  }

  .dot {
    width: auto;
    top: 450px;
    left: -10px;
  }

  .mv-right {
    width: 50%;
  }

  .fv-img {
    margin-bottom: 0;
  }

  .mv_btn {
    display: flex;
    text-align: center;
  }

  .pc-mv_btn-wraper {
    display: block;
    /* position: relative; */
    z-index: 50;
  }

  .mv_btn-download {
    width: 40%;
    margin: 0 15px 0 0;
  }

  .mv_btn-contact {
    width: 40%;
  }

  .sp-mv_btn-wraper {
    display: none;
  }

  .mv-problem {
    max-width: 915px;
    margin: 0 auto;
    height: 100%;
  }

  .mv-problem-h2 {
    position: relative;
    z-index: 50;
    font-size: 34px;
    text-align: center;
    margin-bottom: 60px;
  }

  .problem {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 60;
  }

  .problem li p {
    margin-bottom: 50px;
  }
}

@media screen and (min-width:960px) {
  .kit-wraper {
    position: relative;
  }

  .kit_img {
    max-width: 490px;
    position: absolute;
    right: 30px;
  }

  .BN-h2 {
    font-size: 34px;
    position: absolute;
    top: 115px;
    left: 35px;
  }

  .BN-h2 br {
    display: block;
  }
}

/* BacNaviの特長 */
.feature {
  width: 100%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 70px;
}

.feature-h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.feature-bacnavi {
  margin-bottom: 30px;
  position: relative;
  z-index: 70;
}

.cfu {
  color: #6e2d50;
  font-weight: 700;
}

.feature-tm {
  font-size: 8px;
  font-weight: 400;
  vertical-align: top;
}

.feature-dot {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  opacity: 0.3;
}

.feature-img {
  width: 100%;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
  margin-bottom: 50px;
}

.feature-list {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

.feature-list li {
  margin-bottom: 50px;
}

.list-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

.list-desc {
  font-weight: 300;
}

.feature-list li img {
  width: 100%;
  margin-bottom: 25px;
}

/*for PC*/
@media screen and (min-width:768px) {
  .feature-wraper {
    max-width: 960px;
    margin: 0 auto;
  }

  .feature-h2 {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .feature-bacnavi {
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .feature-dot {
    width: auto;
  }

  .feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 70px;
  }

  .feature-list li {
    margin-bottom: 0;
  }

  .list-title {
    margin-bottom: 15px;
  }

  .feature-list li img {
    margin-bottom: 20px;
  }
}

/* コンバージョンボタン */
.cvb {
  width: 100%;
  height: 270px;
  background-image: url(/images/cv-back.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.cvb-contents {
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  padding: 20px;
}

.cvb-h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  opacity: 1;
  line-height: 1.2;
  margin-bottom: 10px;
}

.logo {
  color: #04233c;
}

.cv_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  align-content: center;
}

.cv_btn-download {
  background-color: #04233c;
  max-width: 537px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
  align-content: center;
}

.cv_btn-contact {
  color: #fff;
  background-color: #4d4d4d;
  max-width: 537px;
  height: 50px;
  border-radius: 25px;
  align-content: center;
}

/*for PC*/
@media screen and (min-width:768px) {
  .cvb {
    margin-bottom: 0;
    position: relative;
    top: 135px;
    z-index: 100;
  }

  .cvb-contents {
    width: 550px;
    height: 80%;
    padding: 35px;
  }

  .cvb-h2 {
    margin-bottom: 65px;
  }

  .cv_btn {
    display: flex;
    justify-content: space-around;
  }

  .cv_btn a {
    font-size: 14px;
  }

  .cv_btn-download {
    width: 235px;
    margin: 0 10px 10px 0;
  }

  .cv_btn-contact {
    width: 235px;
  }
}

/* 導入事例 */
.case {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 70px;
  position: relative;
}

.case h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.case-tm {
  font-size: 8px;
  font-weight: 400;
  vertical-align: top;
}

.case-list {
  list-style: none;
  position: relative;
  z-index: 20;
}

.case-list li {
  max-width: 90%;
  margin: 0 auto;
}

.list-img {
  width: 100%;
  margin-bottom: 25px;
}

.list-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.first {
  text-align: center;
}

.sp-none {
  display: none;
}

.category {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 15px;
}

.tag {
  background-color: #04233c;
  color: #fff;
  border-radius: 50px;
  width: 150px;
  padding: 3px 5px;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
}

.category-description {
  color: #3c3c3c;
  margin-bottom: 50px;
  line-height: 1.6em;
}

.case-dot {
  width: 50%;
  position: absolute;
  top: 250px;
  left: -10px;
  opacity: 0.3;
}

.case-dot_pc {
  display: none;
}

/*for PC*/
@media screen and (min-width:768px) {
  .case {
    background-color: #ececec;
    padding: 355px 15px;
    margin-bottom: 0;
  }

  .case-wraper {
    max-width: 960px;
    margin: 0 auto;
  }

  .case h2 {
    font-size: 34px;
    margin-bottom: 65px;
    position: relative;
    z-index: 70;
  }

  .case-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .case-list li {
    width: 350px;
  }

  .category {
    gap: 8px;
  }

  .tag {
    width: 100%;
  }

  .sp-none {
    display: block;
  }

  .list-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .case-dot {
    display: none;
  }

  .case-dot_pc {
    display: block;
    position: absolute;
    top: 120px;
    left: 0;
  }
}

/* コンバージョンボタン2つ目 */
.cvb-second {
  width: 100%;
  height: 270px;
  background-image: url(/images/cv-back.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

/*for PC*/
@media screen and (min-width:768px) {
  .cvb-second {
    margin-bottom: 0;
    position: relative;
    top: -140px;
    z-index: 100;
  }
}

/* ご利用の流れ */
.flow {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 70px;
}

.flow h2 {
  font-size: 26px;
  margin-bottom: 45px;
}

.flow-list {
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

.flow-list li {
  width: 75%;
  margin: 0 auto;
}

.flow-title {
  width: 100%;
  height: 50px;
  background-color: rgba(4, 38, 61, 0.4);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  align-content: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.flow-list p {
  color: #3c3c3c;
}

.triangle {
  color: #04233c;
  text-align: center;
  margin-bottom: 30px;
}

/*for PC*/
@media screen and (min-width:768px) {
  .flow {
    margin-bottom: 85px;
  }

  .flow-wraper {
    max-width: 960px;
    margin: 0 auto;
  }

  .flow h2 {
    font-size: 34px;
    margin-bottom: 70px;
  }

  .flow-title-wraper {
    display: flex;
    align-items: center;
  }

  .flow-list li {
    width: 100%;
  }

  .flow-title {
    width: 170px;
    margin: 0 15px 0 0;
  }

  .triangle {
    text-align: left;
    margin: 15px 0 15px 75px;
  }
}

/* よくある質問 */
.faq {
  width: 100%;
  background-color: #04233c;
  position: relative;
  padding-bottom: 70px;
}

.faq-wraper {
  background-color: #ececec;
  width: 100%;
  height: auto;
  border-radius: 0 0 0 100px;
  padding: 50px 15px 0 15px;
}

.faq-dot {
  width: 50%;
  position: absolute;
  top: -120px;
  right: 0;
}

.faq h2 {
  font-size: 26px;
  margin-bottom: 50px;
}

.faq-list {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding-bottom: 60px;
}

.faq-tm {
  font-size: 8px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 0;
}

.question {
  background-color: #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  box-shadow: 3px 3px 3px #cfcdcd;
  position: relative;
  z-index: 30;
}

.question>.contents {
  background-color: #4d4d4d;
  color: #fff;
  min-width: 25px;
  height: 25px;
  text-align: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 10px;
}

.question>p {
  font-size: 14px;
  color: #4d4d4d;
}

.answer {
  background-color: #ececec;
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  margin-bottom: 45px;
  display: flex;
}

.answer>.contents {
  background-color: #04233c;
  color: #fff;
  min-width: 25px;
  height: 25px;
  text-align: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 10px;
}

.answer>p {
  font-size: 14px;
  color: #04233c;
}

/*for PC*/
@media screen and (min-width:768px) {
  .faq {
    padding-bottom: 85px;
  }

  .faq-wraper {
    padding: 65px 15px 0 15px;
  }

  .faq-contents {
    max-width: 960px;
    margin: 0 auto;
  }

  .faq-dot {
    width: auto;
    /* 後で調整 */
  }

  .faq h2 {
    font-size: 34px;
    margin-bottom: 70px;
  }

  .question {
    padding: 10px 0 10px 60px;
    border-radius: 24px;
    margin-bottom: 20px;
  }

  .question>p {
    font-size: 17px;
  }

  .answer {
    padding: 10px 10px 0 100px;
    margin-bottom: 50px;
  }

  .answer>p {
    font-size: 17px;
  }
}

/* まずは資料請求 */
.information {
  width: 100%;
  padding: 0 15px 70px 15px;
  background-color: #04233c;
}

.info-wraper {
  max-width: 100%;
  margin: 0 auto;
}

.information h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #fff;
}

.info-description {
  color: #fff;
  font-size: 15px;
  margin-bottom: 50px;
}

.info-tm {
  font-size: 8px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 0;
}

.sp-info_img {
  width: 100%;
  margin: 0 auto 50px auto;
}

.pc-info_img {
  display: none;
}

.info_btn-wraper {
  width: 270px;
  margin: 0 auto;
  text-align: center;
}

.info_btn p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 60px;
}

.info_btn-download {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 20px;
  align-content: center;
}

.info_btn-download a {
  display: block;
  color: #04233c;
  text-decoration: none;
  align-content: center;
  font-size: 12px;
}

.info_btn-contact {
  background-color: #4d4d4d;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  align-content: center;
}

.info_btn-contact a {
  display: block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  align-content: center;
}

/*for PC*/
@media screen and (min-width:768px) {
  .information {
    padding: 0 15px 70px 15px;
  }

  .info-wraper {
    max-width: 960px;
    margin: 0 auto;
  }

  .information h2 {
    font-size: 34px;
  }

  .info-description {
    margin-bottom: 35px;
  }

  .sp-info_img {
    display: none;
  }

  .pc-info_img {
    display: block;
    width: 100%;
    margin: 0 auto 75px auto;
  }

  .info_btn-download a {
    font-size: 14px;
  }

  .info_btn p {
    margin-bottom: 55px;
  }

  .info_btn-contact a {
    font-size: 14px;
  }

}

/* フッター */
.footer {
  text-align: center;
  padding: 20px;
  position: relative;
}

.AK-logo-footer {
  width: 40%;
}

.footer-right {
  font-size: 12px;
  font-weight: 300;
}

/*for PC*/
@media screen and (min-width: 768px) {
  .footer {
    text-align: left;
    height: 60px;
  }

  .footer-left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .footer-right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .AK-logo-footer {
    width: 8%;
  }
}

/*==================
 資料ダウンロードページ 
====================*/
.dl-main {
  width: 100%;
  padding: 0 15px 50px 15px;
  background-color: #ececec;
  border-radius: 0 0 0 100px;
  margin-bottom: 40px;
}

.dl-main h2 {
  font-size: 26px;
  padding-top: 70px;
  margin-bottom: 30px;
  color: #1c1c1c;
}

.dl-main p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.image-wraper {
  max-width: 350px;
  margin: 0 auto 60px auto;
  position: relative;
  z-index: 20;
}

.pc-materials {
  display: none;
}

.sp-materials {
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin-bottom: 50px;
}

.dl_btn-wraper {
  width: 270px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 21;
}

.dl_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  align-content: center;
  font-size: 12px;
}

.dl_btn-download {
  background-color: #04233c;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 20px;
  align-content: center;
}

.dl_btn-contact {
  color: #fff;
  background-color: #4d4d4d;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  align-content: center;
}

/*for SP*/
@media screen and (min-width:768px) {
  .dl-main {
    padding: 0 140px 190px 140px;
    margin-bottom: 0;
  }

  .dl-main h2 {
    font-size: 34px;
    padding-top: 155px;
    margin-bottom: 45px;
  }

  .dl-main p {
    position: relative;
    z-index: 16;
    margin-bottom: 45px;
  }

  .image-wraper {
    max-width: 800px;
    margin: 0 auto 75px auto;
  }

  .pc-materials {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
  }

  .sp-materials {
    display: none;
  }

  .dl_btn-download {
    margin-bottom: 35px;
  }
}

/*=============
 サンクスページ 
===============*/
.thanks-main {
  width: 100%;
  padding: 0 15px 50px 15px;
  background-color: #ececec;
  border-radius: 0 0 0 100px;
  margin-bottom: 40px;
}

.thanks-main h2 {
  font-size: 26px;
  padding-top: 70px;
  margin-bottom: 60px;
  color: #1c1c1c;
}

.thanks-h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.thanks-main h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.tk-tm {
  font-size: 8px;
  font-weight: 500;
  vertical-align: top;
  margin-left: 0;
}

.thanks-main p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 50px;
}

/*for SP*/
@media screen and (min-width:768px) {
  .thanks-main {
    padding: 0 140px 190px 140px;
    margin-bottom: 0;
  }

  .thanks-main h2 {
    font-size: 34px;
    padding-top: 155px;
    margin-bottom: 130px;
  }

  .thanks-main h3 {
    position: relative;
    z-index: 18;
    font-size: 34px;
  }

  .thanks-main h3 br {
    display: none;
  }

}