@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html,
body,
#primary {
  font-size: 100% !important;
}

:root {
  --white-color: #fff;
  --black-color: #00194b;
  --gray-color-300: #8ca3ab;
  --gray-color-200: #cccccc;
  --gray-color-100: #f8f8f8;
  --primary-color-500: #0c32a3;
  --primary-color-400: #223a70;
  --primary-color-400-02: #00759d;
  --primary-color-300: #49a1fe;
  --primary-color-300-02: #059af4;
  --primary-color-200: #729edb;
  --primary-color-200-02: #dde8f0;
  --primary-color-100: #edf7ff;
  --secondary-color-300: #13759b;
  --micro-color-300: #e47e21;
  --micro-color-200: #ffba54;
  --green-color: #0ed0a2;
  --micro-green-color: #13759b;
  --border-color: var(--primary-color-300-02);
  --blue-grade: linear-gradient(
    to bottom right,
    var(--primary-color-300),
    var(--primary-color-500)
  );
  --orange-grade: linear-gradient(
    to right,
    var(--micro-color-300),
    var(--micro-color-200)
  );
  --font-size: 16;
  --font-zen-kaku-gothic: "Zen Kaku Gothic New", serif;
  --font-josefin-sans: "Josefin Sans", sans-serif;
  --Scale: 1px;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1070px) {
  :root {
    --Scale: 0.0933vw;
  }
}
body #bfb_content_pc,
body #bfb_content_sp {
  display: none !important;
}

.l-fv--for_company {
  font-family: "Noto Sans CJK JP";
  background-image: url(".././img-202506_for_company/mv_pc.png");
  background-size: cover;
  padding-top: calc(110 / var(--font-size) * 1rem);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: calc(350 / var(--font-size) * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-fv--for_company .btn {
  margin-left: 0;
  margin-bottom: 30px;
}
.l-fv--for_company .l-inner {
  max-width: none;
  width: 1200px;
  margin: 60px auto 30px;
  padding: 0 0;
  display: block;
  text-align: left;
}
.l-fv--for_company .l-inner h1 {
  padding-left: 20px;
  font-family: var(--font-zen-kaku-gothic);
  color: var(--white-color);
  font-size: calc(40 / var(--font-size) * 1rem);
  font-weight: 700;
  line-height: 1.5;
}
.l-fv--for_company .l-inner p {
  padding-left: 20px;
  margin: 20px 0;
  letter-spacing: 1px;
  color: #fff;
}
.l-fv--for_company .l-inner p.note {
  color: #ffffff;
  margin-top: 10px;
  font-size: 11px;
  line-height: 2;
  font-weight: 100;
  opacity: 0.9;
}
.l-fv--for_company sup {
  font-size: 8px;
}

.cancer_control {
  margin-bottom: 30px;
}

a.btn {
  display: block;
  position: relative;
  font-size: 20px;
  margin: auto;
  background: var(--orange-grade);
  width: 544px;
  color: #fff;
  padding: 23px 22px 20px 0px;
  border-radius: 60px;
  text-align: center;
}
a.btn::after {
  content: "";
  background-image: url(".././img-202506_for_company/icon_arrow_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 27px;
  top: 24px;
}
a.btn:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.center {
  text-align: center;
}

.for_company_h2 {
  position: relative;
  background: var(--blue-grade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: var(--header-line-height);
  letter-spacing: 2px;
  display: block;
  font-size: 36px;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 56px;
  text-align: center;
}
.for_company_h2::after {
  content: "";
  display: block;
  background: var(--blue-grade);
  width: 48px;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.for_company_description {
  text-align: center;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 56px;
}

.for_company_table {
  border-collapse: collapse;
  margin: 60px auto;
  width: 620px;
  border-bottom: none;
}
.for_company_table tbody {
  border: solid 4px #e2f6ff;
}
.for_company_table tr:last-child {
  border: none;
}
.for_company_table th {
  background-color: #e2f6ff;
}
.for_company_table th,
.for_company_table td {
  border-bottom: solid 4px #e2f6ff;
  text-align: center;
  padding: 10px;
  border-right: solid 4px #e2f6ff;
  margin: -1px 0 0 -1px;
}
.for_company_table th:last-child,
.for_company_table td:last-child {
  border-right: none;
}
.for_company_table th {
  border-right: solid 4px #fff;
  font-size: 20px;
}
.for_company_table th:last-child {
  border-right: none;
}
.for_company_table thead {
  border: solid 4px #2d84cd;
}
.for_company_table thead th {
  background-color: #2d84cd;
  color: #fff;
  font-size: 20px;
}

.for_company_h3 {
  position: relative;
  font-weight: 700;
  color: #314d94;
  letter-spacing: 2px;
  display: block;
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 48px;
}

.flex_item {
  display: flex;
  gap: 30px;
  align-items: center;
}
.flex_item .column_2 {
  width: 50%;
}
.flex_item .column_3 {
  width: 33.33%;
}
.flex_item .column_3_2 {
  width: 66.66%;
}

.for_company_list {
  width: 980px;
  margin: auto;
}
.for_company_list .for_company_list_item {
  margin-bottom: 30px;
}

.for_company_contents {
  background-color: #def4ff;
  font-family: "Noto Sans CJK JP";
  overflow: hidden;
}
.for_company_contents a {
  text-decoration: none !important;
}
.for_company_contents .l-inner {
  max-width: 1050px;
  padding: 72px 0;
}
.for_company_contents .l-inner + .l-inner {
  padding-top: 0;
}
.for_company_contents .for_company_list_title {
  position: relative;
  font-weight: 700;
  color: #314d94;
  letter-spacing: 2px;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.for_company_contents ul.dot_list {
  list-style: none;
  display: inline-block;
}
.for_company_contents ul.dot_list li {
  position: relative;
  padding-left: 24px;
  text-align: left;
}
.for_company_contents ul.dot_list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #2d84cd;
  border-radius: 5px;
}
.for_company_contents.why_micro-ctc {
  background-color: #fff;
}
.for_company_contents.why_micro-ctc .l-inner {
  padding-bottom: 88px;
}
.for_company_contents.about_micro-ctc .about .for_company_list_item {
  background-color: rgba(255, 255, 255, 0.9058823529);
  padding-right: 60px;
  border-radius: 8px;
}
.for_company_contents.about_micro-ctc .merit {
  text-align: center;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
}
.for_company_contents.about_micro-ctc .merit .for_company_h3 {
  margin-bottom: 30px;
}
.for_company_contents.introduction_flow {
  background-color: #fff;
}
.for_company_contents.introduction_flow .for_company_list_item {
  position: relative;
  text-align: center;
}
.for_company_contents.introduction_flow .for_company_list_item .for_company_list_title {
  margin-top: 30px;
}
.for_company_contents.introduction_flow .for_company_list_item img {
  width: 50%;
  margin: auto;
  border-radius: 133.3333333333vw;
}
.for_company_contents.introduction_flow .for_company_list_item::before {
  content: "";
  position: absolute;
  top: 33%;
  right: -35px;
  transform: translate(-50%, -10%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #c1ced8; /* 色と大きさ調整可 */
  pointer-events: none;
  z-index: 5;
}
.for_company_contents.introduction_flow .for_company_list_item:last-child::before {
  display: none;
}

.faq_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: calc(24 * var(--Scale));
}
.faq_list .faq_list_item {
  position: relative;
  overflow: hidden;
  width: 100%;
  filter: drop-shadow(calc(10 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(10 / var(--font-size) * 1rem) rgba(0, 0, 0, 0.04));
}
.faq_list .faq_list_item a {
  height: 100%;
}
.faq_list .faq_list_item a:hover .post_thumbnail {
  transition: 0.2s;
  opacity: 0.7;
}
.faq_list .faq_list_item a:hover .faq_list_link::after {
  transition: 0.2s;
  right: -3px;
}
.faq_list .faq_question {
  position: relative;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.05em;
  padding: 18px 77px 20px 80px;
  background-color: #fff;
  border-radius: 8px;
  /* タイトル横のプラスマーク縦線 */
  /* タイトル横のプラスマーク横線 */
  /* アコーディオンが開いたとき縦線の変化 */
  /* アコーディオンが開いたとき横線の変化 */
}
.faq_list .faq_question h3 {
  font-size: 20px;
}
.faq_list .faq_question h3::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/microctc/img-202502voice/faq_q.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  display: block;
}
.faq_list .faq_question::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background: var(--blue-grade);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.faq_list .faq_question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background: var(--blue-grade);
  transition: all 0.3s ease-in-out;
}
.faq_list .faq_question.open::before {
  transform: rotate(180deg);
}
.faq_list .faq_question.open::after {
  opacity: 0;
}
.faq_list .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  position: relative;
}
.faq_list .faq_answer a {
  display: inline;
  color: #729edb;
  text-decoration: underline !important;
}
.faq_list .faq_answer a:hover {
  transition: 0.2s;
  opacity: 0.6;
}
.faq_list .faq_answer .inner {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #00194b;
  padding: 18px 24px 20px 80px;
}
.faq_list .faq_answer .inner::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 42px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/microctc/img-202502voice/faq_a.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 28px;
  height: 32px;
  display: block;
}
.faq_list .faq_answer .inner img {
  display: block;
  margin: 16px 0;
  max-width: 60%;
}
.faq_list .faq_answer .inner .faq_tags {
  display: flex;
  justify-content: flex-end;
  color: #729edb;
  gap: 8px;
}
.faq_list .faq_answer .inner .faq_tags a {
  text-decoration: none !important;
  display: inline-block;
  border: solid 1px #729edb;
  padding: 0 8px;
  border-radius: 4px;
  transition: 0.2s;
}
.faq_list .faq_answer .inner .faq_tags a::before {
  content: "# ";
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .l-fv--for_company {
    background-image: url(".././img-202506_for_company/mv_sp.png");
    background-size: cover;
    padding-top: 32vw;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: calc(194 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-fv--for_company .l-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
  .l-fv--for_company .l-inner h1 {
    font-family: var(--font-zen-kaku-gothic);
    color: var(--white-color);
    height: 100%;
    font-size: 6.9333333333vw;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0 0 0 5.3333333333vw;
    line-height: 1.5;
  }
  .l-fv--for_company .l-inner p {
    letter-spacing: 0vw;
    line-height: 2;
    font-size: 3.4666666667vw;
    padding: 0 5.3333333333vw;
    margin: 4.2666666667vw 0;
  }
  .l-fv--for_company .l-inner p.note {
    font-size: 2.1333333333vw;
  }
  .l-fv--for_company .l-inner .btn {
    width: 90.6666666667vw;
    margin: 0 5.3333333333vw 4vw;
    font-size: 5.3333333333vw;
    font-weight: bold;
  }
  .l-fv--for_company .l-inner sup {
    font-size: 2.1333333333vw;
  }
  .cancer_control {
    margin-bottom: 5.3333333333vw;
  }
  .for_company_h2 {
    font-size: 6.9333333333vw;
    letter-spacing: 0.2666666667vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  .for_company_h2::after {
    width: 12.8vw;
    height: 0.5333333333vw;
  }
  a.btn {
    width: 100%;
    padding: 4.8vw 4.8vw 4.8vw 0.8vw;
    border-radius: 16vw;
    font-size: 4vw;
    line-height: 1.3;
  }
  a.btn::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.8vw;
    top: 5.366667vw;
  }
  .for_company_description {
    font-size: 4vw;
    margin-bottom: 8.5333333333vw;
  }
  .for_company_table {
    width: 100%;
    border-bottom: none;
    margin: 8.5333333333vw auto;
  }
  .for_company_table tbody {
    border: solid 0.5333333333vw #e2f6ff;
  }
  .for_company_table th,
  .for_company_table td {
    border-bottom: solid 0.5333333333vw #e2f6ff;
    padding: 2.6666666667vw;
    border-right: solid 0.5333333333vw #e2f6ff;
    line-height: 1.5;
  }
  .for_company_table th {
    border-right: solid 0.5333333333vw #fff;
    font-size: 4.8vw;
  }
  .for_company_table th:last-child {
    border-right: none;
  }
  .for_company_table thead {
    border: solid 0.5333333333vw #2d84cd;
  }
  .for_company_table thead th {
    font-size: 4.8vw;
  }
  .for_company_h3 {
    font-size: 4.8vw;
    line-height: 1.8;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 2.1333333333vw;
    text-align: center;
  }
  .flex_item {
    flex-direction: column;
    gap: 3.2vw;
  }
  .flex_item .column_2,
  .flex_item .column_3,
  .flex_item .column_3_2 {
    width: 100%;
  }
  .flex_item.sp_reverse {
    flex-direction: column-reverse;
  }
  .for_company_list {
    width: 100%;
    margin: auto;
  }
  .for_company_list .for_company_list_item {
    margin-bottom: 5.3333333333vw;
  }
  .for_company_contents .l-inner {
    width: 100%;
    padding: 14.9333333333vw 4.2666666667vw;
  }
  .for_company_contents .l-inner + .l-inner {
    padding-top: 0;
  }
  .for_company_contents .for_company_list_title {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-bottom: 2.1333333333vw;
    text-align: center;
  }
  .for_company_contents .for_company_list_description {
    font-size: 4vw;
    line-height: 1.8;
    margin: 2.1333333333vw 0;
  }
  .for_company_contents ul.dot_list {
    list-style: none;
    padding: 0 5.3333333333vw;
    line-height: 2;
    font-size: 4vw;
  }
  .for_company_contents ul.dot_list li {
    position: relative;
    padding-left: 6.4vw;
  }
  .for_company_contents ul.dot_list li::before {
    top: 3.7333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 10px;
  }
  .for_company_contents.why_micro-ctc {
    background-color: #fff;
  }
  .for_company_contents.why_micro-ctc .l-inner {
    padding-bottom: 23.4666666667vw;
  }
  .for_company_contents.about_micro-ctc .about .for_company_list_item {
    padding: 0 0 5.3333333333vw;
  }
  .for_company_contents.about_micro-ctc .about .for_company_list_item .for_company_list_title,
  .for_company_contents.about_micro-ctc .about .for_company_list_item .for_company_list_description {
    padding: 0 5.3333333333vw;
  }
  .for_company_contents.about_micro-ctc .merit {
    background: none;
  }
  .for_company_contents.about_micro-ctc .merit .for_company_h3 {
    margin-bottom: 2.6666666667vw;
  }
  .for_company_contents.introduction_flow {
    background-color: #fff;
  }
  .for_company_contents.introduction_flow .for_company_list_item {
    text-align: center;
  }
  .for_company_contents.introduction_flow .for_company_list_item .for_company_list_title {
    margin-top: 4vw;
  }
  .for_company_contents.introduction_flow .flow .for_company_list_item {
    margin-bottom: 9.3333333333vw;
  }
  .for_company_contents.introduction_flow .flow .for_company_list_item img {
    width: 50%;
    margin: auto;
    border-radius: 133.3333333333vw;
  }
  .for_company_contents.introduction_flow .flow .for_company_list_item::before {
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -45px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #c1ced8; /* 色と大きさ調整可 */
    pointer-events: none;
    z-index: 5;
  }
  .for_company_contents.introduction_flow .flow .for_company_list_item:last-child {
    margin-bottom: 0;
  }
  .for_company_contents.introduction_flow .flow .for_company_list_item:last-child::before {
    display: none;
  }
  .faq_list {
    padding: 0 0;
    margin-bottom: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
  .faq_list .faq_list_item {
    position: relative;
    overflow: hidden;
    width: 100%;
    filter: drop-shadow(calc(10 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(10 / var(--font-size) * 1rem) rgba(0, 0, 0, 0.04));
  }
  .faq_list .faq_list_item a {
    height: 100%;
  }
  .faq_list .faq_list_item a:hover .post_thumbnail {
    transition: 0.2s;
    opacity: 0.7;
  }
  .faq_list .faq_list_item a:hover .faq_list_link::after {
    transition: 0.2s;
    right: -0.8vw;
  }
  .faq_list .faq_question {
    position: relative;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.05em;
    padding: 4vw 12.8vw 4.5333333333vw 15.2vw;
    background-color: #fff;
    border-radius: 2.1333333333vw;
    /* タイトル横のプラスマーク縦線 */
    /* タイトル横のプラスマーク横線 */
    /* アコーディオンが開いたとき縦線の変化 */
    /* アコーディオンが開いたとき横線の変化 */
  }
  .faq_list .faq_question h3 {
    font-size: 4.5333333333vw;
    line-height: 1.5;
  }
  .faq_list .faq_question h3::before {
    content: "";
    position: absolute;
    left: 4.8vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/microctc/img-202502voice/faq_q.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 6.4vw;
    height: 6.4vw;
    display: block;
  }
  .faq_list .faq_question::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 6.6666666667vw;
    width: 5.3333333333vw;
    height: 0.8vw;
    background: var(--blue-grade);
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
  .faq_list .faq_question::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 6.6666666667vw;
    width: 5.3333333333vw;
    height: 0.8vw;
    background: var(--blue-grade);
    transition: all 0.3s ease-in-out;
  }
  .faq_list .faq_question.open::before {
    transform: rotate(180deg);
  }
  .faq_list .faq_question.open::after {
    opacity: 0;
  }
  .faq_list .faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    position: relative;
  }
  .faq_list .faq_answer .inner {
    color: #00194b;
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 15.2vw;
  }
  .faq_list .faq_answer .inner p {
    font-size: 4vw;
    line-height: 1.8;
    font-weight: normal;
  }
  .faq_list .faq_answer .inner::before {
    content: "";
    position: absolute;
    left: 5.3333333333vw;
    top: 9.6vw;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/microctc/img-202502voice/faq_a.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 5.3333333333vw;
    height: 8.5333333333vw;
    display: block;
  }
}