@charset "UTF-8";


/*---------------------------------------------------------------*\
$header
\*---------------------------------------------------------------*/

.header {
  border-bottom: solid 1px #eee;
}

.header * {
  color: #333 !important;
}

.header .main_menu_pc li a {
  color: #333;
}

.header .cls-1 {
  fill: #333;
}

.header .sub {
  border-bottom: solid 1px #eee;
}

.header .menu_header_sp .dot {
  background-color: #333;
}

.header .divider {
  background-color: #eee;
}

.header .triangle {
  border-color: #333 transparent transparent transparent;
}

.header .hover_motion_white:after {
  background-color: #333;
}

.header .content_menu_services * {
  color: #fff !important;
}

.header .each_item:hover .title_menu {
  color: #B4CF13 !important;
}

.header .button_header .icon path {
  fill: #333 !important;
}



/*---------------------------------------------------------------*\
$firstview
\*---------------------------------------------------------------*/

#lower_page_firstview {
  gap: 32px;
  padding: 250px 0 0 0;
}

#lower_page_firstview .subtitle_jp {
  position: relative;
  padding: 1rem;
  box-shadow: 5px 5px #333;
  border: 2px solid #333;
  color: #333;
  width: fit-content;
  min-width: 180px;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}

#lower_page_firstview .subtitle_jp:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 20px;
  background-color: #fff;
  content: "";
}

#lower_page_firstview .subtitle_jp:after {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 2px;
  background-color: #333;
  content: "";
}

#lower_page_firstview .headline {
  font-size: min(11vw, 140px);
}


@media screen and (max-width: 600px) {

  #lower_page_firstview {
    padding: 160px 0 0 0;
    gap: 24px;
  }

  #lower_page_firstview .subtitle_jp {
    font-size: 12px;
    box-shadow: 3px 3px #333;
    border: 1px solid #333;
    padding: 10px;
    min-width: 110px;
  }

  #lower_page_firstview .subtitle_jp:after {
    width: 1px;
  }
}



/*---------------------------------------------------------------*\
$body
\*---------------------------------------------------------------*/

/* single */
main.archive .wrap_single_body {
  margin: 100px auto 0;
  width: 95%;
  max-width: 1400px;
}

main.archive .wrap_single_body .body_content {
  width: 100%;
}

main.archive .wrap_column_body .body_content {
  width: calc((100% - 3% - 1px - 250px));
}


@media screen and (max-width: 1080px) {

  /* column */
  main.archive .wrap_column_body {
    flex-direction: column;
    gap: 40px;
    /* width: 95%; */
  }

  main.archive .wrap_column_body .body_content {
    width: 100%;
  }

  main.archive .wrap_column_body .body_border {
    display: none;
  }

  /* column alt */
  main.archive .wrap_column_body.column_alt {
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 600px) {

  /* column */
  main.archive .wrap_column_body {
    margin: 40px auto 0;
  }

  /* single */
  main.archive .wrap_single_body {
    margin: 40px auto 0;
  }
}



/*---------------------------------------------------------------*\
$sidemenu
\*---------------------------------------------------------------*/

@media screen and (max-width: 1080px) {

  .sidemenu.index {
    width: 100%;
    position: static;
  }

  .sidemenu.index ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sidemenu.index .each_menu {
    border-bottom: none;
    padding: 0;
  }

  .sidemenu.index .thumbnail {
    display: none;
  }

  .sidemenu.index .detail {
    width: fit-content;
  }

  .sidemenu.index .each_menu {
    gap: 6px;
  }
}


@media screen and (max-width: 950px) {

  .sidemenu.index {
    display: block !important;
  }
}


@media screen and (max-width: 600px) {

  .sidemenu.index .detail {
    font-size: 11px;
  }

  .sidemenu.index .badge {
    height: 44px;
    font-size: 12px;
    padding: 0 12px;
  }
}



/*---------------------------------------------------------------*\
$firstview - スタッフ紹介ページ
\*---------------------------------------------------------------*/

#staff_page_firstview {
  gap: 6%;
  padding: 250px 0 0 0;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

#staff_page_firstview .wrap_headline {
  gap: 10px;
  padding: 0 0 12px 0;
  border-bottom: solid 1px #333;
}

#staff_page_firstview .headline {
  font-size: min(10vw, 140px);
}

#staff_page_firstview .subtitle_jp {
  font-size: 20px;
}

/* message */
#staff_page_firstview .message {
  gap: 4px;
  margin: 32px 0 0 auto;
  width: 70%;
  min-width: 300px;
}


@media screen and (min-width: 1200px) {

  #staff_page_firstview .message {
    width: 1040px;
  }
}


@media screen and (max-width: 600px) {

  #staff_page_firstview {
    padding: 160px 0 0 0;
    gap: 12px;
  }

  #staff_page_firstview .subtitle_jp {
    font-size: 13px;
  }

  /* message */
  #staff_page_firstview .message {
    margin: 16px 0 0 auto;
  }
}



/*---------------------------------------------------------------*\
$message card
\*---------------------------------------------------------------*/

.corporate_page #message_card .wrap_lists {
  height: auto;
  min-height: inherit;
  padding: 0;
  padding: 40px 5%;
}

.corporate_page #message_card:before {
  display: none;
}

.corporate_page #message_card .border_message {
  display: none;
}

.corporate_page #message_card .content_area:after {
  background: -webkit-linear-gradient(120deg, #05263a, #0f3a32);
  opacity: .7;
}

/* introduction */
.corporate_page #message_card .introduction {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  gap: 24px;
}

.corporate_page #message_card .pic_intro {
  width: 35%;
}

.corporate_page #message_card .catch_intro {
  width: calc((100% - 35% - 24px));
}

.bio .icon {
  width: 40px;
}


@media screen and (max-width: 760px) {

  .corporate_page #message_card .wrap_lists {
    padding: 40px 5% 56px;
  }

  .corporate_page #message_card .introduction {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .corporate_page #message_card .pic_intro {
    width: 80%;
    max-width: 180px;
  }

  .corporate_page #message_card .catch_intro {
    width: 100%;
    max-width: 500px;
  }
}



/*---------------------------------------------------------------*\
$メンバープロフィール
\*---------------------------------------------------------------*/

.corporate_page .profile .thumbnail {
  aspect-ratio: 2/1;
}