/* ------- HEADER ---------------------------------------------- */
body{
  background-color: #FFF;
	padding-top: 0 !important;
}
#header-area{
	transition: 1s;
}
#logo-main .main > .logo:before,
#logo-main .main > .logo:after{
	transition: .3s;
}
#logo-main .main > .logo:before{
	opacity: 1;
}
#logo-main .main > .logo:after{
	background-image: url("../common/img/logo_main2.svg");
	opacity: 0;
	
}
#logo-main .main > span,
#logo-main .sub,
#header-area a.header-entry,
#humberger{
	pointer-events: all;
	opacity: 1;
	transition: 1s;
}
body.is-loading #header-area{
	background-color: transparent;
}
body.is-loading #logo-main .main > span,
body.is-loading #logo-main .sub,
body.is-loading #header-area a.header-entry,
body.is-loading #humberger{
	pointer-events: none;
	opacity: 0;
}

#header-area.is-complete #logo-main .main > .logo:before{
	opacity: 0;
	transition-delay: 0.4s;
}
#header-area.is-complete #logo-main .main > .logo:after{
	opacity: 1;
	transition-delay: 0.4s;
}

body.is-complete #logo-main .main > .logo:before{
	opacity: 1 !important;
}
body.is-complete #logo-main .main > .logo:after{
	opacity: 0 !important;
}
@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
	body.is-loading #header-area{
		box-shadow: 0 3px 5px transparent;
	}
	body.is-complete #header-area{
		box-shadow: 0 3px 5px rgba(0,0,0,.16);
	}
	#footer-area .footer-entry{
		transform: translateY(100%);
		transition: 1s;
	}
	body.is-complete #footer-area .footer-entry{
		transform: translateY(0)
	}
}


/* ==========================================
   基本スクロール制御
========================================== */
html:has(body.is-loading),
body.is-loading {
  overflow: hidden !important;
  height: 100% !important;
}

/* ==========================================
   演出全体のコンテナ
========================================== */
#opening-container {
  position: relative;
  width: 100%;
  height: 100vh;
	min-height: 600px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.opening-wrap{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media print, screen and (min-width:781px) {
	.opening-wrap{
		display: flex;
		align-items: center;
		margin-top: 100px;
		height: calc(100% - 100px);
		width: 98%;
		max-width: 1366px;
	}
}
@media screen and (max-width: 780px) {
	.opening-wrap{
		display: flex;
		align-items: center;
		flex-direction: column;
		height: 100%;
		width: 90%;
	}
}

/* ==========================================
   サイト情報
========================================== */
.site-info {
  z-index: 30;
  transition: color 0.4s ease;
}
@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
	.site-info {
		width: 100%;
		order: 2;
	}
}


.sub-text {
	color: #BCC3D0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
	line-height: 2.5;
  letter-spacing: 0.04em;
	transition-delay: .3s;
}
#opening-container.is-complete .sub-text{
	color: #FFFFFF;
}
@media print, screen and (min-width:781px) {
	.sub-text{
		margin-top: 40px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 780px) {
	.sub-text{
		margin-top: 15px;
		font-size: 1.0rem;
	}
}

/* ==========================================
   中央：SVG数字とマスクエリアのレイアウト
========================================== */
.number-display-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 20;
}
@media print, screen and (min-width:781px) {
	.number-display-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 75.25vw;
		max-width: 1028px;
	}
}
@media screen and (max-width: 780px) {
	.number-display-wrapper {
		margin-left: auto;
		margin-right: 0;
		margin-top: 37.62vh;
		width: 76.79vw;
	}
}

.digit-box {
  position: relative;
  width: 26.4vw;
}

.digit-box.num-percent {
  position: relative;
  width: 14.7vw;
  height: 15vw;
  margin-left: 1vw;
}

.num-img {
	aspect-ratio: 39 / 62;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}


.num-10,
.num-1{
	margin-left: 1vw;
}

.mask-target {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 各数字の内部に隠れている人物画像 */
.person-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
	transform: scale(1.2); /* ズームアウト */
	transform-origin: center center;
  
  /* マスク設定 */
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* 個別の登場フェード時間とズームアウト設定（時間を1.2sにして、より滑らかに引いていく演出にします） */
.num-10 .person-img {
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s; /* 10の位（最初） */
}
.num-1 .person-img {
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;  /* 1の位（2番目） */
}
.num-100 .person-img {
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s; /* 100の位（最後） */
}


.num-percent{
	align-self: flex-end;
}
/* YEARSテキストの初期状態 */
.num-percent .years-text {
  position: absolute;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  /* ★写真が出揃った瞬間（1.5秒後）にフェードインを開始 */
  transition: opacity 4.0s ease 1.5s, visibility 1.0s ease 1.5s;
}

/* ％記号のSVGが消えるタイミングもYEARSの表示と同期 */
.num-percent .percent-svg {
	aspect-ratio: 138 / 143;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
  transition: opacity 0.4s ease 1.5s, visibility 0.4s ease 1.5s;
}
@media print, screen and (min-width:781px) {
	.num-percent .years-text {
		bottom: 0;
		left: 0;
		font-size: min(3.87vw,5.3rem);
	}
}
@media screen and (max-width: 780px) {
	.num-percent .years-text {
		white-space: nowrap;
		bottom: -10px;
		left: -3vw;
		transform: translate(-100%,100%);
		font-size: min(6.79vw,2.65rem);
	}
}

/* ==========================================
   右上：キャッチコピー（縦書き）
========================================== */
.catchphrase {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.3em;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  /* ★YEARSと完全に同時（1.5秒後）に、1.0秒かけて優雅にフェードイン */
  transition: opacity 4.0s ease 1.5s, visibility 1.0s ease 1.5s;
  z-index: 30;
}

@media print, screen and (min-width:781px) {
	.catchphrase {
	  position: absolute;
	  right: 3.5vw;
	  top: 5.59vh;
	  writing-mode: vertical-rl;
	  text-orientation: upright;
	  font-size: min(2.34vw, 3.2rem);
	}
	.catchphrase p {
		margin-left: 20px;
	}
}
@media screen and (max-width: 780px) {
	.catchphrase {
		margin-top: 18.3vh;
	  font-size: min(5.51vw, 2.15rem);
		width: 100%;
	}
}

/* ==========================================
   下部：ローディングバー
========================================== */
.loading-bar-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: transparent;
  z-index: 0;
  transition: height 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.loading-bar {
  width: 0%;
  height: 100%;
  background-color: #004099;
  display: flex;
  align-items: center;
  transition: width 0.1s linear;
	position: relative;
}

.bar-text {
	display: flex;
	align-items: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  letter-spacing: 0.04em;
	white-space: nowrap;
  transition: opacity 0.2s ease;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bar-text:before{
	background-image: url("../img/icon_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
@media print, screen and (min-width:781px) {
	.bar-text{
		color: #FFF;
		font-size: 1.2rem;
		left: 20px;
	}
	.bar-text:before{
		margin-right: 1.24vw;
		height: 17px;
		width: 9px;
	}
}
@media screen and (max-width: 780px) {
	.bar-text{
		color: #FFF;
		font-size: 1.0rem;
		left: 10px;
	}
	.bar-text:before{
		margin-right: 10px;
		height: 9px;
		width: 4px;
	}
}

/* ==========================================
   ★100%完了時に一斉に発火するクラス★
========================================== */

/* 1. ローディングバーを画面全体に広げる */
#opening-container.is-complete .loading-bar-wrapper {
  height: 100vh;
}

/* 2. LOADING... テキストの消去 */
#opening-container.is-complete .bar-text {
  opacity: 0;
}

/* 3. ロゴとサイト情報を白に反転 */
#opening-container.is-complete .site-info {
  color: #ffffff;
  transition-delay: 0.2s;
}
#opening-container.is-complete .logo {
  color: #ffffff;
  transition-delay: 0.2s;
}

/* 4. 元の黒いSVG数字を非表示にする（写真の登場ディレイと完全に同期させます） */
/* 10の位（最初）の黒数字を 0.6秒後に消す */
#opening-container.is-complete .num-10  .mask-target .num-img { opacity: 0; transition-delay: 0.6s; }

/* 1の位（2番目）の黒数字を 0.9秒後に消す */
#opening-container.is-complete .num-1   .mask-target .num-img { opacity: 0; transition-delay: 0.9s; }

/* 100の位（最後）の黒数字を 1.2秒後に消す */
#opening-container.is-complete .num-100 .mask-target .num-img { opacity: 0; transition-delay: 1.2s; }

/* 5. くり抜かれた人物写真を指定の順番に表示 ＋ 元のサイズに戻してズームアウト完了 */
#opening-container.is-complete .person-img {
  opacity: 1;
  transform: scale(1); /* 1.2 から 1 に戻ることでズームアウト（引く動き）になります */
}

/* 6. %記号を消してYEARSを表示（1.5秒後のディレイが自動適用） */
#opening-container.is-complete .num-percent .percent-svg {
  opacity: 0;
  visibility: hidden;
}
#opening-container.is-complete .num-percent .years-text {
  opacity: 1;
  visibility: visible;
}

/* 7. キャッチコピーのフェードイン（1.5秒後のディレイが自動適用され、YEARSと同時に出ます） */
#opening-container.is-complete .catchphrase {
  opacity: 1;
  visibility: visible;
}


/* ==========================================
   各数字の中の人物画像（マスク画像）の位置・サイズ個別調整
========================================== */

/* 百の位 (左の男性) */
#opening-container .num-100 .person-img {
  object-position: 65% center;
}

/* 十の位 (中央の女性) */
#opening-container .num-10 .person-img {
  object-position: 55% -10%;
}

/* 一の位 (右の男性) */
#opening-container .num-1 .person-img {
  object-position: 40% center;
}



/* ==========================================
   ★修正・追加：全ロード完了後のフェードイン ＆ 2秒静止スタイル
========================================== */

/* 最初は数字エリア全体を透明にしておく */
.number-display-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease; /* 0.5秒かけてフェードイン */
}

/* ロードが完了（is-loadedクラスが付与）したら、数字全体をフェードイン */
body.is-loaded .number-display-wrapper {
  opacity: 1;
}

/* 1. 最初（is-init時）は％記号を完全に非表示（不透明度0） */
#opening-container.is-init .num-percent .percent-svg {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

/* 2. カウントアップ中（is-initが外れた後）はディレイなしで即座に％を表示 */
.num-percent .percent-svg {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
}

/* 3. 100%完了時（is-complete）に、1.5秒遅らせて％を消す */
#opening-container.is-complete .num-percent .percent-svg {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 1.5s, visibility 0.4s ease 1.5s;
}



/* ==========================================
   100年説明
========================================== */
#years-desc-sec{
	background-color: #004099;
	color: #FFF;
	position: relative;
	z-index: 1;
}
#years-desc-sec .image{
	background-repeat: no-repeat;
	background-size: cover;
}
#years-desc-sec .photo1 .image{
	background-image: url("../img/img_years1.jpg");
	background-position: center center;
}
#years-desc-sec .photo2 .image{
	background-image: url("../img/img_years2.jpg");
	background-position: center bottom;
}
#years-desc-sec .photo3 .image{
	background-image: url("../img/img_years3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.years-desc .ttl{
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1;
}
.years-desc .ttl strong{
	background-color: #D8D11F;
	color: #004099;
}
#years-desc-sec .detail .jp{
	font-weight: 700;
}
#years-desc-sec .detail > p{
	line-height: 2.5;
}
#years-desc-sec .detail .catch .jp{
	line-height: 1.1;
}
#years-desc-sec .detail .catch .jp:after{
	color: #D8D11F;
	content: "★";
	line-height: 1;
}
#years-desc-sec .detail .catch .jp strong{
	background-color: #D8D11F;
	color: #004099;
}
#years-desc-sec .detail .catch .jp strong .en2{
	letter-spacing: .02em;
	line-height: 1;
}
@media print, screen and (min-width:781px) {
	.years-desc-inner{
		margin-left: auto;
		margin-right: auto;
		max-width: 1373px;
		position: relative;
	}
	.years-desc{
		display: flex;
		margin-left: auto;
		margin-right: auto;
		margin-top: 125px;
		max-width: 913px;
		width: 90%;
	}
	.years-desc .ttl{
		font-size: min(3.7vw,4.0rem);
		writing-mode: vertical-rl;
		margin-right: 9.15vw;
	}
	.years-desc .ttl strong{
		padding: .15em .015em;
	}
	#years-desc-sec .detail{
		padding-top: 20px;
	}
	#years-desc-sec .detail > p{
		font-size: min(1.85vw,2.0rem);
	}
	#years-desc-sec .detail > p:not(:first-child){
		margin-top: 60px;
	}
	#years-desc-sec .detail .catch{
		margin-top: 20px;
	}
	#years-desc-sec .detail .catch .jp{
		font-size: min(6.66vw,7.2rem);
	}
	#years-desc-sec .detail .catch .jp strong{
		padding: .015em .15em;
	}
	#years-desc-sec .detail .catch .jp strong span{
		font-size: min(8.14vw,8.8rem);
		padding: 2px 5px;
	}
	#years-desc-sec .detail .catch .jp:after{
		font-size: min(10.09vw,10.9rem);
	}
	#years-desc-sec .photo1{
		width: 56.368%;
	}
	#years-desc-sec .photo1 > .image{
		height: 300px;
	}
	#years-desc-sec .photo2{
		width: 25.622%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0,-50%);
	}
	#years-desc-sec .photo2 > .image{
		height: 200px;
	}
	#years-desc-sec .photo3{
		margin-left: auto;
		margin-top: 30px;
		width: 66.251%;
		transform: translateY(50%);
	}
	#years-desc-sec .photo3 > .image{
		height: 300px;
	}
}
@media screen and (max-width: 780px) {
	.years-desc-inner{
		position: relative;
	}
	.years-desc{
		display: flex;
		flex-direction: column;
		margin-left: 20%;
		margin-right: auto;
		margin-top: 60px;
		width: 75%;
	}
	.years-desc .ttl{
		font-size: min(3.97vw,1.55rem);
		margin-top: 30px;
		order: 1;
	}
	.years-desc .ttl strong{
		padding: .015em .15em;
	}
	#years-desc-sec .detail{
		padding-top: 20px;
		order: 0;
	}
	#years-desc-sec .detail > p{
		font-size: min(3.84vw,1.5rem);
	}
	#years-desc-sec .detail > p:not(:first-child){
		margin-top: 50px;
	}
	#years-desc-sec .detail .catch{
		margin-top: 50px;
	}
	#years-desc-sec .detail .catch .jp{
		font-size: min(8.2vw,3.2rem);
	}
	#years-desc-sec .detail .catch .jp strong{
		padding: .015em .15em;
	}
	#years-desc-sec .detail .catch .jp strong span{
		font-size: min(8.33vw,3.25rem);
	}
	#years-desc-sec .detail .catch .jp:after{
		font-size: min(12.56vw,4.9rem);
	}
	#years-desc-sec .photo1{
		width: 39.1%;
	}
	#years-desc-sec .photo1 > .image{
		padding-bottom: 84.918%;
	}
	#years-desc-sec .photo2{
		margin-top: 10.256%;
		margin-left: auto;
		width: 31.66%;
	}
	#years-desc-sec .photo2 > .image{
		padding-bottom: 69.23%;
	}
	#years-desc-sec .photo3{
		margin-left: auto;
		margin-top: calc(120px - 24.2715%);
		width: 80%;
		transform: translateY(50%);
	}
	#years-desc-sec .photo3 > .image{
		background-image: url("../img/img_years3_sp.jpg");
		padding-bottom: 48.543%;
	}
}




/* ==========================================
   会社と事業
========================================== */
#co-biz-sec{
	background-color: #EFF6FF;
	position: relative;
	z-index: 0;
}
.sub-co-biz-sec .image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
.sub-co-biz-sec .detail{
	position: relative;
	z-index: 1;
}
.sub-co-biz-sec .detail .ttl{
	font-weight: 700;
	line-height: 1.38;
}
.sub-co-biz-sec .detail .ttl > span{
	background-color: #D8D11F;
	padding: .015em .15em;
}
.sub-co-biz-sec .detail > a{
	position: relative;
}
.sub-co-biz-sec .detail > a > .sub{
	color: #AAAAAA;
	font-weight: 500;
	writing-mode: vertical-rl;
	line-height: 1;
	position: absolute;
	top: 0;
}
.sub-co-biz-sec .detail > a > p{
	margin-top: 20px;
}
.sub-co-biz-sec1 .detail .catch{
	font-weight: 700;
}
.sub-co-biz-sec1 .detail .catch:after{
	color: #D8D11F;
	content: "★";
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
	line-height: 1;
}
.sub-co-biz-sec1 .detail .catch > strong{
	background-color: #D8D11F;
	font-weight: 700;
	padding: .015em .15em;
}
.sub-co-biz-sec .gonext{
	color: #D8D11F;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.sub-co-biz-sec3 .detail .catch{
	color: #D8D11F;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
@media print, screen and (min-width:781px) {
	#co-biz-sec{
		padding-top: 310px;
		padding-bottom: 130px;
	}
	.co-biz-wrap{
		margin-top: 80px;
	}
	.sub-co-biz-sec{
		display: flex;
		align-items: flex-end;
		position: relative;
	}
	.sub-co-biz-sec:not(:first-child){
		margin-top: 125px;
	}
	.sub-co-biz-sec:nth-child(even){
		flex-direction: row-reverse;
	}
	.sub-co-biz-sec .image{
		width: 62.9575%;
		height: 360px;
		position: absolute;
		top: 0;
	}
	.sub-co-biz-sec:nth-child(odd) .image{
		left: 0;
	}
	.sub-co-biz-sec:nth-child(even) .image{
		right: 0;
	}	
	.sub-co-biz-sec1 .image{
		background-image: url("../img/img_co-biz1.jpg");
		height: 500px;
	}
	.sub-co-biz-sec2 .image{
		background-image: url("../img/img_co-biz2.jpg");
	}
	.sub-co-biz-sec3 .image{
		background-image: url("../img/img_co-biz3.jpg");
	}
	
	
	.sub-co-biz-sec .detail{
		display: flex;
		flex-direction: column;
		width: 45.2415%;
		min-width: 525px;
	}
	.sub-co-biz-sec:nth-child(odd) .detail{
		margin-left: auto;
		padding-right: 50px;
	}
	.sub-co-biz-sec:nth-child(even) .detail{
		margin-right: auto;
		padding-left: 50px;
	}
	.sub-co-biz-sec .detail > a{
		background-color: #FFF;
		display: block;
		padding: 55px 65px;
		width: 480px;
	}
	.sub-co-biz-sec:nth-child(even) .detail > a{
		margin-left: auto;
	}
	.sub-co-biz-sec:nth-child(odd) .detail > a > .sub{
		right: -25px;
		transform: translateX(100%);
	}
	.sub-co-biz-sec:nth-child(even) .detail > a > .sub{
		left: -25px;
		transform: translateX(-100%);
	}
	.sub-co-biz-sec .detail .ttl{
		font-size: min(2.22vw,2.4rem);
		position: relative;
	}
	.sub-co-biz-sec .detail .ttl:after{
		background-color: #333333;
		background-image: url("../common/img/icon_arrow_entry_w2.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 12px auto;
		border-radius: 4px;
		content: "";
		display: block;
		height: 42px;
		width: 6.29vw;
		max-width: 86px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	
	.sub-co-biz-sec1 .detail .catch{
		font-size: min(3.33vw,3.6rem);
		margin-top: 40px;
	}
	.sub-co-biz-sec1 .detail .catch:after{
		font-size: min(5.74vw,6.2rem);
	}
	.sub-co-biz-sec1 .gonext{
		font-size: min(6.48vw,7.0rem);
		position: absolute;
		left: 15%;
		bottom: 120px;
		transform: translateY(100%);
	}
	.sub-co-biz-sec1 .gonext > span{
		font-size: min(15vw,16.2rem);
	}
	.sub-co-biz-sec1 .detail > a{
		margin-top: 65px;
	}
	
	.sub-co-biz-sec2 .detail > a{
		margin-top: 120px;
	}
	
	.sub-co-biz-sec3 .detail .catch{
		font-size: min(6.48vw,7.0rem);
		position: relative;
		top: -100px;
		left: -30px;
	}
}
@media screen and (max-width: 780px) {
	#co-biz-sec{
		padding-top: calc(80px + 24.2715%);
		padding-bottom: 100px;
	}
	.co-biz-wrap{
		margin-top: 85px;
	}
	.sub-co-biz-sec{
		position: relative;
	}
	.sub-co-biz-sec:not(:first-child){
		margin-top: 95px;
	}
	.sub-co-biz-sec .image{
		width: 85%;
		padding-bottom: calc(60.331% * 85% / 100%);
		z-index: 0;
	}
	.sub-co-biz-sec:nth-child(odd) .image{
		margin-right: auto;
	}
	.sub-co-biz-sec:nth-child(even) .image{
		margin-left: auto;
	}	
	.sub-co-biz-sec1 .image{
		background-image: url("../img/img_co-biz1_sp.jpg");
	}
	.sub-co-biz-sec2 .image{
		background-image: url("../img/img_co-biz2_sp.jpg");
	}
	.sub-co-biz-sec3 .image{
		background-image: url("../img/img_co-biz3_sp.jpg");
	}
	
	
	.sub-co-biz-sec .detail{
		background-color: #FFF;
		display: flex;
		flex-direction: column;
		margin-top: -50px;
		padding: 10% 10% 10% 10%;
		width: 85%;
		z-index: 1;
	}
	.sub-co-biz-sec:nth-child(odd) .detail{
		margin-left: auto;
	}
	.sub-co-biz-sec:nth-child(even) .detail{
		margin-right: auto;
	}
	.sub-co-biz-sec .detail > a{
		display: block;
	}
	.sub-co-biz-sec:nth-child(even) .detail > a{
		margin-left: auto;
	}
	.sub-co-biz-sec .detail > a > .sub{
		display: none;
	}
	.sub-co-biz-sec .detail .ttl{
		font-size: min(4.35vw,1.7rem);
		position: relative;
	}
	.sub-co-biz-sec .detail a:after{
		background-color: #333333;
		background-image: url("../common/img/icon_arrow_entry_w2.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 10px auto;
		border-radius: 2px;
		margin-top: 10px;
		content: "";
		display: block;
		height: 35px;
		width: 75px;
	}
	
	
	.sub-co-biz-sec1 .detail .catch{
		font-size: min(5.64vw,2.2rem);
		white-space: nowrap;
	}
	.sub-co-biz-sec1 .detail .catch:after{
		font-size: min(9.74vw,3.8rem);
	}
	.sub-co-biz-sec1 .gonext{
		font-size: min(6.92vw,2.7rem);
		position: absolute;
		right: 10%;
		bottom: 0;
		transform: translateY(50%);
		z-index: 2;
	}
	.sub-co-biz-sec1 .gonext > span{
		font-size: min(16.02vw,6.25rem);
	}
	.sub-co-biz-sec1 .detail > a{
		margin-top: 35px;
	}
	
	
	.sub-co-biz-sec3 .detail .catch{
		font-size: min(8.97vw,3.5rem);
		position: absolute;
		top: -71.282%;
		right: 5%;
	}
}




/* ==========================================
   仕事と環境
========================================== */
#work-env-sec{
	background-color: #FFF;
	position: relative;
	z-index: 0;
}
#work-env-sec .top-sec-heading > .jp{
	background-color: #F2F8FF;
}
#work-env-sec > .image{
	background-image: url("../img/img_work-env.jpg");
	background-position:  center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.work-item > a{
	display: block;
	position: relative;
}
.work-item .sub{
	color: #D8D11F;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
}
.work-item:nth-child(4n - 3) .sub,
.work-item:nth-child(4n - 2) .sub{
	left: -10px;
	transform: translateX(-100%);
}
.work-item:nth-child(4n-1) .sub,
.work-item:nth-child(4n) .sub{
	right: -10px;
	transform: translateX(100%);
}
.work-item .image{
	overflow: hidden;
}
.work-item .image:before{
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	transition: .6s;
}
.work-item1 .image:before{
	background-image: url("../img/img_work1.jpg");
}
.work-item2 .image:before{
	background-image: url("../img/img_work2.jpg");
}
.work-item3 .image:before{
	background-image: url("../img/img_work3.jpg");
}
.work-item4 .image:before{
	background-image: url("../img/img_work4.jpg");
}

.work-item .detail .ttl{
	font-weight: 700;
	line-height: 1.2;
}
.work-item .detail .ttl span{
	background-color: #D8D11F;
	padding: .015em .15em;
}
.work-item .detail > p{
	color: #666;
	line-height: 1.8;
}
@media print, screen and (min-width:781px) {
	#work-env-sec{
		padding-top: 130px;
	}
	.work-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
		margin-top: 120px;
		max-width: 1110px;
		width: 90%;
	}
	.work-item{
		width: 49.5495%;
	}
	.work-item:nth-child(n + 3){
		margin-top: 80px;
	}
	.work-item > a{
		margin-left: auto;
		margin-right: auto;
		width: 72.72%;
	}
	.work-item .sub{
		font-size: min(4.17vw,5.7rem);
		writing-mode: vertical-rl;
	}
	.work-item .image:before{
		padding-bottom: 75%;
	}
	@media (hover: hover) and (pointer: fine){
		.work-item > a:hover .image:before{
			transform: scale(1.05);
		}
	}
	.work-item .detail{
		margin: 11.25% 7.5% 0;
	}
	.work-item .detail .ttl{
		font-size: min(2.22vw,2.4rem);
		display: flex;
		align-items: center;
	}
	.work-item .detail .ttl:after{
		background-color: #333333;
		background-image: url("../common/img/icon_arrow_entry_w2.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 12px auto;
		border-radius: 4px;
		content: "";
		display: block;
		margin-left: auto;
		height: 42px;
		width: 6.29vw;
		max-width: 86px;
	}
	.work-item .detail > p{
		margin-top: 15px;
	}
	#work-env-sec > .image{
		margin-left: auto;
		margin-top: 120px;
		height: 400px;
		width: 90.19%;
	}
}
@media screen and (max-width: 780px) {
	#work-env-sec{
		padding-top: 80px;
	}
	.work-list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
		margin-top: 80px;
		width: 85%;
	}
	.work-item{
		width: 46.012%;
	}
	.work-item:nth-child(n + 3){
		margin-top: 60px;
	}
	.work-item > a{
		display: block;
		padding-bottom: 50px;
		height: 100%;
		position: relative;
	}
	.work-item .sub{
		display: none;
	}
	.work-item .image:before{
		padding-bottom: 75%;
	}
	.work-item .detail{
		margin-top: 15px;
	}
	.work-item .detail .ttl{
		font-size: min(2.22vw,2.4rem);
		display: flex;
		align-items: center;
	}
	.work-item > a:after{
		background-color: #333333;
		background-image: url("../common/img/icon_arrow_entry_w2.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 10px auto;
		border-radius: 2px;
		margin-top: 10px;
		content: "";
		display: block;
		height: 35px;
		width: 75px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.work-item .detail > p{
		font-size: 1.3rem;
		margin-top: 15px;
	}
	#work-env-sec > .image{
		margin-left: auto;
		margin-top: 85px;
		padding-bottom: calc(46.8% * 82.179% / 100%);
		width: 82.179%;
	}
}



/* ==========================================
   共通セクションタイトル
========================================== */
.top-sec-heading{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-sec-heading > .jp{
	background-color: #FFF;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.top-sec-heading > .en2{
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
	text-align: center;
}
@media print, screen and (min-width:781px) {
	.top-sec-heading > .jp{
		font-size: min(2.22vw,2.4rem);
		padding: 15px 90px;
	}
	.top-sec-heading > .en2{
		font-size: min(6.48vw,7.0rem);
		margin-top: 20px;
	}
}
@media screen and (max-width: 780px) {
	.top-sec-heading > .jp{
		font-size: min(3.58vw,1.4rem);
		padding: 5px 45px;
	}
	.top-sec-heading > .en2{
		font-size: min(8.97vw,3.5rem);
		margin-top: 10px;
	}
}