@charset "UTF-8";

main h3 {
	background: -webkit-linear-gradient(left, #0086d3 0%, #003182 100%);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 14px 40px 14px 80px;
    margin: 0 0 40px;
    text-align: left;
    position: relative;
	line-height: 1.6;
}
main h3:after {
    content: "";
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230068b7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') no-repeat center center;
    background-size: contain;
    left: 30px;
    top: 50%;
    transform: translate(0,-50%);
    width: 25px;
    height: 25px;
    z-index: 10;
}

/*================================loading_screen================================*/
#loading_screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loading_screen.loaded {
	opacity: 0;
	visibility: hidden;
}

/* スピナー */
.loading_spinner {
	width: 50px;
	height: 50px;
	border: 4px solid rgba(0, 104, 183, 0.1);
	border-top-color: #0068b7;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

/* LOADINGテキスト */
.loading_text {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #0068b7;
	letter-spacing: 0.2em;
	margin: 0;
}

/* スピナー回転アニメーション */
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*================================header_top================================*/
@media  print, screen and (min-width: 768px) {
.header_top {
	width:100%;
	max-width:1920px;
	height:940px;
	margin:0 auto 0px;
	padding:0;
	position: relative;
	}
.header_top h2{
    font-family: 'Zen Kaku Gothic New', sans-serif;
	width:auto;
	position:absolute;
	bottom:145px;
    left: 50%;
	-webkit-transform: translate(-550px,0);
    transform: translate(-550px,0);
	padding: 0;
    font-size: 60px;
    font-weight:700;
    color: #fff;
	line-height:1.4;
	letter-spacing: 0.1em;
	z-index:10;
	white-space:nowrap;
	display:inline-block;
	text-shadow:1px 1px 20px rgba(93,208,250,0.2), -1px -1px 20px rgba(93,208,250,0.2),-1px 1px 20px rgba(93,208,250,0.2), 1px -1px 20px rgba(93,208,250,0.2),0px 1px 20px rgba(93,208,250,0.2),  0-1px 20px rgba(93,208,250,0.2),-1px 0 20px rgba(93,208,250,0.2), 1px 0 20px rgba(93,208,250,0.2);
}
.header_top .mainvisual{
    width: 100%;
    height: 940px;
	position:relative;
}
.header_top .mainvisual.slider {
    position: absolute;
    top: 0;
	left: 50%;
	transform: translate(-50%,0);
    width: 1920px;
    height: 940px;
    margin: auto;
    object-fit: cover;
	z-index: 1;
}
.header_top .slider img {
	width:100%;
	height: 940px;
	margin:auto;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 10s ease-out;
	}
.header_top .slider .slick-active img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
.header_top .mainvisual:after{
    content: "";
    position: absolute;
    background: url(../images/bg_top_mainvisual.svg) no-repeat bottom center;
    background-size: contain;
    bottom: 0px;
	left: 50%;
    transform: translate(-50%,0);
    width: 1920px;
    height: 184px;
	z-index:10;
}
.arrowWrap {
  font-family: 'Manrope', sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-542px);
  bottom: 0;
  height: 150px;
  z-index:2;
  -webkit-text-size-adjust: none;
}
.arrowInner p {
  font-size: 14px;
  font-weight:bold;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
  width: 1px;
  height: 100px;
  margin: 20px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
a.anchor_top,
.anchor_top{
  display: block;
  padding-top: 125px!important;
  margin-top: -125px!important;
}
}
@media  print, screen and (max-width: 767px) {
.header_top {
	height:auto;
	position:relative;
	}
.header_top .fr{
	margin-top:-0px;
	z-index:2;
	}
.header_top h2{
    font-family: 'Zen Kaku Gothic New', sans-serif;
	width: calc(100% - 40px);
	position:absolute;
	bottom:20%;
    left: 50%;
	-webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	padding: 0;
    font-size: 30px;
    font-weight:700;
    color: #fff;
	line-height:1.4;
	letter-spacing: 0.07em;
	z-index:10;
	white-space:nowrap;
	display:inline-block;
	text-shadow:1px 1px 15px rgba(93,208,250,0.2), -1px -1px 15px rgba(93,208,250,0.2),-1px 1px 15px rgba(93,208,250,0.2), 1px -1px 15px rgba(93,208,250,0.2),0px 1px 15px rgba(93,208,250,0.2),  0-1px 15px rgba(93,208,250,0.2),-1px 0 15px rgba(93,208,250,0.2), 1px 0 15px rgba(93,208,250,0.2);
	flex: 1 0 auto;
}
@media  print, screen and (max-width: 360px) {
.header_top h2{
	font-size: 28px;
	}
}
@media  print, screen and (max-width: 320px) {
.header_top h2{
	font-size: 25px;
	}
}
.header_top .slider img {
	width:100%;
	height: auto;
	margin:auto;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 15s ease-out;
	}
.header_top .slider .slick-active img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
.header_top .mainvisual.slider{
	top: 0px;
	}
.header_top .mainvisual:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    background: -moz-linear-gradient(top, #000, transparent 20px);
    background: -webkit-linear-gradient(top, #000, transparent 20px);
    background: linear-gradient(to bottom, #000, transparent 20px);
    z-index: 1;
}
.header_top .mainvisual:after{
    content: "";
    position: absolute;
    background: url(../img/bg_top_mainvisual.svg) no-repeat bottom center;
    background-size: contain;
    bottom: 0;
	left: 50%;
    transform: translate(-50%,0);
    width: 104%;
    height: 20%;
	z-index:10;
}
.arrowWrap_sp{
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index:2;
  padding-top: 36px;
}
.arrowWrap_sp a {
  font-family: 'Manrope', sans-serif;	
  text-decoration: none;
  color:#fff;
  font-size:12px;
}
.arrowWrap_sp a.disabled{
    pointer-events: none;
}
.arrowWrap_sp a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.arrowWrap_sp a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 12px;
  height: 12px;
  margin: -10px 0 0 -6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.arrowWrap_sp a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 34px;
  height: 34px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255,255,255,.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255,255,255,.3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
}


/*================================strengths_area (阿部興産の強み)================================*/

#strengths_area {
  position: relative;
  padding-top: 0;
  padding-bottom: 120px;
  min-height: 900px;
  background-size: cover;
  background-position: right 30vw center; /* 背景を右に30％ずらす（PC専用） */
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  overflow: hidden;
}

/* 白グラデーション（右端→左方向） */
#strengths_area::after {
  content: '';
  position: absolute;
  top: 0;
  right: 30vw;
  bottom: 0;
  left:0;
  background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%);
  pointer-events: none;
  z-index: 1;
}

/* 白オーバーレイ */
#strengths_area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

#strengths_area .inner {
	width: 1200px;
	margin: 0 auto;
	padding-top: 120px;
	position: relative;
	z-index: 10;
}

#strengths_area .ttl-01 {
	margin-bottom: 2rem;
}

#strengths_area .ttl-01 .jp {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #00288d;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	text-shadow: 
		1px 1px 2px rgba(255, 255, 255, 0.8),
		-1px -1px 2px rgba(255, 255, 255, 0.8),
		2px 2px 4px rgba(0, 0, 0, 0.2),
		0 0 8px rgba(255, 255, 255, 0.6);
}

#strengths_area .ttl-01 .en {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 60px;
	font-weight: 700;
	color: #00288d;
	letter-spacing: 0.02em;
	line-height: 1.0;
	text-shadow: 
		1px 1px 3px rgba(255, 255, 255, 0.9),
		-1px -1px 3px rgba(255, 255, 255, 0.9),
		2px 2px 6px rgba(0, 0, 0, 0.25),
		0 0 10px rgba(255, 255, 255, 0.7);
}

#strengths_area .catch {
	font-size: 28px;
	font-weight: 700;
	color: #00288d;
	line-height: 1.5;
	margin-bottom: 30px;
	max-width: 500px;
	text-shadow: 
		1px 1px 2px rgba(255, 255, 255, 0.8),
		-1px -1px 2px rgba(255, 255, 255, 0.8),
		2px 2px 5px rgba(0, 0, 0, 0.2),
		0 0 8px rgba(255, 255, 255, 0.6);
}

#strengths_area .txt {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.8;
	letter-spacing: 0.02em;
	width: 100%;
	max-width: 500px;
	text-shadow: 
		1px 1px 2px rgba(255, 255, 255, 0.8),
		-1px -1px 2px rgba(255, 255, 255, 0.8),
		2px 2px 4px rgba(0, 0, 0, 0.2),
		0 0 8px rgba(255, 255, 255, 0.6);
}

/* カルーセル */
.strengths_slider {
	position: absolute !important;
	top: 120px;
	left: 48%;
	width: 1200px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 15;
}

.strengths_slider li {
	height: auto !important;
	padding-right: 40px;
	display: flex !important;
	align-items: flex-start !important;
}

.strengths_slider .strengths_item {
	width: 560px;
	background-color: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 40, 141, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	align-self: flex-start;
}

.strengths_slider .strengths_item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0, 40, 141, 0.18);
}

.strengths_slider .strengths_item .img {
	width: 100%;
	height: 330px;
	display: block;
	object-fit: cover;
	object-position: center;
	flex-shrink: 0;
	image-rendering: auto;
	image-rendering: -webkit-optimize-contrast;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.strengths_slider .strengths_item .txtarea {
	margin-top: -16px;
	padding: 0 3.3vw 44px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	min-height: 350px;
}

.strengths_slider .strengths_item .txtarea .en {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 1.5rem;
	font-size: 3.75rem; /* 60px */
	font-weight: 700;
	color: #0086d3;
	line-height: 1;
	letter-spacing: 0.01em;
	white-space: nowrap;
	/* text-shadow: 
		0 2px 4px rgba(0, 0, 0, 0.15),
		0 4px 8px rgba(0, 0, 0, 0.1),
		0 0 20px rgba(255, 255, 255, 0.5),
		2px 2px 0 rgba(255, 255, 255, 0.8),
		-2px -2px 0 rgba(255, 255, 255, 0.8); */
	filter: drop-shadow(0 2px 6px rgba(0, 40, 141, 0.2));
}

.strengths_slider .strengths_item .txtarea .ttl {
	margin-bottom: 1rem;
	font-size: 1.625rem; /* 26px */
	font-weight: 700;
	color: #00288d;
	line-height: 1.4;
}

.strengths_slider .strengths_item .txtarea .txt {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	line-height: 1.9;
	letter-spacing: 0.02em;
	width: auto;
}

/* Slick初期化前の表示制御 */
.strengths_slider:not(.slick-initialized) li {
	display: none;
}

.strengths_slider:not(.slick-initialized) li:first-child {
	display: block;
}

/* Slickクローンスライドを確実に表示 */
.strengths_slider .slick-cloned {
	display: flex !important;
	opacity: 1 !important;
	visibility: visible !important;
	align-items: flex-start !important;
}

.strengths_slider .slick-slide {
	display: flex !important;
	align-items: flex-start !important;
	vertical-align: top !important;
	position: relative;
	top: 0 !important;
	transform: translateY(0) !important;
}

.strengths_slider .slick-slide > div {
	display: flex !important;
	align-items: flex-start !important;
	width: 100%;
}

.strengths_slider .slick-track {
	display: flex !important;
	align-items: flex-start !important;
}

.strengths_slider .slick-list {
	overflow: hidden;
}

/* Slick矢印ナビゲーション */
#strengths_area .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 20%;
	z-index: 10;
	margin: auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	background: #fff;
	color: #00288d;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	box-shadow: 0 4px 12px rgba(0, 40, 141, 0.15);
}

#strengths_area .slick-prev {
	left: -40px;
}

#strengths_area .slick-next {
	right: -40px;
}

#strengths_area .slick-prev:hover,
#strengths_area .slick-next:hover {
	background: #00288d;
	color: #fff;
	box-shadow: 0 6px 20px rgba(0, 40, 141, 0.25);
	transform: scale(1.05);
}

#strengths_area .slick-prev:active,
#strengths_area .slick-next:active {
	transform: scale(0.98);
}

#strengths_area .slick-prev.slick-disabled,
#strengths_area .slick-next.slick-disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

#strengths_area .slick-prev svg,
#strengths_area .slick-next svg {
	width: 24px;
	height: 24px;
	display: block;
}

/* Slickドットインジケーター（プログレスバー風） */
#strengths_area .slick-dots {
	display: none!important;
}

/* Slickスライドのアニメーション */
#strengths_area .slick-slide {
	transition: transform 0.6s ease-in-out;
}

#strengths_area .slick-current {
	z-index: 2;
}

/*================================service_area (私たちの仕事)================================*/

#service_area {
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 165px 0 165px;
	clear: both;
	position: relative;
	background: #fff url(../img/bgstyle.jpeg) center center / cover no-repeat;
}

#service_area .inner {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 10;
}

#service_area h2 {
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding: 0;
	margin: 0 auto 80px;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #00288d;
	line-height: 1.0;
	display: inline-block;
	text-align: center;
	width: 100%;
}

#service_area h2 .text {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #00288d;
	padding: 0 0 0 20px;
	margin-top: 8px;
	margin-left: 2px;
	display: block;
	letter-spacing: 0.05em;
	position: relative;
}

/* 中点を非表示化 */
/*
#service_area h2 .text:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translate(0, -50%);
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00288d;
	box-sizing: border-box;
}
*/

#service_area h2 a {
	color: #00288d;
	text-decoration: none;
	line-height: 1.0;
	display: block;
}

#service_area h2 a:hover {
	opacity: 0.5;
	transition-duration: 0.7s;
}

#service_area .background_header {
	display: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: #f7f7f7;
	z-index: 0;
}
#strengths_area li:nth-child(2n){
	top:50px;
	}
#strengths_area li a{
	display:block;
	text-decoration: none;
	}
#strengths_area li a:hover{
    opacity: 0.6;
	transition-duration: 0.7s;
	}
#strengths_area li .scale_wrap{
	width:500px;
	margin:0;
	padding:0;
	position: relative;
	z-index:1;
	box-shadow: 15px 15px 0px -5px #fff;
	}
#strengths_area li .inner_text {
	width:500px;
	height:350px;
	margin:0;
	padding:0;
	box-sizing:border-box;
	position: absolute;
	top:0;
	left:0;
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	flex-direction: column;
	z-index:2;
	text-align:center;
}
#strengths_area .number{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 1.0;
	letter-spacing: -0.05em;
	display:block;
	    position: absolute;
    top: 4%;
    left: 4%;
	/* margin:20px 0 23px; */
}
#strengths_area .number:after {
    content: '';
    display: block;
    position: absolute;
	bottom: 28px;
    left: 50%;
	-webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 30px;
    height: 2px;
    background-color:rgba(255,255,255,0.5);
}
#strengths_area .number span{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 23px;
	display:block;
}
#strengths_area h4{
	font-size:28px!important;
	font-weight:700;
	color:#00288d;
	line-height: 1.3;
	letter-spacing: 0.03em;
	margin-bottom:20px;
	text-shadow:0 2px 6px rgba(0,0,0,.25);
}
#strengths_area .btn_more_list {
	width:250px;
	font-family: 'Roboto', sans-serif;
	display:inline-block!important;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	border-radius:0;
	text-decoration:none;
	letter-spacing: 0.1em;
	line-height:58px;
	padding: 0!important;
	position:relative;
	background: -webkit-linear-gradient(left, #449317 0, #30b2d1 100%) !important;
	box-sizing: border-box;
	text-align:center;
	border: 1px solid #fff;
	text-shadow:0 2px 6px rgba(0,0,0,.25);
}
#strengths_area .btn_more_list:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: translateY(-3px);
    background: #fff;
    border-radius: 100%;
}
#strengths_area .btn_achievement{
	width:1120px;
	height:240px;
    position: absolute;
    bottom:0;
	left:50%;
	transform: translateX(-50%);
	background:#f7f7f7;
	border-radius:5px;
}
#strengths_area .btn_achievement a{
	text-decoration:none;
	display: flex!important;
    align-items: center;
    justify-content: space-between;
	border-radius:5px;
	border:1.5px solid #f7f7f7;
	box-sizing:border-box;
	background:#fff url(../img/bg_works_achievement.svg) no-repeat right -14px bottom -14px;
	background-size:582px auto;
}
#strengths_area .btn_achievement a .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    box-sizing: border-box;
}
#strengths_area .btn_achievement img{
	border-radius:5px 0 0 5px;
}
#strengths_area .btn_achievement h4{
	font-size:32px;
	letter-spacing:0.1em;
	color:#00288d;
	margin-bottom: 12px;
}
#strengths_area .btn_achievement p {
    margin: 0;
}

/* SP向けレスポンシブ対応は top_responsive.css に記載 */

@media  print, screen and (max-width: 767px) {
#strengths_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	background-color:#fff;
	}

/* モバイル版でも背景アニメーションを維持 */
#strengths_area .strengths_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

#strengths_area .strengths_background li {
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0, 134, 211, 0.4);
    background: transparent;
    color: transparent;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: strengths_cube 16s ease-in forwards infinite;
    list-style: none;
    display: block;
}
	
#strengths_area .inner {
    width: 100%;
	height:auto;
    padding: 0;
    box-sizing: border-box;
	font-size:0;
	text-align:left;
}
#strengths_area .strengths_inner01 {
	position:relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
	padding: 36px 20px 10px;
	background:#fff url(../img/bg_works_inner.png) no-repeat center 20px;
	background-size:100% auto;
	border-radius:0;
}
#strengths_area h2{
	display:inline-block;
	margin-left:0;
	margin-bottom: 25px;
    font-size: 56px;
}
@media  print, screen and (max-width: 359px) {
#strengths_area h2{
    font-size: 52px;
}
}
#strengths_area h2 .text {
    font-size: 15px;
	padding: 0 0 0 24px;
	margin-top:6px;
	margin-left:0;
	letter-spacing: 0.02em;
}
#strengths_area h2 .text:before {
    width: 14px;
    height: 14px;
	border: solid 4px #00288d;
}
#strengths_area h2 br{
	display:inherit;
}
#strengths_area p {
    width: 100%;
    margin: 0 auto 20px;
}
#strengths_area p br{
	display:none;
}
#strengths_area .btn_more {
	margin:0 auto 6px;
}
#strengths_area .btn_more a {
	width: 100%;
	padding: 0 20px!important;
	background: -webkit-linear-gradient(left, #449317 0, #30b2d1 100%) !important;
	background: linear-gradient(to right, #449317 0, #30b2d1 100%) !important;
}
#strengths_area .image_wrap{
	width: 100%;
    position: relative;
    top: auto;
    right: auto;
	transform:none;
	margin:0 auto;
}
#strengths_area .image_wrap img{
    width: 110%;
    height: auto;
}
#strengths_area h3{
	top:auto;
	bottom:15px;
	left:15px;
    transform: none;
    font-size: 18px;
    line-height: 30px;
	}
@media  print, screen and (max-width: 359px) {
#strengths_area h3{
    font-size: 16px;
	}
}
#strengths_area h3 span {
    padding: 0 8px 2px 10px;
}
#strengths_area h3 span:last-child{
	margin-top: 8px;
}
#strengths_area .strengths_inner02 {
	position: relative;
	top:auto;
	left:auto;
    transform:none;
	width:100%;
	height:auto;
	padding:36px 0 30px;
	background:#f7f7f7 url(../img/bg_works_sp.png) no-repeat center bottom 60px;
	background-size:auto 100%;
}
#strengths_area .strengths_inner02 h2{
	margin: 0 20px 25px;
	font-size:36px;
}
#strengths_area .strengths_inner02 h2 .text {
	font-size:15px;
	padding: 0 0 0 16px;
	margin-top:6px;
}
#strengths_area .strengths_inner02 h2 .text:before {
    width: 5px;
    height: 5px;
}
#strengths_area ul{
	clear:both;
	width: calc(100% - 20px);
    gap: 10px;
	justify-content: center;
	margin: 0 auto 25px;
}
#strengths_area li{
    width: calc((100% - 10px) / 2);
	margin:0;
	}
#strengths_area li:first-child,
#strengths_area li:nth-child(2n){
	top:auto;
	}
#strengths_area li .scale_wrap{
	width:100%;
	box-shadow: 4px 4px 0px 0px #fff;
	}
#strengths_area li .scale_wrap img{
	width:100%;
	height:auto;
	object-fit: cover;
	}
/*@media  print, screen and (max-width: 360px) {
#strengths_area li .scale_wrap img{
	height:230px;
	}
}*/
#strengths_area li .inner_text {
	width:100%;
	height:100%;
}
#strengths_area .number{
    font-size: 64px;
	margin:0 0 10px!important;
}
@media  print, screen and (max-width: 359px) {
#strengths_area .number{
    font-size: 60px;
}
}
#strengths_area .number:after {
	bottom: 20px;
	width: 20px;
}
#strengths_area .number span{
    font-size: 11px;
	margin-top: 15px;
}
#strengths_area .number img{
	width:70px;
	height:auto;
}
#strengths_area h4{
	font-size:20px !important;
	margin-bottom:30px;
}
@media  print, screen and (max-width: 359px) {
#strengths_area h4{
	font-size:18px !important;
	margin-bottom:15px;
}
}
#strengths_area .btn_more_list {
	width:86%;
	font-size:10px;
	line-height:32px;
	margin: 0 auto;
}
#strengths_area .btn_more_list:after {
    right: 12px;
}
@media  print, screen and (max-width: 359px) {
#strengths_area .btn_more_list:after {
	display:none;
}
}
#strengths_area .btn_achievement{
	width: 80%;
	height:auto;
	margin:0 auto;
    position: relative;
    bottom:auto;
	left:auto;
	transform:none;
	background:none;
}
#strengths_area .btn_achievement a{
	width: 100%;
	border: 1px solid #f7f7f7;
	background:#fff url(../img/bg_works_achievement.svg) no-repeat right bottom -5px;
	background-size:100% auto;
	flex-direction: column;
}
#strengths_area .btn_achievement a .text {
    padding: 15px 20px;
}
#strengths_area .btn_achievement img{
	width: 100%;
	max-width:550px;
	height:auto;
	border-radius:5px 5px 0 0;
	box-sizing: border-box;
}
#strengths_area .btn_achievement h4{
	font-size:18px;
	letter-spacing:0.05em;
	margin-bottom: 6px;
}
@media  print, screen and (max-width: 359px) {
#strengths_area .btn_achievement h4{
	font-size:17px;
}
}
#strengths_area .btn_achievement p {
    margin: 0;
}
#strengths_area .background_header {
	display:none;
}
}

/*================================interview_area================================*/
#interview_area{
overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 307px 0 0;
    height: 853px;
    clear: both;
    position: relative;
    background: url(../img/top-recruit-2.png) no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-size: cover;
	}
#interview_area .inner {
	width:1200px;
	height:853px;
    padding: 0;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
	z-index:1;
}
#interview_area .interview_inner {
	position: absolute;
	top:120px;
	left:20px;
	width:560px;
	height:auto;
	margin:0;
	padding:0;
	box-sizing:border-box;
	clear:both;
	z-index:10;
}
#interview_area h2{
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding:0;
	margin-left:-4px;
	margin-bottom: 57px;
	font-size:100px;
	font-weight:700;
    letter-spacing: 0;
	color: #00288d;
	line-height: 1.0;
	display: inline-block;
}
#interview_area h2 .text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size:24px;
	font-weight:700;
	color: #00288d;
	padding: 0 0 0 30px;
	margin-top:5px;
	margin-left:4px;
	display:block;
	letter-spacing: 0.03em;
	position:relative;
}
#interview_area h2 .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
	border-radius: 50%;
	border: solid 5px #00288d;
	box-sizing:border-box;
}
#interview_area h2 a{
	color:#00288d;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#interview_area h2 em{
	color:#8d2d3f;
	font-style:italic;
}
#interview_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#interview_area h2 br{
	display:none;
}
#interview_area h3{
	width:auto;
	position: relative;
	padding: 0;
	margin:0 0 23px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
	letter-spacing: 0;
	z-index:10;
	white-space:nowrap;
	display:inline-block;
	}
#interview_area h3 span {
    display: inline-block;
    padding: 0 16px 4px 20px;
    margin: 0;
    position: relative;
	background: #00aeff;
	filter: drop-shadow(5px 5px 0 #fff);
}
#interview_area h3 span:last-child{
	margin-top: 10px;
	margin-left:0;
}
#interview_area p {
	width:auto;
    margin:0 0 44px;
    padding: 0;
	color: #000;
    font-weight: normal;
    font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.6;
	/* text-shadow: 1px 1px 20px rgba(255,255,255,0.4), -1px -1px 20px rgba(255,255,255,0.4),-1px 1px 20px rgba(255,255,255,0.4), 1px -1px 20px rgba(255,255,255,0.4),0px 1px 20px rgba(255,255,255,0.4), 0-1px 20px rgba(255,255,255,0.4),-1px 0 20px rgba(255,255,255,0.4), 1px 0 20px rgba(255,255,255,0.4); */
}
#interview_area .btn_more {
	margin:0 0 10px;
}
#interview_area .btn_more a {
}
#interview_area .image_wrap{
	width: auto;
    height: auto;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 58%;
	transform: translateX(-385px);
}
#interview_area .image_wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -19px;
    right: -14%;
    width: 1207px;
    height: 580px;
    background-color: #0075c1;
    z-index: -1;
}
#interview_area .image_wrap img {
    width: auto;
    transform: translateX(130px);
}
@media  print, screen and (max-width: 767px) {
#interview_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	background: url(../img/top-recruit-2.png) no-repeat center center;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
	}	
#interview_area .inner {
    width: 100%;
	height:auto;
    padding: 0;
    box-sizing: border-box;
	font-size:0;
}
#interview_area .interview_inner {
	position:relative;
    top: auto;
    left: auto;
    width: 100%;
	padding: 36px 20px 15px;
}
#interview_area h2{
	display:inline-block;
	margin-left:0;
	margin-bottom: 25px;
    font-size: 56px;
}
@media  print, screen and (max-width: 359px) {
#interview_area h2{
    font-size: 52px;
}
}
#interview_area h2 .text {
    font-size: 16px;
	padding: 0 0 0 24px;
	margin-top:6px;
	margin-left:0;
}
#interview_area h2 .text:before {
    width: 14px;
    height: 14px;
	border: solid 4px #00288d;
}
#interview_area h2 br{
	display:inherit;
}
#interview_area h3{
	margin:0 0 20px;
    font-size: 18px;
    line-height: 30px;
	display:block;
	}
@media  print, screen and (max-width: 359px) {
#interview_area h3{
    font-size: 16px;
	}
}
#interview_area h3 span {
    padding: 0 8px 2px 10px;
	filter: drop-shadow(3px 3px 0 #fff);
}
#interview_area h3 span:last-child{
	margin-top: 9px;
}
#interview_area p {
    width: 100%;
    margin: 0 auto 20px;
	font-size: small;
	text-shadow: 1px 1px 8px rgba(255,255,255,0.4), -1px -1px 8px rgba(255,255,255,0.4),-1px 1px 8px rgba(255,255,255,0.4), 1px -1px 8px rgba(255,255,255,0.4),0px 1px 8px rgba(255,255,255,0.4), 0-1px 8px rgba(255,255,255,0.4),-1px 0 8px rgba(255,255,255,0.4), 1px 0 8px rgba(255,255,255,0.4);
}
#interview_area p br{
	display:none;
}
#interview_area .btn_more {
	margin: 0 auto 10px;
}
#interview_area .btn_more a {
}
#interview_area .image_wrap{
	width: 90%;
    position: relative;
    top: auto;
    left: auto;
	transform:none;
	margin:0 auto;
    filter: drop-shadow(6px 6px 0 #0075c1);
}
#interview_area .image_wrap:after {
    display: none;
}
#interview_area .image_wrap img{
    width: 100%;
    height: auto;
    transform: none;
}
}

/*================================recruit_area================================*/
#recruit_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:590px 0 0;
	height:550px;
	clear:both;
	position:relative;
	background:#fff url(../img/bg_recruit.png) no-repeat center top;
	}
#recruit_area .inner {
	width:1120px;
	height:370px;
    padding: 68px 80px;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
	z-index:1;
	background:#fff;
	border-radius:10px;
}
#recruit_area h2{
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding:0;
	margin-left:-4px;
	margin-bottom: 25px;
	font-size:100px;
	font-weight:700;
    letter-spacing: 0;
	color: #00288d;
	line-height: 1.0;
	display: inline-block;
}
#recruit_area h2 .text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size:24px;
	font-weight:700;
	color: #00288d;
	padding: 0 0 0 30px;
	margin-top:5px;
	margin-left:4px;
	display:block;
	letter-spacing: 0.03em;
	position:relative;
}
#recruit_area h2 .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
	border-radius: 50%;
	border: solid 5px #00288d;
	box-sizing:border-box;
}
#recruit_area h2 a{
	color:#00288d;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#recruit_area h2 em{
	color:#8d2d3f;
	font-style:italic;
}
#recruit_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#recruit_area h2 br{
	display:none;
}
#recruit_area h3{
	width: auto;
    position: absolute;
    top: -180px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #00288d;
    line-height: 56px;
    letter-spacing: 0;
    z-index: 10;
    white-space: nowrap;
    display: inline-block;
	}
#recruit_area h3 span {
    display: inline-block;
    padding: 0 16px 4px 20px;
    margin: 0;
    position: relative;
	background: #fff;
	filter: drop-shadow(5px 5px 0 #145dc3);
}
#recruit_area h3 span:last-child{
	margin-top: 10px;
	margin-left:0;
}
#recruit_area p {
	width:430px;
    margin:0 0 30px;
    padding: 0;
	color: #00288d;
    font-weight: 500;
    font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
#recruit_area .btn_area {
	width: auto;
    position: absolute;
    top: 115px;
    left: 590px;
    z-index: 10;
    white-space: nowrap;
    display: inline-block;
}
#recruit_area .btn_more {
	width: 450px;
	margin:0 0 20px;
}
#recruit_area .btn_more a {
}
@media  print, screen and (max-width: 767px) {
#recruit_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0 0 20px;
	height:auto;
	background:#fff url(../img/bg_recruit_sp.png) no-repeat center bottom;
    background-size: 100% auto;
	display:flex;
	flex-wrap: wrap;
	}	
#recruit_area .inner {
    width: calc(100% - 30px);
	height:auto;
	margin:36px auto 30px;
    padding: 25px 20px 15px;
    box-sizing: border-box;
	font-size:0;
	order:2;
}
#recruit_area h2{
	display:inline-block;
	margin-left:0;
	margin-bottom: 20px;
    font-size: 56px;
}
@media  print, screen and (max-width: 359px) {
#recruit_area h2{
    font-size: 52px;
}
}
#recruit_area h2 .text {
    font-size: 16px;
	padding: 0 0 0 24px;
	margin-top:6px;
	margin-left:0;
}
#recruit_area h2 .text:before {
    width: 14px;
    height: 14px;
	border: solid 4px #00288d;
}
#recruit_area h2 br{
	display:inherit;
}
#recruit_area .image_wrap{
	width: 100%;
    height: auto;
    z-index: 0;
	order:1;
}
#recruit_area .image_wrap img {
    width: 100%;
	height:auto;
}	
#recruit_area h3{
    top: auto;
    bottom: -16px;
    left: 15px;
    transform: none;
    font-size: 18px;
    line-height: 30px;
	}
@media  print, screen and (max-width: 360px) {
#recruit_area h3{
    font-size: 17px;
	}
}
@media  print, screen and (max-width: 359px) {
#recruit_area h3{
    font-size: 15px;
	}
}
#recruit_area h3 span {
    padding: 0 8px 2px 10px;
	filter: drop-shadow(3px 3px 0 #145dc3);
}
#recruit_area h3 span:nth-child(n+2){
	margin-top: 7px;
}
#recruit_area p {
    width: 100%;
    margin: 0 auto 20px;
	font-size: small;
}
#recruit_area p br{
	display:none;
}
#recruit_area .btn_area {
	width: 100%;
    position: relative;
    top: auto;
    left: auto;
}
#recruit_area .btn_more {
	width: 250px;
	margin:0 auto 6px;
}
#recruit_area .btn_more a {
	width: 100%;
	padding: 0 20px!important;
}
}

/*================================company_area================================*/
#company_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:165px 0 0;
	height:655px;
	clear:both;
	position:relative;
	background:#344973 url(../img/top-bg-company-01.png) no-repeat center top;
	background-position: center center;
    background-repeat: no-repeat;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-blend-mode: multiply;
    background-size: cover;
	}
#company_area .inner {
	width:1120px;
	height:auto;
    padding: 0;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
	z-index:1;
	text-align:center;
}
#company_area h2{
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding:0;
	margin:0 auto 42px;
	font-size:100px;
	font-weight:700;
    letter-spacing: 0;
	color: #fff;
	line-height: 1.0;
	display: inline-block;
}
#company_area h2 .text {
	width:auto;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size:24px;
	font-weight:700;
	color: #fff;
	/* padding: 0 0 0 30px; */
	margin-top:5px;
	margin-left:4px;
	display: inline-block;
	letter-spacing: 0.1em;
	position:relative;
}
/* #company_area h2 .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
	border-radius: 50%;
	border: solid 5px #fff;
	box-sizing:border-box;
} */
#company_area h2 a{
	color:#fff;
	text-decoration:none;
	line-height:1.0;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#company_area h2 em{
	color:#8d2d3f;
	font-style:italic;
}
#company_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#company_area h2 br{
	display:none;
}
#company_area p {
    margin:0 0 78px;
    padding: 0;
	color: #fff;
    font-weight: 500;
    font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}
#company_area ul {
    padding:0;
	margin:0;
    display: flex;
	flex-wrap: wrap;
    gap: 13px;
	width:100%;
}
#company_area li{
    width: calc((100% - 26px) / 3);
	position:relative;
	}
#company_area li a {
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0.1em;
	color: #fff;
	line-height:70px;
	border:1px solid #fff;
	box-sizing:border-box;
    text-decoration: none;
	display:block;
	}
#company_area li a:after {
    content: "";
    position: absolute;
    background: url(../img/arrow_more_b.svg) no-repeat center right;
    background-size: contain;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
    z-index: 10;
}
#company_area li a:hover{
    opacity: 0.7;
	background:rgba(255,255,255,0.3);
	transition-duration: 0.7s;
	}
@media  print, screen and (max-width: 767px) {
#company_area{
	padding:0;
	height:auto;
	background:#344973 url(../img/top-bg-company-01.png) no-repeat center center;
    background-size: cover;
	}	
#company_area .inner {
    width: calc(100% - 16px);
    padding: 50px 0 30px;
	font-size:0;
}
#company_area h2{
	display:inline-block;
	margin-left:0;
	margin-bottom: 25px;
    font-size: 56px;
	text-align:left;
}
@media  print, screen and (max-width: 359px) {
#company_area h2{
    font-size: 52px;
}
}
#company_area h2 .text {
    font-size: 16px;
	padding: 0 0 0 24px;
	margin-top:6px;
	margin-left:0;
}
#company_area h2 .text:before {
    width: 14px;
    height: 14px;
	border: solid 4px #fff;
}
#company_area h2 br{
	display:inherit;
}
#company_area p {
    width: calc(100% - 24px);
    margin: 0 auto 25px;
	font-size: small;
	text-align:left;
}
#company_area p br{
	display:none;
}
#company_area ul {
    width:100%;
    gap: 8px;
    justify-content: center;
	margin: 0 auto;
}
#company_area li{
    width: calc((100% - 8px) / 2);
}
#company_area li a {
	font-size:14px;
	letter-spacing: 0.05em;
	line-height:40px;
	padding:0 25px 0 15px;
	border:1px solid #fff;
	box-sizing:border-box;
    text-decoration: none;
	display:block;
	}
@media  print, screen and (max-width: 393px) {
#company_area li a {
	font-size:13px;
	}
}
@media  print, screen and (max-width: 375px) {
#company_area li a {
	padding:0 15px;
	text-align:left;
	}
}
@media  print, screen and (max-width: 360px) {
#company_area li a {
	letter-spacing: 0.05em;
	}
}
@media  print, screen and (max-width: 320px) {
#company_area li a {
	font-size:12.8px;
	padding:0 14px;
	}
}
#company_area li a:after {
    right: 15px;
    width: 16px;
    height: 16px;
}
@media  print, screen and (max-width: 320px) {
#company_area li a:after {
    right: 13px;
    width: 14px;
    height: 14px;
}
}
}

/*=============================== topics_area ================================*/

#topics_area {
	overflow: hidden;
	width:100%;
	max-width:1920px;
	padding:173px 0 180px;
	margin:0 auto;
	clear:both;
	position:relative;
	background:#f7f7f7;
	z-index:0;
}
#topics_area .inner {
	width:1120px;
	min-height:200px;
	margin:0 auto;
	padding:0;
	position:relative;
	box-sizing:border-box;
}
#topics_area h2{
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding:0;
	margin-left:0;
	margin-bottom: 50px;
	font-size:60px;
	font-weight:700;
    letter-spacing: 0;
	color: #00288d;
	letter-spacing: 0.02em;
	line-height: 1.0;
	display: inline-block;
}
#topics_area h2 a {
    text-decoration: none;
    color: #00288d;
}
#topics_area h2 .text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 18px;
	font-weight:700;
    color: #00288d;
    padding: 0 0 0 20px;
    margin-top: 8px;
    margin-left: 2px;
    display: block;
    letter-spacing: 0.05em;
    position: relative;
}
#topics_area h2 .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: #00288d;
	box-sizing:border-box;
}
#topics_area .news {
	width:1120px;
	margin:0;
	border-bottom: 2px solid #ececec;
	text-align:left;
}
#topics_area dl {
	width:1120px;
	border-top: 2px solid #ececec;
	display: flex;
    align-items: center;
}
#topics_area dt {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	width:250px;
	font-size:16px;
	color:#145dc3;
	font-weight:500;
	padding:26px 40px;
	box-sizing:border-box;
	line-height: 1.7;
	text-align: left;
}
#topics_area dt span{
	display:inline-block;
	min-width:140px;
	padding:10px 0;
	border: 1px solid #e60012;
}
#topics_area dd {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	width:870px;
	font-size:16px;
	color:#333;
	padding:26px 0;
	box-sizing:border-box;
	line-height: 1.7;
}
#topics_area dd em{
	display:block;
	font-size:16px;
	font-weight:500;
}
#topics_area dd a {
	padding-right:40px;
	color:#333;
	font-weight:normal;
	text-decoration:none!important;
	display:block;
	position:relative;
}
#topics_area dd a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 1px #0a1641;
    border-right: solid 1px #0a1641;
    transform: rotate(45deg);
    z-index: 2;
}
#topics_area dd a:hover,
#topics_area dd a:hover em{
    text-decoration:underline!important;
}
@media  print, screen and (max-width: 768px) {
#topics_area{
	width:100%;
	padding: 36px 0 25px;
	margin: 0;
	box-sizing:border-box;
    background:#f7f7f7;
	background-size:240% auto;
	}
#topics_area .inner {
	width: 100%;
	margin:0;
	padding: 0;
}
#topics_area h2{
	display:inline-block;
	margin-left:0;
	margin: 0 20px 25px;
	font-size:40px;
}
#topics_area h2 .text {
    font-size: 14px;
	padding: 0 0 0 16px;
	margin-top:6px;
	margin-left: 0;
	letter-spacing: 0.02em;
}
#topics_area h2 .text:before {
    width: 5px;
    height: 5px;
}
#topics_area .news {
    width: auto;
    margin: 0 20px;
}
#topics_area dl {
	width:100%;
	display: block;
}
#topics_area dt {
	width:auto;
    font-size: 13px;
	padding:12px 0 6px;
	line-height: 1.6;
	text-align:left;
}
#topics_area dt span{
	display:inline-block;
	min-width:80px;
	padding:5px 12px;
}
#topics_area dd {
	width:auto;
	font-size:small;
	padding:0 0 12px;
	line-height: 1.6;
}
#topics_area dd em{
	font-size:small;
}
#topics_area dd a {
	background-size:6px auto;
	padding-right:20px;
}
#topics_area dd a:after {
    right: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
}
}

.multiple-item { position: relative; overflow: hidden; }
.multiple-item .slide { 
  position: absolute; inset: 0;
  opacity: 0; 
  pointer-events: none;
}
.multiple-item .slide img { width: 100%; height: auto; display: block; }

    .multiple-item{position:relative; overflow:hidden;height: 100vh;}
    .multiple-item > *{position:absolute; inset:0; opacity:0;}
    .multiple-item img{display:block; width:100%; height:auto;}
    .topcontrol{position:fixed; right:16px; bottom:16px; opacity:0; pointer-events:none; transition:opacity .2s ease;}
    .is-open{opacity:1 !important;}

    /* HERO full-bleed video */
    .hero{        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 1920px;
        height: 940px;
        margin: auto;
        object-fit: cover;
        z-index: 1;}
    .hero__in{display:block}
    .hero__media{position:relative;left:50%;transform:translateX(-50%);width:100vw;height:calc(100vh - var(--hdrH));overflow:hidden}
    .hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .hero__overlay{position:absolute;inset:auto 0 0 0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));padding:18px;color:#fff}

	.mediaOverlay{
  position:absolute; inset:0; z-index:2;
  display:flex; align-items:flex-end;  /* 下寄せ配置 */
  /* 可読性のためのグラデで暗幕 */
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55) 100%);
  pointer-events:none; /* 文字だけならクリック不要 */
}

/* 文字箱 */
.mediaOverlay__inner{
  padding:16px 16px 18px;
  color:#fff; max-width:90%;
}

/* カルーセル専用スタイル - 既存のデザインシステムに準拠 */
#service_carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 80px;
  padding: 0 20px;
}

.carousel_stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: visible;
}

/* 円弧SVG */
.carousel_arch {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.carousel_arch svg {
  width: 100%;
  height: 100%;
}

.carousel_arch path {
  fill: none;
  stroke: #dbe6f5;
  stroke-linecap: round;
}

.carousel_arch .arc_main {
  stroke-width: 10;
  stroke: #00aeff;
}

.carousel_arch .arc_sub1 {
  stroke-width: 8;
  opacity: 0.5;
}

.carousel_arch .arc_sub2 {
  stroke-width: 6;
  opacity: 0.3;
}

/* Figure要素 */
.carousel_figure {
  position: absolute;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  z-index: 3;
  will-change: transform, opacity;
  display: block; /* PC表示では全て表示 */
}

.carousel_figure img {
  width: clamp(280px, 60vw, 1000px);
  height: calc(clamp(280px, 42vw, 480px) * 0.95);
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 117, 193, 0.25);
  background: #f0f4f8;
}

/* センターコンテンツ */
.carousel_center {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
  width: min(820px, 90%);
}

.carousel_number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 6vw, 64px);
  line-height: 1;
  color: #00aeff;
  margin-bottom: 0.2em;
}

.carousel_title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 26px);
  color: #00288d;
  margin: 0.3em 0 0.5em;
  line-height: 1.5;
}

.carousel_desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #666;
  font-size: clamp(14px, 2.2vmin, 17px);
  line-height: 1.8;
  margin: 0 auto;
  max-width: 600px;
}

/* コントロール */
.carousel_controls {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.carousel_nav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #00aeff;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 170, 255, 0.2);
  font-size: 24px;
  color: #00aeff;
  font-weight: bold;
}

.carousel_nav:hover {
  background: #00aeff;
  color: #fff;
  transform: scale(1.05);
}

.carousel_nav:active {
  transform: scale(0.95);
}

.carousel_index {
  min-width: 80px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.1em;
}

.carousel_cta {
  background: #0086d3;
  color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 134, 211, 0.3);
  font-size: 15px;
}

.carousel_cta:hover {
  background: #00aeff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 170, 255, 0.4);
}

.carousel_cta:after {
  content: "›";
  margin-left: 0.5em;
  font-size: 1.2em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  #service_area {
    padding: 90px 0;
  }

  #service_area h2 {
    font-size: 56px;
    margin-bottom: 80px;
  }

  #service_area h2 .text {
    font-size: 15px;
    padding: 0 0 0 24px;
    margin-top: 6px;
  }
}

@media print, screen and (max-width: 359px) {
  #service_area h2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 767px) {
  #service_carousel {
    margin: 40px auto 60px;
    padding: 0 15px;
  }
  
  .carousel_stage {
    aspect-ratio: auto;
    height: auto;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  
  /* 円弧SVGを中央配置 */
  .carousel_arch {
    position: relative !important;
    width: 100%;
    max-width: 380px;
    height: auto;
    margin: 0 auto;
  }
  
  .carousel_arch svg {
    width: 100%;
    height: auto;
  }
  
  /* 画像を円弧の中央に配置 */
  /* .carousel_figure {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: auto;
    margin: 0;
  } */
  
  .carousel_figure img {
    width: 320px;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #00288d;
    display: block;
  }
  
  /* 非アクティブな画像を非表示 */
  /* .carousel_figure:not(#figC) {
    display: none !important;
  } */
  
  /* センターコンテンツを円弧の下に配置 */
  .carousel_center {
    position: static !important;
    transform: none !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .carousel_number {
    font-size: 48px;
    margin-bottom: 16px;
    color: #00288d;
  }
  
  .carousel_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .carousel_desc {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 30px;
    text-align: left;
  }
  
  .carousel_controls {
    gap: 15px;
    margin: 25px 0;
    justify-content: center;
  }
  
  .carousel_nav {
    width: 48px;
    height: 48px;
    font-size: 24px;
    background: rgba(0, 40, 141, 0.1);
    border: 2px solid #00288d;
  }
  
  .carousel_nav:hover {
    background: #00288d;
    color: white;
  }
  
  .carousel_index {
    font-size: 16px;
    min-width: 80px;
    font-weight: bold;
  }
  
  .carousel_cta {
    padding: 14px 32px;
    font-size: 15px;
    width: auto;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
}

/* Hero video responsive fix */
.hero {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 100vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
}

@media print, screen and (max-width: 767px) {
    .hero {
        height: 70vh;
        min-height: 350px;
        max-height: 600px;
    }
}

/* =========================================
   Recruit Scroll Expand
   ========================================= */
#recruit_scroll_expand{
  width:100%;
  min-height:100vh;                  /* スクロール余白を確保して発火しやすく */
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  overflow:hidden;
  /* background: linear-gradient(160deg,#005baa 0%,#0086d3 60%,#00bcd4 100%); */
}
#recruit_scroll_expand::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.12;
  /* background: radial-gradient(60% 60% at 50% 40%, rgba(255,255,255,.3) 0%, rgba(255,255,255,0) 70%); */
  pointer-events:none;
}

.recruitExpand_inner{
  width:100%;
  max-width:1200px;
  /* padding:0 20px; */
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  align-items:center;
}

.recruitBox{
  width:100vw;
  background-image:url(../img/top-recruit-2.png);
  background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
  /* border-radius:14px; */
  box-shadow:0 18px 60px rgba(0,0,0,.22);
  text-align:center;
  padding:120px 40px;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recruitTitle{
  font-family:'Roboto', sans-serif;
  font-weight:800;
  font-size: clamp(36px, 6vw, 76px);
  letter-spacing:.02em;
  color:#1a3d8f;
  line-height:1;
  margin:0 0 16px;
}
.recruitKicker{
  font-family:'Zen Kaku Gothic New', sans-serif;
  font-weight:700;
  font-size: clamp(14px, 2.6vw, 20px);
  color:#1a3d8f;
  margin:0 0 20px;
  position:relative;
}
.recruitKicker::before{
  content:"";
  display:inline-block;
  width:10px; height:10px;
  border-radius:50%;
  background:#1a3d8f;
  margin-right:8px;
  transform:translateY(1px);
}
.recruitLead{
  font-weight:700;
  font-size: clamp(18px, 3.2vw, 28px);
  color:#1960c0;
  line-height:1.6;
  background:#e6f3ff;
  display:inline-block;
  padding:10px 16px;
  border-radius:6px;
  margin:0 0 18px;
}
.recruitNote{
  color:#444;
  font-size: clamp(14px, 2.6vw, 16px);
  margin:0;
}

@media (max-width: 767px){
  #recruit_scroll_expand{ min-height:80vh; }
  .recruitBox{ padding:48px 24px; border-radius:12px; }
}

/* ==========================================
   強みセクション - モバイル対応
   ========================================== */
@media screen and (max-width: 767px) {
  /* 強みセクション全体 */
  #strengths_area {
    padding: 60px 0 80px;
    min-height: auto;
    background-position: center center !important;
  }

  /* モバイル時は白グラデーションを全幅に */
  #strengths_area::after {
    right: 0;
  }

  #strengths_area .inner {
    width: 100%;
    padding: 0 20px 40px;
  }

  #strengths_area .ttl-01 .jp {
    font-size: 18px;
    margin-bottom: 6px;
  }

  #strengths_area .ttl-01 .en {
    font-size: 36px;
  }

  #strengths_area .catch {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 100%;
  }

  #strengths_area .txt {
    font-size: 14px;
    line-height: 1.75;
    max-width: 100%;
  }

  /* カルーセルをモバイル用に調整（centerModeで1.5枚表示） */
  .strengths_slider {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 30px 0 0;
  }

  .strengths_slider li {
    padding-right: 0 !important;
    margin-bottom: 0;
    display: flex !important;
  }

  .strengths_slider .strengths_item {
    width: calc(100% - 8px);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 40, 141, 0.1);
    margin: 0 4px;
    min-height: 435px;
    max-height: 435px;
  }


  /* centerModeのスタイル調整 */
  .strengths_slider .slick-center .strengths_item {
    transform: scale(1);
  }

  .strengths_slider .strengths_item .img {
    height: 220px;
  }

  .strengths_slider .strengths_item .txtarea {
    margin-top: -12px;
    padding: 0 24px 32px;
    min-height: auto;
  }

  .strengths_slider .strengths_item .txtarea .en {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .strengths_slider .strengths_item .txtarea .ttl {
    font-size: 20px;
    margin-bottom: 0.75rem;
  }

  .strengths_slider .strengths_item .txtarea .txt {
    font-size: 14px;
    line-height: 1.75;
  }

  /* Slick初期化前は最初の1枚のみ表示 */
  .strengths_slider:not(.slick-initialized) li {
    display: none;
  }

  .strengths_slider:not(.slick-initialized) li:first-child {
    display: block !important;
  }

  /* Slick矢印を非表示 */
  #strengths_area .slick-arrow {
    display: none !important;
  }

  /* Slickドットを表示 */
    #strengths_area .slick-dots {
        display: none !important;
        position: relative;
        bottom: auto;
        margin-top: 30px;
        text-align: center;
    }  #strengths_area .slick-dots li {
    display: inline-block;
    margin: 0 4px;
    padding: 0;
  }

  #strengths_area .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: #ccc;
    border: none;
    font-size: 0;
  }

  #strengths_area .slick-dots li.slick-active button {
    background: #00288d;
    width: 24px;
    border-radius: 5px;
  }
}
