@charset "UTF-8";
/* =======================================

CommonElements MARK: 2025-09-04更新

======================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;600;700;900&display=swap');

: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;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.5;
  background: var(--color-white);
  letter-spacing: 0.05em;
  font-family: var(--ff-sans-serif);
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
}

/* ------------------------------------
MARK: common parts
------------------------------------ */
.br_pc {
  display: block;
  font-size: 0 !important;
}

.br_sp {
  display: none !important;
}

.display_pc {
  display: block !important;
}

.display_sp {
  display: none !important;
}

.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

.align_l {
  text-align: left !important;
}

.v_align_t {
  vertical-align: top !important;
}

.v_align_m {
  vertical-align: middle !important;
}

.v_align_b {
  vertical-align: bottom !important;
}

a {
  /*  font-size: 1.6rem;*/
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  color: var(--color-carlit-red);
}

p {
  /*  font-size: 1.6rem;*/
  font-size: clamp(1.4rem, calc(0.25vw + 1.2rem), 1.6rem);
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 40px;
  transition: all 0.3s ease-out;
}

figure {
  text-align: center;
}

figcaption {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 29px;
  background-color: #f4f5f8;
  border: 0;
}

.note {
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
}

.accent {
  color: var(--color-carlit-red);
}

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

  .br_sp {
    display: block !important;
    font-size: 0 !important;
  }

  .display_pc {
    display: none !important;
  }

  .display_sp {
    display: block !important;
  }

  a {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
  padding-top: 85px;
}
@media only screen and (max-width: 768px) {
  #container {
    padding-top: 65px;
  }
}
.cont_inner {
  max-width: 1180px;
  margin: 0 auto;
}

.sec_wrap {
  margin-bottom: 108px;
}

.cont_wrap {
  margin-bottom: 64px;
}

@media only screen and (max-width: 1240px) {
  .cont_inner {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  #container {
    min-width: auto;
    min-width: initial;
  }

  .cont_inner {
    margin: 0 auto;
    width: 90%;
  }

  .sec_wrap {
    margin-bottom: 60px;
  }

  .cont_wrap {
    margin-bottom: 32px;
  }
}

@font-face {
  font-family: 'carlit_assessment';
  src: url(/assessment/css/fonts/carlit_assessment.ttf?c6fgde) format('truetype'), url(/assessment/css/fonts/carlit_assessment.woff?c6fgde) format('woff'), url(/assessment/css/fonts/carlit_assessment.svg?c6fgde#carlit_assessment) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'carlit_assessment';
}

.icon_arrow::before {
  content: '\e900';
}

.icon_arrow_line::before {
  content: '\e901';
}

.icon_back::before {
  content: '\e902';
}

.icon_bottling::before {
  content: '\e903';
}

.icon_chemicals::before {
  content: '\e904';
}

.icon_engineering::before {
  content: '\e905';
}

.icon_metalwork:before {
  content: '\e906';
}

.icon_search::before {
  content: '\e907';
}

.icon_blank::before {
  content: '\e908';
}

.icon_window::before {
  content: '\e909';
}

.icon_home::before {
  content: '\e90a';
}

.icon_area::before {
  content: '\e90b';
}

.icon_download::before {
  content: '\e90c';
}

.icon_future::before {
  content: '\e90d';
}

.icon_highlights::before {
  content: '\e90e';
}

.icon_history::before {
  content: '\e90f';
}

.icon_info::before {
  content: '\e910';
}

.icon_movie::before {
  content: '\e911';
}

.icon_organizational::before {
  content: '\e912';
}

.icon_origin::before {
  content: '\e913';
}

.icon_triangle::before {
  content: '\e914';
}

.icon_chemicals02::before {
  content: '\e915';
}

.icon_envelope::before {
  content: '\e91a';
}

/* ------------------------------------
MARK: parts
------------------------------------ */
.btn {
  display: table;
  font-size: 1.6rem;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 17px 59px 17px 45px;
  background-color: var(--color-carlit-red);
  border-radius: 50px;
  position: relative;
}

.btn::before {
  font-family: 'carlit_assessment';
  content: '\e901';
  font-size: 1rem;
  color: var(--color-white);
  line-height: 1;
  font-weight: normal;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.btn[target='_blank']::before {
  display: inline-block;
  font-family: 'carlit_assessment';
  content: '\e908';
  transform: translateY(-50%);
}

/* download */
.btn.download::before {
  content: '\e90c';
}

/* size */
.btn.btn_s {
  padding: 8px 59px 8px 45px;
  font-size: 1.4rem;
}

/* align_r */
.align_r .btn {
  margin-left: auto;
  margin-right: 0;
}

/* align_l */
.align_l .btn {
  margin-left: 0;
  margin-right: auto;
}

/* btn_area */
.btn_area a.btn {
  display: inline-block;
}

.btn_area a.btn:not(:last-of-type) {
  margin-right: 1em;
}

.btn_area.align_c a.btn {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media only screen and (max-width: 768px) {
  .btn {
    font-size: 1.4rem;
    padding: 12px 45px 12px 32px;
  }

  /* btn_area */
  .btn_area {
    margin-bottom: 24px;
  }

  .btn_area a.btn {
    display: block;
  }

  .btn_area a.btn:not(:last-of-type),
  .btn_area.align_c a.btn {
    margin-left: 0;
    margin-right: 0;
  }
}

/* link_btn */
.link_btn {
  font-size: 1.6rem;
  color: var(--color-white);
  padding-left: 20px;
  position: relative;
}

.link_btn::before {
  content: '';
  width: 8px;
  height: 3px;
  background-color: var(--color-carlit-red);
  border-radius: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}

/* img_btn */
.img_btn {
  text-decoration: none;
  position: relative;
}

.img_btn::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;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.img_btn > * {
  display: table;
  overflow: hidden;
  border-radius: 0 100px 100px 100px;
}

@media only screen and (max-width: 768px) {
  .img_btn::before {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
  }

  .img_btn img {
    min-height: 75px;
    object-fit: cover;
  }
}

/* thumb_btn */
.thumb_btn_clm {
  display: flex;
  gap: 0 86px;
}

.thumb_btn_clm > li {
  width: calc((100% - 86px) / 2);
}

.thumb_btn {
  display: inline-block;
  width: 100%;
  padding: 13px 18px 14px;
  background-color: #fef3f4;
  border-radius: 0 200px 200px 200px;
  text-decoration: none;
  position: relative;
}

.thumb_btn::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;
  right: 0;
  bottom: 0;
}

.thumb_btn figure {
  display: flex;
  align-items: center;
}

.thumb_btn figure img {
  width: 135px;
  height: auto;
  margin-right: 41px;
}

.thumb_btn figcaption {
  font-family: var(--ff-serif);
  font-size: 2.4rem;
  line-height: 1.3;
  color: var(--color-black);
}

.thumb_btn figcaption > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: var(--color-carlit-red);
  margin-bottom: 3px;
}

/* Hover */
@media (any-hover: hover) {
  .thumb_btn:hover {
    box-shadow: 0 0 32px rgba(46, 50, 56, 0.08);
  }
}

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

  .thumb_btn_clm > li {
    width: 100%;
  }

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

  .thumb_btn {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 0 25px 25px 25px;
  }

  .thumb_btn::before {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
    bottom: -10px;
  }

  .thumb_btn figure img {
    width: 68px;
    margin-right: 18px;
  }

  .thumb_btn figcaption {
    font-size: 1.8rem;
  }

  .thumb_btn figcaption > small {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}

/* card_link */
.card_link {
  display: flex;
  justify-content: center;
}

.card_link li {
  width: 100%;
}

.card_link li:not(:last-child) {
  margin-right: 40px;
}

.card_link a {
  text-decoration: none;
}

.card_link img {
  width: 125px;
  height: auto;
  border: 5px solid var(--color-white);
  border-radius: 50%;
  background-color: #ffcdc9;
}

.card_link figure {
  height: 100%;
  text-align: center;
  position: relative;
}

.card_link figure::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;
  right: 0;
  bottom: 0;
}

.card_link a[target='_blank'] figure::before {
  content: '\e908';
  font-size: 1.1rem;
}

.card_link figcaption {
  height: calc(100% - 65px);
  margin-top: -60px;
  padding: 91px 10px 30px;
  background-color: var(--color-white);
  border-radius: 0 75px 75px 75px;
}

.card_link figcaption h3 {
  font-family: var(--ff-serif);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  color: var(--color-black);
  margin-bottom: 0;
}

.card_link figcaption small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: var(--color-carlit-red);
  margin-bottom: 3px;
}

.card_link figcaption p {
  margin-bottom: 24px;
  padding: 24px 32px 0;
  line-height: 1.6;
  color: var(--color-black);
  text-align: center;
}

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

  .card_link li {
    width: 100%;
    max-width: initial;
  }

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

  .card_link figure {
    margin-bottom: 11px;
  }

  .card_link figure::before {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
    bottom: -11px;
  }

  .card_link img {
    width: 72px;
  }

  .card_link figcaption {
    margin-top: -20px;
    padding: 27px 10px 18px;
    border-radius: 25px;
  }

  .card_link figcaption h3 {
    font-size: 1.8rem;
  }

  .card_link figcaption small {
    font-size: 1rem;
    margin-bottom: 2px;
  }

  .card_link figcaption p {
    margin-bottom: 16px;
    padding: 16px 8px 0;
  }
}

/* nav_btn */
.nav_btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 390px;
  min-height: 65px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.075em;
  color: #333;
  /*  margin: 28px 0;*/
  padding: 10px 60px 10px 30px;
  background-color: var(--color-white);
  border-radius: 0 50px 50px 50px;
  box-shadow: 0 0 28px rgba(46, 50, 56, 0.08);
  text-decoration: none;
  position: relative;
}

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

.nav_btn::before {
  font-family: 'carlit_assessment';
  content: '\e901';
  color: var(--color-carlit-red);
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
}

/* _blank */
.nav_btn[target='_blank']::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit_assessment';
  content: '\e908';
  color: var(--color-carlit-red);
  font-size: 1rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fef3f4;
  padding-left: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}

.nav_btn[href*='.pdf' i]::before,
.nav_btn[target='_blank'][href*='.pdf' i]::before {
  content: '';
  background-image: url(/assessment/files/ico_pdf.png);
  background-size: 1.3rem auto;
  background-position: center;
  background-repeat: no-repeat;
}

.nav_btn[href*='.xls' i]::before,
.nav_btn[target='_blank'][href*='.xls' i]::before,
.nav_btn[href*='.xlsx' i]::before,
.nav_btn[target='_blank'][href*='.xlsx' i]::before,
.nav_btn[href*='.xlsm' i]::before,
.nav_btn[target='_blank'][href*='.xlsm' i]::before {
  content: '';
  background-image: url(/assessment/files/ico_excel.svg);
  background-size: 1.7rem auto;
  background-position: center;
  background-repeat: no-repeat;
}

/* current */
.nav_btn.current {
  color: var(--color-carlit-red);
  background-color: #fef3f4;
  box-shadow: none;
}

.nav_btn.current::before,
.nav_btn.current::after {
  content: none;
}

/* back */
.nav_btn.back {
  color: var(--color-carlit-red);
  position: relative;
  z-index: 1;
}

.nav_btn.back::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit_assessment';
  content: '\e902';
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color-carlit-red);
  padding-top: 1px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}

/* .nav_btn_list */
.nav_btn_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.nav_btn_list .nav_btn {
  max-width: 490px;
}

/* Hover */
@media (any-hover: hover) {
  .nav_btn:hover {
    opacity: 1;
    color: var(--color-carlit-red);
    background-color: #fef3f4;
    box-shadow: none;
  }

  .nav_btn:hover::before {
    color: var(--color-carlit-red);
  }

  .nav_btn.current:hover {
    opacity: 0.5;
  }

  .nav_btn[target='_blank']:hover::before {
    background-color: var(--color-white);
  }

  .nav_btn.back:hover::before {
    color: var(--color-white);
  }
}

@media only screen and (max-width: 768px) {
  .nav_btn {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 60px 10px 25px;
  }

  .nav_btn_list {
    display: block;
  }

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

  .nav_btn_list .nav_btn {
    font-size: 1.4rem;
  }
}

/* nav_wrap */
.nav_wrap {
  display: table;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0 auto;
  padding: 15px 13px 15px 37px;
  border-radius: 100px;
  background-color: #f8f8f8;
}

.nav_wrap:not(:last-child) {
  margin-bottom: 16px;
}

.nav_wrap p {
  display: table-cell;
  margin: 0;
  padding-right: 18px;
}

.nav_wrap .btn {
  display: table-cell;
  padding: 13px 37px 13px 33px;
}

/* nav_back_wrap */
.nav_back_wrap {
  position: relative;
}

.nav_back_wrap::before,
.nav_back_wrap::after {
  content: '';
  width: calc((100vw - 465px) / 2);
  height: 2px;
  background-color: #efefef;
  position: absolute;
  top: 50%;
}

.nav_back_wrap::before {
  left: calc(50% - 50vw);
}

.nav_back_wrap::after {
  right: calc(50% - 50vw);
}

.nav_back_wrap > .nav_btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1240px) {
  .nav_back_wrap::before {
    left: -30px;
  }

  .nav_back_wrap::after {
    right: -30px;
  }
}

@media only screen and (max-width: 980px) {
  .nav_back_wrap::before,
  .nav_back_wrap::after {
    content: '';
    width: calc((980px - 465px) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .nav_wrap {
    display: block;
    padding: 15px 22px;
    border-radius: 25px;
  }

  .nav_wrap p {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .nav_wrap .btn {
    display: table;
    padding: 13px 37px 13px 33px;
  }

  .nav_back_wrap {
    padding: 0 10%;
  }

  .nav_back_wrap::before,
  .nav_back_wrap::after {
    width: calc((100vw - 100%) / 2);
  }

  .nav_back_wrap::before {
    left: 0;
  }

  .nav_back_wrap::after {
    right: 0;
  }

  .nav_back_wrap > .nav_btn {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
MARK: newslist
------------------------------------ */
.news_list_area .empty {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
}

.newslist:not(:last-child) {
  margin-bottom: 30px;
}

.newslist li {
  display: flex;
  align-items: center;
  min-height: 65px;
  box-sizing: content-box;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.newslist li ul {
  padding-left: 2em;
}

.newslist li ul li {
  border-bottom: none;
  border-top: 1px solid #e2e2e2;
  position: relative;
}

.newslist li ul li::before {
  content: '\2514';
  left: -2em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}

.newslist li > *:not(ul) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.newslist li a {
  color: #333;
  text-decoration: none;
}

.newslist li a:hover {
  opacity: 0.6;
}

.newslist .date {
  font-size: 1.4rem;
  margin-right: 2em;
  width: 6em;
}

.newslist .label {
  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;
}

.newslist .label.notice {
  background: #fcdfea;
}

.newslist .label.seminar {
  background: #d8edff;
}

.newslist .label.etc {
  background: #f6f7f5;
}

.bg_wrap .newslist .label {
  background: var(--color-carlit-red);
  border: 1px solid var(--color-carlit-red);
  color: var(--color-white);
}

.newslist > li a {
  position: relative;
}

.newslist > li a[target='_blank'] {
  padding-right: 20px;
}

.newslist > li a[target='_blank']::after {
  content: '\e909';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.3rem;
  line-height: 1;
  font-family: 'carlit_assessment';
  color: #de1b23;
  translate: 0 -50%;
}

.newslist > li a[href*='.pdf'],
.newslist > li a[target='_blank'][href*='.pdf'] {
  background-image: url(/assessment/files/ico_pdf.png);
  background-position: right center;
  background-size: 1.3rem auto;
  background-repeat: no-repeat;
}

.newslist > li a[href*='.pdf']::after,
.newslist > li a[target='_blank'][href*='.pdf']::after {
  content: none;
}

.newslist > li a[href*='.pdf'] .size,
.newslist > li a[target='_blank'][href*='.pdf'] .size {
  padding: 0;
}

.newslist .ttl {
  font-size: 1.4rem;
  flex: 1;
}

.newslist .new {
  background: var(--color-carlit-red);
  color: var(--color-white);
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0 0 0.2em;
  padding: 0 0.2em;
}

.newslist .size {
  display: inline-block;
  padding: 0 20px 0 0;
  width: 7em;
  font-size: 1.2rem;
  color: #5c5c5c;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .news_list_area .empty {
    padding: 14px 0;
  }

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

  .newslist li > *:not(ul) {
    display: block;
    padding: 14px 0;
  }

  .newslist > li a[href*='.pdf'],
  .newslist > li a[target='_blank'][href*='.pdf'] {
    background-position: right bottom 14px;
  }

  .newslist .date {
    margin-right: 1em;
  }

  .newslist .label {
    width: 95px;
    margin: 0 auto 1em 0;
    padding: 2px;
  }

  .newslist .ttl {
    display: inline;
    font-size: 1.4rem;
  }

  .newslist .ttl:before {
    content: '\A';
    white-space: pre;
  }

  .newslist .size {
    display: block;
    margin: 12px 0 0 auto;
  }
}

/* ------------------------------------
MARK: header
------------------------------------ */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 980px;
  width: 100%;
  height: 85px;
  padding-left: 45px;
  background-color: var(--color-white);
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease-out;
  position: absolute;
}

header.fixed {
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 40px rgba(46, 46, 46, 0.06);
}
@media only screen and (min-width: 768px) {
  header.fixed {
    top: 0;
    animation: headerIn 250ms ease-in-out forwards;
  }
}
@keyframes headerIn {
  0% {
    top: -95px;
  }
  100% {
    top: 0px;
  }
}

header h1,
header .logo {
  width: 319px;
  line-height: 1;
  margin-right: 30px;
  position: relative;
  top: 0;
  z-index: 11;
}

header h1 a,
header .logo a {
  display: flex;
}

/* header */
header > nav {
  display: flex;
  align-items: center;
  height: 100%;
}

header .glonav {
  display: flex;
  align-items: center;
  gap: 0 24px;
  height: 100%;
  padding-top: 29px;
  margin-right: 24px;
}

header .glonav > li {
  height: 100%;
}

header .glonav > li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}

header .sub_nav {
  display: flex;
  position: relative;
}

header .sub_nav > a {
  font-size: 1.8rem;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.075em;
  text-decoration: none;
  padding: 13px 16px 15px 22px;
  border-right: 1px solid var(--color-white);
  border-radius: 50px 0 0 50px;
  background-color: var(--color-carlit-red);
  position: relative;
}

header .sub_nav > a::before {
  content: '\e91a';
  padding-right: 10px;
  font-size: 1.57rem;
  font-family: 'carlit_assessment';
  vertical-align: middle;
}

header .hd_link {
  position: absolute;
  top: 18px;
  right: 210px;
  font-size: 1.2rem;
  line-height: 1.41;
}

header.fixed .hd_link {
  top: 10px;
}

header .hd_link > a {
  font-size: inherit;
  line-height: inherit;
  color: var(--color-black);
  text-decoration: none;
}

header .hd_link > a::after {
  content: '\e909';
  padding-left: 4px;
  font-size: 1rem;
  font-family: 'carlit_assessment';
  vertical-align: middle;
  color: #de1b23;
}

/* .mdd_wrap */
header .mdd_wrap {
  display: none;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 85px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 30;
}

header.fixed .mdd_wrap {
  top: 65px;
}

header .mdd_inner {
  margin-top: 44px;
  margin-bottom: 93px;
}

header .mdd_wrap h2 a {
  display: table;
  height: auto;
  font-family: var(--ff-serif);
  /*  font-size: 2.2rem;*/
  font-size: clamp(2rem, calc(0.25vw + 1.9rem), 2.2rem);
  color: var(--color-white);
  letter-spacing: 0.075em;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

header .mdd_wrap h2 a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-carlit-red);
  position: absolute;
  top: 13px;
  left: 0;
}

header .mdd_wrap h2 a > small {
  display: inline-block;
  font-family: 'Bodoni Moda', serif;
  /*  font-size: 1.2rem;*/
  font-size: clamp(1.1rem, calc(0.25vw + 1rem), 1.2rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 8px;
}

header .mdd_wrap h2 > small::after {
  content: none;
}

header .mdd_wrap .clm_wrap {
  display: flex;
  justify-content: space-between;
}

header .mdd_wrap .clm_wrap > div {
  width: 323px;
}

header .mdd_wrap figure {
  border-radius: 5px;
  border: 3px solid #f8d4d4;
  background-color: var(--color-white);
  margin-bottom: 19px;
}

header .mdd_wrap .link_btn {
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-white);
}

header .mdd_wrap nav {
  width: 100%;
}

header .mdd_wrap .clm_wrap nav {
  width: calc(100% - 386px);
}

header .mdd_wrap nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

header .mdd_wrap nav > ul > li {
  width: calc((100% - 48px) / 4);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}

header .mdd_wrap .clm_wrap nav > ul > li {
  width: calc((100% - 32px) / 3);
}

header .mdd_wrap nav > ul > li a {
  padding: 17px 34px 17px 24px;
  position: relative;
}

header .mdd_wrap nav > ul > li a::before {
  font-family: 'carlit_assessment';
  content: '\e901';
  font-size: 1rem;
  color: var(--color-carlit-red);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0.8);
}

header .mdd_wrap nav > ul > li a[target='_blank']::before {
  content: '\e908';
  font-size: 1.4rem;
}

header #sp_menu {
  display: none;
}

@media only screen and (max-width: 1300px) {
  header {
    padding-left: 30px;
  }

  header h1,
  header .logo {
    margin-right: 20px;
  }

  header .glonav {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1180px) {
  header .glonav {
    gap: 0 16px;
    margin-right: 8px;
  }

  header .glonav > li a {
    font-size: 1.3rem;
  }

  header .sub_nav > a {
    padding: calc(13 / 1180 * 100vw) calc(12 / 1180 * 100vw) calc(15 / 1180 * 100vw) calc(18 / 1180 * 100vw);
    font-size: max(calc(14 / 1180 * 100vw), 1.3rem);
  }

  header .sub_nav > a::before {
    padding-right: calc(10 / 1180 * 100vw);
    font-size: max(calc(15 / 1180 * 100vw), 1.4rem);
  }

  header .hd_link {
    right: max(145px, calc(161 / 1180 * 100vw));
  }

  header .mdd_wrap h2 a {
    font-size: 2.2rem;
  }

  header .mdd_wrap .clm_wrap nav {
    width: calc(100% - 346px);
  }
}

/* Hover */
@media (any-hover: hover) {
  header .glonav > li a:hover {
    opacity: 0.6;
  }
}

/* PC */
@media only screen and (min-width: 769px) {
  header > nav {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  header {
    min-width: initial;
    width: 100%;
    height: 65px;
    padding-left: 0;
    position: fixed;
    top: 0 !important;
  }

  header h1,
  header .logo {
    width: 70vw !important;
    max-height: 32px;
    margin-left: 5%;
  }

  header > nav {
    display: none !important;
    width: 100%;
    padding: 0;
  }

  body.menu_open header > nav {
    display: block !important;
    height: calc(100svh - 65px);
    padding-bottom: 60px;
    background-color: rgba(238, 238, 238, 0.95);
    position: fixed;
    top: 65px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  header > nav .cont_inner {
    display: block;
    padding: 0;
  }

  header > nav > .glonav {
    display: none;
  }

  /* sp */
  header #sp_menu {
    display: block;
  }

  header .glonav {
    display: block;
    height: auto;
    padding-top: 0;
    margin: 0 5% 40px;
  }

  header .glonav > li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .glonav > li:not(:last-child) {
    margin: 0;
  }

  header .glonav > li > a {
    width: calc(100% - 35px);
    font-size: 1.4rem !important;
    font-weight: 500;
    color: var(--color-black);
    padding: 16px 16px 16px 0;
  }

  header .glonav > li.parent > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: -20px;
    z-index: 1;
    outline: revert;
  }

  header .glonav > li.parent > button::before,
  header .glonav > li.parent > button::after {
    content: '';
    display: block;
    border-radius: 5px;
    background-color: var(--color-carlit-red);
    transition: all 0.3s ease-out;
  }

  header .glonav > li.parent > button::before {
    width: 14px;
    height: 3px;
  }

  header .glonav > li.parent > button::after {
    width: 3px;
    height: 14px;
    position: relative;
    right: 8px;
  }

  header .glonav > li.parent.switch > button::after {
    transform: rotate(90deg);
  }

  header .sub_nav {
    width: 90%;
    margin: 0 5%;
    display: flex;
    padding-right: 0;
  }

  header .sub_nav a {
    flex: 1;
    padding: 12px 16px;
    border-radius: 50px;
    font-size: 1.6rem;
  }

  header .sub_nav a::before {
    padding-right: 8px;
  }

  header .hd_link {
    display: flex;
    justify-content: center;
    width: 90%;
    border: solid 1px var(--color-carlit-red);
    border-radius: 50px;
    margin: 16px 5% 0;
    font-size: 1.4rem;
    line-height: 1.43;
  }

  header .hd_link,
  header.fixed .hd_link {
    position: static;
    top: unset;
    right: unset;
  }

  header .hd_link > a {
    width: 100%;
    position: relative;
    padding: 12px 0 13px;
    color: var(--color-carlit-red);
    text-align: center;
  }

  header .hd_link > a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    translate: 0 -50%;
  }

  /* .mdd_wrap */
  header .mdd_wrap {
    position: static;
    width: 110%;
    margin: 0 -5%;
    overflow: visible;
    background-color: rgba(238, 238, 238, 0.08);
  }

  header .switch .mdd_wrap {
    opacity: 1 !important;
  }

  header .mdd_inner {
    margin: 0 5%;
  }

  header .mdd_wrap h2 {
    display: none;
  }

  header .mdd_wrap .clm_wrap {
    display: block;
  }

  header .mdd_wrap .clm_wrap > div {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .mdd_wrap figure {
    display: none;
  }

  header .mdd_wrap .link_btn {
    font-size: 1.4rem;
    color: var(--color-black);
    padding: 16px 34px 16px 0;
  }

  header .mdd_wrap .link_btn::before {
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: 'carlit_assessment';
    content: '\e901';
    font-size: 1rem;
    color: var(--color-carlit-red);
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(0.8);
  }

  header .mdd_wrap nav {
    width: 100% !important;
  }

  header .mdd_wrap nav > ul {
    display: block;
  }

  header .mdd_wrap nav > ul > li {
    width: 100% !important;
    background-color: transparent;
  }

  header .mdd_wrap nav > ul > li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .mdd_wrap nav > ul > li a {
    color: var(--color-black);
    padding: 16px 34px 16px 0;
  }

  header .mdd_wrap nav > ul > li a::before {
    right: 0;
  }
}

/*-----------------------------------------
MARK: menu btn
-----------------------------------------*/
.menu_wrap {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu_wrap {
    display: block;
    position: fixed;
    top: 10px;
    right: calc(5% - 10px);
    z-index: 20;
  }

  .menu_wrap #btn_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    outline: revert;
  }

  .menu_wrap #btn_menu > span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: var(--color-black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
  }

  .menu_wrap #btn_menu > span:nth-of-type(1) {
    top: calc(50% - 5px);
  }

  .menu_wrap #btn_menu > span:nth-of-type(3) {
    top: calc(50% + 5px);
  }

  /* .menu_open */
  .menu_open .menu_wrap #btn_menu > span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu_open .menu_wrap #btn_menu > span:nth-of-type(2) {
    transform: translateX(10%) translateX(2.5px) rotate(0);
    opacity: 0;
  }

  .menu_open .menu_wrap #btn_menu > span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* ------------------------------------
MARK: footer_contact
------------------------------------ */
#footer_contact {
  margin-bottom: 100px;
}

#footer_contact .cont_inner {
  padding: 80px;
  background: #fef3f4;
  border-radius: 100px;
  text-align: center;
}

#footer_contact h2 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
  font-family: var(--ff-serif);
  letter-spacing: 0.075em;
}

#footer_contact h2 > span {
  padding: 0 0 16px;
  display: block;
  font-size: 3.2rem;
}

#footer_contact h2 > span::after {
  content: '';
  width: 10px;
  height: 3px;
  border-radius: 5px;
  background-color: var(--color-carlit-red);
  margin-top: 16px;
  display: block;
  position: relative;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

#footer_contact .tel {
  color: #e6010a;
  font-family: var(--ff-serif);
  font-size: 4rem;
  letter-spacing: 0.075em;
}

#footer_contact .tel a {
  font-size: inherit;
}

#footer_contact p {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #footer_contact {
    margin-bottom: 64px;
  }

  #footer_contact .cont_inner {
    padding: 40px 6% 16px;
    background: #fef3f4;
    border-radius: 25px;
    text-align: center;
  }

  #footer_contact h2 {
    margin-bottom: 32px;
    font-size: 1.6rem;
  }

  #footer_contact h2 > span {
    padding: 0 0 8px;
    font-size: 2.4rem;
  }

  #footer_contact h2 > span::after {
    margin-top: 8px;
  }

  #footer_contact .tel {
    font-size: 3.5rem;
  }

  #footer_contact .tel a {
    font-size: 3.5rem;
    letter-spacing: 0;
  }

  #footer_contact p {
    margin-bottom: 40px;
  }
}

/* ------------------------------------
MARK: footer
------------------------------------ */
footer {
  padding: 70px 0 60px;
  border-radius: 0 100px 0 0;
  background-color: #eee;
}

/* .footer_sitemap */
footer .footer_sitemap > .cont_inner {
  display: flex;
  gap: 0 calc(144 / 1180 * 100%);
}

footer .footer_sitemap .row {
  padding-bottom: 65px;
}

footer .footer_sitemap .row:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer_sitemap .row > *:not(:last-child) {
  margin-bottom: 54px;
}

footer .footer_sitemap ul {
  margin-bottom: -10px;
}

footer .footer_sitemap ul li {
  margin-bottom: 10px;
}

footer .footer_sitemap a {
  display: inline-block;
  line-height: 1.28;
  text-decoration: none;
  position: relative;
}

footer .footer_sitemap dt a {
  display: block;
  font-family: var(--ff-serif);
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-black);
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}

footer .footer_sitemap dt a::before {
  content: '';
  width: 14px;
  height: 3px;
  background-color: var(--color-carlit-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .footer_sitemap dd {
  display: flex;
  gap: 0 40px;
}

footer .footer_sitemap dd a {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
}

footer .footer_sitemap dd a[target='_blank'] {
  padding-right: 22px;
  position: relative;
}

footer .footer_sitemap dd a[target='_blank']::before {
  font-family: 'carlit_assessment';
  content: '\e909';
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  color: rgba(222, 27, 35, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .footer_sitemap dd a[target='_blank'][href*='.pdf'] {
  padding-right: 0;
}

footer .footer_sitemap dd a[target='_blank'][href*='.pdf']::before {
  content: none;
}

footer .footer_sitemap dd a > small {
  display: block;
  font-size: 1.1rem;
}

footer .footer_sitemap ul.other a {
  font-family: var(--ff-serif);
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-black);
  padding-bottom: 16px;
  margin-bottom: 37px;
  position: relative;
}

footer .footer_sitemap ul.other a::before {
  content: '';
  width: 14px;
  height: 3px;
  background-color: var(--color-carlit-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* facts_list */
footer .footer_sitemap .facts_list {
  display: flex;
  flex-direction: column;
}

footer .footer_sitemap .facts_list li:first-child {
  order: 4;
}

/* bnr */
footer .bnr_recovered {
  display: block;
  width: 100%;
  min-width: 20vw;
  color: var(--color-white);
  font-size: 3.4rem;
  text-align: center;
  font-family: var(--ff-serif);
}

footer .bnr_recovered > div::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

footer .bnr_recovered span {
  position: relative;
  z-index: 2;
}

footer .bnr_recovered small {
  padding-top: 0.5em;
  display: block;
  font-size: 1.6rem;
  position: relative;
  z-index: 3;
}

/* footer_bottom */
footer .footer_bottom {
  padding-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer_bottom > .cont_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer_bottom ul {
  display: flex;
  align-items: center;
  order: 2;
  gap: 0 32px;
}

footer .footer_bottom li a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

footer .footer_bottom li a[target='_blank'] {
  padding-right: 22px;
}

footer .footer_bottom li a[target='_blank']::before {
  font-family: 'carlit_assessment';
  content: '\e909';
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  color: rgba(222, 27, 35, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .footer_bottom small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.1rem;
  color: var(--color-black);
  letter-spacing: 0.1em;
  order: 1;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 24px 0 41px;
    border-radius: 0;
  }

  footer .footer_sitemap {
    margin-bottom: 32px;
  }

  footer .footer_sitemap > .cont_inner {
    display: block;
  }

  footer .footer_sitemap .row {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }

  footer .footer_sitemap .row > * {
    margin-bottom: 0 !important;
  }

  footer .footer_sitemap ul {
    margin-bottom: 0;
  }

  footer .footer_sitemap ul li {
    margin-bottom: 0;
  }

  footer .footer_sitemap dt {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  footer .footer_sitemap dt.switch {
    border-bottom: none;
  }

  footer .footer_sitemap dt a {
    width: calc(100% - 35px);
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 16px 16px 16px 0;
  }

  footer .footer_sitemap dt a::before {
    content: none;
  }

  footer .footer_sitemap dt > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
  }

  footer .footer_sitemap dt > span::before,
  footer .footer_sitemap dt > span::after {
    content: '';
    display: block;
    border-radius: 5px;
    background-color: var(--color-carlit-red);
    transition: all 0.3s ease-out;
  }

  footer .footer_sitemap dt > span::before {
    width: 14px;
    height: 3px;
  }

  footer .footer_sitemap dt > span::after {
    width: 3px;
    height: 14px;
    position: relative;
    right: 8px;
  }

  footer .footer_sitemap dt.switch > span::after {
    transform: rotate(90deg);
  }

  footer .footer_sitemap dd {
    display: none;
    width: 110%;
    margin: 0 -5%;
    background-color: rgba(255, 255, 255, 0.08);
  }

  footer .footer_sitemap dd a {
    display: block;
    padding: 16px 0;
    position: relative;
  }

  footer .footer_sitemap dd a::before {
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: 'carlit_assessment';
    content: '\e901';
    font-size: 1rem;
    color: var(--color-carlit-red);
    position: absolute;
    left: auto;
    top: 50%;
    right: -2px;
    bottom: auto;
    transform: translateY(-50%) scale(0.8);
  }

  footer .footer_sitemap dd > ul {
    margin: 0 5% !important;
  }

  footer .footer_sitemap dt.switch + dd > ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  footer .footer_sitemap dt.switch + dd > ul:last-child li:last-child {
    border-bottom: none;
  }

  footer .footer_sitemap ul.other li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  footer .footer_sitemap ul.other a {
    display: block;
    margin-bottom: 0;
    padding: 16px 34px 16px 0;
  }

  footer .footer_sitemap ul.other a::before {
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: 'carlit_assessment';
    content: '\e901';
    font-size: 1rem;
    color: var(--color-carlit-red);
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translateY(-50%) scale(0.8);
  }

  footer .footer_sitemap .facts_list {
    display: block;
  }

  /* bnr */
  footer .bnr_recovered {
    margin-top: 40px;
    font-size: 3.4rem;
  }

  footer .bnr_recovered > div {
    border-radius: 25px;
  }

  footer .bnr_recovered small {
    font-size: 1.4rem;
  }

  /* footer_bottom */
  footer .footer_bottom {
    padding-top: 0;
    border: none;
  }

  footer .footer_bottom > .cont_inner {
    display: block;
  }

  footer .footer_bottom ul {
    display: block;
    margin-bottom: 32px;
  }

  footer .footer_bottom ul li {
    text-align: center;
  }

  footer .footer_bottom ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  footer .footer_sitemap ul.other a {
    font-size: 1.4rem;
  }

  footer .footer_bottom small {
    text-align: center;
  }
}

#page_top {
  display: none;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.2rem;
  color: var(--color-white);
  text-align: center;
  line-height: 1.16;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 33px 13px 17px 27px;
  background-color: var(--color-black);
  border-radius: 50px 0 0 50px;
  position: fixed;
  right: 0;
  bottom: 172px;
  z-index: 9;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
  transition: none;
}

#page_top.active {
  transition: all 0.3s ease-out;
}

#page_top::before {
  font-family: 'carlit_assessment';
  content: '\e900';
  font-size: 1.4rem;
  color: var(--color-carlit-red);
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%) translateX(6px) rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  #page_top {
    font-size: 1rem;
    bottom: 10px;
    padding: 28px 8px 10px 16px;
    transform: scale(0.9);
  }

  #page_top::before {
    font-size: 1.2rem;
    top: 10px;
    transform: translateX(-50%) translateX(4px) rotate(-90deg);
  }
}

/*-----------------------------------------
MARK: Hover
-----------------------------------------*/
a,
.btn,
.btn::before {
  transition: all 0.3s ease-out;
}

.dragscroll_cont {
  cursor: grab;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }

  a.btn:hover {
    opacity: 1;
    color: var(--color-carlit-red);
    background-color: #fef3f4;
    box-shadow: 0 0 32px rgba(46, 50, 56, 0.08);
  }

  a.btn:hover::before {
    color: var(--color-carlit-red);
  }

  .dragscroll_cont:active {
    cursor: grabbing;
  }
}

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

/*-----------------------------------------
MARK: ClearFix
-----------------------------------------*/
.clear::before,
.clear::after {
  content: '';
  display: table;
}

.clear::after {
  clear: both;
}

.clear {
  *zoom: 1;
}

/*-----------------------------------------
MARK: list
-----------------------------------------*/
/* ul  */
.basic_ul:not(:last-child) {
  margin-bottom: 32px;
}

.basic_ul > li {
  line-height: 1.75;
  padding-left: 18px;
  position: relative;
  color: var(--color-black);
}

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

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

/* ol */
.basic_ol {
  counter-reset: num;
  list-style: none;
}

.basic_ol:not(:last-child) {
  margin-bottom: 32px;
}

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

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

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

.basic_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;
}

.item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 23px;
}

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

.item_list > li {
  position: relative;
  padding-left: calc(13 / 14 * 1em);
}

.item_list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100vmax;
  background-color: var(--color-carlit-red);
  translate: 0 -50%;
}

@media only screen and (max-width: 768px) {
  .basic_ol > li::after {
    font-size: 1.1rem;
  }
}

/*-----------------------------------------
MARK: tab
-----------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tab {
  width: 100%;
  min-width: 600px;
  margin: 0 auto;
}

.tab_btns {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}

.tab_btn {
  font-size: 1.6rem;
  padding: 1rem;
  flex-grow: 1;
  border-radius: 0.5rem 0.5rem 0 0;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
  outline: revert;

  /*
@media (any-hover: hover) {
&:hover {}
}
*/
}

/* .tab_btn[aria-selected='true'] {} */

.tab_panel[aria-hidden='true'] {
  display: none;
  opacity: 0;
}

.tab_panel[aria-hidden='false'] {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.tab_panel {
  font-size: 1.6rem;
}

/*-----------------------------------------
MARK: accordion
-----------------------------------------*/
main .accordion {
  margin-bottom: 40px;
}

main .accordion_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 14px 50px 14px 16px;
  border-radius: 4px;
  background-color: #f8f8f8;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

main .accordion_header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-carlit-red);
}

main .accordion_header::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(/assessment/files/ico_accordion_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  translate: 0 -50%;
}

main .accordion[open] .accordion_header::after {
  background-image: url(/assessment/files/ico_accordion_minus.svg);
}

main .accordion_header::-webkit-details-marker {
  display: none;
}

main .accordion_content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
}

main .accordion_inner {
  padding-top: 30px;
}

@media (any-hover: hover) {
  main .accordion_header:hover {
    opacity: 0.5;
  }
}
