/*
CTC Separate Stylesheet
Updated: 2025-06-02 00:58:58
Theme Name: ISSUE Child
Theme URI: https://tcd-theme.com/tcd106/
Template: issue_tcd106
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "ISSUE" is a template for recruitment websites. It features memorable animations and rich leading line design, and it has options to produce staff introductions, dialogue contents, interview articles, and so on.
Version: 1.9.1.1748793538
*/


#staff_info_area > p.name > span {
  font-size: 130% !important;
}

@media screen and (max-width: 767px) {
  #staff_info_area > p.name {
    display: flex;
    flex-direction: column;
    margin-left: 0; /* 左マージン不要な場合 */
  }

  #staff_info_area > p.name > span {
    display: block;        /* 改行表示 */
    margin-top: 0.5em;     /* 上に少し余白（調整可） */
    font-size: 100%;       /* スマホ用サイズ調整可 */
  }
}


#staff_info_area > p.name {
  font-size: 26px !important;
}

@media screen and (max-width: 767px) {
  #staff_info_area > p.name {
    font-size: 20px !important;
	  text-align:center !important;
  }
}


@media screen and (min-width: 768px) {
  #staff_right_content > div.post_content.clearfix {
    margin-top: -40px !important;
  }
}

#staff_title_area > h1 {
  font-size: 22px !important;
}

@media screen and (max-width: 767px) {
  #staff_title_area > h1 {
    font-size: 18px !important;
  }
}


.judge_section {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fff;
  color: #333;
  padding: 2rem 0 2rem 0;
  width: 100%;
  margin: 30px 0 0 0; /* 上だけ50pxの余白 */
}

  .judge_heading {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .judge_list {
    border-top: 1px solid #ccc;
    margin-left: 0;
    padding-left: 0;
  }

  .judge_item {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    padding-left: 0;
  }

  .judge_name {
    font-weight: bold;
    font-size: 1.1rem;
    margin-left: 0;
  }

  .judge_title,
  .judge_role {
    font-size: 0.95rem;
    color: #666;
    margin-left: 0;
  }

  .judge_title {
    margin-top: 0.2rem;
  }

  .judge_role {
    color: #444;
  }
.award_section {
  margin-top: 50px;
  padding: 1rem 1rem 1rem 0; /* 左のパディングだけ0に */
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
}


.award_heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: left;
}

.award_item {
  margin-bottom: 2.5rem;
}

.award_image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

.award_category {
  margin-top: 0.5rem;
  color: #007BFF;
  font-weight: 500;
  font-size: 0.9rem; /* 90% */
  margin-bottom: 10px; /* ← 行間を倍に */
}

.award_name {
  font-size: 1.1rem;
  margin-bottom: 10px; /* ← 行間を倍に */
}

.award_note p {
  font-size: 0.9rem;
  text-decoration: underline;
  text-underline-offset: 2px; /* 任意で線の位置を少し下げる */
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .award_note p {
    line-height: 1.9; /* スマホでは少し広めに */
  }
}

.award_name strong {
  font-weight: bold;
}

.award_affiliation {
  font-size: 0.88em;
  font-weight: normal;
  margin-left: 0.3rem;
  color: #666;
}

.award_link {
  margin-top: 3rem;
  text-align: center;
}

.award_button {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.4s ease; /* アニメーション追加 */
  width: calc(100% + 80px);  /* 横幅80px増加（中央配置されるため） */
  max-width: 320px; /* 任意の最大幅調整 */
  text-align: center;
}

.award_button:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  transform: scale(1.08); /* わずかに拡大するアニメーション */
}


@media screen and (max-width: 600px) {
  .award_image {
    width: 100%;
  }
}

/* 
#cb_content_1 > div.content.inview.animate > div > p.pc {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  text-align: center !important;
}
*/

#cb_content_2 > div.cb_design_header.inview.animate > h2{
	font-size:34px !important;
}

#scroll_content_section_1_3 > div.content > div.link_button.item > a {
  background-color: #00559d !important;
  border: 2px solid #00559d !important;
  color: #fff !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#scroll_content_section_1_3 > div.content > div.link_button.item > a:hover {
  background-color: #ffffff !important;
  border-color: #00559d !important; /* 変化なしだが念のため指定 */
  color: #00559d !important;
}


.overview_button {
  display: inline-block;
  padding: 12px 24px !important;
  background-color: #000;        /* 黒い背景 */
  color: #fff !important;                   /* 白抜き文字 */
  text-decoration: none;
  border: 2px solid #000;        /* ボーダーも黒 */
  transition: all 0.3s ease;     /* アニメーション */
  font-weight: bold;
  border-radius: 4px;
}

.overview_button:hover {
  background-color: #fff;        /* ホバー時は背景を白に */
  color: #000;                   /* 文字を黒に */
  border-color: #000;            /* ボーダーは変化なし */
  transform: scale(1.05);        /* 少し拡大 */
}

.judge_2025 {
  width: 100% !important;
}

.jadge_name {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.jadge_title {
  font-size: 14px;
  line-height: 1.2; /* 狭めの行間 */
  margin-bottom: 15px;
  text-align: left;
}

.jadge_note {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
  text-align: justify;
}

.jadge_image {
  border-radius: 8px;
  display: block;
  margin-bottom: 0;
  margin-left: 0; /* PCでは左寄せ */
  margin-right: 0;
}

/* スマートフォン（画面幅767px以下）では中央揃え */
@media screen and (max-width: 767px) {
.jadge_name {
  text-align: center;
}
	.jadge_title {
  text-align: center;
}
  .jadge_image {
    margin-left: auto;
    margin-right: auto;
  }
}

.application_guidelines_list {
  list-style-type: none !important;
  padding-left: 0;
  margin-left: 0;
}


.application_guidelines_list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  text-indent: 0;
}

.application_guidelines_list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #00458d;
}

.arimino-logo-link {
  display: block;
  text-align: left;
}

@media (max-width: 767px) {
  .arimino-logo-link {
    text-align: center;
  }
}

#cb_content_1 > div.content.inview.animate > div > p.pc {
  text-align: left !important;
}

#category_sort_button .item a {
  font-weight: 700 !important;
  line-height: 1.2; 
}

#category_sort_button .item:after {
  background: #00559d !important;
}

#page_header > div.desc.mobile.post_content > span {
  font-size: 80%;
  margin-top: 20px;
  display: block; 
  line-height: 1.4; 
}

#page_header > div.desc.pc.post_content > span {
  width: 100%;
  font-size: 85%;
  margin-top: 20px;
  display: block; 
  line-height: 1.4; 
}

 .why_interview_container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
	text-align:left !important ;
  color: #333;
}
@media screen and (max-width: 768px) {
  .why_interview_container {
    max-width: 100%;
    padding: 0;
    margin: 40px 0;
  }
}


#interview_main_content > div.post_content.clearfix > div.why_interview_container > h2 {
  font-size: 30px;
  text-align: left;
  margin: 100px 0 40px 0; /* 上100px、右0、下40px、左0 */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
}



.why_interview_block {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

.why_interview_block:nth-child(2) {
  animation-delay: 0.4s;
}
.why_interview_block:nth-child(3) {
  animation-delay: 0.6s;
}
.why_interview_block:nth-child(4) {
  animation-delay: 0.8s;
}
.why_interview_block:nth-child(5) {
  animation-delay: 1s;
}
.why_interview_block:nth-child(6) {
  animation-delay: 1.2s;
}

.why_interview_question {
  font-size: 1.8em !mportant;
  margin-bottom: 10px;
  font-weight: bold;
}

.why_interview_answer {
  font-size: 16px;
  line-height: 1.8;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* インタービューのプロフィール */
.shoplogo {
  width: 200px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 1s ease-out forwards;
}

/* スマートフォンで幅40%に */
@media (max-width: 768px) {
  .shoplogo {
    width: 40%;
  }
}

/* アニメーション定義 */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* プロフィール全体のラップ */
.interview_profile {
  width: 100%;
  background-color: #f7f7f7; /* 薄いグレー */
  padding: 30px 40px;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  animation: fadeIn 1s ease-out;
}

/* 名前（日本語＋英語を1行に） */
.profile_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

/* 英語表記の名前 */
.profile_name_en {
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
  color: #777;
}

/* 経歴・本文 */
.profile_bio {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* リンク */
.profile_link {
  display: inline-block;
  font-size: 15px;
  color: #00559d;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.profile_link:hover {
  border-color: #00559d;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.why_interview_block_photo {
  opacity: 0;
  filter: grayscale(100%) blur(8px);
  transform: translateY(20px);
  animation: fadeInMono 1.5s ease-out forwards, toColor 2s ease-in-out 1.5s forwards;
}

@keyframes fadeInMono {
  0% {
    opacity: 0;
    filter: grayscale(100%) blur(8px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: grayscale(100%) blur(0);
    transform: translateY(0);
  }
}

@keyframes toColor {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}


@media screen and (max-width: 768px) {
  #header_logo > a > span {
    font-size: 120% !important;
  }
}


.interview_photo_wrapper {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
	margin-bottom: 40px;
}

.interview_photo_item {
  width: 50%;
  padding: 0;
}

.interview_photo_img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマートフォン用 */
@media screen and (max-width: 768px) {
  .interview_photo_wrapper {
    flex-direction: column;
    gap: 10px;
  }
	.interview_photo_item {
  width: 100%;
  padding: 0;
}
}

/* 対談キャプション */
.interview_caption {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スマートフォン用フォント調整 */
@media screen and (max-width: 768px) {
  .interview_caption {
    font-size: 14px;
  }
}
