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

  indexElements

======================================= */
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #e60009;
  --font-serif: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}

h2 {
  font-family: var(--font-serif);
  font-size: 3.4rem;
  letter-spacing: 0.075em;
}

h2 > span {
  display: table;
  font-family: 'Bodoni Moda', serif;
  font-size: 6.0rem;
  letter-spacing: 0.1em;
  padding-right: 60px;
  position: relative;
}

h2 > span::after {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 5px;
  background-color: var(--color-red);
  position: absolute;
  right: 0;
  bottom: 20px;
}

h3 {
  font-family: var(--font-serif);
  font-size: 3.0rem;
  color: var(--color-black);
  margin-bottom: 24px;
}

h3 > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: var(--color-red);
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.2rem;
  }

  h2 > span {
    font-size: 3.4rem;
    padding-right: 35px;
  }

  h2 > span::after {
    width: 24px;
    bottom: 11px;
  }
}

/* ------------------------------------
  MARK: slider
------------------------------------ */
.slick-dots {
  top: -50px;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  text-align: right;
  max-width: 1180px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  margin: 0;
  width: 22.5px;
  height: 3px;
}

.slick-dots li button {
  width: 22.5px;
  height: 3px;
  margin: 0;
  padding: 0;
  background-color: #f5d9da;
}

.slick-dots li:first-child button {
  border-radius: 15px 0 0 15px;
}

.slick-dots li:last-child button {
  border-radius: 0 15px 15px 0;
}

.slick-dots li.slick-active button {
  background-color: var(--color-red);
}

.slick-dots li button:before {
  content: none;
}

@media only screen and (max-width: 1300px) {
  .slick-dots {
    width :calc(100% - 60px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    width: 100%;
    top: -42px;
    left: auto;
    right: 5%;
    transform: translateX(0);
  }
}

/* ------------------------------------
  MARK: key field
------------------------------------ */
#key_field {
  opacity: 0;
  margin-bottom: 120px;
  position: relative;
}

#key_field .slider_mv {
  position: relative;
  margin-bottom: 43px;
}

#key_field .slider_mv::before {
  content: "SCROLL";
  font-family: 'Bodoni Moda', serif;
  font-size: 1.1rem;
  color: var(--color-white);
  position: absolute;
  left: 21px;
  bottom: 70px;
  transform: rotate(-90deg);
  z-index: 1;
}

#key_field .slider_mv::after {
  content: "";
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, var(--color-red) 50%, transparent 50%);
  background-position: 0 -100%;
  background-size: 100% 200%;
  position: absolute;
  left: 45px;
  bottom: -18px;
  animation: scrolldown 2.5s cubic-bezier(0.5, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100%;
  }
}

#key_field .slider_mv .cont_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

#key_field .slider_mv .cont_inner .sub_catch,
#key_field .slider_mv .cont_inner .main_catch {
  font-family: var(--font-serif);
  color: var(--color-white);
  letter-spacing: 0.075em;
}

#key_field .slider_mv .cont_inner .sub_catch {
  margin-bottom: 2rem;
  display: block;
  font-size: 2.2rem;
}

#key_field .slider_mv .cont_inner .main_catch {
  margin-bottom: 4rem;
  display: block;
  font-size: 6rem;
  text-shadow: 2px 2px 6px rgb(0 0 0 / 0.4);
}

#key_field .slider_mv .cont_inner .main_catch small {
  font-size: 4rem;
}

#key_field .slider_mv .cont_inner .main_catch .small_sp {
  font-size: inherit;
}

#key_field .slider_mv .cont_inner > .btn {
  font-size: 1.4rem;
  padding: 12px 38px 12px 32px;
}

#key_field .slider_mv a {
  display: block;
  height: 100%;
  text-decoration: none;
}

#key_field .slider_mv .slick-slide {
  height: 70vh;
  border-radius: 0 0 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#key_field .slider_mv .slide_01 {
  background-image: url(/assessment/files/index-mv_01.jpg);
}

#key_field .slider_mv .slide_02 {
  background-image: url(/assessment/files/index-mv_02.jpg);
}

#key_field .slider_mv .slide_03 {
  background-image: url(/assessment/files/index-mv_03.jpg);
}

#key_field .slider_mv .slick-dots {
  top: 32px;
  left: auto;
  right: 36px;
  max-width: none;
  width: auto;
}

#key_field .slider_mv .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
}

#key_field .slider_mv .slick-dots li.slick-active button {
  background-color: var(--color-red);
}

.mv_slider_num {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: 1.0rem;
  color: var(--color-white);
  position: absolute;
  top: 42px;
}

.mv_slider_num > span {
  font-size: 1.2rem;
}

.mv_slider_num > .nowcnt {
  color: var(--color-red);
  margin-right: 6px;
}

.mv_slider_num > .allcnt {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .slider_mv a:hover {
    opacity: 1.0;
  }

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

  body:not(.tab_view) .slider_mv a:hover .btn::before {
    color: var(--color-red);
  }
}

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

  #key_field .slider_mv {
    margin-bottom: 28px;
  }

  #key_field .slider_mv::before,
  #key_field .slider_mv::after {
    display: none;
  }

  #key_field .slider_mv .slick-slide {
    height: 250px;
    border-radius: 0 0 0 50px;
  }

  #key_field .slider_mv .cont_inner .sub_catch {
    margin-bottom: .5em;
    display: block;
    font-size: 1.3rem;
  }

  #key_field .slider_mv .cont_inner .main_catch {
    margin-bottom: 2rem;
    display: block;
    font-size: 2.2rem;
  }

  #key_field .slider_mv .cont_inner .main_catch small,
  #key_field .slider_mv .cont_inner .main_catch .small_sp {
    font-size: 1.6rem;
  }

  #key_field .slider_mv .slide_01 {
    background-image: url(/assessment/files/index-mv_01_sp.jpg);
  }

  #key_field .slider_mv .slide_02 {
    background-image: url(/assessment/files/index-mv_02_sp.jpg);
  }

  #key_field .slider_mv .slide_03 {
    background-image: url(/assessment/files/index-mv_03_sp.jpg);
  }

  #key_field .slider_mv .slick-dots {
    top: auto;
    right: 5%;
    bottom: 19px;
    transform: translateX(0);
  }

  .mv_slider_num {
    top: 218px;
  }
}
/* ------------------------------------
  MARK: NEWS
------------------------------------ */
#news h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 2.2rem;
}

#news h2 > span {
  display: inline-block;
  font-size: 4.2rem;
  margin-right: 16px;
  padding-right: 31px;
}

#news h2 > span::after {
  width: 16px;
}

#news .cont_inner {
  position: relative;
}

#news .tab {
  margin-top: 32px;
}

#news .btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 100px;
  right: 0;
  height: 40px;
  padding:0 40px 0 33px;
  font-size: 1.4rem;
}

#news .tab_btns {
  justify-content: flex-start;
}

#news .tab_btn {
  flex-grow: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  border-radius: 5px;
  background-color: #e2e2e2;
}

#news .tab_btn:focus-within {
  opacity: 0.6;
}

@media (any-hover: hover) {
  #news .tab_btn:hover {
    opacity: 0.6;
  }
}

#news .tab_btn.category_all {
  background-color: var(--color-red);
  color: var(--color-white);
}

#news .tab_btn.category_notice {
  background-color: #fcdfea;
}

#news .tab_btn.category_seminar {
  background-color: #d8edff;
}

#news .tab_btn.category_etc {
  background-color: #f6f7f5;
}

#news .tab_panels {
  min-height: 325px;
}

#news .tab_panel {
  position: relative;
  margin-top: 32px;
}

#news .tab_panel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background-color: #e2e2e2;
}

#news .newslist > li {
  position: relative;
  border-bottom: none;
}

#news .newslist > li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background-color: #e2e2e2;
}

#news .newslist .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

#news .no_article {
  display: flex;
  align-items: center;
  position: relative;
  height: 65px;
  margin: 0;
}

#news .no_article::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  background-color: #e2e2e2;
}

@media only screen and (max-width: 1240px) {
  #news h2 {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 1180px) {
  #news .tab_panel::before,
  #news .newslist > li::after,
  #news .no_article::after {
    left: -30px;
    width: calc(100% + 60px);
  }
}

@media only screen and (max-width: 768px) {
  #news h2 {
    font-size: 1.6rem;
    margin: 0 auto;
  }

  #news h2>span {
    font-size: 2.4rem;
  }

  #news h2>span::after {
    width: 10px;
  }

  #news .tab {
    min-width: unset;
    margin-top: 20px;
  }

  #news .btn {
    justify-content: center;
    position: relative;
    top: unset;
    right: unset;
    width: fit-content;
    margin: 16px auto 0;
  }

  #news .tab_btns {
    flex-wrap: wrap;
    gap: 2px;
  }

  #news .tab_btn {
    width: calc(50% - 1px);
    padding: 0;
    border-radius: 0;
  }

  #news .tab_panels {
    min-height: initial;
  }

  #news .tab_panel {
    margin-top: 20px;
  }

  #news .tab_panel::before {
    left: calc(50% - 50vw);
    width: 100vw;
  }

  #news .newslist>li::after {
    left: calc(50% - 50vw);
    width: 100vw;
  }

  #news .newslist .ttl {
    max-height: 2lh;
  }

  #news .newslist .ttl::before {
    content: none;
  }

  #news .no_article::after {
    left: calc(50% - 50vw);
    width: 100vw;
  }
}
/* ------------------------------------
  MARK: SERVICE
------------------------------------ */
#service {
  width: calc((100% - 1180px) / 2 + 1180px);
  border-radius: 0 100px 0 0;
  margin: 148px 0 68px;
  padding: 88px 0 100px;
  background: url(/explosive/files/index-section_about_bg.png) no-repeat center center;
  background-size: cover;
}

#service > section:not(:last-child) {
  margin-bottom: 46px;
}

#service .cont_inner {
  margin: 57px 90px 0 auto;
  max-width: 1090px;
}

#service h2 {
  margin: -195px 90px 57px 0;
}

#service h2 > span::after {
  width: 30px;
}

#service .service_lead {
  margin-bottom: 24px;
  font-size: 3rem;
  line-height: 1.5;
  font-family: var(--font-serif);
  letter-spacing: 0.075em;
  text-align: initial;
  text-justify: initial;
  color: var(--color-black)
}

#service .card_link {
  margin-top: 78px;
}

#service .card_link > [data-aos]:nth-child(2) {
  transition-delay: 0.2s;
}

#service .card_link > [data-aos]:nth-child(3) {
  transition-delay: 0.4s;
}

#service .card_link figcaption {
  padding: 86px 44px 66px 40px;
}

#service .card_link figcaption h3 {
  margin: 0 -10px;
}

#service .card_link figcaption .basic_ul {
  margin-top: 20px;
}

#service .card_link figcaption .basic_ul > li {
  margin-right: 0;
}

@media only screen and (max-width: 1240px) {
  #service {
    width: calc(100% - 30px);
  }

  #service .cont_inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #service {
    width: calc(100% - 30px);
    padding: 0 0 35px;
    margin-top: 90px;
  }

  #service .cont_inner {
    margin: 0 22px 0 5%;
  }

  #service h2 {
    position: relative;
    top: -27px;
    padding-left: 0;
    margin: 0 0 27px 0;
    transition-delay: 0.3s;
  }

  #service h2 > span {
    margin-left: 0;
  }

  #service div:has(.service_lead) {
    transition-delay: 0.3s;
  }

  #service .service_lead {
    margin-top: -23px;
    font-size: 2rem;
  }

  #service .card_link {
    margin-top: 46px;
  }

  #service .card_link > [data-aos]:first-child,
  #service .card_link > [data-aos]:nth-child(2),
  #service .card_link > [data-aos]:nth-child(3) {
    transition-delay: 0.3s;
  }

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

  #service .card_link img {
    width: 80px;
  }

  #service .card_link figcaption {
    padding: 24px 19px 34px 24px;
  }

  #service .card_link figcaption h3 {
    margin: 0;
    font-size: 1.8rem;
  }

  #service .card_link figcaption .basic_ul {
    margin-top: 13px;
  }

  #service .card_link figcaption .basic_ul > li {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
  MARK: PICK UP
------------------------------------ */
#pickup {
  margin-bottom: 121px;
}

#pickup h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 2.2rem;
}

#pickup h2 > span {
  display: inline-block;
  font-size: 4.2rem;
  margin-right: 16px;
  padding-right: 31px;
}

#pickup h2 > span::after {
  width: 16px;
}

@media only screen and (max-width: 1240px) {
  #pickup h2 {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  #pickup {
    transition-delay: 0.3s;
  }

  #pickup h2 {
    font-size: 1.6rem;
    margin: 0 auto;
    width: 90%;
  }

  #pickup h2 > span {
    font-size: 2.4rem;
  }

  #pickup h2 > span::after {
    width: 10px;
  }
}

.slider_pickup {
  margin-top: 42px;
}

.slider_pickup .slick-slide {
  width: 344px;
  margin-right: 20px!important;
  margin-left: 20px!important;
  opacity: 0.5;
}

.slider_pickup .slick-slide.slick-active {
  opacity: 1.0;
}

.slider_pickup a {
  font-size: 1.6rem;
  color: #222;
  text-decoration: none;
}

.slider_pickup figure:has(.optional_text) {
  position: relative;
}

.slider_pickup figure > picture {
  display: block;
  margin-bottom: 24px;
  position: relative;
}

.slider_pickup figure > picture::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit_assessment';
  content: "\e901";
  color: var(--color-white);
  font-size: 1.0rem;
  line-height: 1.0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--color-red);
  padding-left: 2px;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 5;
}

.slider_pickup [target="_blank"] figure > picture::before {
  content: "\e908";
}

.slider_pickup [href$=".pdf"] figure > picture::before,
.slider_pickup [href*=".pdf?"] figure > picture::before,
.slider_pickup [href$=".pdf"][target="_blank"] figure > picture::before,
.slider_pickup [href*=".pdf?"][target="_blank"] figure > picture::before {
  content: "";
  background-image: url(/assessment/files/ico_pdf_white.svg);
  background-position: center;
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.slider_pickup img {
  border: 3px solid #fef3f4;
  border-radius: 0 100px 100px 100px;
}

.slider_pickup .optional_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 344 / 302;
  padding: 0 1em;
  margin: 0;
  text-align: center;
}

.slider_pickup figcaption {
  margin: 0 0 0 60px;
}

.slider_pickup .slick-prev,
.slider_pickup .slick-next {
  width: 39px;
  height: 39px;
  background-color: var(--color-white);
  border: 1px solid var(--color-red);
  border-radius: 50%;
  z-index: 5;
}

.slider_pickup .slick-prev {
  left: 7.5%;
  transform: translate(0, -50%) scale(-1, 1);
}

.slider_pickup .slick-next {
  right: 7.5%;
}

.slider_pickup .slick-prev:before,
.slider_pickup .slick-next:before {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: fit-content;
  height: fit-content;
  font-family: 'carlit_assessment';
  content: "\e900";
  color: var(--color-red);
}

@media only screen and (max-width: 768px) {
  .slider_pickup {
    margin: 53px 0 118px;
  }

  .slider_pickup .slick-slide {
    width: 238px;
  }

  .slider_pickup a {
    font-size: 1.4rem;
  }

  .slider_pickup figure > picture {
    height: 208px;
    margin-bottom: 20px;
  }

  .slider_pickup img {
    border: 3px solid #fef3f4;
    border-radius: 0 25px 25px 25px;
  }

  .slider_pickup figure > picture::before {
    width: 39px;
    height: 39px;
    right: -11px;
    bottom: -10px;
  }

  /*.slider_pickup figure > picture::after {
    right: 1px;
    bottom: 0;
  }*/

  .slider_pickup .optional_text {
    aspect-ratio: 238 / 208;
    line-height: 1.6;
  }
  .slider_pickup figcaption {
    margin: 0;
    line-height: 1.57;
  }

  .slider_pickup .slick-prev {
    left: 2%;
  }

  .slider_pickup .slick-next {
    right: 2%;
  }
}