* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 1.4rem;
  line-height: 2.4rem;
  overflow-wrap: break-word;
    font-family: "Hiragino Sans";
}

.red{
  color:#dc143c;
}


#to_top {
  bottom: 30px;
  right: 30px;
  width: 50px;
  position:fixed;
  display: block;
  z-index:999999999999999999999999999999;
}

ul, ol, li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  display: block;
}

.right{
  text-align:right;
}

.b_right {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.left{
  text-align:left;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height:100%;
}

.content2 {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  height:100%;
}

.content3 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.content_area {
  padding: 94px 0 0;

}

.content_area2 {
  padding: 194px 0 200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size:1.6rem;
  line-height:3rem;
  color:#191919;
}

.content_area3 {
  padding: 150px 0 200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size:1.6rem;
  line-height:3rem;
  color:#191919;
}

.content_area4 {
  padding: 150px 0 200px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  font-size:1.6rem;
  line-height:3rem;
  color:#191919;
}

.content_area5 {
  padding: 90px 0 0px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  font-size:1.6rem;
  line-height:3rem;
  color:#191919;
}



.title_jp{
  font-size:2rem;
  font-weight:500;
}

.title_eng{
  color:#BABABA;
  font-weight:700;
  font-size:5rem;
  line-height:7rem;
  padding-bottom:20px;
}

.news_year,.news_pagenation{
    display:flex;
    justify-content: center; 
    align-items: center;
}


.news_year{
  padding-bottom:50px;
}

.news_year a{
  border:1px solid #CBCBCB;
  padding:2px 20px;
  border-radius:5px;
  margin:0 5px;
}

.news_pagenation{
  padding-top:50px;
}
.news_pagenation img{
    width:30px;
}

/* 全体のグリッドレイアウト */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2rem;
}

/* 正方形カード + ボックスシャドウ */
.news-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  cursor: pointer; /* ← 指カーソルにする */
}

/* 上半分画像 */
.news-img {
  height: 100px;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* ホバー時に画像拡大（カード全体に反応） */
.news-card:hover .news-img img {
  transform: scale(1.2);
}

/* テキストエリア下半分 */
.news-text {
  height: 50%;
  padding: 1rem; /* 上下をコンパクトに */
  box-sizing: border-box;
  display: flex;
  font-size: 1.2rem;
  line-height:1.6rem;
  flex-direction: column;
  justify-content: flex-start; /* 上揃え */
}
.news-date {
  color: #888;
  margin-bottom: 0.4rem; /* 最小限のスペースに */
}


/* タイトル */
.news-title {
  color: #333;
  line-height: 1.4;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_date{
  text-align:right;
  padding-bottom:10px;}


.news_title{
  font-weight:600;
  font-size:2.2rem;
  line-height:4rem;
  padding-bottom:70px;
}

.newsp{
    overflow: hidden;
    zoom: 1;

}
.clear {
  clear: both;
}

.eyecatch{
   width:100%;
   height:300px;
  object-fit: cover;
  margin-bottom:70px;
}

.float_left{
    float:left;
   width:30%;
   margin-right:30px;
  margin-bottom: 0;
}

.news_pagenation2{
    display:flex;
    justify-content: space-between; 
    align-items: center;
    padding-top:100px;
}

.news_pagenation2 a{
    display:flex;
    justify-content: space-between; 
    align-items: center;
}

.news_pagenation2 img{
    width:20px;
    margin:0 10px;
  
}





.news_pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  font-family: sans-serif;
}

.news_pagenation a.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  border-radius: 50%;
  transition: background 0.2s;
}

.news_pagenation a.page-numbers:hover:not(.current):not(:has(img)) {
  background: #eee;
}

.news_pagenation .page-numbers.current {
  box-sizing: border-box;
  background-image: none;
  border-bottom: 3px solid #4752F0;
  position: relative;
  bottom: -2px;
  border-radius: 0;
  color: #4752F0;
  font-weight: bold;
  width: auto;
  padding: 4px 8px;
}

.news_pagenation img {
  display: block;
  width: 24px;
  height: auto;
}

.ceo_img{
  background-image:url("../img/ph_bk.jpg");
  background-repeat:no-repeat;  
  background-size:cover;
  height:500px;
}

.hito_img{
  background-image:url("../img/ph_bk.jpg");
  background-repeat:no-repeat;  
  background-size:cover;
  height:300px;
}

.ceo_name{
  max-width:250px;
}

.ceo_ph{
  position:absolute;
  right:0;
  bottom:0;
  height:95%;
  width:auto;
}

.hito_box{
  position:relative;
  bottom:0;
  height:100%;
  padding:0px 30px;
}

.hito_box p{
  font-size:1.2rem;
  line-height:2rem;
}

.hito_box img{
  height:100%;
}

.hito_name{
  font-weight:500;
  font-size:2rem;
  letter-spacing:0.05rem;
}

.hito_enter{
  background-color:#000;
  color:#fff;
  font-size:1rem;
  line-height:1rem;
  padding:7px 10px;
}

.hito_wbox{
  width:280px;
  background-color:#fff;
  position:absolute;
  right: 0;
  left: 0;
  margin: 0 auto 10px;
  bottom:10px;
  border-radius:100px;
  padding:10px 30px;
  background-image:url("../img/monster_arrow.png");
  background-repeat:no-repeat;  
  background-position:right 10px center;
  background-size:15px auto;
}

.monster_copy{
  position:absolute;
  left:-10px;
  top:-20px;
  width:150px;
  height:auto !important;
}

.hito_center{
  justify-content: center; }

.hito_title_jp{
  font-weight:600;
  font-size:3rem;
  letter-spacing:0.5rem;
}

.hito_title_eng{
  font-weight:500;
  font-size:1.7rem;
  letter-spacing:0.1rem;
  padding-top:10px;
  color:#EA514A;
}

.monster_btn{
  width:130px;
  display:inline-block;
}

.hito_txt{
  width:750px;
  margin:0 auto;
}

.clogo{
  position:absolute;
  top:-100px;
  left:50px;
  width:140px;
}

.talk_navi{
  width:1000px;
  margin:0 auto;
  z-index:2;
}

.talk_navi_fixed {
  position: fixed;
  top: 94px; /* 必要に応じて */
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 0;
  background-color: #fff;
  width: 100vw; /* ビューポートの幅いっぱいに */
}

.talk_navi_flex{
  display:flex;
  flex-wrap:wrap;
  padding-left:30px;
}

.talk_navi_flex > div{
  width:37%;
}

.talk_navi_flex > div:nth-child(2){
  width:25%;
}

.talk_navi_flex > div:nth-child(3){
  width:35%;
}

.talk_navi_flex > div:nth-child(5){
  width:25%;
}

.talk_navi_btn{
  padding-bottom:10px;
  padding-left:20px;
  font-size:1.4rem;
}

.talk_content{
padding-top:20px;
padding-bottom:100px;
}

.talk_box{
padding-bottom:150px;
}

.talk_subject{
  font-weight:600;
  font-size:2.8rem;
  line-height:4.6rem;
  letter-spacing:0.1rem;
  padding-bottom:10px;
}


.talk_title{
  width:350px;
}

.talk_fullwidth {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  padding-bottom:50px;
}

.talk_fullwidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* ← 縦横中央に表示 */
  display: block;
}

.talk_subtitle{
  padding-bottom:50px;
}

.talk_ph{
  padding-bottom:50px;
}

.talk_session{
  display:flex;
  flex-wrap:wrap;
  padding-bottom:30px;
}



.talk_session dt{
  width: 10%;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph; /* 漢字間の調整を効かせる */
  padding-right:20px;
  white-space: nowrap;
}

.talk_session dt::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.talk_session dd{
  width:90%;
  padding-bottom:30px;
}



.talk_navi_flex > .active{
  background-image:url("../img/dot.png");
  background-repeat:no-repeat;  
  background-position:1rem 0.9rem;
}

.underline{
  border-bottom:1px solid #707070;
}

.underline2{
  border-bottom:1px dotted #909090;
}

.p_t100{
  padding-top:100px;
}

.p_b150{
  padding-bottom:150px;
}

.p_b100{
  padding-bottom:100px;
}

.p_t50{
  padding-top:50px;
}

.p_t20{
  padding-top:20px;
}

.p_b50{
  padding-bottom:50px;
}

.p_b30{
  padding-bottom:30px;
}

.p_b20{
  padding-bottom:20px;
}

.p_b10{
  padding-bottom:10px;
}

.m_b30{
  margin-bottom:30px;
}

.m_b50{
  margin-bottom:50px;
}

.center{
  text-align:center;
}

.news_box_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #222;         /* 濃いグレー/ブラック */
  color: #fff;                    /* 白文字 */
  border-radius: 30px;            /* 丸み（画像は pill型） */
  padding: 5px 20px;
  text-decoration: none;
  font-size: 1.2rem;
  width: 100%;
  transition: background 0.3s;
  background-image:url("../img/arrow1.png");
  background-repeat:no-repeat;  
  background-position:right 10px center;
  background-size:8px auto;
  margin:3px 0px;
}

.news_title_box_eng{
  font-size:2rem;
  font-weight:bold; 
  padding-left:5px;
}

.news_title_box_jp{
  font-size:1rem;
  line-height:2.2rem;
  padding-left:5px;
}

.news_area{
  display:flex;
  justify-content: space-between; 
  padding:20px 0;
}

.news_box_wrapper{
  width:82%;
  display:flex;
  justify-content: space-between; 
}

.news_title_box{
  width:15%;
}

.news_box_wrapper > *{
  width:19%;
}

.news_box {
  position: relative;
  background: #fff; /* 本体は完全な白背景 */
  border-radius: 16px;
  padding: 16px;
  font-size:1.2rem;
 box-shadow:
    0 4px 10px rgba(255, 100, 200, 0.1),
    0 8px 20px rgba(100, 150, 255, 0.1); /* ← 虹色系を2段重ね */
}

.news_box_date,.news_box_cate{
  color:#4752F0;
  line-height:2rem;
}

.news_box_date,.news_box_cate{
  font-weight:bold;
}

.news_box_txt{
  padding-top:3px;
  font-size:1.1rem;
  line-height:1.7rem;
}

.index_content{
  background-image:url("../img/index_bk.jpg");  
  background-size:cover;
  color:#fff;
}

h2{
    font-size:4rem;
    font-weight:500;
}

.center-y {
  display: flex;
  align-items: center;
}

.absolute{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%; /* 画面が縦長でも隙間を防止 */
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}

.slide_area{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: 1200px;
  width: 100%;
  margin:0 auto;
  z-index: 3;
  padding: 
}

.sakabe_copy{
  position:absolute;
  top: 50%;
transform: translateY(-50%);
  right: 50px;
  width:400px;
  margin:0 auto;
  z-index: 3;
}

.top_icon {
  position: absolute;
  bottom: 30px;
  right: 100px;
  width: 270px;
  height: 150px;
  z-index: 9999 !important;
}

.top_icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
  padding-left: 0;
  transition: transform 0.3s ease;
opacity: 1 !important;
}



/* === 全幅背景 === */
.fullwidth {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.header-bg {
  background: #4752F0;
}
.sub-nav-bg {
  background: #F7F7F7;
  font-size: 1.2rem;
}

.fixed {
  position: fixed;
  z-index:999;
}


/* === ヘッダー === */
.header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 4;
}
.site-logo {
  position: absolute;
 z-index:9999999;
}
.site-logo img {
  height: 105px;
}

/* === ハンバーガー === */
.menu-toggle {
  display: none;
}
.hamburger {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 20;
  padding: 5px;
    position: relative;
    top: -3px;
}

/* === メニュー + プルダウン === */
.main-menu {
  display: flex;
  list-style: none;
  gap: 20px;
}
.main-menu > li {
  position: relative;
}
.main-menu a {
  text-decoration: none;
  color: white;
  padding: 13px;
  display: block;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
  font-size:1.2rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  pointer-events: none;
}


.sub-menu li a {
  color: #333;
  padding: 5px 30px 5px 10px;
    background-image:url("../img/arrow2.png");
  background-repeat:no-repeat;  
  background-position:right 10px center;
  background-size:auto 10px;
}

.link_none{
    pointer-events: none;
    background-image:none !important;
}


.sub-menu li a:hover {
  background-color: #f1f1f1;
}

.has-sub:hover .sub-menu {
  max-height: 500px; /* 十分に大きい数値を設定 */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* === アイコン＋ボタン === */
.icon_menu {
  margin: 0 20px;
}
.icon_menu img {
  width: 20px;
  margin: 0 7px;
}
.white_btn {
  background-color: #fff;
  color: #4752F0;
  border-radius: 100px;
  padding: 0 20px;
  font-size: 1.2rem;
}

.footer .white_btn {
  background-color: #fff;
  color: #4752F0;
  border-radius: 100px;
  padding: 10px 20px;
  margin-right:15px;
  font-size: 1.2rem;
}

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

.flex_btn {
  display: flex;
  align-items: center;
  justify-content: center; 
}

/* === グレー帯 === */
.sub-nav {
  position:relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}
.sub-nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
}
.sub-nav a {
  text-decoration: none;
  color: #333;
  padding: 10px 10px;
  display:block;
}

/* === フッター === */

.footer{
  background-color:#4752F0;
}

/* === メイン余白 === */


.basic-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
z-index:0;
}

.basic-slides,.basic-slides img{
  min-height:700px;
}

/* 高さを変更できるクラス */
.height-100 .basic-slide img {
  height: calc(100vh - 500px);
}

.height-500px .basic-slide img {
  height: 500px;
}

/* スライドモード */
.slide-mode .basic-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

/* フェードモード */
.fade-mode .basic-slides {
  position: relative;
  width: 100%;
  height: 100%; /* ←これ追加！ */
}

.fade-mode .basic-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* ←これも追加！ */
  opacity: 0; 
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}

/* フェード時の表示 */
.fade-mode .basic-slide.active {
  opacity: 1;
  z-index: 1;
}
/* 共通スタイル */
.basic-slider-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.basic-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.basic-slide {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  position: relative;
}

.basic-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

/* 🔵 ページネーション */
.basic-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.basic-pagination span {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.basic-pagination span.active {
  background: #333;
}

/* 高さを変更できるクラス */
.height-100 .basic-slide img {
  height: calc(100vh - 500px);
}

.index-title{
  border-left:3px solid #fff;
  letter-spacing:0.2rem;
  padding-left:10px;
}

.flex{
  display:flex;
}

.flex_w{
  display:flex;
  flex-wrap:wrap;
}

.btn_shadow{
    box-shadow:
    0 4px 10px rgba(255, 100, 200, 0.2),
    0 8px 20px rgba(100, 150, 255, 0.2); 
    border-radius:100px;
}


.between{
  justify-content:space-between;
}

.insta{
  justify-content:space-between;
}

.insta > *{
  width:24%;
}

.insta img{
  margin:0 5px 20px
}

.youtube_title{
  margin:0 auto 40px;
  height:30px;
}

.youtube_btn{
  margin:20px auto 30px;
  height:50px;
}

.insta_title{
  margin:0 auto 40px;
  height:30px;
}

.insta_btn{
  margin:20px auto 30px;
  height:50px;
}

.hito_btn{
  margin:50px 40px 30px;
  height:40px;
}

.btn img{
  margin:100px 20px 0px;
  height:60px;
}

.youtube > iframe{
    width:47% !important;
    margin:0 auto 20px;
    min-width:560px
}

.column2 > *{
    width:48%;
    padding-bottom:20px;
}

.column2foot > *{
    width:45%;
    padding-bottom:20px;
}

.column3 > *{
    width:32%;
    padding-bottom:20px;
}

.column4 > *{
    width:23.5%;
    padding-bottom:20px;
}

.sdgs_txt{
  padding:10px 30px;
}

.white{
  color:white;
}

.a_zoom a img{
    transition: transform 0.3s ease;
}

.a_zoom a:hover img {
  transform: scale(1.05);
}

.team{
  align-items: center; 
}

.team > div{
  width:30%;
}
.team a{
  width:66%;
}

.border-title{
  border-bottom:1px solid #000;
  width:100%;
  letter-spacing:0.2rem;
  padding-left:5px;
  padding-bottom:5px;
}

.tateborder-title{
  border-left:3px solid #000;
  width:100%;
  letter-spacing:0.2rem;
  padding-left:10px;
}

.footer_logo{
  width:50%;
  margin-bottom:20px;
}

.foot_smalltxt{
  font-size:1rem;
  line-height:1.8rem;
  margin-bottom:70px;
}

.footer_left{
    display:flex;
    flex-wrap:wrap;
    align-content: space-between;
}

.footer_left > div{
   width:100%;
}

.sns_icon{
    display:flex;
    padding-bottom:20px;
}

.sns_icon a{
    width:50px;
    margin-right:10px;
}

.footer_eng{
  font-size:2.4rem;
  font-weight:500;
  padding-bottom:14px;
}

.footer_jp{
  letter-spacing:0.2rem;
  padding-bottom:7px;
  border-bottom:1px solid #fff;
  margin-bottom:25px;
}

.footer_navi a{
  color:#fff;
  display:block;
  line-height:1.4rem;
  padding-left:13px;
  margin:14px 0;
}

.footer_border{
  border-left:3px solid #fff;
  padding-left:10px !important;
}

.footer_navi_box{
  padding-bottom:50px;
}

.ceo_copy{
  font-size:4.2rem; 
  line-height:6rem;
  font-weight:600;
  letter-spacing:0.5rem;
}

.ceo_copy_name{
  font-size:4.2rem; 
  line-height:6rem;
  font-weight:600;
  letter-spacing:0.5rem;
}

.ceo_copy_name_eng{
  font-size:1.8rem;
  letter-spacing:0.2rem;
  padding-left:20px;
}

.ceo_copy_position{
  font-size:1.4rem;
}

.data-list {
  
}

.data-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.data-heading {
  display: inline-block; 
  font-size: 2.4rem;
  line-height:3.57rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
  margin-right:80px;
}

.data-wrap > *:nth-child(2) {
  width:75%;
}

.data-body .row {
  display: flex;
  margin-bottom: 25px;
}

.data-body .row2 {
  display: flex;
}

.data-body dt {
  width: 150px;
  flex-shrink: 0;
}

.data-body dd {
  margin: 0;
  flex: 1;
  white-space: pre-wrap;
}

.mission_title{
  font-size: 2rem;
}

.mission_txt{
  font-size: 2rem;
  font-weight:600;
}

.indent1rem{
  text-indent: -1.9rem;
  padding-left: 1.9rem;
}

.indent{
  text-indent: -1em;
  padding-left: 1em;
}

.b_line{
  color:#fff;
  background-color:#4752F0;
  text-align:center;
  padding:30px 0;
  font-size:2rem;
  top:0;
}

.auto{
  margin:0 auto;
}

.title{
  font-size: 3rem;
  font-weight:600;
}

.title_b{
  font-size: 1.6rem;
  font-weight:600;
}

.subtitle{
  font-size: 1.8rem;
  font-weight:600;
  padding-bottom:30px;
}

.title img{
  margin:20px auto 20px;
  width:200px;
  height:auto;
}

.title2{
  font-size: 3rem;
  font-weight:600;
}

.title3{
  font-size: 2.6rem;
  font-weight:600;
}

.title2 img{
  margin:20px auto 20px;
  width:auto;
  height:25px;
}

.border_b{
  border-bottom:1px solid #707070;
}

.healthy{
  float:right;
  padding-left:20px;
  padding-bottom:20px;
  width:40%;
}

.sdgs_column {
  display: flex;
  align-items: stretch; 
  min-height:400px;
}

.sdgs_column > div{
  width:50%;
  color:#fff;
}

.sdgs_column > div:last-child {
  display: flex;
  align-items: center;
}

.sdgs1{
  background-color:#960C31;
}

.sdgs2{
  background-color:#F4A100;
}

.sdgs3{
  background-color:#C4852C;
}

.sdgs4{
  background-color:#003067;
}

.w80{
  max-width:80%;
  margin:0 auto;
  padding:60px 0 60px;
}

.img-cover {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
}

.img-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.sdgs_title,.sdgs_copy{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing:0.02rem;
  font-style: normal;
}

.sdgs_title{
  font-size:2.8rem;
  line-height:4rem;
}

.sdgs_copy{
  font-size:2.2rem;
  text-align:right;
}

.sdgs_icon_title{
  font-size:2.6rem; 
  line-height:6rem;
  font-weight:600;
  letter-spacing:0.5rem;
}


.sdgs_icon{
  width:100px;
  height:auto;
}


ruby {
  ruby-position: over; /* ふりがなを上に */
}

rt {
  font-size: 0.6rem;      /* 小さく */
}


.anchor {
      scroll-margin-top: 94px;
}

.anchor2 {
      scroll-margin-top: 200px;
}

.anchor3 {
      scroll-margin-top: 120px;
}

.anchor4 {
      scroll-margin-top: 200px;
}
.feature:nth-child(odd) {
  background-color: #F7F7F7;
}

.feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.feature.fullwidth:nth-of-type(even) .feature-row {
  flex-direction: row-reverse;
}


.feature-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.feature.fullwidth:nth-of-type(odd) .feature-row2 {
  flex-direction: row-reverse;
}

.feature-img {
  flex: 1;
  max-width: 30%;
}

.feature-img img {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0px;
}

.feature-text {
  flex: 1;
  max-width: 65%;
  padding:50px 0px;
}

.feature_title{
  font-size:3rem;
  line-height:4rem;
  font-weight:600;
  padding-bottom:10px;
}

.feature_title2{
  font-size:2rem;
  line-height:3rem;
  font-weight:600;
  padding-bottom:20px;
}

.tag {
    background: #4a6cf7;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1.2rem;
    margin-left: 5px;
    font-weight: normal;
    position: relative;
    bottom: 3px;
}

.brand_line{
  color:#fff;
  background-image:url("../img/blanding_bk.jpg");
  background-size:cover;
  text-align:center;
  padding:30px 0;
  font-size:2rem;
  top:0;
}

.monodukuri_line{
  color:#fff;
  background-image:url("../img/monodukuri_bk.jpg");
  background-size:cover;
  text-align:center;
  padding:30px 0;
  font-size:2rem;
  top:0;
}

.dx_line{
  color:#fff;
  background-image:url("../img/digx_bk.jpg");
  background-size:cover;
  text-align:center;
  padding:30px 0;
  font-size:2rem;
  top:0;
}

.archive_line{
  background-image:url("../img/archive_bk.jpg");
  background-size:cover;
  height:400px;
}

.zenbu_line{
  background-image:url("../img/zenbu_bk.jpg");
  background-size:cover;
  height:400px;
}

.promo_line{
  background-image:url("../img/promo_bk.jpg");
  background-size:cover;
  height:400px;
}


.small{
  font-size:2.2rem;
}

.black{
  position:relative;
  background-color:#000;
  height:350px;
  display: flex;
  align-items: center;
}

.black_img{
  position:absolute;
  top:0;
  right:0;
  height:400px;
}

.black_title{
  color:#fff;
  font-size:5rem;
  line-height:6rem;
  font-weight:600;
}

.black_title_jp{
  display:inline-block;
  font-size:1.6rem;
  font-weight:500;
  background-color:#fff;
  border-radius:100px;
  padding:5px 20px;
  margin-top:20px;
}

.blue{
  color:#4752F0;
}

.batu{
  font-weight:400;
  font-size:4rem;
}

.batu2{
  font-weight:400;
  font-size:3rem;
}

.middle{
  vertical-align: middle; 
}

.hito_main{
  width:70%;
  margin:0 auto 50px;
}

.sp{
  display:none;
}

.pc{
  display:block;
}


.smallbtn img {
    margin: 50px 40px 30px;
    height: 40px;
}

@media (max-width: 950px) {

.sp{
  display:block;
}

.pc{
  display:none;
}
  .talk_session {
    display: block;
  }

  .talk_session dt,
  .talk_session dd {
    width: 100%;
    display: block;
    padding-right: 0;
  }

  .talk_session dt {
    text-align: left;
    white-space: normal; /* モバイルでは改行を許可 */
  }

  .talk_session dt::after {
    display: none; /* justify強制用のafterも無効化 */
  }
}

dd p{
  margin-bottom:10px;
}

/* ▼ SP対応（768px以下） */
@media (max-width: 768px) {

.main-menu {
    gap: 0px;
}

.main_cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: 35% center; /* ← 中央をちょっと右にずらす */
    z-index: 2;
    pointer-events: none;
}

.news_area {
    display: block;
    justify-content: space-between;
    padding: 20px 10px;
}
.news_box_wrapper{
    margin-top:10px;
}

.news_box_wrapper > * {
    width: 49%;
    margin-bottom:10px;
}

.news_title_box_eng,.news_title_box_jp{
  display:inline-block;
}

.news_box_wrapper > *:last-child {
    display:none;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.solution-card {
    border-radius: 10px;
    padding: 10px;
}

.news_title_box {
    width: 100%;
}

.news_box_wrapper {
    width: 100%;
    flex-wrap:wrap;
    justify-content: space-between;
}

.sakabe_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: 0 auto;
    z-index: 3;
}

.top_icon {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    width: 60%;
    bottom: 30px;
    height: 100px;
    z-index: 3;
}

.top_icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 0;
  transition: transform 0.3s ease;
opacity: 1 !important;
}

.content_area {
    padding: 33px 0 0;
}


.youtube > iframe {
    width: 100%;
    margin: 0 auto 20px;
    min-width: auto !important;
}

  .feature-row,.feature.fullwidth:nth-of-type(odd) .feature-row  {
    flex-direction: column;
    text-align: center;
  }

  .feature-img,
  .feature-text {
    max-width: 100%;
  }

  .feature-text {
    text-align: left;
  }


  .main_sub {
    position: absolute;
    margin: 10px 40px 10px 0;
  }

  .main-menu {
    display: none;
    flex-direction: column;
    background: #4752F0;
    width: 100%;
    position: fixed;
    top: 33px;
    left: 0;
    z-index: 99999999999;
        padding-top: 50px;
pointer-events: none;       /* ← 追加 */
  opacity: 0;                 /* ← 追加：見えなくする */
  transition: opacity 0.3s ease;
  }

  .menu-toggle:checked + .hamburger + .main-nav .main-menu {
  display: flex;
  pointer-events: auto;       /* ← 有効に戻す */
  opacity: 1;                 /* ← 表示 */
  }

  .hamburger {
    display: block;
  }

  .sub-nav-bg {
    display: none;
  }

  .menu-toggle:checked + .hamburger + .main-nav + .sub-nav {
    display: flex;
    flex-direction: column;
    background: #F7F7F7;
    padding: 10px 0;
  }

  .sub-nav ul {
    flex-direction: column;
    padding-left: 20px;
    gap: 10px;
  }

  .sub-nav a {
    padding: 6px;
    color: #333;
  }

  .site-logo img {
    height: 80px;
    margin-top: 0;
  }


.sub-menu {
  position: relative;
}

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

.news-img {
  height: 85px;
  overflow: hidden;
}

.basic-slides,.basic-slides img{
  min-height:600px;
}

/* 高さを変更できるクラス */
.height-100 .basic-slide img {
  height: calc(100vh - 500px);
}

.height-500px .basic-slide img {
  height: 500px;
}

.p_t100{
  padding-top:50px;
}

.p_t50{
  padding-top:20px;
}

.p_b50{
  padding-bottom:20px;
}

h2 {
    font-size: 2.6rem;
    font-weight: 500;
}

.column3 > * {
    width: 100%;
    padding-bottom: 20px;
}

.column4 > * {
    width: 48%;
    padding-bottom: 20px;
}

.team > div {
    width: 100%;
    padding-bottom:20px;
}

.sdgs_txt {
    padding: 10px 0px;
}

.team a {
    width: 100%;
}

.pc{
  display:none;
}

.youtube > iframe{
    width:100% !important;
    height:200px;
    margin:0 auto 20px;
}

.column2 > * {
    width: 100%;
    padding-bottom: 20px;
}

.footer_logo {
    width: 40%;
    margin:0 auto 20px;
}

.foot_smalltxt {
    margin-bottom: 20px;
    text-align:center;
}

.sns_icon {
justify-content: center; 
}

.sns_icon a {
    width: 40px;
    margin-right: 5px;
    margin-left: 5px;
}

.foot_sp{
  text-align:center;
}

.footer_eng {
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 0px;
}

.footer_navi_box{
  font-size:80%;
}

.column2foot {
    display:none;
}

.sp_center{
    text-align:center;
}

.fade-mode .basic-slide {
  z-index: 0 !important; /* ← active時だけ z-index:1 だと干渉するため */
}
.fade-mode .basic-slide.active {
  z-index: 0 !important; /* ← 完全に 0 に下げる */
}

.news_year a {
    border: 1px solid #CBCBCB;
    padding: 0px 5px;
    border-radius: 5px;
    margin: 0 5px 0px;
    font-size: 1.2rem;
}
.news_year, .news_pagenation {
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;
    align-items: left;
}

.title2 {
    font-size: 2.4rem;
    font-weight: 600;
}

.content_area4 {
    padding: 75px 10px 100px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #191919;
}

.news_year {
    padding-bottom: 20px;
}

.news_pagenation {
    padding-top: 25px;
    font-size:1.4rem;
}

.p_b100 {
    padding-bottom: 20px;
}

.news_title {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-bottom: 30px;
}

.news_date {
    font-size: 1.2rem;
}

.newsp {
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.eyecatch {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px;
}

.news_pagenation2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    font-size:1.4rem;
}

.news_pagenation2 img {
    width: 14px;
    margin: 0 10px;
}

.content_area2 {
    padding: 100px 10px 50px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #191919;
}

.title_jp {
    font-size: 1.6rem;
}

.title_eng {
    font-size: 3rem;
    line-height: 5rem;
    padding-bottom: 10px;
}

    .ceo_ph {
        height: auto;
        width: auto;
        height: 97%;
    }

.ceo_copy {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
}

.ceo_copy_position {
        font-size: 1.2rem;
        line-height: 2rem;
}

.ceo_copy_name {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    padding-top:60px;
    padding-bottom:10px;
}

.ceo_copy_name_eng {
    font-size: 1rem;
    letter-spacing: 0rem;
    display:block;
    padding-left: 0px;
}

.ceo_img {
    height: 300px;
}

.ceo_box{
  font-size:80%;
  padding-top:20px;
}

.center-y {
    display: flex;
    align-items: start;
}

.sptxt{
  font-size:1.4rem;
}

.ceo_name {
    max-width: 150px;
}

.data-wrap {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
}

.data-heading {
    font-size: 2rem;
    margin-bottom: 20px;
}

.data-wrap > *:nth-child(2) {
    width: 100%;
    font-size:1.4rem;
}

.data-body dt {
    width: 120px;
}

.data-body .row {
    margin-bottom: 15px;
}

.mission_title {
    font-size: 1.4rem;
}

.mission_txt {
    font-size: 1.7rem;
    font-weight: 600;
}

.content_area3 {
    padding: 70px 10px 100px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #191919;
}

.b_line {
    padding: 10px 0;
    font-size: 1.4rem;
}

.title {
    font-size: 2.4rem;
    font-weight: 600;
}

.title img {
    margin: 20px auto 20px;
    width: 100px;
    height: auto;
}

p{
    font-size:1.4rem;
    line-height:2.8rem;
}

.sdgs_column{
    display: block;
}

.sdgs_column > div {
   width: 100%;
}

.sdgs_title {
    font-size: 2.2rem;
    line-height: 3rem;
}

.sdgs_copy {
    font-size: 1.8rem;
    text-align: right;
}

.w80 {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px 30px;
}

.sdgs_icon_title {
    font-size: 2rem;
    line-height: 6rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
}

.sdgs_icon {
    width: 70px;
    height: auto;
}

.sdgstxt{
    font-size:1.4rem;
}

.healthy {
    float: none;
    padding-left: 0;
    padding-bottom: 20px;
    margin:0 auto;
    width: 80%;
}

.data-body .row br {
        display: none;
    }

.btn img {
    margin: 100px 20px 0px;
    height: 50px;
}



.flex_btn {
    display: block;
}

.flex_btn img {
    margin:0 auto 20px;
}

.smallbtn{
  text-align:center;
}


.smallbtn img {
    margin: 0px auto 20px;
    height: 30px;
}

.contact_wrap .row{
  display: block;
}

.contact_flex{
  display:block;
  text-align:center;
}

.contact_flex img{
  margin:10px auto 50px;
  width:66%;
}

.brand_line,.monodukuri_line,.dx_line{
  padding:10px 0;
  font-size:1.4rem;

}

.feature-img img {
    width: 50%;
    height: auto;
    display: block;
    padding: 30px 0px 10px;
    margin:0 auto;
}

    .feature-text {
        text-align: left;
        padding:0 10px 30px;
    }

.feature.fullwidth:nth-of-type(even) .feature-row {
    flex-direction: column;
}

.feature.fullwidth:nth-of-type(even) .feature-row2 {
    flex-direction: column;
}

.feature.fullwidth:nth-of-type(odd) .feature-row2 {
    flex-direction: column;
}

.feature_title {
    font-size: 2.4rem;
    line-height: 3rem;
}

.tag {
    padding: 10px 10px;
    font-size: 1rem;
}

.solutionbtn{
  padding-top:50px;
}

.black_img {
    position: absolute;
    top: 0;
    right: 0;
    width:70%;
    height: auto;
}

.content3 {
    width: 1200px;
    margin: 0 auto;
    padding:0 10px;
    position: relative;
}

.black {
    position: relative;
    background-color: #000;
    height:auto;
    display: flex;
    align-items: center;
    padding:30px 0 30px;
}

.black_title {
    color: #fff;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    padding-top:30px;
}

.content2 {
    padding-left:10px;
    padding-right:10px;
}

.title3 {
    font-size: 1.8rem;
}

.batu {
    font-size: 3rem;
}

.batu2 {
    font-size: 1.4rem;
}

.archive_line,.zenbu_line,.promo_line{
  height:200px;
}

.feature_title2{
  font-size:1.8rem;
  line-height:3rem;
  font-weight:600;
  padding-bottom:20px;
}

.img-cover {
    display: list-item;
    height: 200px;
}

.hito_title_jp {
    font-size: 2rem;
    letter-spacing: 0.2rem;
}

.hito_title_eng {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding-top: 0px; 
}

.hito_center {
    justify-content: center;
    display:block !important;
}

.hito_img {
    height: auto;
}

.hito_txt {
    width: 100%;;
    margin: 0 auto;
    font-size:1.4rem;
    line-height:2.8rem;
}

.clogo {
    top: -35px;
    left: 20px;
    width: 50px;
}

.hito_name {
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
}

.hito_ph{
  height:300px;
  width:auto;
  margin:0 auto;
}

.hito_box img {
    height: auto;
}

.hito_main {
    width: 90%;
    margin: 0 auto 30px;
}

.content_area5 {
    padding: 50px 10px 0px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #191919;
}

.talk_navi {
    display:block;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    padding:0 10px;
}

.talk_navi_fixed {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 50px 0 10px;
    background-color: #fff;
    width: 100vw;
}

.talk_title {
    width: 280px;
    margin:0 auto 10px;
}

.talk_navi_flex > div
 {
    width: 50%;
    font-size;1.2rem;
}

.talk_navi_flex > div:nth-child(2){
    width: 50%;
}

.talk_navi_flex > div:nth-child(3){
    width: 50%;
}

.talk_navi_flex > div:nth-child(5){
    width: 50%;
}

.talk_navi_btn {
    font-size: 1.1rem;
}

.talk_navi_flex {
    padding-left: 0px;
}


.talk_navi_btn {
    padding-bottom: 0px;
}


.talk_fullwidth {
    height: 200px;
}

.talk_subject {
    font-size: 1.8rem;
    line-height: 3rem;

}

.talk_subtitle {
    font-size: 1.2rem;
    padding-bottom: 20px;
}

    .talk_session {
    font-size: 1.4rem;
    line-height:2.4rem;
    }

.talk_wrap{
    padding-top:141px !important;
}

.talk_fullwidth {
    padding-bottom: 20px;
}

.talk_box {
    padding-bottom: 0px;
}

.anchor {
    scroll-margin-top: 34px;
}

    .tag {
        padding: 0px 10px;
        display: inline-block;
        margin-top: 10px;
        position: relative;
        left: -5px;
    }
}

.wp_wrapper {
  word-wrap: break-word;
}

/* 見出し */
.wp_wrapper h1,
.wp_wrapper h2,
.wp_wrapper h3,
.wp_wrapper h4,
.wp_wrapper h5,
.wp_wrapper h6 {
  font-weight: bold;
  line-height: 1.4;
  margin: 2em 0 1em;
  color: #111;
}

.wp_wrapper h1 { font-size: 1.8em; }
.wp_wrapper h2 { font-size: 1.6em; }
.wp_wrapper h3 { font-size: 1.4em; }
.wp_wrapper h4 { font-size: 1.2em; }
.wp_wrapper h5 { font-size: 1em; }
.wp_wrapper h6 { font-size: 0.9em; }

/* テキスト整形 */
.wp_wrapper p {
  margin: 1em 0;
}

.wp_wrapper strong {
  font-weight: bold;
}

.wp_wrapper em {
  font-style: italic;
}

.wp_wrapper a {
  color: #21759b;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.wp_wrapper a:hover {
  color: #1e5a82;
}

/* 画像配置 */
.wp_wrapper .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.wp_wrapper .alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.wp_wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp_wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* キャプション（クラシック） */
.wp_wrapper .wp-caption {
  text-align: center;
  margin: 1em 0;
  max-width: 100%;
}

.wp_wrapper .wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp_wrapper .wp-caption-text {
  font-size: 0.9em;
  color: #555;
  margin-top: 0.5em;
}

/* Gutenberg画像ブロック */
.wp_wrapper .wp-block-image {
  margin: 1em 0;
}

.wp_wrapper .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp_wrapper .wp-block-image figcaption {
  font-size: 0.9em;
  color: #555;
  text-align: center;
  margin-top: 0.5em;
}

/* ボタン */
.wp_wrapper .wp-block-button {
  margin: 1em 0;
}

.wp_wrapper .wp-block-button .wp-block-button__link {
  display: inline-block;
  background: #21759b;
  color: #fff;
  padding: 0.6em 1.2em;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.wp_wrapper .wp-block-button .wp-block-button__link:hover {
  background: #1e5a82;
}

/* 引用 */
.wp_wrapper blockquote,
.wp_wrapper .wp-block-quote {
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #555;
  font-style: italic;
}

.wp_wrapper .wp-block-quote cite {
  display: block;
  font-size: 0.9em;
  text-align: right;
  color: #999;
}

/* リスト */
.wp_wrapper ul,
.wp_wrapper ol {
  padding-left: 1.5em;
  margin: 1em 0;
}

.wp_wrapper ul {
  list-style: disc;
}

.wp_wrapper ol {
  list-style: decimal;
}

/* 見出しブロック */
.wp_wrapper .wp-block-heading,
.wp_wrapper .wp-block-post-title {
  margin: 1.2em 0 0.6em;
  font-weight: bold;
}

/* テーブル */
.wp_wrapper .wp-block-table,
.wp_wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

.wp_wrapper .wp-block-table th,
.wp_wrapper .wp-block-table td,
.wp_wrapper table th,
.wp_wrapper table td {
  border: 1px solid #ccc;
  padding: 0.6em;
  text-align: left;
}

.wp_wrapper .wp-block-table th,
.wp_wrapper table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

/* コード */
.wp_wrapper .wp-block-code,
.wp_wrapper pre {
  background: #f5f5f5;
  padding: 1em;
  font-family: monospace;
  font-size: 0.95em;
  overflow-x: auto;
  border-radius: 4px;
  margin: 1em 0;
}

/* カラムブロック */
.wp_wrapper .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 1.5em 0;
}

.wp_wrapper .wp-block-column {
  flex: 1;
  min-width: 200px;
}

/* その他の構造化ブロック */
.wp_wrapper .wp-block-spacer {
  height: 2em;
}

.wp_wrapper .wp-block-separator {
  border: none;
  border-top: 2px solid #eee;
  margin: 2em 0;
}

/* 図・キャプション共通 */
.wp_wrapper figure {
  margin: 1em 0;
}

.wp_wrapper figcaption {
  text-align: center;
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
}

/* 横線 */
.wp_wrapper hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
}

.slot-number {
  font-size: 6rem;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  width: 3em;
}