@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/barlow');
.contents_inner {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
#page_header{position: relative; margin-top: 138px;height: 260px;background-repeat: no-repeat;background-position: center; background-size: cover;}
#page_header .sec_ttl_center{font-family: 'Century Gothic',Futura; font-size: 3.4em;text-align: center;font-weight: normal;}
#page_header .sec_ttl_right{font-family: 'Century Gothic',Futura; font-size: 3.4em;text-align: right;font-weight: normal;}
#page_header .sec_ttl_left{font-family: 'Century Gothic',Futura; font-size: 3.4em;text-align: left;font-weight: normal;}
#page_header .sec_ttl_center span.mincyou,#page_header .sec_ttl_right span.mincyou,#page_header .sec_ttl_left span.mincyou{font-size: 0.6em;display: block;font-weight: normal;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}


#page_header .page_shadow{ text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6);}
.sec_ttl_center span{font-size: 0.3em;display: block;font-weight: normal;}
.sec_ttl_center{font-family: 'Century Gothic',Futura; font-size: 3em;text-align: center;font-weight: normal;}


#page_header img.english_copy{position: absolute; top:0;left:3%;height: 80px;}
.page_header_h3{font-size: 1.2em;color: #0d68a9;font-weight: normal;margin-bottom: 2.4em;margin-top: 1em;}
.page_header_h2{font-size: 2.6em;line-height: 1.2em;}
.line span {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 2.4em;
	text-transform: uppercase;
font-weight: bold;}
.line span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 50px;
	height: 2px;
	background-color: #ffffff;}
.overimg:hover{opacity: 0.5;}
.spnone{display: block;}
.sponly{display: none;}
.f-left{float: left;}
.f-right{float: right;}
.img100{width: 100%;}
.normal{font-weight: normal;}
.justify{text-align: justify;}
.w48per{width: 48%;}
.w30per{width: 30%;}
.w48per img{width: 100%;}
.w66per{width: 66%;position: relative;}
.w80per{width: 80%;margin: 0 auto;}
.white{color:#ffffff;}
.shadow{filter: drop-shadow(4px 4px 5px  rgba(0, 0, 0, 0.32));}
.bold{font-weight: bold;}

.page_ttl_h2{font-size: 2em;text-align: center;}
.page_ttl_h3{color:#0000000;font-size: 1.4em;margin-bottom: 1%;margin-top: 1em;}


.boxitem_03_work{width: 33%;
    height: auto;
    display: block;
    margin-bottom: 0.6%;}
.work_menu_01{background-image: url("../img/work_menu/work_menu_01_off_pc.svg");background-repeat: no-repeat;}
.work_menu {background-size: contain;background-position: center;}
.work_menu h3{font-size: 1.1em;line-height: 1.2; padding: 1em 0 1em 1.4em;color: #000000;}

.campaign-bk-img {
    height: 400px;
    width: 100%;
    background-size: cover;
} 

/* パンくずリストcss *************************************************************** */
.bg_breadcrumb{}
.breadcrumb {
	text-align: left;
width: 1000px;
  padding: 0.2em 0em 0.2em;
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}
.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #666666;
	font-size: 0.8em;
}
.breadcrumb li a:hover {text-decoration: underline;}
/* パンくずリストcss *************************************************************** */

/* ピンクのメニューcss *************************************************************** */
.plan_ttl{display: inline-block; background-color: #f2dfe6;padding: 0.8% 2%;font-weight: normal;font-size: 1.4em;margin: 3% 0 0%;}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
	border-top: 1px solid #eeb2c3;
	margin: 2% 0 5%;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
  color: #231815;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #eeb2c3;
	border-bottom: 1px solid #eeb2c3;
 transition: all 0.3s ease;
  position: relative;
}
.menu-item:nth-child(4){border-right:none;}
.menu-item:nth-child(8){border-right:none;}
.menu-item::before {
  content: "▶";
  color: #eeb2c3;
  font-size: 18px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.menu-item:hover {
  background-color: #fff5f7;
  color: #e44b75;
}

.menu-item:hover::before {
  transform: translateX(5px) scale(0.9);
  color: #e44b75;
}
/* スマホ・タブレット対応 */
@media (max-width: 1024px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);  
  }
.menu-item:nth-child(2){border-right:none;}
.menu-item:nth-child(6){border-right:none;}
}

@media (max-width: 640px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-item {
    font-size: 14px;
    padding: 15px 10px;
  }

}

/* ******* ページネーション ******* */

  /* コンテナ */
  nav.pagination{
    display:inline-flex;
    gap:12px;
    align-items:center;
	margin-bottom: 5em;
  }

  /* 共通ボタン */
  .page{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1.5px solid #898989;
    color:#898989;
    text-decoration:none;
    padding:3px 7px;
    border-radius:2px;
    line-height:1;
    min-width:44px;           /* タップしやすさ確保 */
    min-height:40px;
    font-weight:500;
	font-size: 1.4em;
    letter-spacing:.02em;
    background:#f7fafc;
    box-shadow:0 0 0 1px rgba(34,78,134,.08) inset;
  }

  /* 数字ボタンは等幅気味に */
  .page.is-number{
    font-variant-numeric: tabular-nums;
  }

  /* NEXTは大文字（画像の雰囲気） */
  .page.is-next{
    text-transform:uppercase;
    min-width:84px;           /* 見た目を画像に近づける */
  }

  /* hover / focus */
  .page:hover{ box-shadow:0 0 0 3px rgba(34,78,134,.12) inset; }
  .page:focus-visible{
    outline:none;
    box-shadow:0 0 0 3px rgba(34,78,134,.3);
  }
  .page:active{ transform:translateY(1px); }

  /* 現在ページ（塗りはせず、太字＋反転はしない＝画像準拠） */
  .page[aria-current="page"]{
    background:#f7fafc;
    box-shadow:0 0 0 1px rgba(34,78,134,.08) inset;
  }

  /* 無効状態（例：前へがない時など） */
  .page[aria-disabled="true"]{
    opacity:.45;
    pointer-events:none;
  }
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
.spnone{display: block;}
.sponly{display: none;}
	.work_menu {background-size: cover;background-position: center right;}
	.work_menu h3{font-size: 1.0em;line-height: 1.2; padding: 0.8em 0 0.8em 0.6em;color: #000000;}
}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.spnone{display: none;}
.sponly{display: block;}
.f-left{float: none;}
.f-right{float: none;}
.w30per{width: 70%;margin:0 auto;}
.w80per{width: 100%;margin:0 auto;}
.w48per{width: 100%;margin-bottom: 3%;}
.w66per{width: 100%;position: relative;}	

#page_header{position: relative; margin-top: 100px;height: 200px;background-repeat: no-repeat;background-size: cover;}
#page_header h2{position: absolute; top:50%;left: -1%;}
#page_header img.english_copy{position: absolute; top:0;left:0%;height: 40px;}
	
#page_header .sec_ttl_center{font-family: 'Century Gothic',Futura; font-size: 2.6em;text-align: left;font-weight: normal;padding-left: 5%;line-height: 1.0em;}	
#page_header .sec_ttl_center span.mincyou,#page_header .sec_ttl_right span.mincyou,#page_header .sec_ttl_left span.mincyou{font-size: 0.6em;display: block;font-weight: normal;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
#page_header .sec_ttl_right{font-family: 'Century Gothic',Futura; font-size: 2.6em;text-align: right;font-weight: normal;position: absolute; top:50%;right: 3%;line-height: 1.0em;}
#page_header .sec_ttl_left{font-family: 'Century Gothic',Futura; font-size: 2.6em;text-align: left;font-weight: normal;position: absolute; top:50%;left: 3%;line-height: 1.0em;}	
.page_header_h3{font-size: 1.0em;color: #0d68a9;font-weight: normal;margin-bottom: 2.4em;margin-top: 1em;}
.page_header_h2{font-size: 1.8em;line-height: 1.2em;}
.line span {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 1.8em;
	text-transform: uppercase;
font-weight: bold;}
.page_ttl{font-size: 1.6em;text-align: left;}
.page_ttl_h2{font-size: 1.6em;text-align: center;}
.page_ttl_h3{color:#0000000;font-size: 1.2em;margin-bottom: 1%;margin-top: 1em;}
	
	
.seisakutyu{font-size: 1.6em;text-align: center;margin: 40% 0;}
.sec_ttl{font-size: 1.8em;text-align: center;line-height: 1.0;}
.sec_ttl span{font-size: 0.6em;display: block;font-weight: normal;line-height: 2em;}
	
.sec_ttl_center span{font-size: 0.6em;display: block;font-weight: normal;}
.sec_ttl_center{font-family: 'Century Gothic',Futura; font-size: 1.8em;text-align: center;font-weight: normal;}
	
	

/* パンくずリストcss *************************************************************** */
.breadcrumb {
	width: 98%;
	padding-left: 2%;}	
.breadcrumb li a {
  font-size: 1.0em;
}	
/* パンくずリストcss *************************************************************** */
}
