/* ============================================================
   style-top.css
   IMEG トップページ専用スタイル
   トップページのみ読み込む（style-header-footer.cssと併用）
   ※ フォントサイズはpx直値で統一（remを使わない）
   ============================================================ */

/* ---------- トップページ用リセット（.site-main配下のみ） ---------- */
.site-main * { box-sizing: border-box; }
.site-main img { max-width: 100%; height: auto; display: block; }
.site-main ul { list-style: none; margin: 0; padding: 0; }
.site-main a { text-decoration: none; color: inherit; }

/* clearfix */
.site-main:after { content: ''; display: table; clear: both; }
.clearfix:after  { content: ''; display: table; clear: both; }

ul{	list-style: none;	padding: 0;	margin:0;}
li{	list-style: none;	padding: 0;	margin:0;}
a {	text-decoration: none;}
.clear{clear:both;}
.clear2 {clear: both;	height: 10px;}
.clear3 {clear: both;	height: 20px;}
.clear4 {clear: both;	height: 30px;}
.clear5 {clear: both;	height: 5px;}
.clear6 {clear: both;	height: 40px;}
img {border-style:none;	padding: 0;	margin:0;}
.pc{ display:block;} .sp{ display:none;} .sp_clear{ clear:none; display:none;}
@media screen and (max-width: 780px) {
.pc{ display:none;} .sp{ display:block;} .sp_clear{ clear:both; display:block;}
}
.justify{text-align:justify;text-justify: inter-ideograph; /* 両端揃えの種類 */word-break: normal;word-wrap: break-word;}

/* ============================================================
   共通ユーティリティ
   ============================================================ */
.section-inner      { max-width: 1200px;  margin: 0 auto; padding: 0 40px; }
.section-inner2      { max-width: 1200px;  margin: 0 auto; padding: 0 40px; }
.section-inner--wide{ max-width: 1200px; margin: 0 auto; padding: 0 40px; }

.section-heading-block       { text-align: center; margin-bottom: 36px; }
.section-heading-block--lined{
  text-align: center;
  margin-bottom: 36px;
  padding: 12px 0;
}

.section-title-en {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .04em;
  line-height: 1;
	margin-bottom: 15px;
}
.section-title-en2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .04em;
  line-height: 1;
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
  border-bottom: 1px solid #0080CD;
	margin-bottom: 10px;
}
h2.section-title-en2 {
}
.section-title-en2_2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  letter-spacing: .04em;
  line-height: 1;
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
  border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}
h2.section-title-en2_2 {
}
.section-title-ja {
  font-size: 20px;
  color: #333333;
  margin-top: 0px;
  letter-spacing: .1em;
}
.section-title-en3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .04em;
  line-height: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  border-bottom: 1px solid #0080CD;
	margin-bottom: 10px;
}
h2.section-title-en3 {
}

.section-title-en--white { color: #ffffff; }
.section-title-ja--white { color: rgba(255,255,255,.95); }


@media (max-width: 768px) {

.section-title-en {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .04em;
  line-height: 1;
	margin-bottom: 15px;
}
.section-title-en2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .04em;
  line-height: 1;
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
  border-bottom: 1px solid #0080CD;
	margin-bottom: 10px;
}
h2.section-title-en2 {
}
.section-title-en2_2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  letter-spacing: .04em;
  line-height: 1;
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
  border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}
h2.section-title-en2_2 {
}
.section-title-ja {
  font-size: 16px;
  color: #333333;
  margin-top: 0px;
  letter-spacing: .1em;
}
.section-title-en3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .04em;
  line-height: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  border-bottom: 1px solid #0080CD;
	margin-bottom: 10px;
}	
	
}




/* MOREボタン各種 */
.btn-more {
  display: inline-block;
  background: #6CB6DF;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 10px 28px;
  border-radius: 30px;
  transition: background .2s;
}
.btn-more:hover { background: #3a9fd4; }
/* MORE右三角（正三角形） */
.btn-more .btn-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  margin-left: 8px;
  vertical-align: middle;
}

.btn-more-outline {
  display: inline-block;
  background: #5BB8E8;
  color: #ffffff !important;
  border: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 10px 28px;
  border-radius: 30px;
  transition: background .2s;
}
.btn-more-outline a{
  color: #ffffff;
}
.btn-more-outline:hover { background: #3a9fd4; }
.btn-more-outline .btn-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  margin-left: 8px;
  vertical-align: middle;
}

.btn-more-sm {
  display: inline-block;
  background: #0080CD;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 7px 24px;
  border-radius: 2px;
  transition: background .2s;
}

.btn-more-sm:hover { background: #006aaa; }

.btn-more-outline-sm {
    display: inline-block;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 6px 30px;
    border-radius: 15px;
    transition: background .2s, color .2s;
}
.btn-more-outline-sm:hover { background: #ffffff; color: #0080CD !important; }

.section-more-wrap { text-align: center; margin-top: 28px; }


/* ============================================================
   HERO
   ============================================================ */
.hero { width: 100%; }
.hero-media { width: 100%; height: auto; margin-top: 75px;}
.hero-img   { width: 100%; height: auto; display: block; }

@media (max-width: 768px) {
  .hero-media { height: auto;margin-top: 65px; }
  .hero-img   { height: auto; }
}


/* ============================================================
   NEWS & EVENTS
   ============================================================ */

.topnews_l{
	width: 47%;
	height: auto;
	float: left;
}
.topnews_r{
	width: 47%;
	height: auto;
	float: right;
}

.section-news { padding: 72px 0 64px; }
.news-list-wrap { width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.news-item { padding: 14px 0; }
.news-item:after { content: ''; display: table; clear: both; }

.news-cat {
	width: 145px;
  float: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .04em;
  padding: 3px 14px;
  border: 1px solid #5BB8E8;
  color: #5BB8E8;
  background: #ffffff;
  white-space: nowrap;
  line-height: 1.6;
  border-radius: 20px;
  text-align: center;
  margin-right: 16px;
  margin-top: 2px;
}
/* カテゴリは色統一（丸角ピル形） */
.cat-seminar { border-color: #5BB8E8; color: #5BB8E8; }
.cat-news    { border-color: #5BB8E8; color: #5BB8E8; }
.cat-topic   { border-color: #5BB8E8; color: #5BB8E8; }

.news-text {
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
  transition: color .18s;
}
.news-text:hover { color: #0080CD; }
.news-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0080CD;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 0; /* エンティティ文字を非表示 */
}

@media (max-width: 768px) {
.topnews_l{
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 100px;
}
.topnews_r{
	width: 100%;
	height: auto;
	float: none;
}
.news-list-wrap { width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
  .section-news { padding: 48px 0 25px; }
  .section-inner { padding: 0 20px; }
  .section-inner2 { padding: 0 0px; }
  .news-cat { float: none; display: block; margin-bottom: 6px; margin-right: 0; min-width: auto; text-align: center; }
}


/* ============================================================
   PRESS RELEASES
   ============================================================ */
.section-press { padding: 72px 0 64px; border-bottom: 1px solid #dddddd; }
.section-press .section-inner { max-width: 1100px; }

.press-grid:after { content: ''; display: table; clear: both; margin-top: 20px; }
.press-card {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  background: #ffffff;
  /* border: 1px solid #dddddd; 削除 */
  box-sizing: border-box;
}
.press-card:last-child { margin-right: 0; }

.press-card-link { display: block; color: inherit; transition: opacity .2s; }
.press-card-link:hover { opacity: .8; }

.press-card-thumb { width: 100%; height: 160px; overflow: hidden; background: #e0e0e0; }
.press-card-thumb img { width: 100%; height: 160px; display: block; object-fit: cover; }
.press-card-thumb-noimg { width: 100%; height: 160px; background: #e0e0e0; display: block; }

.press-card-body { padding: 12px 14px 16px; }
.press-card-meta { margin-bottom: 8px; }
.press-card-meta:after { content: ''; display: table; clear: both; }
.press-card-date  { float: left; font-size: 13px; color: #0080CD; font-weight: 700; letter-spacing: .04em; margin-right: 8px; }
.press-card-cat   { float: left; font-size: 13px; color: #0080CD; border: 1px solid #0080CD; padding: 1px 8px; letter-spacing: .04em; }
.press-card-title { font-size: 14px; color: #333333; line-height: 1.6; clear: both; padding-top: 4px; }

@media (max-width: 1024px) {
  .press-card { width: 48%; margin-right: 4%; margin-bottom: 20px; }
  .press-card:nth-child(2n) { margin-right: 0; }
}
@media (max-width: 768px) {
  .section-press { padding: 48px 0 40px; }
  .section-title-en { font-size: 24px; }
}
@media (max-width: 480px) {
  .press-card { float: none; width: 100%; margin-right: 0; }
}


/* ============================================================
   ABOUT IMEG
   PC：左余白(8.33%) + 画像(33.33%) + 青ゾーン(58.34%+右端)
   右端エンドレス青は::beforeで右方向のみ実装
   section の overflow:hidden で縦横両方抑制
   ============================================================ */
.section-about {
  background: #ffffff;
  overflow: hidden; /* ::beforeの右溢れ＋floatの高さ、両方これで制御 */
  position: relative;
	
}

/* floatのclearfix */
.about-inner:after { content: ''; clear: both; }

/* 左余白：8.33%（160/1920） */
.about-left-margin {
  float: left;
  width: 8.33%;
  min-height: 1px;
}

/* 画像カラム：33.33%（640/1920） */
.about-img-col {
  float: left;
  width: 33.33%;
  overflow: hidden;
}
.about-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 青ゾーン：58.34%（1120/1920）・右端は::beforeで延伸 */
.about-text-col {
  float: left;
  width: 58.34%;
  background: #0080CD;
  position: relative;
  padding: 45px;
  box-sizing: border-box;
}
/* 右端エンドレス：右方向のみ9999px伸ばす */
.about-text-col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 9999px;
  height: 100%;
  background: #0080CD;
}

/* SP用画像：PCでは非表示 */
.about-img-sp { display: none; }

.about-title-en {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .04em;
  line-height: 1.2;
}
.about-title-ja {
  font-size: 14px;
  color: rgba(255,255,255,.8);
  margin-top: 4px;
  margin-bottom: 24px;
  letter-spacing: .1em;
}
.about-body     { color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.9; }
.about-body p   { margin-bottom: 16px; }
.about-body p:last-child { margin-bottom: 0; }

/* MOREボタン：section外・白背景・右寄せ */
.about-more-wrap {
  background: #ffffff;
  text-align: right;
  padding: 24px 40px 40px;
	margin-right: 20%;
}

/* ---- SP ---- */
@media (max-width: 768px) {
  .section-about { background: #0080CD; }

  .about-left-margin { display: none; }
  .about-img-col     { display: none; }

  .about-text-col {
    float: none;
    width: 100%;
    padding: 40px 24px 32px;
  }
  .about-text-col::before { display: none; }

  .about-img-sp {
    display: block;
    width: 100%;
    margin: 20px 0 28px;
  }
  .about-img-sp img {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-more-wrap {
    background: #ffffff;
    padding: 20px 24px 40px;
    text-align: right;
	  margin-right: 0%;
  }
}


/* ============================================================
   DEPARTMENT
   構造：
   ============================================================ */
.section-department {
  background: #ffffff;
}

/* セクション見出しエリア */
.dept-heading-wrap {
  background: #ffffff;
  padding: 64px 0 0;
}
.dept-heading-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

/* 部門名エリア（白背景） */
.dept-group-title-wrap {
    background: #ffffff;
    padding-top: 36px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}
.dept-group-title-inner {
	width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.dept-group-title {
  font-size: 29px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .06em;
	line-height: 100%;
}
.dept-group-title2 {
  font-size: 29px;
  font-weight: 700;
  color: #666666;
  letter-spacing: .06em;
	line-height: 100%;
}

/* カードグリッドエリア（#6CB6DF背景・全幅） */
.dept-grid-wrap {
    background: #6CB6DF;
    padding-top: 32px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
	margin-bottom: 30px;
}
.dept-grid-wrap2 {
    background-color: #7B7B7B;
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.dept-grid-inner {
	width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.dept-grid-inner:after { content: ''; display: table; clear: both; }

.topcard_l{
	width: 47%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.topcard_r{
	width: 47%;
	height: auto;
	float: right;
	margin-bottom: 30px;
}
.topcard_l2{
    width: 47%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    border-radius: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
    background-color: #FFF;
	text-align: center;
	font-size: 21px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}
.topcard_l2 a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 21px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}
.topcard_r2{
	width: 47%;
	height: auto;
	float: right;
	margin-bottom: 10px;
    border-radius: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #FFF;
	text-align: center;
	font-size: 21px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}
.topcard_r2 a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 21px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}



/* カード：2カラム */
.dept-card {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.dept-card:nth-child(2n) { margin-right: 0; }

.dept-card-link { display: block; transition: opacity .2s; }
.dept-card-link:hover { opacity: .85; }
.dept-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- SP ---- */
@media (max-width: 768px) {
  .dept-heading-wrap  { padding: 48px 0 0; }
  .dept-heading-inner { padding: 0 20px; }
  .dept-group-title-inner { padding: 0 20px; }
  .dept-grid-inner    { padding: 0 20px; }
  .dept-card { float: none; width: 100%; margin-right: 0; }
.dept-group-title {
  font-size: 22px;
  font-weight: 700;
  color: #0080CD;
  letter-spacing: .06em;
	line-height: 100%;
}
.dept-group-title2 {
  font-size: 22px;
  font-weight: 700;
  color: #666666;
  letter-spacing: .06em;
	line-height: 100%;
}
.topcard_l{
	width: 90%;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.topcard_r{
	width: 90%;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.topcard_l2{
    width: 80%;
    height: auto;
    float: none;
    margin-bottom: 20px;
    border-radius: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
    background-color: #FFF;
	text-align: center;
	font-size: 17px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.topcard_l2 a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}
.topcard_r2{
    width: 80%;
    height: auto;
    float: none;
    margin-bottom: 20px;
    border-radius: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #FFF;
	text-align: center;
	font-size: 17px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.topcard_r2 a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 100%;
	color: #000;
	font-weight: bold;
}


}


/* ============================================================
   RECRUIT
   ============================================================ */
.section-recruit { padding: 72px 0 64px; }

.recruit-hero     { width: 100%; max-width: 1000px; height: auto; margin: 0 auto 36px;  }
.recruit-hero-img { width: 100%; height: auto; display: block; }


.toprec_box{
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 100px;
}
.toprec_l{
    width: 47%;
    padding-bottom: 20px;
	float: left;
    border: 1px solid #0080CC;
}
.toprec_r{
    width: 47%;
    padding-bottom: 20px;
	float: right;
    border: 1px solid #0080CC;
}
.toprec_t1{
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #0080CC;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	color: #0080CC;
	margin-bottom: 30px;
}
.toprec_t1_2{
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #0080CC;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	color: #0080CC;
	margin-bottom: 15px;
}
.news-date{
    width: 105px;
    height: auto;
	float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    color: #6CB5DE;
    border-radius: 15px;
    border: 1px solid #6CB5DE;
	margin-right:10px;
	line-height: 100%;
	font-size: 14px;
}
.news_title2{
	width: 65%;
	float: left;
    padding-bottom: 5px;
    padding-top: 0px;
	
}
.toprec_p1{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


.recruit-cols:after { content: ''; display: table; clear: both; }
.recruit-box {
  float: left;
  width: 48%;
  margin-right: 4%;
  border: 1px solid #dddddd;
  padding: 24px;
  background: #ffffff;
  box-sizing: border-box;
}
.recruit-box:last-child { margin-right: 0; }

.recruit-box-title {
  font-size: 15px;
  font-weight: 700;
  color: #0080CD;
  border-bottom: 2px solid #0080CD;
  padding-bottom: 8px;
  margin-bottom: 16px;
  letter-spacing: .04em;
}

.recruit-news-item { padding: 10px 0; border-bottom: 1px solid #dddddd; }
.recruit-news-item:after { content: ''; display: table; clear: both; }
.recruit-news-date {
  float: left;
  font-size: 13px;
  color: #0080CD;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 10px;
  padding-top: 2px;
}
.recruit-news-text { display: block; overflow: hidden; font-size: 14px; color: #333333; line-height: 1.6; transition: color .18s; }
.recruit-news-text:hover { color: #0080CD; }

.recruit-faq-badge {
  float: left;
  width: 52px;
  height: 40px;
  background: #555555;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  margin-right: 10px;
}
.recruit-more-wrap { text-align: right; margin-top: 16px; }

@media (max-width: 768px) {
  .section-recruit { padding: 48px 0 40px; }
  .recruit-box { float: none; width: 100%; margin-right: 0; margin-bottom: 20px; }
  .recruit-hero { height: auto; }
  .recruit-hero-img { height: auto; }
	

.toprec_box{
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 80px;
}
.toprec_l{
    width: 100%;
    padding-bottom: 20px;
	float: none;
    border: 1px solid #0080CC;
	margin-bottom: 30px;
}
.toprec_r{
    width: 100%;
    padding-bottom: 20px;
	float: none;
    border: 1px solid #0080CC;
}
.toprec_t1{
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #0080CC;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	color: #0080CC;
	margin-bottom: 20px;
}
.toprec_t1_2{
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #0080CC;
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	color: #0080CC;
	margin-bottom: 20px;
}
.news-date{
    width: 105px;
    height: auto;
	float: none;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    color: #6CB5DE;
    border-radius: 15px;
    border: 1px solid #6CB5DE;
	margin-right:0px;
	margin-left: 5%;
	line-height: 100%;
	font-size: 14px;
}
.news_title2{
	width: 90%;
	float: none;
    padding-bottom: 5px;
    padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
}
.toprec_p1{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
	
	
	
}


/* ============================================================
   INTERNAL INFORMATION
   ============================================================ */
.section-internal { background: #0080CD; padding: 72px 0 64px; }
.section-internal .section-title-en { color: #ffffff; }
.section-internal .section-title-ja { color: rgba(255,255,255,.8); }

.internal-grid:after { content: ''; display: table; clear: both; }
.internal-grid:after { content: ''; display: table; clear: both; }

.internal-card {
  float: left;
  width: 22%;
  margin-right: 4%;
  box-sizing: border-box;
}
.internal-card:last-child { margin-right: 0; }

/* 枠線ありボックス（タイトル・画像・MOREボタン） */
.internal-card-box {
  border: 2px solid #ffffff;
  padding: 16px 16px 20px;
  box-sizing: border-box;
  margin-bottom: 14px;
}

.internal-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: .03em;
  line-height: 1.4;
	text-align: center;
}

/* 画像エリア */
.internal-card-img {
  width: 100%;
	max-width: 100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 16px;
}
.internal-card-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* MOREボタン：中央寄せ */
.internal-card-more {padding-left: 10px;
	padding-right: 10px; text-align: center; }

/* 枠外テキスト */
.internal-card-text {
  font-size: 14.5px;
  color: rgba(255,255,255,1.0);
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .internal-card { width: 46%; margin-right: 4%; margin-bottom: 24px; }
  .internal-card:nth-child(2n) { margin-right: 0; }
}
@media (max-width: 768px) { 
.section-internal { padding: 48px 0 40px; } 
.internal-card {
  float: none;
  width: 80%;
	margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
	margin-bottom: 30px;
}
.internal-card:nth-child(2n) { margin-right: auto; }
.internal-card:last-child { margin-right: auto; }
}
@media (max-width: 480px) { .internal-card { float: none; width: 100%; margin-right: auto; } }


/* ============================================================
   INITIATIVES / PAST
   ============================================================ */
.section-initiatives { padding: 72px 0 48px;}
.section-past        { padding: 64px 0 72px; }

.initiatives-grid:after { content: ''; display: table; clear: both; }
.initiatives-item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
  padding: 12px 52px 12px 24px;
  background: #0080CC;
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
  display: block;
  transition: background .2s, color .2s, transform .2s;
    border: 1px solid #0080CC;
}
.initiatives-item:nth-child(2n) { margin-right: 0; }
.initiatives-item:hover {
    background: #ffffff;
    color: #0080CC !important;
    border: 1px solid #0080CC;
}
.initiatives-text { display: block; color: inherit; }
.initiatives-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #6CB5DE;
  transition: border-left-color .2s;
  font-size: 0;
}
.initiatives-item:hover .initiatives-arrow { border-left-color: #0080CC; }

@media (max-width: 768px) {
  .section-initiatives,
  .section-past { padding: 48px 0 40px; }
  .initiatives-item { float: none; width: 100%; margin-right: 0;
  padding: 10px 52px 10px 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px; }
}

/* ---- Past（グレー版：initiatives-grid2 用） ---- */
.initiatives-grid2:after { content: ''; display: table; clear: both; }
.past-item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 16px;
  padding: 16px 52px 16px 24px;
  background: #666666;
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
  position: relative;
  display: block;
  transition: background .2s, color .2s, transform .2s;
    border: 1px solid #666666;
}
.past-item:nth-child(2n) { margin-right: 0; }
.past-item:hover {
  background: #ffffff;
  color: #666666 !important;
    border: 1px solid #666666;
}
.past-text { display: block; color: inherit; }
.past-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #6CB5DE;
  transition: border-left-color .2s;
  font-size: 0;
}
.past-item:hover .past-arrow { border-left-color: #666666; }

@media (max-width: 768px) {
  .past-item { float: none; width: 100%; margin-right: 0;
  padding: 10px 52px 10px 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px; }
}