@charset "UTF-8";

/* =======================================
contentsElements
======================================= */
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-carlit-red: #e60009;
  --ff-serif: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  --ff-sans-serif: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック', sans-serif;
}

main {
  margin-bottom: 100px;
}

figure:not(:last-child) {
  margin-bottom: 35px;
}

p {
  font-weight: 500;
}

.btn {
  margin-left: auto;
  margin-right: auto;
}

.attention {
  position: relative;
  color: #666;
  font-size: 1.2rem;
}

.attention::before {
  content: '※';
  width: 1em;
  height: 1em;
  background: transparent;
}

p.attention {
  padding-left: 1.1em;
}

p.attention::before {
  position: absolute;
  top: 0;
  left: 0;
}

p.attention.align_r::before {
  position: relative;
}

figure + p.attention,
table + p.attention {
  margin-top: -24px;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.margin_base {
  margin-bottom: 40px !important;
}

.margin_mini {
  margin-bottom: 16px !important;
}

a.text_link {
  display: inline-block;
}

a.text_link[target='_blank'] {
  padding-right: 5px;
}

a.text_link[target='_blank']::after {
  display: inline-block;
  font-family: 'carlit_assessment';
  content: '\e908';
  color: var(--color-carlit-red);
  font-size: 1rem;
  line-height: 1;
  padding-left: 5px;
  position: relative;
  top: -3px;
  z-index: 1;
}

a.text_link[href$='.pdf'] {
  padding-right: 5px;
}

a.text_link[href$='.pdf']::after {
  display: inline-block;
  content: url(/assessment/files/ico_pdf.png);
  width: 13px;
  height: 17px;
  padding-left: 5px;
  position: relative;
  top: 1px;
  z-index: 1;
}

.btn_nav_list.internal_links a::after {
  top: 44%;
  rotate: 90deg;
}

#footer_contact .cont_inner {
  max-width: 1200px;
}

@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 80px;
  }

  figure:not(:last-child) {
    margin-bottom: 24px;
  }

  .scroll_area table + p.attention {
    margin-top: 8px;
    padding-right: 10%;
    text-align: left !important;
  }

  .newslist li,
  .xj-newslist li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn_nav_list.internal_links a::after {
    top: 42%;
  }
}

/*-----------------------------------------
title
-----------------------------------------*/
.pg_title {
  height: 222px;
  border-radius: 0 0 0 100px;
  margin: 0 0 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--color-black);
}

.pg_title::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/assessment/files/index-title_deco_pc.png) no-repeat right bottom/contain;
  position: absolute;
  top: 0;
  right: 0;
}

.pg_title.pg_evaluation_test {
  background-image: url(/assessment/evaluation-test/files/index-title_pc.jpg);
}

.pg_title.pg_transportation {
  background-image: url(/assessment/evaluation-test/files/transportation-title_pc.jpg);
}

.pg_title.pg_fire_service_act {
  background-image: url(/assessment/evaluation-test/files/fire_service_act-title_pc.jpg);
}

.pg_title.pg_common {
  background-image: url(/assessment/evaluation-test/files/common-title_pc.jpg);
}

.pg_title.pg_large_scale {
  background-image: url(/assessment/evaluation-test/files/large_scale-title_pc.jpg);
}

.pg_title.pg_seminar {
  background-image: url(/assessment/evaluation-test/files/seminar-title_pc.jpg);
}

.pg_title.pg_about {
  background-image: url(/assessment/about/files/index-title_pc.jpg);
}

.pg_title.pg_battery {
  background-image: url(/assessment/battery/files/index-title_pc.jpg);
}

.pg_title.pg_news {
  background-image: url(/assessment/news/files/index-title_pc.jpg);
}

.pg_title.pg_contact {
  background-image: url(/assessment/contact/files/index-title_pc.jpg);
}

.pg_title > .cont_inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.pg_title h1 {
  font-family: var(--ff-serif);
  font-size: 4.8rem;
  line-height: 1.3;
  color: var(--color-white);
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 768px) {
  .pg_title {
    height: 141px;
    border-radius: 0 0 0 50px;
    margin: 0 0 38px;
  }

  .pg_title::before {
    background-image: url(/assessment/files/index-title_deco_sp.png);
  }

  .pg_title.pg_evaluation_test {
    background-image: url(/assessment/evaluation-test/files/index-title_sp.jpg);
  }

  .pg_title.pg_transportation {
    background-image: url(/assessment/evaluation-test/files/transportation-title_sp.jpg);
  }

  .pg_title.pg_fire_service_act {
    background-image: url(/assessment/evaluation-test/files/fire_service_act-title_sp.jpg);
  }

  .pg_title.pg_common {
    background-image: url(/assessment/evaluation-test/files/common-title_sp.jpg);
  }

  .pg_title.pg_large_scale {
    background-image: url(/assessment/evaluation-test/files/large_scale-title_sp.jpg);
  }

  .pg_title.pg_seminar {
    background-image: url(/assessment/evaluation-test/files/seminar-title_sp.jpg);
  }

  .pg_title.pg_about {
    background-image: url(/assessment/about/files/index-title_sp.jpg);
  }

  .pg_title.pg_battery {
    background-image: url(/assessment/battery/files/index-title_sp.jpg);
  }

  .pg_title.pg_news {
    background-image: url(/assessment/news/files/index-title_sp.jpg);
  }

  .pg_title.pg_contact {
    background-image: url(/assessment/contact/files/index-title_sp.jpg);
  }

  .pg_title h1 {
    font-size: 2.4rem;
  }
}

.pg_title .cont_inner,
.breadcrumbs .cont_inner,
.entry_base .cont_inner {
  max-width: 1200px;
}

.entry_base .cont_inner_narrow {
  max-width: 1000px;
  margin: 0 auto;
}

.entry_base .cont_inner_ex_narrow {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 1060px) {
  .entry_base .cont_inner_narrow,
  .entry_base .cont_inner_ex_narrow {
    margin: 0 30px;
  }

  .entry_base .cont_inner > .cont_inner_narrow,
  .entry_base .cont_inner > .cont_inner_ex_narrow {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pg_title .cont_inner,
  .breadcrumbs .cont_inner,
  .entry_base .cont_inner,
  .entry_base .cont_inner_narrow {
    width: 90%;
  }

  .entry_base .cont_inner_narrow,
  .entry_base .cont_inner_ex_narrow {
    margin: 0 auto;
  }

  .entry_base .cont_inner > .cont_inner_narrow,
  .entry_base .cont_inner > .cont_inner_ex_narrow {
    width: 100%;
  }

  #container:has(.pg_common, .pg_large_scale, .pg_seminar) .cont_inner_narrow {
    width: 100%;
  }
}

.entry_base h2 {
  font-family: var(--ff-serif);
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 13px;
  border-bottom: 2px solid #f8eaeb;
  position: relative;
  transition: all 0.3s ease-out;
}

.entry_base h2::before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: var(--color-carlit-red);
  position: absolute;
  bottom: -2px;
}

.entry_base h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(230, 0, 9, 0.5);
  transition: all 0.3s ease-out;
}

.entry_base h4 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  padding-left: 19px;
  position: relative;
}

.entry_base h4::before {
  content: '';
  width: 3px;
  height: 18px;
  background-color: var(--color-carlit-red);
  position: absolute;
  top: 4px;
  left: 0;
}

.entry_base h5 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  position: relative;
}

.entry_base .separate_title_wrap {
  margin-bottom: 49px;
  position: relative;
}

.entry_base .separate_title_wrap::before {
  content: '';
  width: 100vw;
  height: 2px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
  left: calc(50% - 50vw);
  transform: translateY(-50%);
}

.entry_base .separate_title_wrap h2 {
  display: table;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: var(--color-white);
  border-bottom: none;
  padding: 0 23px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry_base .separate_title_wrap h2::before {
  content: none;
}

@media only screen and (max-width: 768px) {
  .entry_base h2 {
    font-size: 2rem;
    padding-bottom: 13px;
    margin-bottom: 17px;
  }

  .entry_base h3 {
    margin-bottom: 16px;
  }

  .entry_base .separate_title_wrap {
    margin-bottom: 33px;
  }

  .entry_base .separate_title_wrap::before {
    width: 100%;
    left: 0;
  }

  .entry_base .separate_title_wrap h2 {
    margin-left: 7px;
  }
}

/*-----------------------------------------
parts
-----------------------------------------*/
/* breadcrumbs  */
.breadcrumbs {
  margin-bottom: 28px;
}

.breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  gap: 11px;
  color: #050922;
  font-size: 1.2rem;
}

.breadcrumbs ul li {
  position: relative;
}

.breadcrumbs ul li:not(:first-child) {
  padding-left: 21px;
}

.breadcrumbs ul li:not(:first-child)::before {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.breadcrumbs ul a {
  font-weight: 500;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
}

.breadcrumbs ul li:first-child a {
  color: var(--color-carlit-red);
}

.breadcrumbs ul li:first-child a::before {
  font-family: 'carlit_assessment';
  content: '\e90a';
  font-size: 1.1rem;
  margin-right: 6px;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

/*-----------------------------------------
MARK: list
-----------------------------------------*/
.attention_ul {
  margin-bottom: 40px;
}

.attention_ul > li {
  padding-left: 1.3em;
  position: relative;
  color: #666;
  font-size: 1.2rem;
}

.attention_ul > li:not(:last-child) {
  margin-bottom: 8px;
}

.attention_ul > li::before {
  content: '※';
  width: 1em;
  height: 1em;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------
MARK: table
-----------------------------------------*/
/* table */
.basic_table {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.basic_table::before,
.basic_table::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-carlit-red);
  position: absolute;
  left: 0;
  z-index: 2;
}

.basic_table::before {
  top: 0;
}

.basic_table::after {
  bottom: 0;
}

.basic_table.table_fixed {
  table-layout: fixed;
}

.basic_table:not(:last-child) {
  margin-bottom: 40px;
}

.basic_table th,
.basic_table td {
  vertical-align: middle;
}

.basic_table thead th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #fef3f4;
}

.basic_table thead th:not(:last-child) {
  border-right: 1px solid var(--color-white);
}

.basic_table thead td {
  background-color: #fef3f4;
}

.basic_table tbody th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #f6f7f5;
}

.basic_table th:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.basic_table tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}

.basic_table td {
  font-size: 1.4rem;
  padding: 20px 16px;
}

.basic_table td a {
  font-size: 1.4rem;
}

.basic_table td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.basic_table tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}

.basic_table .tc_border_r {
  border-right: 1px solid #e2e2e2 !important;
}

.basic_table thead th.valign_m,
.basic_table tbody th.valign_m,
.basic_table tbody td.valign_m {
  vertical-align: middle;
}

.basic_table.align_c th,
.basic_table.align_c td {
  text-align: center;
}

.scroll_area .basic_table {
  margin-bottom: 0;
}

.basic_table .txt_s {
  font-size: 80%;
}

.basic_table .w_10 {
  width: 10%;
}

.basic_table .w_20 {
  width: 20%;
}

.basic_table .w_30 {
  width: 30%;
}

.basic_table .w_40 {
  width: 40%;
}

.basic_table .w_50 {
  width: 50%;
}

.basic_table .w_60 {
  width: 60%;
}

.basic_table .w_70 {
  width: 70%;
}

.basic_table .w_80 {
  width: 80%;
}

.basic_table .w_90 {
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .basic_table th {
    display: block;
    min-width: initial;
    padding: 10px 16px !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .basic_table td {
    display: block;
    padding: 10px 16px !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .basic_table td:not(:last-child) {
    border-bottom: 1px solid #e2e2e2 !important;
  }

  .scroll_area .basic_table th,
  .scroll_area .basic_table td {
    display: table-cell !important;
    padding: 20px 16px !important;
  }

  .scroll_area .basic_table td:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }

  .scroll_area .basic_table thead th:not(:last-child) {
    border-right: 1px solid #fff !important;
  }

  .scroll_area .basic_table th:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }

  .scroll_area .basic_table tr:not(:last-child) th {
    border-bottom: 1px solid #e2e2e2 !important;
  }

  .scroll_area .basic_table tr:not(:last-child) td {
    border-bottom: 1px solid #e2e2e2 !important;
  }

  .basic_table.sp_fixed th,
  .basic_table.sp_fixed td {
    display: table-cell;
    padding: 20px 16px;
  }

  .basic_table.sp_fixed tbody tr {
    border-bottom: 1px solid #e2e2e2;
  }

  .basic_table .w_10,
  .basic_table .w_20,
  .basic_table .w_30,
  .basic_table .w_40,
  .basic_table .w_50,
  .basic_table .w_60,
  .basic_table .w_70,
  .basic_table .w_80,
  .basic_table .w_90 {
    width: 100%;
  }
}

/*-----------------------------------------
MARK: image
-----------------------------------------*/
.img_center,
.img_left,
.img_right {
  margin-bottom: 40px;
}

.size_l {
  width: 480px;
}

.size_s {
  width: 280px;
}

.img_left {
  float: left;
  margin: 0 40px 40px 0;
}

.img_right {
  float: right;
  margin: 0 0 40px 40px;
}

.figure_mid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.figure_mid.top {
  align-items: flex-start;
}

.figure_mid > p,
.figure_mid > div {
  flex: 1;
}

.figure_mid p:last-child {
  margin-bottom: 0;
}

.figure_mid.img_left {
  margin-right: 0;
}

.figure_mid.img_right {
  flex-direction: row-reverse;
  margin-left: 0;
}

.img_center figcaption,
.img_left figcaption,
.img_right figcaption,
.figure_mid > figure figcaption {
  padding-top: 16px;
  color: #666;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .img_center,
  .img_left,
  .img_right {
    margin: 0 0 40px;
  }

  .img_left,
  .img_right {
    width: 100%;
    float: none;
  }

  .size_s {
    width: 100%;
  }

  .figure_mid {
    display: block;
    margin-bottom: 0;
  }

  .figure_mid > figure {
    width: 100%;
  }

  .figure_mid > p,
  .figure_mid > div {
    margin-bottom: 40px;
  }
}

/*-----------------------------------------
MARK: flex column
-----------------------------------------*/
.clm2,
.clm3,
.clm4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.clm2 > * {
  width: calc((100% - 40px)/ 2);
}

.clm3 > * {
  width: calc((100% - 80px)/ 3);
}

.clm4 > * {
  width: calc((100% - 120px) / 4);
}

.clm4.min {
  gap: 8px;
}

.clm4.min > * {
  width: calc((100% - 24px) / 4);
}

.clm2.align_c,
.clm3.align_c,
.clm4.align_c {
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .sp_clm1,
  .sp_clm2 {
    display: flex;
    flex-wrap: wrap;
  }

  .sp_clm1 {
    gap: 24px 0;
  }

  .sp_clm2 {
    gap: 24px;
  }

  .sp_clm2.min {
    gap: 8px;
  }

  .sp_clm1 > * {
    width: 100%;
  }

  .sp_clm2 > * {
    width: calc((100% - 24px) / 2);
  }

  .sp_clm2.min > * {
    width: calc((100% - 8px) / 2);
  }
}

/*-----------------------------------------
MARK: flex_set
-----------------------------------------*/
.flex_set {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.flex_set.valign_c {
  align-items: center;
}

.flex_set > figure {
  flex-shrink: 0;
  margin-bottom: 0;
}

.flex_set > div {
  width: 100%;
}

.flex_set > .txt_set > * {
  margin-bottom: 16px;
}

.flex_set > .txt_set > *:last-child {
  margin-bottom: 0;
}

figure.dec_frame {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .flex_set {
    margin-bottom: 32px;
    display: block;
  }

  .flex_set > figure {
    width: 100%;
    margin-bottom: 24px;
  }

  figure.dec_frame.sp_full img {
    width: 100%;
  }
}

/*-----------------------------------------
MARK: step
-----------------------------------------*/
.step_s,
.step_l {
  list-style-type: none;
}

/*step_num*/
.step_num {
  color: var(--color-carlit-red);
  font-family: var(--ff-serif);
}

.step_num > span {
  display: block;
  line-height: 1;
}

.step_num > span:first-child {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

.step_num > span:last-child {
  font-size: 3.2rem;
}

/*step_l*/
.step_l .clm_set {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}

.step_l .clm_set:last-child {
  margin-bottom: 40px;
  border-bottom: none;
}

.step_l .clm_set > * {
  margin-right: 40px;
  margin-bottom: 0;
}

.step_l .clm_set > *:last-child {
  margin-right: 0;
}

.step_l .clm_set > figure {
  flex-shrink: 0;
}

.step_l .clm_set p:last-child {
  margin-bottom: 0;
}

.step_l .clm_set .txt_set > * {
  margin-bottom: 16px;
}

.step_l .clm_set .txt_set > *:last-child {
  margin-bottom: 0;
}

.step_l .clm_set .basic_ul li {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.step_l .clm_set .basic_ul li:last-child {
  margin-bottom: 0;
}

.step_l .clm_set .basic_ul li::before {
  top: 0.8em;
}

.step_l .step_num {
  width: 120px;
  height: 120px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fef3f4;
  border-radius: 50%;
}

.step_l .clm_set:nth-child(2n) .step_num {
  background-color: #f5d9da;
}

.step_l .step_title {
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 0;
  font-family: var(--ff-serif);
  font-size: 2rem;
  line-height: 1.3;
}

.step_l .step_title::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .step_l .clm_set {
    margin-bottom: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .step_l .clm_set > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }

  .step_l .clm_set > *:last-child {
    margin-right: auto;
  }

  .step_l .step_num {
    width: 96px;
    height: 96px;
  }
}

/*-----------------------------------------
MARK: aside
-----------------------------------------*/
aside {
  margin-top: 64px;
  padding: 40px;
  position: relative;
  background: #faf7f7;
  border-radius: 15px;
}

aside::before {
  content: '';
  width: 54px;
  height: 42px;
  display: block;
  position: absolute;
  top: -24px;
  left: 24px;
  background: url(/assessment/files/common-aside.png) no-repeat center center;
  background-size: 100% auto;
}

aside .aside_title {
  margin: 0 0 24px;
  padding: 0;
  border: none;
  font-family: var(--ff-serif);
  font-size: 2.2rem;
  line-height: 1.3;
}

aside .aside_title::before {
  display: none;
}

aside > * {
  margin-bottom: 24px;
}

aside > *:last-child {
  margin-bottom: 0;
}

aside .title_inner {
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
}

aside .block_inner {
  padding: 32px;
  background: var(--color-white);
}

@media only screen and (max-width: 768px) {
  aside {
    padding: 40px 8%;
  }

  aside .block_inner {
    padding: 16px;
  }
}

/*-----------------------------------------
MARK: attention_field
-----------------------------------------*/
.attention_field {
  padding: 64px 64px 24px;
  border: 4px solid #f8eaeb;
  border-radius: 15px;
}

.attention_field .inner {
  padding-left: 96px;
  position: relative;
}

.attention_field .inner::before {
  content: '！';
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: var(--ff-serif);
  font-size: 3rem;
  font-weight: bold;
  background: #e6010a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .attention_field {
    padding: 32px 8% 0;
  }

  .attention_field .inner {
    padding: 56px 0 0;
  }

  .attention_field .inner::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/*
MARK: card_link
*/
.card_link figcaption {
  background-color: #fef3f4;
}

.card_link figcaption h3 {
  border-bottom: none;
}

/*
MARK: connection_link
*/
.connection_link_wrap {
  padding: 45px 0;
  border-radius: 100px;
  background-color: #fef3f4;
}

.connection_link {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
  gap: 16px 40px;
}

.connection_link li {
  width: 100%;
  max-width: 260px;
}

.connection_link.col2 li {
  max-width: 410px;
}

.connection_link a {
  display: flex;
  align-items: center;
  min-height: 76px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--color-black);
  line-height: 1.25;
  padding: 10px 60px 10px 30px;
  border-radius: 0 75px 75px 75px;
  background-color: var(--color-white);
  text-decoration: none;
  position: relative;
}

.connection_link a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit_assessment';
  content: '\e901';
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--color-carlit-red);
  padding-left: 2px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1100px) {
  .connection_link {
    gap: 16px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .connection_link_wrap {
    padding: 24px 22px;
    border-radius: 25px;
  }

  .connection_link {
    display: block;
  }

  .connection_link li,
  .connection_link.col2 li {
    max-width: initial;
  }

  .connection_link li:not(:last-child) {
    margin: 0 0 8px;
  }

  .connection_link a {
    font-size: 1.4rem;
    min-height: 65px;
    padding: 10px 55px 10px 22px;
    border-radius: 0 50px 50px 50px;
  }

  .connection_link a::before {
    width: 32px;
    height: 32px;
  }
}

/* .scroll_wrap */
.scroll_wrap {
  margin-bottom: 35px;
}

.scroll_wrap .note {
  display: none;
  margin-bottom: 17px;
}

.scroll_area .scroll_cont_wrap {
  overflow-y: clip !important;
}

@media only screen and (max-width: 768px) {
  .scroll_wrap {
    margin-bottom: 24px;
  }

  .scroll_wrap .note {
    display: block;
    color: var(--color-carlit-red);
  }

  .scroll_area {
    position: relative;
  }

  .scroll_area::before {
    content: '';
    width: 60px;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .scroll_area .scroll_cont_wrap,
  .scroll_area > figure {
    overflow-x: scroll;
    scrollbar-width: thin;
  }

  .scroll_area .scroll_cont_wrap::-webkit-scrollbar,
  .scroll_area > figure::-webkit-scrollbar {
    height: 8px;
  }

  .scroll_area .scroll_cont_wrap::-webkit-scrollbar-track,
  .scroll_area > figure::-webkit-scrollbar-track {
    background-color: #efefef;
  }

  .scroll_area .scroll_cont_wrap::-webkit-scrollbar-thumb,
  .scroll_area > figure::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }

  .scroll_area table {
    min-width: 1000px;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
  }

  .scroll_area > figure img {
    min-width: 900px;
    margin-right: 40px;
  }
}

/* youtube_wrap */
.youtube_wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.youtube_wrap iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------------------
MARK: article page
-------------------- ---------------- */
.page_article .entry_base h1 {
  font-family: var(--ff-sans-serif);
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 13px;
  border-bottom: 2px solid #f8eaeb;
  position: relative;
  transition: all 0.3s ease-out;
}

.page_article .entry_base h1::before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: var(--color-carlit-red);
  position: absolute;
  bottom: -2px;
}

.page_article .entry_base h2 {
  font-family: var(--ff-sans-serif);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(230, 0, 9, 0.5);
  transition: all 0.3s ease-out;
}

.page_article .entry_base h2::before {
  content: none;
}

.page_article .entry_base h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 19px;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}

.page_article .entry_base h3::before {
  content: '';
  width: 3px;
  height: 18px;
  background-color: var(--color-carlit-red);
  position: absolute;
  top: 4px;
  left: 0;
}

.page_article .entry_base h4 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  padding-left: 0;
}

.page_article .entry_base h4::before {
  content: none;
}

.page_article .entry_base h5 {
  margin-bottom: 16px;
}

.page_article .entry_base h6 {
  margin-bottom: 16px;
}

.page_article .entry_base .article_head {
  display: flex;
  margin-bottom: 34px;
}

.page_article .entry_base .article_head .date {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 17px;
}

.page_article .entry_base .article_head .label {
  display: inline-block;
  transform: rotateZ(0.03deg);
  font-size: 1rem;
  line-height: 1.6;
  background: #f5d9da;
  color: var(--color-black);
  font-weight: 500;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
  width: 9.5em;
  padding: 2px;
}

.page_article .entry_base .article_head .label.notice {
  background: #fcdfea;
}

.page_article .entry_base .article_head .label.seminar {
  background: #d8edff;
}

.page_article .entry_base .article_head .label.etc {
  background: #f6f7f5;
}

.page_article .entry_base .cont_inner > figure:not(.img_left, .img_right) {
  max-width: 950px;
  margin: 0 auto;
}

.page_article .entry_base .cont_inner > figure:not(.img_left, .img_right):nth-last-child(n + 2) {
  margin-bottom: 24px;
}

.page_article .entry_base img {
  width: auto;
  border-radius: 5px;
}

.page_article .entry_base img:not(:last-child) {
  margin-bottom: 24px;
}

.page_article .entry_base .cont_inner > figure > figcaption {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.page_article .entry_base video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 950px;
  border-radius: 5px;
  margin: 0 auto;
}

.page_article .entry_base video:not(:last-child),
.page_article .entry_base .youtube_wrap:not(:last-child) {
  margin-bottom: 24px;
}

.page_article .entry_base .youtube_wrap {
  max-width: 950px;
}

.page_article .entry_base .youtube_wrap iframe {
  border-radius: 5px;
}

.page_article .entry_base .nav_btn:not(.back) {
  display: table;
  width: auto;
  max-width: initial;
  padding: 20px 60px 20px 30px;
}

.page_article .entry_base .nav_btn:not(:last-child) {
  margin-bottom: 24px;
}

.page_article .entry_base .btn {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.page_article .entry_base .btn:not(:last-child) {
  margin-bottom: 24px;
}

.page_article .entry_base a:not(.btn):not(.nav_btn)[target='_blank'] {
  display: inline-block;
  padding-right: 5px;
}

.page_article .entry_base a:not(.btn):not(.nav_btn)[target='_blank']::after {
  display: inline-block;
  font-family: 'carlit_assessment';
  content: '\e908';
  color: var(--color-carlit-red);
  font-size: 1rem;
  line-height: 1;
  padding-left: 5px;
  position: relative;
  top: -3px;
  z-index: 1;
}

.page_article .entry_base a:not(.btn):not(.nav_btn)[href$='.pdf'] {
  display: inline-block;
  padding-right: 5px;
}

.page_article .entry_base a:not(.btn):not(.nav_btn)[href$='.pdf']::after {
  content: '';
  display: inline-block;
  width: 1lh;
  height: 1lh;
  background-image: url(/assessment/files/ico_pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.8em auto;
  vertical-align: middle;
  z-index: 1;
}

/* ul ol */
.page_article .entry_base ul {
  padding-left: 0;
}

.page_article .entry_base ul:not(:last-child) {
  margin-bottom: 32px;
}

.page_article .entry_base ul > li {
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
}

.page_article .entry_base ul > li::marker {
  content: none;
}

.page_article .entry_base ul > li:not(:last-child) {
  margin-bottom: 12px;
}

.page_article .entry_base ul > li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--color-carlit-red);
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 4px;
}

.page_article .entry_base ol {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}

.page_article .entry_base ol:not(:last-child) {
  margin-bottom: 32px;
}

.page_article .entry_base ol > li {
  line-height: 1.75;
  padding-left: 28px;
  position: relative;
}

.page_article .entry_base ol > li:not(:last-child) {
  margin-bottom: 12px;
}

.page_article .entry_base ol > li::before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  background-color: #222;
  position: absolute;
  top: 5px;
  left: 0;
}

.page_article .entry_base ol > li::after {
  counter-increment: num;
  content: counter(num);
  font-family: 'Bodoni Moda', serif;
  display: block;
  width: 21px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
}

/* table */
.page_article .entry_base table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: none;
  position: relative;
}

.page_article .entry_base table::before,
.page_article .entry_base table::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color-carlit-red);
  position: absolute;
  left: 0;
  z-index: 2;
}

.page_article .entry_base table::before {
  top: 0;
}

.page_article .entry_base table::after {
  bottom: 0;
}

.page_article .entry_base table.table_fixed {
  table-layout: fixed;
}

.page_article .entry_base table:not(:last-child) {
  margin-bottom: 40px;
}

.page_article .entry_base table thead th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #fef3f4;
}

.page_article .entry_base table thead th:not(:last-child) {
  border-right: 1px solid var(--color-white);
}

.page_article .entry_base table thead td {
  background-color: #fef3f4;
}

.page_article .entry_base table tbody th {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: top;
  padding: 20px 16px;
  background-color: #f6f7f5;
}

.page_article .entry_base table th:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.page_article .entry_base table tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}

.page_article .entry_base table td {
  font-size: 1.4rem;
  padding: 20px 16px;
}

.page_article .entry_base table td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.page_article .entry_base table tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}

/* em */
.page_article .entry_base em {
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .page_article main {
    margin-top: 25px;
  }

  .page_article .entry_base h1 {
    font-size: 2rem;
    padding-bottom: 13px;
    margin-bottom: 17px;
  }

  .page_article .entry_base h2 {
    margin-bottom: 16px;
  }

  .page_article .entry_base .article_head {
    margin-bottom: 14px;
  }

  .page_article .entry_base .nav_btn:not(.back) {
    margin-left: 0;
  }

  .page_article .entry_base table th {
    display: block;
    min-width: initial;
    padding: 10px 16px !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .page_article .entry_base table td {
    display: block;
    padding: 10px 16px !important;
    border-right: none !important;
    /*    border-bottom: none !important;*/
  }

  .page_article .entry_base table td:not(:last-child) {
    border-bottom: 1px solid #e2e2e2 !important;
  }

  .page_article .entry_base .scroll_area table th,
  .page_article .entry_base .scroll_area table td {
    display: table-cell !important;
    padding: 20px 16px !important;
  }

  .page_article .entry_base .scroll_area table th:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }

  .page_article .entry_base .scroll_area table td:not(:last-child) {
    border-right: 1px solid #e2e2e2 !important;
  }

  .page_article .entry_base .scroll_area table thead th:not(:last-child) {
    border-right: 1px solid #fff !important;
  }

  .page_article .entry_base .scroll_area table tr:not(:last-child) th {
    border-bottom: 1px solid #e2e2e2 !important;
  }

  .page_article .entry_base .scroll_area table tr:not(:last-child) td {
    border-bottom: 1px solid #e2e2e2 !important;
  }

  /* col */
  .page_article .entry_base table col {
    width: auto !important;
  }
}

.emphasis_cont {
  margin-bottom: 59px;
  padding: 52px 8% 51px;
  border-radius: 100px;
  background: #fef3f4 url(/assessment/files/common-bg_deco_pc.png) no-repeat left top;
}

.emphasis_cont p {
  font-size: clamp(1.6rem, calc(0.25vw + 1.5rem), 1.8rem);
  font-weight: 500;
}

.emphasis_cont p:last-child {
  margin-bottom: 0;
}

.emphasis_cont h2,
.emphasis_cont h3,
.emphasis_cont h4 {
  margin: 0 0 16px;
  padding: 0;
  border-bottom: 0;
}

.emphasis_cont h2::before,
.emphasis_cont h3::before,
.emphasis_cont h4::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .emphasis_cont {
    padding: 52px 22px 51px;
    border-radius: 50px;
    background: #fef3f4 url(/assessment/files/common-bg_deco_sp.png) no-repeat left top/cover;
  }
}

/* card_det_list */
.card_det_list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 16px;
}

.card_det_list > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 16px) / 2);
  padding: 48px 32px;
  border-radius: 0 75px 75px 75px;
  background-color: #f8f8f8;
}

.card_det_list.clm3 > li {
  width: calc((100% - 32px) / 3);
}

.card_det_list figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-white);
}

.card_det_list figure img {
  width: 40%;
  border-radius: 5px;
}

.card_det_list figcaption {
  width: calc(60% - 24px);
  margin-top: 12px;
}

.card_det_list figcaption p {
  font-size: 1.4rem;
}

.card_det_list figcaption p:last-child {
  margin-bottom: 0;
}

.card_det_list h3 {
  display: table;
  font-size: 1.8rem;
  color: #222;
  line-height: 1.5;
  margin-bottom: 17px;
  padding-left: 48px;
  padding-bottom: 0;
  border: none;
  position: relative;
}

.card_det_list h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit_assessment';
  content: '\e904';
  color: var(--color-carlit-red);
  font-size: 2.7rem;
  line-height: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f8eaeb;
  position: absolute;
  top: -0.22em;
  left: 0;
}

.card_det_list .btn {
  font-size: 1.4rem;
  margin-bottom: 13px;
  padding: 13px 39px 13px 26px;
}

.card_det_list .note {
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .card_det_list {
    display: block;
  }

  .card_det_list > li,
  .card_det_list.clm3 > li {
    display: block;
    width: 100%;
    padding: 25px 22px;
    border-radius: 0 50px 50px 50px;
  }

  .card_det_list > li:not(:last-child) {
    margin-bottom: 16px;
  }

  .card_det_list figure {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .card_det_list figure img {
    width: 100%;
    max-width: 210px;
    margin-bottom: 23px;
  }

  .card_det_list figcaption {
    width: 100%;
    margin-top: 0;
  }

  .card_det_list h3 {
    font-size: 1.6rem;
    margin: 0 auto 17px 0;
  }
}

/* ------------------------------------
MARK: news
------------------------------------ */
/* year */
.sel_year_wrap {
  display: table;
  position: relative;
  margin: 0 0 24px auto;
}

.sel_year_wrap::after {
  content: '\e901';
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 1rem;
  font-family: 'carlit_assessment';
  color: var(--color-carlit-red);
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.sel_year_wrap:has(+ .empty) {
  display: none;
}

.sel_year_wrap select {
  position: relative;
  min-width: 200px;
  padding: 13px 44px 13px 16px;
  border: 1px solid var(--color-carlit-red);
  border-radius: 5px;
  font-weight: 500;
  background: transparent;
  color: #333;
  cursor: pointer;
  outline: revert;
  transition: all 0.3s ease-out;
  z-index: 2;
}

/* category */
.sel_category {
  padding-bottom: 1px;
  border-bottom: 2px solid var(--color-carlit-red);
  margin: 0 0 16px;
}

.sel_category li {
  display: inline-block;
  list-style: none;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fef3f4;
  color: #050922;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.sel_category li.category_notice {
  background: #fcdfea;
}

.sel_category li.category_seminar {
  background: #d8edff;
}

.sel_category li.category_etc {
  background: #f6f7f5;
}

.sel_category li.active {
  background: var(--color-carlit-red) !important;
  color: var(--color-white) !important;
}

.sel_category li > a {
  display: block;
  font-size: 1.6rem;
  color: #050922;
  padding: 13px 24px;
  text-decoration: none;
}

.sel_category li:has(> a:focus-within) {
  opacity: 0.6;
}

.sel_category li.active > a {
  color: var(--color-white) !important;
}

.sel_category ~ .tab_cont {
  border-bottom: none;
}

/* Hover */
@media (any-hover: hover) {
  .sel_category li:hover {
    opacity: 0.6;
  }

  .sel_category li:hover > a {
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  .sel_category {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding-bottom: 11px;
  }

  .sel_category li {
    width: calc((100% - 2px) / 2);
    min-height: 50px;
    border-radius: 0;
    margin: 0;
    text-align: center;
  }

  .sel_category li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* SP tap */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
}

/* page_nation */
.page_nation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 2px;
}

.page_nation > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: var(--color-carlit-red);
  border-radius: 2px;
  text-decoration: none;
}

.page_nation > ul > li.pnAcv a {
  color: #000;
  background-color: #fef3f4;
}

.page_nation > ul > li.pnPrev {
  margin-right: 14px;
}

.page_nation > ul > li.pnPrev a {
  padding-left: 10px;
}

.page_nation > ul > li.pnNext {
  margin-left: 14px;
}

.page_nation > ul > li.pnNext a {
  padding-right: 10px;
}

.page_nation > ul > li.pnPrev a,
.page_nation > ul > li.pnNext a {
  font-family: var(--ff-sans-serif);
  letter-spacing: 0.05em;
  width: 77px;
  height: 33px;
  position: relative;
}

.page_nation > ul > li.pnPrev a::before,
.page_nation > ul > li.pnNext a::before {
  font-family: 'carlit_assessment';
  content: '\e901';
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) translateY(1px) scale(0.8);
}

.page_nation > ul > li.pnPrev a::before {
  left: 10px;
  right: auto;
  transform: translateY(-50%) translateY(1px) scale(0.8) scale(-1, 1);
}

@media only screen and (max-width: 768px) {
  .page_nation > ul {
    padding-bottom: 50px;
    position: relative;
  }

  .page_nation > ul > li.pnPrev {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .page_nation > ul > li.pnNext {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .page_nation > ul > li a {
    width: 40px;
    height: 40px;
  }

  .page_nation > ul > li.pnPrev a,
  .page_nation > ul > li.pnNext a {
    width: 72px;
    height: 40px;
  }
}

/* ------------------------------------
MARK: internal_links
------------------------------------ */
main .internal_links {
  display: flex;
  gap: calc(12 / 1200 * 100%);
  position: relative;
}

main .internal_links::before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100px;
  background-color: #fef3f4;
}

main .internal_links > li {
  flex: 1;
}

main .internal_links > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 120px;
  padding: 0 0.5em;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: var(--color-white);
  box-shadow: 0 0 28px rgba(46, 50, 56, 0.08);
  color: #222;
  text-decoration: none;
  text-align: center;
}

main .internal_links > li > a::after {
  content: '\e914';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8px;
  font-size: 1rem;
  line-height: 1;
  font-family: 'carlit_assessment';
  color: var(--color-carlit-red);
  transform: translateX(-50%);
  scale: 60%;
}

main .internal_links > li > a small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1200px) {
  main .internal_links::before {
    left: -30px;
    width: calc(100% + 60px);
  }
}

@media only screen and (max-width: 768px) {
  main .internal_links {
    flex-direction: column;
    gap: 16px;
  }

  main .internal_links::before {
    top: -20px;
    left: calc(50% - 50vw);
    width: 100vw;
    height: calc(100% + 40px);
  }

  main .internal_links > li {
    width: 100%;
  }

  main .internal_links > li > a {
    min-height: 60px;
    font-size: 1.4rem;
  }

  main .internal_links > li > a::after {
    bottom: 6px;
  }

  main .internal_links > li > a small {
    font-size: 1.1rem;
  }
}

/*-----------------------------------------
MARK: scroll-hint
-----------------------------------------*/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: min(calc(50% - 25px), 160px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 2;
}

.scroll-hint-text {
  font-size: 10px;
  color: var(--color-white);
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--color-white);
  vertical-align: middle;
  text-align: center;
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: '';
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: var(--color-white);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: var(--color-black);
}

/*-----------------------------------------
MARK: flow_list
-----------------------------------------*/
.flow_list {
  display: flex;
  flex-direction: column;
  gap: 110px;
  list-style-type: '';
  margin-bottom: 40px;
}

.flow_list > li {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 16px 40px;
  position: relative;
  padding: 24px 32px;
  border-radius: 15px;
  background-color: var(--color-white);
  box-shadow: 0 0 28px 0 rgb(0 0 0 / 0.08);
}

.flow_list > li::after {
  display: block;
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  width: fit-content;
  height: 62px;
  background-image: url(/assessment/contact/files/index-flow_list_arrow.svg);
  background-size: 40px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  translate: -50% 0;
}

.flow_list > li:first-child:after {
  content: '1～3営業日前後';
}

.flow_list > li:nth-child(2):after {
  content: '7営業日前後';
}

.flow_list > li:nth-child(3):after {
  content: '依頼決定！';
}

.flow_list > li:nth-child(4):after {
  content: '1カ月前後';
}

.flow_list > li .step_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px 0;
  grid-row: 1/3;
  grid-column: 1/2;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  text-align: center;
  color: var(--color-carlit-red);
}

.flow_list > li:nth-child(odd) .step_number {
  background-color: #fef3f4;
}

.flow_list > li:nth-child(even) .step_number {
  background-color: #f5d9da;
}

.flow_list > li .step_number span:first-child {
  font-size: 1.2rem;
  line-height: 1.53;
  font-family: 'Bodoni Moda', serif;
  letter-spacing: 0.2em;
}

.flow_list > li .step_number span:last-child {
  font-size: 3.2rem;
  line-height: 1;
  font-family: var(--ff-serif);
}

.flow_list > li .step_heading {
  display: flex;
  align-items: flex-end;
  grid-row: 1/2;
  grid-column: 2/3;
}

.flow_list > li .step_heading h4 {
  padding: 0;
  margin: 0 16px 0 0;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.33;
  font-family: var(--ff-serif);
}

.flow_list > li .step_heading h4::before {
  content: none;
}

.flow_list > li .step_heading .label {
  padding: 4px 12px 6px;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--color-white);
}

.flow_list > li .step_heading .label + .label {
  margin-left: 8px;
}

.flow_list > li .step_heading .label.customer {
  background-color: #666;
}

.flow_list > li .step_heading .label.carlit {
  background-color: var(--color-carlit-red);
}

.flow_list > li p {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .flow_list > li {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    gap: 16px;
    position: relative;
    padding: 32px 24px 75px;
  }

  .flow_list > li .step_number {
    grid-row: 1/2;
    grid-column: unset;
    width: 120px;
    justify-self: center;
  }

  .flow_list > li .step_heading {
    display: block;
    align-items: unset;
    grid-row: 2/3;
    grid-column: unset;
  }

  .flow_list > li .step_heading h4 {
    margin: 0;
  }

  .flow_list > li .step_heading .label {
    display: inline-block;
    position: absolute;
    bottom: 32px;
    left: 24px;
  }

  .flow_list > li .step_heading .label + .label {
    margin-left: 0;
    translate: 70px 0;
  }

  .flow_list > li p {
    grid-row: 3/4;
    grid-column: unset;
  }
}

/*-----------------------------------------
MARK: border_emphasis_cont
-----------------------------------------*/
.border_emphasis_cont {
  display: flex;
  flex-direction: column;
  padding: 40px 64px;
  border: solid 4px #fef3f4;
  border-radius: 15px;
  margin: 64px 0;
}

.border_emphasis_cont > p {
  margin: 0;
  text-align: center;
}

.border_emphasis_cont.exclamation > p {
  padding-left: 99px;
  text-align: left;
}

.border_emphasis_cont .nav_btn {
  max-width: 284px;
  margin: 0 auto;
}

#container:has(.pg_transportation, .pg_common, .pg_fire_service_act, .pg_seminar) .border_emphasis_cont {
  gap: 24px 0;
}

#container:has(.pg_transportation, .pg_common, .pg_fire_service_act, .pg_seminar) .border_emphasis_cont > p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .border_emphasis_cont {
    padding: 32px 27px 40px;
  }

  .border_emphasis_cont > p {
    margin: 0;
    text-align: left;
  }
}

/*-----------------------------------------
MARK: evaluation-test
-----------------------------------------*/
#container:has(.pg_evaluation_test) .card_det_list .supplement_info {
  display: block;
  font-size: 1.2rem;
  line-height: 1.42;
  margin-top: 8px;
}

.basic_table td[data-subclass] {
  position: relative;
  padding-left: 45px;
}

.basic_table [data-subclass]::before {
  content: attr(data-subclass);
  position: absolute;
  display: block;
  left: 16px;
  top: 20px;
  width: fit-content;
  height: fit-content;
  font-size: inherit;
  line-height: inherit;
}

.test_accordion_flex {
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}

.test_accordion_flex:has(table) {
  gap: 0 20px;
}

.test_accordion_flex:has(+ .accordion_closebtn) {
  margin-bottom: 30px;
}

.test_accordion_flex > figure {
  flex-basis: 261px;
  margin-bottom: 0;
}

.test_accordion_flex:has(table) > figure {
  flex-basis: 210px;
}

.test_accordion_flex .test_accordion_flex_content,
.test_accordion_flex .scroll_wrap {
  flex: 1;
}

.test_accordion_flex .scroll_wrap {
  margin-bottom: 0;
}

.test_accordion_flex_content table {
  position: relative;
  width: 100%;
}

.test_accordion_flex_content table::before,
.test_accordion_flex_content table::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: inherit;
  height: 1px;
  background-color: var(--color-carlit-red);
}

.test_accordion_flex_content table::before {
  top: 0;
}

.test_accordion_flex_content table::after {
  bottom: 0;
}

.test_accordion_flex_content table th {
  font-weight: 700;
  font-size: 1.5rem;
}

.test_accordion_flex_content table th,
.test_accordion_flex_content table td {
  padding: 20px 16px;
}

.test_accordion_flex_content table thead th {
  width: 210px;
  background-color: #fef3f4;
}

.test_accordion_flex_content table tbody th,
.test_accordion_flex_content table tbody td {
  border-top: solid 1px #e2e2e2;
}

.test_accordion_flex_content table tbody th {
  width: 210px;
  background-color: #f6f7f5;
}

.test_accordion_flex_content table tbody tr th:not(:last-of-type) {
  border-right: solid 1px #e2e2e2;
}

.test_accordion_flex_content table tbody td {
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.86;
  background-color: var(--color-white);
  overflow-wrap: anywhere;
}

.test_accordion_flex_content table + .attention_ul {
  margin-top: 16px;
}

.test_trigger_btn {
  width: 161px;
  margin: 16px 0 0;
}

.accordion_inner .accordion_closebtn {
  width: 192px;
  margin: 30px auto 0;
}

.test_trigger_btn,
.accordion_inner .accordion_closebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 32px;
  padding-right: 18px;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: 1.4rem;
  background-color: var(--color-carlit-red);
  color: var(--color-white);
  transition: all 0.3s ease-out;
  outline: revert;
}

.test_trigger_btn::after {
  right: 41px;
  rotate: 90deg;
}

.accordion_inner .accordion_closebtn::after {
  right: 20px;
  rotate: -90deg;
}

.test_trigger_btn::after,
.accordion_inner .accordion_closebtn::after {
  content: '\e901';
  display: block;
  position: absolute;
  top: calc(50% - 0.5rem);
  width: fit-content;
  height: fit-content;
  font-size: 1rem;
  line-height: 1;
  font-family: 'carlit_assessment';
  color: inherit;
  transition: inherit;
}

.test_trigger_btn:focus-within,
.accordion_inner .accordion_closebtn:focus-within {
  background-color: #fef3f4;
  color: var(--color-carlit-red);
}

@media (any-hover: hover) {
  #container:has(.pg_transportation) .test_trigger_underline:hover {
    opacity: 0.5;
  }

  .test_trigger_btn:hover,
  .accordion_inner .accordion_closebtn:hover {
    background-color: #fef3f4;
    color: var(--color-carlit-red);
  }
}

@media only screen and (max-width: 768px) {
  .basic_table td[data-subclass] {
    padding-left: 45px !important;
  }

  #container:has(.pg_transportation, .pg_fire_service_act, .pg_common) .accordion_header {
    border-radius: 0;
  }

  .test_accordion_flex {
    flex-direction: column;
    align-items: center;
  }

  .test_accordion_flex,
  .test_accordion_flex:has(table) {
    gap: 24px 0;
  }

  .test_accordion_flex .test_accordion_flex_content,
  .test_accordion_flex .scroll_wrap {
    flex: initial;
    width: 100%;
  }

  .test_accordion_flex .scroll_area .basic_table {
    min-width: 510px;
  }

  .test_accordion_flex_content table,
  .test_accordion_flex_content thead,
  .test_accordion_flex_content tbody {
    display: block;
  }

  .test_accordion_flex_content tr {
    display: flex;
    flex-direction: column;
  }

  .test_accordion_flex_content table th,
  .test_accordion_flex_content table td {
    display: block;
    padding: 10px 16px;
  }

  .test_accordion_flex_content table thead th,
  .test_accordion_flex_content table tbody th,
  .test_accordion_flex_content table tbody td {
    width: 100%;
  }

  .scroll_area .sp_small_table {
    min-width: 720px;
  }
}

/*-----------------------------------------
MARK: transportation.html
-----------------------------------------*/
#container:has(.pg_transportation) .basic_table th:has(+ td) {
  border-right: none;
}

#container:has(.pg_transportation) .attention_ul {
  margin-bottom: 0;
}

#container:has(.pg_transportation) .scroll_wrap + .attention_ul {
  margin-top: -19px;
}

#container:has(.pg_transportation) .scroll_wrap .attention_ul {
  margin-top: 8px;
}

#container:has(.pg_transportation) .test_trigger_underline {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.86;
  color: var(--color-carlit-red);
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
  outline: revert;
}

#container:has(.pg_transportation) .accordion_inner > p {
  margin-bottom: 1lh;
}

#container:has(.pg_transportation) .test_accordion_flex_content .test_trigger_underline {
  font-size: inherit;
  line-height: inherit;
}

#container:has(.pg_transportation) .test_trigger_underline:focus-within {
  opacity: 0.5;
}

#container:has(.pg_transportation) .index_table col:first-child,
#container:has(.pg_transportation) .index_table col:nth-child(2) {
  width: calc(210 / 1000 * 100%);
}

#container:has(.pg_transportation) .index_table col:nth-child(3) {
  width: calc(580 / 1000 * 100%);
}

#container:has(.pg_transportation) .spontaneous_combustion_table col:first-child {
  width: 100px;
}

#container:has(.pg_transportation) .spontaneous_combustion_table col:nth-child(2) {
  width: 120px;
}

#container:has(.pg_transportation) .spontaneous_combustion_table col:nth-child(3) {
  width: calc(100% - 220px);
}

@media only screen and (max-width: 768px) {
  #container:has(.pg_transportation) .index_table col:first-child,
  #container:has(.pg_transportation) .index_table col:nth-child(2) {
    width: calc(210 / 720 * 100%);
  }

  #container:has(.pg_transportation) .index_table col:nth-child(3) {
    width: calc(300 / 720 * 100%);
  }

  #container:has(.pg_transportation) .scroll_wrap + .attention_ul {
    margin-top: -8px;
  }
}

/*-----------------------------------------
MARK: common.html
-----------------------------------------*/
.common_test_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  gap: 111px calc(80 / 880 * 100%);
  position: relative;
  max-width: 880px;
  aspect-ratio: 880/448;
  margin-right: auto;
  margin-left: auto;
}

.common_test_list::after {
  content: '※試験名クリックで詳細説明へ移動します';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.42;
  color: #666;
}

.common_test_list > .common_test_item {
  position: relative;
}

.common_test_list > .common_test_item::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  translate: -50% 0;
  z-index: 1;
}

.common_test_list > .common_test_item:first-child {
  display: flex;
  justify-content: center;
  width: 100%;
}

.common_test_list > .common_test_item:first-child::after {
  width: calc(652 / 880 * 100%);
  aspect-ratio: 652/111;
  background-image: url(/assessment/evaluation-test/files/common-list_trident_pc.svg);
}

.common_test_list > .common_test_item.child {
  width: calc(240 / 880 * 100%);
}

.common_test_list > .common_test_item.child::after {
  width: calc(12 / 240 * 100%);
  aspect-ratio: 12/24;
  background-image: url(/assessment/evaluation-test/files/common-list_arrow_pc.svg);
}

.common_test_list > .common_test_item .test_heading {
  width: 100%;
  max-width: 240px;
  padding: 8px 10px 10px;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fef3f4;
  text-align: center;
  color: var(--color-black);
  outline: revert;
  transition: opacity 0.3s ease-out;
}

.common_test_list > .common_test_item .button_list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  position: absolute;
  z-index: 3;
}

.common_test_list > .common_test_item .button_list > li {
  position: relative;
  width: fit-content;
  padding-left: calc(13 / 14 * 1em);
  font-size: 1.4rem;
  line-height: 1.43;
  color: var(--color-carlit-red);
}

.common_test_list > .common_test_item .button_list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(5 / 14 * 1em);
  height: calc(5 / 14 * 1em);
  border-radius: 100vmax;
  background-color: var(--color-carlit-red);
  translate: 0 -50%;
}

.common_test_list > .common_test_item .button_list > li > button {
  padding-right: calc(18 / 14 * 1em);
  border-bottom: 1px solid var(--color-carlit-red);
  font-size: inherit;
  line-height: inherit;
  transition: opacity 0.3s ease-out;
  outline: revert;
}

.common_test_list > .common_test_item .button_list > li > button::after {
  content: '\e901';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1rem;
  line-height: 1;
  font-family: 'carlit_assessment';
  rotate: 90deg;
  color: inherit;
  translate: 0 -50%;
}

.common_test_list > .common_test_item .test_heading:focus-within,
.common_test_list > .common_test_item .button_list > li > button:focus-within {
  opacity: 0.7;
}

.common_test_list > .common_test_item:first-child .button_list {
  top: calc(100% + 8px);
  left: calc(458 / 880 * 100%);
}

.common_test_list > .common_test_item.child .button_list {
  top: calc(100% + 32px);
}

.common_test_list > .common_test_item:nth-child(2) .button_list {
  left: calc(53 / 240 * 100%);
}

.common_test_list > .common_test_item:nth-child(3) .button_list {
  left: calc(13 / 240 * 100%);
}

.common_test_list > .common_test_item:nth-child(4) .button_list {
  left: calc(60 / 240 * 100%);
}

#container:has(.pg_common) .test_accordion_heading {
  padding: 0 0 9px 0;
  border-bottom: 1px solid rgb(230 0 9 / 0.5);
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1.4;
}

#container:has(.pg_common) .test_accordion_heading::before {
  content: none;
}

#container:has(.pg_common) .accordion_inner > p a {
  font-size: inherit;
}

#container:has(.pg_common) .test_accordion_flex_content p:last-child {
  margin-bottom: 24px;
}

#container:has(.pg_common) .accordion .basic_table:last-child {
  margin-bottom: 64px;
}

#container:has(.pg_common) .accordion .basic_table tbody th {
  width: 210px;
}

#container:has(.pg_common) .quantity_table tbody th {
  padding: 12px 16px !important;
}

#container:has(.pg_common) .quantity_table tbody td {
  padding: 10px 16px !important;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
}

#container:has(.pg_common) .quantity_table col:first-child {
  width: calc(223 / 1000 * 100%);
}

#container:has(.pg_common) .quantity_table col:nth-child(2) {
  width: calc(459 / 1000 * 100%);
}

#container:has(.pg_common) .quantity_table col:nth-child(3) {
  width: calc(318 / 1000 * 100%);
}

#container:has(.pg_common) .quantity_table tbody td button {
  font-size: inherit;
  line-height: inherit;
  outline: revert;
  color: var(--color-carlit-red);
  text-decoration: underline;
}

@media (any-hover: hover) {
  .common_test_list > .common_test_item .test_heading:hover,
  .common_test_list > .common_test_item .button_list > li > button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .common_test_list {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    aspect-ratio: unset;
    padding-bottom: 147px;
  }

  .common_test_list > .common_test_item:first-child {
    display: block;
    justify-content: initial;
    margin-bottom: 112px;
  }

  .common_test_list > .common_test_item:first-child::after {
    width: 29px;
    aspect-ratio: 2851/64600;
    left: 30px;
    background-image: url(/assessment/evaluation-test/files/common-list_trident_sp.svg);
  }

  .common_test_list > .common_test_item.child {
    width: calc(100% - 45px);
    margin-left: 45px;
  }

  .common_test_list > .common_test_item.child::after {
    left: 20px;
    width: 29px;
  }

  .common_test_list > .common_test_item:nth-child(2) {
    margin-bottom: 245px;
  }

  .common_test_list > .common_test_item:nth-child(2)::after {
    aspect-ratio: 2851/11650;
    background-image: url(/assessment/evaluation-test/files/common-list_arrow_sp1.svg);
  }

  .common_test_list > .common_test_item:nth-child(3) {
    margin-bottom: 179px;
  }

  .common_test_list > .common_test_item:nth-child(3)::after {
    aspect-ratio: 2851/8350;
    background-image: url(/assessment/evaluation-test/files/common-list_arrow_sp2.svg);
  }

  .common_test_list > .common_test_item:nth-child(4)::after {
    aspect-ratio: 2851/6700;
    background-image: url(/assessment/evaluation-test/files/common-list_arrow_sp3.svg);
  }

  .common_test_list > .common_test_item .test_heading {
    max-width: none;
  }

  .common_test_list > .common_test_item.child .test_heading {
    width: calc(100% - 45px);
  }

  .common_test_list > .common_test_item:first-child .button_list {
    top: calc(100% + 16px);
    left: 52px;
  }

  .common_test_list > .common_test_item.child .button_list {
    top: calc(100% + 16px);
    left: 57px;
  }

  #container:has(.pg_common) .test_accordion_heading {
    margin-bottom: 16px;
  }

  #container:has(.pg_common) .accordion_inner p {
    font-size: 1.6rem;
  }

  #container:has(.pg_common) .test_accordion_flex_content p:last-child {
    margin-bottom: 0;
  }

  #container:has(.pg_common) .accordion .basic_table:last-child {
    margin-bottom: 40px;
  }

  #container:has(.pg_common) .accordion .basic_table tbody th {
    width: 100%;
  }

  #container:has(.pg_common) .quantity_table col:first-child {
    width: calc(161 / 720 * 100%);
  }

  #container:has(.pg_common) .quantity_table col:nth-child(2) {
    width: calc(310 / 720 * 100%);
  }

  #container:has(.pg_common) .quantity_table col:nth-child(3) {
    width: calc(249 / 720 * 100%);
  }
}

/*-----------------------------------------
MARK: fire-service-act.html
-----------------------------------------*/
#container:has(.pg_fire_service_act) .index_table td p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

#container:has(.pg_fire_service_act) .index_table col:first-child {
  width: calc(112 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .index_table col:nth-child(2) {
  width: calc(193 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .index_table col:nth-child(3) {
  width: calc(695 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .index_table td:nth-child(2) p {
  line-height: 1.64;
}

#container:has(.pg_fire_service_act) .index_table td:nth-child(3) p {
  line-height: 1.43;
}

#container:has(.pg_fire_service_act) p:has(+ .scroll_wrap) {
  margin-bottom: 1em;
}

#container:has(.pg_fire_service_act) .test_accordion_flex_content p:last-child {
  margin-bottom: 0;
}

#container:has(.pg_fire_service_act) p:has(a[href^='#']) {
  line-height: 1.5;
}

#container:has(.pg_fire_service_act) a[href^='#'] {
  display: inline-block;
  position: relative;
  padding-right: calc(18 / 16 * 1em);
  border-bottom: solid 1px currentColor;
  text-decoration: none;
}

#container:has(.pg_fire_service_act) a[href^='#']::after {
  content: '\e901';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1rem;
  line-height: 1;
  font-family: 'carlit_assessment';
  rotate: 90deg;
  color: inherit;
  translate: 0 -50%;
}

#container:has(.pg_fire_service_act) a[href^='#']:not(:last-child) {
  margin-bottom: 0.5em;
}

#container:has(.pg_fire_service_act) .accordion .scroll_wrap:has(+ .categorize_dl) {
  margin-bottom: 16px;
}

#container:has(.pg_fire_service_act) .accordion .categorize_dl {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.42;
  color: #666;
}

#container:has(.pg_fire_service_act) .accordion .categorize_dl + .categorize_dl {
  margin-top: 8px;
}

#container:has(.pg_fire_service_act) .accordion .categorize_dl > dt::after {
  content: '：';
}

#container:has(.pg_fire_service_act) .accordion .test_accordion_section {
  margin-top: 40px;
}

#container:has(.pg_fire_service_act) .accordion h3 + .test_accordion_section {
  margin-top: 0;
}

#container:has(.pg_fire_service_act) .accordion #anc_test2 {
  margin-top: 64px;
}

#container:has(.pg_fire_service_act) .accordion section > .basic_table th {
  width: 210px;
}

#container:has(.pg_fire_service_act) .accordion section > .basic_table td {
  width: 790px;
}

#container:has(.pg_fire_service_act) .accordion .combustion_table col:first-child {
  width: calc(100 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .accordion .combustion_table col:nth-child(2) {
  width: calc(120 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .accordion .combustion_table col:nth-child(3) {
  width: calc(780 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .accordion .flammable_liquid_table col:first-child {
  width: calc(223 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .accordion .flammable_liquid_table col:nth-child(2) {
  width: calc(627 / 1000 * 100%);
}

#container:has(.pg_fire_service_act) .accordion .flammable_liquid_table col:nth-child(3) {
  width: calc(150 / 1000 * 100%);
}

@media only screen and (max-width: 768px) {
  #container:has(.pg_fire_service_act) .accordion section > .basic_table th,
  #container:has(.pg_fire_service_act) .accordion section > .basic_table td {
    width: 100%;
  }

  #container:has(.pg_fire_service_act) .index_table col:first-child {
    width: calc(112 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .index_table col:nth-child(2) {
    width: calc(193 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .index_table col:nth-child(3) {
    width: calc(415 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .accordion .combustion_table col:first-child {
    width: calc(100 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .accordion .combustion_table col:nth-child(2) {
    width: calc(120 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .accordion .combustion_table col:nth-child(3) {
    width: calc(480 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .accordion .flammable_liquid_table col:first-child {
    width: calc(223 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .accordion .flammable_liquid_table col:nth-child(2) {
    width: calc(377 / 720 * 100%);
  }

  #container:has(.pg_fire_service_act) .accordion .flammable_liquid_table col:nth-child(3) {
    width: calc(120 / 720 * 100%);
  }
}

/*-----------------------------------------
MARK: bettery
-----------------------------------------*/
.battery_flex {
  display: flex;
  gap: 0 40px;
}

.battery_flex:nth-of-type(n + 2) {
  margin-top: 40px;
}

.battery_flex > figure {
  width: 261px;
}

.battery_flex > .battery_table_wrapper {
  flex: 1;
}

.battery_flex > .battery_table_wrapper .basic_table tbody th {
  width: 210px;
}

@media only screen and (max-width: 768px) {
  .battery_flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .battery_flex > .battery_table_wrapper {
    flex: unset;
    width: 100%;
  }

  .battery_flex > .battery_table_wrapper .basic_table tbody th {
    width: 100%;
  }
}

/*-----------------------------------------
MARK: about
-----------------------------------------*/
#container:has(.pg_about) :where(#sec_info, #sec_base) .basic_table td {
  position: relative;
}

#container:has(.pg_about) :where(#sec_info, #sec_base) .basic_table .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 161px;
  height: 50px;
  padding: 0 18px 0 0;
  margin: 0;
  translate: 0 -50%;
}

#container:has(.pg_about) #sec_history .clm3 figure {
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #container:has(.pg_about) :where(#sec_info, #sec_base) .basic_table td {
    position: static;
  }

  #container:has(.pg_about) :where(#sec_info, #sec_base) .basic_table .btn {
    position: static;
    top: unset;
    right: unset;
    margin-top: 11px;
    translate: 0;
  }
}

/*-----------------------------------------
MARK: error page
-----------------------------------------*/
.page_error .pg_title {
  height: auto;
  padding: 72px 0 75px;
  border-radius: 0;
  margin: 0;
  background-color: var(--color-white);
  background-image: url(/assessment/files/error-bg.png), url(/assessment/files/error-loop.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 43.778% auto;
}

.page_error .pg_title > .cont_inner {
  display: block;
}

.page_error .pg_title > .cont_inner h1 {
  font-size: 5.4rem;
  font-weight: bolder;
  line-height: 1;
  font-family: 'Bodoni Moda', serif;
  text-align: center;
  color: #222;
}

.page_error .pg_title > .cont_inner h1 em {
  display: block;
  font-size: 14.2rem;
}

.page_error .pg_title > .cont_inner p {
  margin-top: 24px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page_error .pg_title {
    padding: 50px 0 0;
    margin: 0 0 38px;
    background-size: 100% auto, 43.778% auto;
  }

  .page_error .pg_title > .cont_inner h1 {
    font-size: 3rem;
  }

  .page_error .pg_title > .cont_inner h1 em {
    font-size: 7rem;
  }
}

/* ------------------------------------
MARK: contact
------------------------------------ */
#container:has(.pg_contact) .text_link {
  font-size: inherit;
}

#container:has(.pg_contact) .flow_list + .attention_ul {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

#container:has(.pg_contact) .border_emphasis_cont {
  margin-top: 32px;
}

#container:has(.pg_contact) .border_emphasis_cont .attention_ul {
  margin: 8px 0 24px;
}

#container:has(.pg_contact) .red_em {
  font-size: 1.4rem;
  line-height: 1.43;
  color: var(--color-carlit-red);
}

.step_list {
  display: flex;
  margin-bottom: 65px;
}

.step_list > li {
  width: calc(100% / 3);
  position: relative;
  padding-bottom: 40px;
}

.step_list > li::before {
  content: '';
  width: 100%;
  height: 15px;
  background-color: var(--color-carlit-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

.step_list > li:not(.current)::before {
  background-color: #fef3f4;
}

.step_list > li:first-child::before {
  border-radius: 2px 0 0 2px;
}

.step_list > li:last-child::before {
  border-radius: 0 2px 2px 0;
}

.step_list > li::after {
  font-family: 'carlit_assessment';
  content: '\e914';
  color: var(--color-carlit-red);
  font-size: 1rem;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) scale(0.6);
  z-index: 1;
  transition: all 0.3s ease-out;
}

.step_list > li:not(.current)::after {
  content: none;
}

.step_list > li > p {
  font-family: var(--ff-serif);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}

.step_list > li:not(.current) p {
  opacity: 0.25;
}

.step_list > li > p > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: var(--color-carlit-red);
}

@media only screen and (max-width: 768px) {
  #container:has(.pg_contact) .border_emphasis_cont {
    margin-top: 17px;
  }

  .step_list {
    margin-bottom: 45px;
  }

  .step_list > li {
    padding-bottom: 31px;
  }

  .step_list > li::before {
    height: 8px;
  }

  .step_list > li::after {
    bottom: 17px;
  }

  .step_list > li > p {
    font-size: 1.4rem;
  }

  .step_list > li > p > small {
    font-size: 1rem;
  }
}

/*-----------------------------------------
MARK: A-Form
-----------------------------------------*/
.aform-header {
  display: none;
}

.aform-content {
  position: relative;
}

.aform-content dd .aform-radio-ul input[type='radio'],
.aform-content dd .aform-radio-ul input[type='radio'] + label,
.aform-content dd .aform-checkbox-ul input[type='checkbox'],
.aform-content dd .aform-checkbox-ul input[type='checkbox'] + label {
  cursor: pointer;
}

.aform-content dl {
  display: flex;
  color: #222;
  margin: 0;
  padding: 16px 0;
}

.aform-content dl:not(.dl_assessment_policy) {
  border-bottom: 1px solid #e2e2e2;
}

.aform-content dl dt {
  width: 278px;
  font-weight: 500;
  margin-right: 42px;
}

.aform-content dl dt > label,
.aform-content dl dt > span {
  display: block;
  margin-top: 3px;
  padding-right: 60px;
  position: relative;
}

.aform-content dl dd {
  width: calc(100% - 320px);
  margin: 0;
}

.aform-required {
  display: inline;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: inherit;
  color: #fff;
  background-color: var(--color-carlit-red);
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0;
  vertical-align: middle;
  position: absolute;
  top: -3px;
  right: 0;
}

.aform-input-example {
  color: inherit;
}

.aform-note {
  margin: 0;
}

.aform-name-ul li + li,
.aform-kana-ul li + li {
  margin-left: 0;
}

.aform-content .aform-name-ul label,
.aform-content .aform-kana-ul label,
.aform-content .aform-twice-note {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

.aform-content .aform-twice-note {
  margin-top: 7px;
}

.aform-content [class*='assessment_heading_'] {
  padding: 0 0 8px;
  border-bottom: solid 1px rgb(230 0 9 / 0.375);
  margin: 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #333;
}

.aform-content dd .aform-input-example:not(.assessment_policy) {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.43;
}

.aform-content dd .aform-input-example:not(.assessment_policy)::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 100vmax;
  background-color: #222;
}

.aform-content .aform-radio-ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}

.aform-content .basic_ul {
  margin-bottom: 16px;
}

.aform-content .basic_ul > li {
  padding-left: 18px;
  font-size: 1.4rem;
  color: #222;
  text-align: left;
}

.aform-content .basic_ul > li:not(:last-child) {
  margin-bottom: 4px;
}

.aform-content .basic_ul > li::before {
  background-color: #222;
  top: 11px;
}

.aform-content .basic_ul > li a {
  font-size: 1.4rem;
}

.aform-content .basic_ul > li a.text_link[target='_blank']::after {
  top: -1px;
}

.dl_assessment_policy dt {
  display: none;
}

.dl_assessment_policy dd {
  width: 100% !important;
}

.checklist_cont {
  height: 380px;
  overflow-y: auto;
  margin: 48px 0;
  padding: 39px 50px;
  border: 1px solid #e2e2e2;
}

.checklist_cont p {
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: #222;
}

.checklist_cont .basic_ul:last-child {
  margin-bottom: 0;
}

.checklist_cont .basic_ul > li {
  padding-left: 18px;
  font-size: 1.4rem;
  color: #222;
}

.checklist_cont .basic_ul > li.btn:not(:last-child) {
  margin-bottom: 4px;
}

.checklist_cont .basic_ul > li::before {
  top: 11px;
  background-color: currentColor;
}

.dl_assessment_policy p {
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 16px;
}

.dl_assessment_policy .assessment_policy {
  text-align: center;
  margin-right: 12px !important;
}

.dl_assessment_policy .assessment_policy label:not(.error) {
  padding-left: 61px;
  position: relative;
}

.dl_assessment_policy .assessment_policy label:not(.error)::before {
  content: '必須';
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 9px;
  z-index: 1;
}

.dl_assessment_policy .assessment_policy label:not(.error)::after {
  content: '';
  width: 49px;
  height: 29px;
  border-radius: 5px;
  padding: 4px 10px;
  background-color: var(--color-carlit-red);
  position: absolute;
  top: 0;
  left: 0;
}

.font_large .dl_assessment_policy .assessment_policy label::before {
  top: 2px;
  left: 8px;
}

.font_large .dl_assessment_policy .assessment_policy label::after {
  top: 0;
}

.aform-input[type='text'],
.aform-text,
.aform-email,
.aform-password,
.aform-tel,
.aform-url,
.aform-number,
.aform-date,
.aform-time,
.aform-textarea,
.aform-select,
.aform-name,
.aform-kana,
.aform-zipcode,
.aform-prefecture,
.aform-calendar {
  width: 100%;
  padding: 5px 7px;
  border: 2px solid #efefef;
  font-size: 1.4rem;
  line-height: 1.43;
}

.aform-checkbox,
.aform-radio {
  font-size: 1.4rem;
  margin: 0 5px 2px 0 !important;
}

.aform-twice-note {
  margin-bottom: 0.5em;
}

.aform-button-area {
  padding: 0;
  background: transparent;
  text-align: center;
}

.aform-button-area input {
  font-size: 1.6rem;
  color: #fff;
  border-radius: 50px;
  margin: 0 6px;
  padding: 14px 40px;
  background-color: #e60009;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.aform-button-area input[disabled] {
  cursor: default;
  background-color: #efefef;
}

/* error */
.aform-error {
  font-size: 1.4rem;
  color: #ff000a;
  margin-top: 5px;
}

.aform-error.assessment_policy {
  margin-top: 16px;
}

.aform-error.assessment_policy .error {
  padding-left: 0;
}

.aform-error.assessment_policy .error::before,
.aform-error.assessment_policy .error::after {
  content: none;
}

.aform-content .aform-name-ul,
.aform-content .aform-kana-ul {
  display: flex;
  gap: 8px 16px;
}

.aform-content .aform-name-ul > li,
.aform-content .aform-kana-ul > li {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.aform-content .aform-name-ul > li label,
.aform-content .aform-kana-ul > li label {
  font-size: 1.4rem;
  line-height: 1.43;
}

.aform-content .dl_assessment_sample_info_01,
.aform-content .dl_assessment_sample_info_02,
.aform-content .dl_assessment_sample_info_03,
.aform-content .dl_assessment_sample_info_04,
.aform-content .dl_assessment_exam_content_04 {
  border-bottom: none !important;
}

.aform-content dd [class*='assessment_sample_info_']:first-child:not(input) {
  padding-bottom: calc(1lh + 1.6rem);
}

.aform-content .dl_assessment_exam_content_04 dd {
  padding-top: 36px;
}

.aform-content [class*='assessment_sample_data_note_'],
.aform-content .assessment_specification_data_note_04 {
  position: relative;
  padding-left: 338px;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #222;
  translate: 0 -92px;
}

.aform-content [class*='assessment_sample_data_note_']::before,
.aform-content .assessment_specification_data_note_04::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 324px;
  width: 5px;
  height: 5px;
  border-radius: 100vmax;
  background-color: #222;
}

.aform-content [class*='assessment_sample_data_note_'] + dl[class^='dl_assessment_sample_data_'],
.aform-content .dl_assessment_specification_data_04_01 {
  margin-top: -36px;
}

.aform-content dl[class^='dl_assessment_sample_data_'],
.aform-content dl[class^='dl_assessment_specification_data_04_'] {
  flex-direction: column;
  gap: 7px 0;
  padding-left: 320px;
}

.aform-content dl[class^='dl_assessment_sample_data_']:has(+ [class^='dl_assessment_sample_data_']),
.aform-content .dl_assessment_specification_data_04_01 {
  padding-bottom: 0;
  border-bottom: none !important;
}

.aform-content dl[class^='dl_assessment_sample_data_'] dt,
.aform-content dl[class^='dl_assessment_sample_data_'] dd,
.aform-content dl[class^='dl_assessment_specification_data_04_'] dt,
.aform-content dl[class^='dl_assessment_specification_data_04_'] dd {
  width: 100%;
  margin: 0;
}

.aform-content dl[class^='dl_assessment_sample_data_'] dt,
.aform-content dl[class^='dl_assessment_specification_data_04_'] dt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
}

.aform-content dl[class^='dl_assessment_sample_data_'] dt label,
.aform-content dl[class^='dl_assessment_specification_data_04_'] dt label {
  padding: 0;
  margin: 0;
}

/* confirm */
#aform-confirm-form .aform-required,
#aform-confirm-form .dl_assessment_policy,
#aform-confirm-form dl[class^='dl_assessment_sample_data_'] > dt > span,
#aform-confirm-form dl[class^='dl_assessment_specification_data_04_'] > dt > span,
#aform-confirm-form .assessment_specification_data_note_04,
#aform-confirm-form dl[class^='dl_assessment_sample_data_']:has(> dd > span:empty),
#aform-confirm-form dl[class^='dl_assessment_specification_data_04_']:has(> dd > span:empty),
#aform-confirm-form [class*='assessment_sample_data_note_'] {
  display: none;
}

#aform-confirm-form .dl_mail-address {
  margin-bottom: 16px;
}

#aform-confirm-form dl[class^='dl_assessment_sample_data_'] + dl[class^='dl_assessment_detail_'],
#aform-confirm-form .dl_assessment_exam_content_04,
#aform-confirm-form .dl_assessment_period_04 {
  border-top: 1px solid #e2e2e2 !important;
}

#aform-confirm-form dl[class^='dl_assessment_sample_data_'],
#aform-confirm-form dl[class^='dl_assessment_specification_data_04_'] {
  gap: 0;
  border-bottom: none !important;
}

#aform-confirm-form dl[class^='dl_assessment_sample_data_']:has(> dd > span:not(:empty)),
#aform-confirm-form dl[class^='dl_assessment_specification_data_04_']:has(> dd > span:not(:empty)) {
  padding-top: 0;
  padding-bottom: 16px;
}

#aform-confirm-form [class*='assessment_sample_data_note_'] + dl[class^='dl_assessment_sample_data_'],
#aform-confirm-form .dl_assessment_specification_data_04_01 {
  margin-top: 0;
}

#aform-confirm-form dd [class*='assessment_sample_info_']:first-child:not(input) {
  padding-bottom: 0;
}

#aform-confirm-form dd [class*='assessment_sample_info_']:first-child:not(input):empty::after,
#aform-confirm-form .dl_assessment_exam_content_04 dd > span:empty::after,
#aform-confirm-form .dl_assessment_period_04 dd > span:empty::after  {
  content: "-";
}

#aform-confirm-form .dl_assessment_exam_content_04 dd {
  padding-top: 0;
}

#aform-confirm-form dl dd {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

#aform-confirm-form .aform-button-area {
  text-align: center;
}

#aform-confirm-form .aform-button-area input {
  opacity: 1;
}

#aform-confirm-form #aform_confirm_msg {
  margin-top: 40px;
}

#aform_btn_back {
  background-color: #222;
}

.aform-content .aform-error-list {
  flex-direction: column;
  align-items: center;
  list-style-type: '';
  padding: 20px 10px;
  border-bottom: none !important;
  font-family: var(--ff-sans-serif);
  background-color: #fef3f4;
}

.aform-content .aform-error-list dt {
  padding: 0;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-carlit-red);
}

.aform-content .aform-error-list dt,
.aform-content .aform-error-list dd,
.aform-content .aform-error-list + div {
  text-align: center;
}

.aform-content .aform-error-list dd {
  font-weight: 400;
  font-size: 1.6rem;
}

.aform-content .aform-error-list dd + dd {
  margin-top: 5px;
}

.aform-content .aform-error-list + div {
  margin-top: 20px;
}

/* Hover */
@media (any-hover: hover) {
  .aform-button-area input:not([disabled]):hover {
    opacity: 0.5 !important;
  }
}

@media only screen and (max-width: 768px) {
  .aform-content dl {
    display: block;
  }

  .aform-content dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-top: 0;
  }

  .aform-content dl dt > label,
  .aform-content dl dt > span {
    margin-top: 0;
  }

  .aform-content dl dd {
    width: 100%;
  }

  .aform-required {
    margin-left: 18px;
    padding: 4px 10px;
    position: static;
  }

  .aform-content li {
    margin-bottom: 4px;
  }

  .checklist_cont {
    height: 350px;
    margin: 32px 0;
    padding: 27px;
  }

  .aform-input[type='text'],
  .aform-text,
  .aform-email,
  .aform-password,
  .aform-tel,
  .aform-url,
  .aform-number,
  .aform-date,
  .aform-time,
  .aform-textarea,
  .aform-select,
  .aform-name,
  .aform-kana,
  .aform-zipcode,
  .aform-prefecture,
  .aform-calendar {
    font-size: 1.6rem;
  }

  .aform-button-area input {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  .aform-content .aform-name-ul,
  .aform-content .aform-kana-ul {
    flex-direction: column;
  }

  .aform-content dd [class*='assessment_sample_info_']:first-child:not(input) {
    padding-bottom: calc(2lh + 1.6rem);
  }

  .aform-content .dl_assessment_exam_content_04 dd {
    padding-top: 36px;
  }

  .aform-content [class*='assessment_sample_data_note_'],
  .aform-content .assessment_specification_data_note_04 {
    padding-left: 18px;
    translate: 0 -112px;
  }

  .aform-content [class*='assessment_sample_data_note_'] {
    translate: 0 -112px;
  }

  .aform-content .assessment_specification_data_note_04 {
    translate: 0 -92px;
  }

  .aform-content [class*='assessment_sample_data_note_']::before,
  .aform-content .assessment_specification_data_note_04::before {
    top: 8px;
    left: 4px;
  }

  .aform-content [class*='assessment_sample_data_note_'] + dl[class^='dl_assessment_sample_data_'],
  .aform-content .dl_assessment_specification_data_04_01 {
    margin-top: -36px;
  }

  .aform-content dl[class^='dl_assessment_sample_data_'],
  .aform-content dl[class^='dl_assessment_specification_data_04_'] {
    gap: 7px 0;
    padding-left: 0;
  }

  .aform-content dl[class^='dl_assessment_sample_data_']:has(+ [class^='dl_assessment_sample_data_']),
  .aform-content .dl_assessment_specification_data_04_01 {
    padding-bottom: 0;
    border-bottom: none !important;
  }

  .aform-content dl[class^='dl_assessment_sample_data_'] dt,
  .aform-content dl[class^='dl_assessment_sample_data_'] dd,
  .aform-content dl[class^='dl_assessment_specification_data_04_'] dt,
  .aform-content dl[class^='dl_assessment_specification_data_04_'] dd {
    width: 100%;
    margin: 0;
  }

  .aform-content dl[class^='dl_assessment_sample_data_'] dt,
  .aform-content dl[class^='dl_assessment_specification_data_04_'] dt {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.43;
  }

  .aform-content dl[class^='dl_assessment_sample_data_'] dt label,
  .aform-content dl[class^='dl_assessment_specification_data_04_'] dt label {
    padding: 0;
    margin: 0;
  }
}

/* SP tap */
@media only screen and (max-width: 768px) {
  .aform-button-area input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    -webkit-touch-callout: none;
  }
}
