@charset "UTF-8";
/*================================header_top================================*/
@media  print, screen and (min-width: 768px) {
.header_top {
	width:100%;
	max-width:1920px;
	/*height:980px;*/
	height:760px;
	margin:0 auto;
	padding:0;
	position: relative;
	}
.header_top h2{
	width:auto;
	position:absolute;
	top:280px;
	left:50%;
	transform: translateX(-550px);
	padding: 0;
    font-size: 94px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #fff;
    line-height: 1.2;
	text-align:left;
	text-shadow: 0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec;
	z-index:3;
	}
@media all and (min-width: 768px) and (max-width: 1399px) {
.header_top h2{
	transform: translateX(-550px);
	}
}
.header_top h2 span:not(.shadow):not(.normal) :not(.en){
	font-size: 100px;
}
.header_top h2 .normal {
	position: relative;
	filter: drop-shadow(0 0 80px rgba(54,193,228,1.0));
	z-index: 1;
}
.header_top h2 .shadow {
	display: inline-block;
	position: absolute;
	bottom: -7px;
	left: 7px;
	color:#b0efff;
	white-space: nowrap;
	z-index: 0;
}
.header_top h2 .en{
	font-family: "Hind Madurai", sans-serif;
	display: block;
	color:#fff;
	font-weight:700;
	letter-spacing: 0.27em;
	font-size: 20px;
	line-height:1.4;
	padding:0 0 0 5px;
	margin:0 0 12px;
	text-shadow:0 0 15px rgba(54,193,228,1.0);
	position: relative;
	}
.header_top h2:before {
    content: "";
    position: absolute;
    background: url(../images/bg_header_top_point.png) no-repeat 0 0;
    background-size: contain;
    bottom: -100px;
	right:-40px;
    transform: translateY(-50%);
    width: 154px;
    height: 121px;
	filter: drop-shadow(0 0 40px rgba(54,193,228,1.0));
    z-index: -1;
}
.header_top h3{
	width:auto;
	position:absolute;
	top:592px;
	left:50%;
	transform: translateX(-600px);
	padding:0 40px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
	letter-spacing: 0.14em;
	vertical-align: middle;
	text-shadow:0 0 10px rgba(167,203,63,1.0);
	white-space:nowrap;
	z-index:10;
	}
@media all and (min-width: 768px) and (max-width: 1399px) {
.header_top h3{
	transform: translateX(-600px);
	}
}
.header_top h3:before{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: -webkit-linear-gradient(left, #98c40f 0, #98c40f 10%, #b7d60d 50%, #98c40f 100%);
	transform: skewX(-30deg);
	z-index:-1;
	}
.header_top h3:after{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	background: -webkit-linear-gradient(left, #a7ca3c 0, #98c40f 10%, #d9de50 50%, #a7ca3c 100%);
	transform: skewX(-30deg);
	opacity:0.3;
	z-index:-2;
	}
.header_top h3 .text{
	text-shadow: 0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002;
	}
/*.header_top h3:before{
	width: 30px;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
	content: "";
	border-bottom: solid 60px #374474;
	border-left: solid 30px transparent;
	z-index:-1;
	}
.header_top h3:after{
	width: 30px;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	right: -50px;
	content: "";
	border-top: solid 60px #374474;
	border-right: solid 30px transparent;
	z-index:-1;
	}*/
.header_top h3 em{
    font-size: 38px;
	letter-spacing: 0.12em;
	}
.header_top h3 .dots{
    position: relative;
}
.header_top h3 .dots:before {
    content: "";
    position: absolute;
    background: url(../images/header_top_dots.svg) no-repeat 0 0;
    background-size: contain;
    top: -9px;
    left:50%;
	transform: translateX(-50%);
    width: 21px;
    height: 15px;
    z-index: 1;
}
.header_top .service{
    width: auto;
	height:auto;
	padding:0;
    margin: 0;
	position:absolute;
	top:690px;
	left:50%;
	transform: translateX(-580px);
    display: flex;
    flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	gap: 9px;
	text-align:center;
	filter: drop-shadow(0 0 20px rgba(255,255,255,1.0));
	z-index: 10;
}
.header_top .service .type {
    width: 140px;
	height:140px;
    position: relative;
	font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
	letter-spacing: 0.17em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0 6px 4px;
	box-sizing:border-box;
	background: url(../images/bg_header_service.png) no-repeat 0 0;
    background-size: contain;
}
.header_top .service .type a{
	display:block;
	text-decoration:none;
}
.header_top .service .type a:hover {
    opacity: 0.6;
    transition-duration: 0.7s;
}
.header_top .service .type:before {
    content: "";
    position: absolute;
    background: url(../images/bg_header_service_line.png) no-repeat 0 0;
    background-size: contain;
    top: 50%;
	right:-17px;
    transform: translateY(-50%);
    width: 25px;
    height: 56px;
    z-index: -1;
}
.header_top .service .type:last-child:before {
	display:none;
}
.header_top .character{
    width: auto;
	height:auto;
	padding:0;
    margin: 0;
	position:absolute;
	bottom:0;
	right:50%;
	transform: translateX(703px);
	filter: drop-shadow(0 0 20px rgba(255,255,255,1.0));
	z-index: 10;
}
.header_top .character_text{
	writing-mode: vertical-rl;
    width: auto;
	height:auto;
	padding:8px 12px;
    margin: 0;
	position:absolute;
	bottom:120px;
	right:50%;
	transform: translateX(690px);
	font-size: 17px;
    font-weight: 500;
    color: #191851;
    line-height: 1.4;
	letter-spacing: 0;
	background:rgba(255,255,255,0.75);
	z-index: 10;
}
.header_top .character_text span{
	padding-top:18px;
}
@media all and (min-width: 768px) and (max-width: 1460px) {
.header_top .character{
	transform: translateX(663px);
}
.header_top .character_text{
	transform: translateX(650px);
}
}
@media all and (min-width: 768px) and (max-width: 1366px) {
.header_top .character{
	transform: translateX(613px);
}
.header_top .character_text{
	transform: translateX(600px);
}
}
.header_top .mainvisual{
    width: 100%;
    height: 840px;
	position:relative;
}
.header_top .mainvisual.slider {
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translate(-780px,0);
    transform: translate(-780px,0);
    width: 1740px;
    /*height: 840px;*/
    height: 605px;
    margin: auto;
    object-fit: cover;
	z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 1460px) {
.header_top .mainvisual.slider {
    -webkit-transform: translate(-860px,0);
    transform: translate(-860px,0);
}
}
.header_top .slider img {
	width:100%;
	/*height: 840px;*/
	height: auto;
	margin:auto;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
.header_top .slider .slick-active img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	}
/*===============scrolldown===============*/
.scrolldown {
  /*描画位置*/
  position: absolute;
  left: 50%;
  bottom:160px;
  transform: translateX(-880px);
  width:20px;
  height: 270px;
  z-index:2;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 3s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 180px;
  }
  50% {
    bottom: 160px;
  }
  100% {
    bottom: 180px;
  }
}
/*Scrollテキストの描写*/
.scrolldown span {
  font-family: "Hind Madurai", sans-serif;
  /*描画位置*/
  position: absolute;
  left: -0px;
  top: 0;
  /*テキストの形状*/
  color: #fff;
  font-size: 13px;
  font-weight:500;
  line-height:20px;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space:nowrap;
}
/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*矢印の形状*/
  width: 1px;
  height: 10px;
  background: #fff;
  transform: translateX(5px) skewX(45deg);
}
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 50%;
  /*矢印の形状*/
  width: 1px;
  height: 160px;
  background:#fff;
}
/*.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-880px);
  height: 460px;
  z-index:2;
}
.scrollarrow{
  position: relative;
  height: 460px;
}
.scrollarrow::before{
  width: 1px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 49%;
  background-color: #c2c9d4;
}
.scrolldown span {
  font-family: 'Cinzel', serif;
  height: 460px;
  color: #002051;
  font-size: 16px;
  font-weight:500;
  writing-mode: vertical-rl;
  white-space:nowrap!important;
}
.scrolldown span:after {
  width: 1px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 49%;
  background-color: #c2c9d4;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 160px;
  left: 49%;
  width: 1px;
  height: 300px;
  background: #0e2e5e;
  animation: pathmove 2.5s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 160px;
    opacity: 0;
  }
  30% {
    height: 200px;
    opacity: 1;
  }
  100% {
    height: 300px;
    top: 460px;
    opacity: 1;
  }
}*/
a.anchor,
.anchor{
    display: block;
    padding-top: 120px!important;
    margin-top: -120px!important;
　  z-index:-1;
}
/*===アンカー上部に余白を持たせたい場合===*/
a.anchor.anchor_space,
.anchor.anchor_space{
    padding-top: 200px!important;
    margin-top: -200px!important;
}
}
@media  print, screen and (max-width: 767px) {
.header_top {
	height:auto;
	}
.header_top .fr{
	margin-top:0px;
	position:relative;
	}
.header_top h2{
	width: calc(100% - 40px);
	position:absolute;
	top:36px;
	left:20px;
	/*transform: translate(-50%,0);*/
	padding: 0;
	box-sizing:border-box;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
    line-height: 1.2;
	text-align:left;
	text-shadow: 0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec,0 0 1.5px #17c0ec;
	z-index:11;
	}
.header_top h2 span:not(.shadow):not(.normal) :not(.en){
	font-size: 56px;
}
@media  print, screen and (max-width: 320px) {
.header_top h2{
	top:25px;
    font-size: 40px;
	}
.header_top h2 span:not(.shadow):not(.normal) :not(.en){
	font-size: 50px;
}
}
.header_top h2 .normal {
	position: relative;
	filter: drop-shadow(0 0 50px rgba(54,193,228,1.0));
	z-index: 1;
}
.header_top h2 .shadow {
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 3px;
	color:#b0efff;
	white-space: nowrap;
	z-index: 0;
}
.header_top h2 .en{
	font-family: "Hind Madurai", sans-serif;
	display: block;
	color:#fff;
	font-weight:700;
	letter-spacing: 0.18em;
	font-size: 14px;
	line-height:1.4;
	padding:0 0 0 3px;
	margin:0 0 6px;
	text-shadow:0 0 10px rgba(54,193,228,1.0);
	position: relative;
	}
@media  print, screen and (max-width: 360px) {
.header_top h2 .en{
	letter-spacing: 0.14em;
	font-size: 13px;
	white-space:nowrap;
	}
}
@media  print, screen and (max-width: 320px) {
.header_top h2 .en{
	margin:0 0 3px;
	}
}
.header_top h2:before {
	display:none;
}
/*.header_top h2:before {
    content: "";
    position: absolute;
    background: url(../images/bg_header_top_point.png) no-repeat 0 0;
    background-size: contain;
    bottom: -5px;
	left:205px;
    width: 64px;
    height: 50px;
	filter: drop-shadow(0 0 30px rgba(54,193,228,1.0));
    z-index: -1;
}*/
.header_top h3{
	width: auto;
	position:absolute;
	top:195px;
	left:20px;
	padding:7px 18px 8px 25px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
	letter-spacing: 0.1em;
	vertical-align: middle;
	text-shadow:0 0 10px rgba(167,203,63,1.0);
	white-space:nowrap;
	z-index:10;
	}
@media  print, screen and (max-width: 402px) {
.header_top h3{
	padding:7px 15px 8px 22px;
	}
}
@media  print, screen and (max-width: 360px) {
.header_top h3{
	top:190px;
	left:24px;
	padding:7px 12px 8px 18px;
	}
}
@media  print, screen and (max-width: 320px) {
.header_top h3{
	top:160px;
	left:20px;
	padding:7px 10px 8px 16px;
	font-size: 15px;
	}
}
.header_top h3:before{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: -webkit-linear-gradient(left, #98c40f 0, #98c40f 10%, #b7d60d 50%, #98c40f 100%);
	transform: skewX(-15deg);
	z-index:-1;
	}
.header_top h3:after{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	content: "";
	background: -webkit-linear-gradient(left, #a7ca3c 0, #98c40f 10%, #d9de50 50%, #a7ca3c 100%);
	transform: skewX(-15deg);
	opacity:0.5;
	z-index:-2;
	}
@media  print, screen and (max-width: 320px) {
.header_top h3:after{
	top: 4px;
	left: 4px;
	}
}
.header_top h3 .text{
	text-shadow: 0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002,0 0 1.5px #93c002;
	}
.header_top h3 em{
    font-size: 20px;
	letter-spacing: 0.08em;
	}
@media  print, screen and (max-width: 320px) {
.header_top h3 em{
    font-size: 18px;
	letter-spacing: 0.08em;
	}
}
.header_top h3 .dots{
    position: relative;
}
.header_top h3 .dots:before {
    content: "";
    position: absolute;
    background: url(../images/header_top_dots.svg) no-repeat 0 0;
    background-size: contain;
    top: -10px;
    left:50%;
	transform: translateX(-50%);
    width: 16px;
    height: 11px;
    z-index: 1;
}
.header_top .service{
	width: auto;
	height:auto;
	padding:0;
    margin: 0;
	position: absolute;
	top: 284px;
	left: 25px;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 4px;
	text-align:center;
	filter: drop-shadow(0 0 15px rgba(255,255,255,1.0));
	z-index: 11;
}
@media  print, screen and (max-width: 390px) {
.header_top .service{
	top: 278px;
}
}
@media  print, screen and (max-width: 360px) {
.header_top .service{
	top: 268px;
	left: 20px;
}
}
@media  print, screen and (max-width: 320px) {
.header_top .service{
	top: 230px;
	left: 16px;
}
}
.header_top .service .type {
    width: calc((100% - 4px) / 2);
	max-width:78px;
	height:78px;
    position: relative;
	font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
	letter-spacing: 0.12em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0 3px 1px;
	box-sizing:border-box;
	background: url(../images/bg_header_service.png) no-repeat 0 0;
    background-size: contain;
}
@media  print, screen and (max-width: 390px) {
.header_top .service .type {
	max-width:70px;
	height:70px;
	font-size: 18px;
	letter-spacing: 0.12em;
}
}
@media  print, screen and (max-width: 360px) {
.header_top .service .type {
	max-width:66px;
	height:66px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
}
.header_top .service .type a{
	display:block;
	text-decoration:none;
}
.header_top .service .type:before {
    content: "";
    position: absolute;
    background: url(../images/bg_header_service_line.png) no-repeat 0 0;
    background-size: contain;
    top: 50%;
	right:-11px;
    transform: translateY(-50%);
    width: 18px;
    height: 40px;
    z-index: -1;
}
@media  print, screen and (max-width: 360px) {
.header_top .service .type:before {
	right:-10.5px;
}
}
.header_top .service .type:nth-child(2):before,
.header_top .service .type:last-child:before{
	display:none;
}
.header_top .character{
    width: 80%;
	height:auto;
	padding:0;
    margin: 0;
	position:absolute;
	bottom:0;
	right:-11%;
	z-index: 10;
}
@media  print, screen and (max-width: 375px) {
.header_top .character{
    width: 80%;
	right:-15%;
}
}
@media  print, screen and (max-width: 320px) {
.header_top .character{
    width: 80%;
	right:-16%;
}
}
.header_top .character img{
    width: 100%;
	height:auto;
}
.header_top .character_text{
	writing-mode: horizontal-tb;
    width: calc(100% - 80px);
	height:auto;
	padding:6px 10px;
    margin: 0;
	position:absolute;
	bottom:30px;
	left:50%;
	right:auto;
	transform: translateX(-50%);
	font-size: 14px;
    font-weight: 500;
    color: #191851;
    line-height: 1.4;
	letter-spacing: 0;
	text-align:center;
	background:rgba(255,255,255,0.75);
	z-index: 10;
}
.header_top .character_text span{
	padding-top:0;
}
@media  print, screen and (max-width: 360px) {
.header_top .character_text{
    width: calc(100% - 60px);
	padding:6px 10px;
	font-size: 13px;
	bottom:12px;
}
}
@media  print, screen and (max-width: 320px) {
.header_top .character_text{
	bottom:10px;
}
}
.header_top .mainvisual.slider{
	background:none;
	}
.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;
	}
.arrowWrap_sp{
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index:2;
  padding-top: 30px;
}
.arrowWrap_sp a {
  font-size: 10px;
  font-weight:500;
  text-decoration: none;
  color:#fff;
}
.arrowWrap_sp a.disabled{
    pointer-events: none;
}
.arrowWrap_sp a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 100%;
  box-sizing: border-box;
}
.arrowWrap_sp a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 8px;
  height: 8px;
  margin: -6px 0 0 -4px;
  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: 26px;
  height: 26px;
  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 16px rgba(255,255,255,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 16px rgba(255,255,255,.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
a.anchor,
.anchor{
    display: block;
    padding-top: 60px!important;
    margin-top: -60px!important;
　  z-index:-1;
}
/*===アンカー上部に余白を持たせたい場合===*/
a.anchor.anchor_space,
.anchor.anchor_space{
    padding-top: 90px!important;
    margin-top: -90px!important;
}
}

/*================================search_area================================*/
#search_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	height:700px;
	clear:both;
	position:relative;
	z-index:0;
	background:url(../images/bg_search.png) no-repeat center top;
	}
#search_area .inner {
	width: 1200px;
	height: auto;
    padding: 50px 0 0;
	margin:0 auto;
	position: relative;
	text-align:center;
	z-index:1;
}
#search_area h2{
	position: relative;
	padding:0;
	margin-bottom: 50px;
	font-size:48px;
	font-weight:500;
    letter-spacing: 0.12em;
	color: #fff;
	line-height: 1.0;
	display: inline-block;
}
#search_area h2 .text {
	font-family: "Hind Madurai", sans-serif;
	font-size:16px;
	font-weight:600;
	color: #fff;
	padding: 55px 0 0;
	margin-bottom:24px;
	display:block;
	letter-spacing: 0.1em;
	position:relative;
	background:url(../images/bg_h2_w.svg) no-repeat center top;
}
#search_area h2 a{
	color: #fff;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#search_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#search_area ul {
    padding: 0;
	margin:0 auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 1200px;
	gap: 20px;
	position: relative;
}
#search_area li{
	width: calc((100% - 20px) / 2);
	height:350px;
	position:relative;
	background:rgba(40, 41, 96, 0.7);
	outline: 1px solid rgba(123, 124, 176, 0.7);
    outline-offset: -1px;
    border: 5px solid; /* 任意の太さに調整 */
  border-image: linear-gradient(
  45deg,
  #BFC3C8 0%,
  #E5E7EA 40%,
  #F7F8FA 70%,
  #E5E7EA 85%,
  #BFC3C8 100%
);
  border-image-slice: 1;
    box-sizing: border-box;
	}
#search_area li .icon{
	width:130px;
	height:130px;
	display: flex;
	justify-content: center;
    align-items: center;
	background:#e7ebf0;
	border-radius:50%;
	margin:0 0 30px;
	padding:0 0 5px;
	box-sizing:border-box;
	position:relative;
	}
#search_area li:last-child .icon{
	padding:0 10px 0 0;
	}
#search_area li .wrap{
    height: 127px;
	}
#search_area h3{
	padding:0;
	margin: 0;
	font-size:36px;
	font-weight:500;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1.0;
	text-align: center;
    display:inline-block;
	white-space:nowrap;
}
#search_area h3 .en{
	font-family: "Hind Madurai", sans-serif;
	font-size:14px;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1.0;
	padding:0;
	margin-bottom:18px;
	display: block;
}
#search_area h3 .dots{
	background: bottom left / 1em .5em repeat-x radial-gradient(circle, #6f8dba 3px, rgba(0,0,0,0) 3px);
    padding-bottom: 20px;
}
#search_area li a{
	width:100%;
    height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	text-decoration: none;
	padding: 0 0 10px;
	box-sizing:border-box;
    background: none;
    color: #fff;
	}
#search_area li a p{
	margin-top: 30px;
	}
#search_area li a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
	}
@media  print, screen and (max-width: 767px) {
#search_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	background:url(../images/bg_search_sp.png) no-repeat center top;
	background-size: cover;
	}	
#search_area .inner {
    width: 100%;
	height:auto;
	margin:0 auto;
    padding: 30px 0 20px;
    box-sizing: border-box;
	font-size:0;
}
#search_area h2{
	height:auto;
	padding:0;
	margin-bottom: 25px;
	font-size:24px;
    letter-spacing: 0.1em;
}
#search_area h2 .text {
	font-size:13px;
	padding: 36px 0 0;
	margin-bottom:12px;
	letter-spacing: 0.07em;
	background:url(../images/bg_h2_w.svg) no-repeat center top;
	background-size:14px auto;
}
#search_area ul {
    width:80%;
	margin: 0 auto;
	gap: 12px;
}
#search_area li{
	width:100%;
	height:auto;
	margin:0;
	text-align:left;
	outline: 1px solid rgba(123, 124, 176, 0.9);
    outline-offset: -1px;
}
#search_area li .icon{
	width:64px;
	height:64px;
	margin:0 0 16px;
	padding:0 0 2px;
	}
#search_area li:last-child .icon{
	padding:3px 2px 0 0;
	}
#search_area li .icon img{
	width:38px;
	height:auto;
	}
#search_area li .wrap{
    height: auto;
    text-align: center;
	}
#search_area h3{
	font-size:21px;
	letter-spacing: 0.07em;
}
#search_area h3 .en{
	font-size:12px;
	letter-spacing: 0.06em;
	color: #fff;
	line-height: 1.0;
	padding:0;
	margin-bottom:10px;
	display: block;
}
#search_area h3 .dots{
	background: bottom left / 1em .5em repeat-x radial-gradient(circle, #6f8dba 3px, rgba(0,0,0,0) 3px);
    padding-bottom: 12px;
}
#search_area li a{
	padding: 24px 0 34px;
	}
    #search_area li a p{
	font-size: 11px;
	}
}

/*================================about_area================================*/
#about_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin: 0 auto;
	padding:0;
	box-sizing:border-box;
	height:960px;
	clear:both;
	position:relative;
	z-index:1;
	}
#about_area:before {
    content: "";
    position: absolute;
    background: url(../images/bg_about_point.svg) no-repeat 0 0;
	background-size: contain;
    top: 53px;
    left: 50%;
	transform: translate(-1204px,0);
    width: 1023px;
    height: 914px;
	z-index:-1;
	/*animation: fadeIn 3s ease 0s 1 normal !important;
	-webkit-animation: fadeIn 3s ease 0s 1 normal !important;*/
}
#about_area:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(960px);
    width: 360px;
    height: 870px;
    background-color: #282960;
    z-index: 0;
}
@media all and (min-width: 768px) and (max-width: 1320px) {
#about_area:after {
    transform: translateX(900px);
}
}
#about_area .inner {
	width:1200px;
	height:auto;
	padding: 100px 0 0;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:1;
}
#about_area h2{
	position: relative;
	padding:0;
	margin-bottom: 93px;
	font-size:48px;
	font-weight:500;
    letter-spacing: 0.12em;
	color: #191851;
	line-height: 1.0;
	display: inline-block;
}
#about_area h2 .text {
	font-family: "Hind Madurai", sans-serif;
	font-size:16px;
	font-weight:600;
	color: #191851;
	padding: 0 0 0 32px;
	margin-bottom:30px;
	display:block;
	letter-spacing: 0.1em;
	line-height: 23px;
	position:relative;
	background:url(../images/bg_h2.svg) no-repeat left center;
}
#about_area h2 a{
	color: #191851;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#about_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#about_area h3 {
	writing-mode: vertical-rl;
	width:auto;
	position:absolute;
	top:-115px;
	right: 50%;
	transform: translateX(-80px);
	padding: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #191851;
    line-height: 2.4;
	display: inline-block;
	z-index:10;
	}
@media all and (min-width: 768px) and (max-width: 1320px) {
#about_area h3 {
	transform: translateX(-60px);
	}
}
#about_area h3 span{
	padding: 0 12px 0 0;
	border-right:1px solid #191851;
	position:relative;
	}
#about_area h3 span:last-child{
	top:50px;
	}
#about_area p {
	width:auto;
    margin-bottom: 80px;
    padding: 0;
	color: #201f2d;
    font-weight: 500;
    font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
#about_area ul.about_list{
    width: 700px;
	position:relative;
	margin:0;
	display: flex;
    flex-wrap: wrap;
}
#about_area ul.about_list li{
    width: calc(100% / 2);
	position: relative;
	margin:0;
	display:flex;
	flex-wrap: wrap;
	gap: 0;
	border-top:1px solid #d9dee8;
	border-bottom:1px solid #d9dee8;
	box-sizing: border-box;
	text-align:left;
	background: rgba(255, 255, 255, 0.7);
	}
#about_area ul.about_list li:nth-child(n+3) {
	border-top:none;
	}
#about_area ul.about_list li:nth-child(even) {
	left:30px;
	}
#about_area ul.about_list li a{
	width: 100%;
	text-decoration: none;
    color: #14202e;
	font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 1.0;
	display:flex;
	align-items: center;
	position:relative;
	gap: 30px;
}
#about_area ul.about_list li a:hover {
    opacity: 0.5;
    transition-duration: 0.7s;
}
#about_area ul.about_list li a .inner_text{
	width: 100%;
    color: #191851;
	font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.07em;
    box-sizing: border-box;
    line-height: 1.3;
	position:relative;
}
#about_area ul.about_list li a .inner_text .small{
    font-size: 16px;
	margin-left:5px;
}
#about_area ul.about_list li a .inner_text .en{
	font-family: "Hind Madurai", sans-serif;
	font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
	margin-bottom:6px;
	display:block;
}
#about_area .image_wrap01{
    z-index: 0;
    position: absolute;
    top: 170px;
    right: 50%;
	transform: translateX(890px);
}
@media all and (min-width: 768px) and (max-width: 1320px) {
#about_area .image_wrap01{
	transform: translateX(870px);
}
}
#about_area .image_wrap01 img{
    width: auto;
}
@media  print, screen and (max-width: 767px) {
#about_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	}
#about_area:before {
    content: "";
    position: absolute;
    background: url(../images/bg_about_point.svg) no-repeat 0 0;
	background-size: contain;
    top: 45px;
    left: -10%;
	transform: none;
    width: 80%;
    height: 100%;
	z-index:-1;
}
#about_area:after {
    display: none;
}
#about_area .inner {
    width: calc(100% - 40px);
	height:auto;
	padding: 40px 0 20px;
    box-sizing: border-box;
	text-align:center;
	font-size:0;
}
/*@media  print, screen and (max-width: 320px) {
#about_area .inner {
    width: calc(100% - 20px);
}
}*/
#about_area h2{
	height:auto;
	padding:0;
	margin-bottom: 25px;
	font-size:24px;
    letter-spacing: 0.1em;
}
#about_area h2 .text {
	font-size:13px;
	padding: 36px 0 0;
	margin-bottom:12px;
	letter-spacing: 0.07em;
	line-height: 1.0;
	background:url(../images/bg_h2.svg) no-repeat center top;
	background-size:14px auto;
}
#about_area h3 {
	width:auto;
	position:absolute;
	top:-6px;
	right: 50%;
	transform: translateX(-8%);
    font-size: 17px;
    line-height: 1.0;
	display: inline-block;
	text-align: left;
	z-index:10;
	}
@media  print, screen and (max-width: 320px) {
#about_area h3 {
    font-size: 16px;
	}
}
#about_area h3 span{
	display: inline-block;
	padding: 2px 12px 5px;
	margin: 0;
	border-right:1px solid #191851;
	background: rgba(255, 255, 255, 0.8);
	}
#about_area h3 span:last-child{
	top:auto;
	padding: 10px 12px 5px;
	}
@media  print, screen and (max-width: 360px) {
#about_area h3 span{
	padding: 2px 10px 5px;
	}
#about_area h3 span:last-child{
	padding: 10px 10px 5px;
	}
}
#about_area p {
    width: 100%;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.6;
	text-align:left;
}
#about_area p br{
	display:none;
}
#about_area ul.about_list{
    width: 100%;
	margin-bottom: 28px;
}
#about_area ul.about_list li{
    width: 100%;
	gap: 0;
	}
#about_area ul.about_list li:nth-child(n+2) {
	border-top:none;
	}
#about_area ul.about_list li:nth-child(even) {
	left:auto;
	}
#about_area ul.about_list li a{
    font-size: 16px;
    letter-spacing: 0.08em;
    padding: 10px 0;
	display:flex;
	align-items: center;
	position:relative;
	gap: 20px;
}
@media  print, screen and (max-width: 360px) {
#about_area ul.about_list li a{
    font-size: 15px;
}
}
#about_area ul.about_list li a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #ada8a9;
    border-right: solid 1px #ada8a9;
    transform: rotate(45deg);
    z-index: 2;
}
@media  print, screen and (max-width: 360px) {
#about_area ul.about_list li a img{
	width:100px;
	height:auto;
}
}
#about_area ul.about_list li a .inner_text{
	font-weight: 600;
    font-size: 18px;
	letter-spacing: 0.07em;
    line-height: 1.3;
}
@media  print, screen and (max-width: 390px) {
#about_area ul.about_list li a .inner_text{
    font-size: 17px;
}
}
@media  print, screen and (max-width: 360px) {
#about_area ul.about_list li a .inner_text{
    font-size: 16px;
}
}
#about_area ul.about_list li a .inner_text .small{
    font-size: 13px;
	margin-left:2px;
}
#about_area ul.about_list li a .inner_text .en{
    font-size: 11px;
    letter-spacing: 0.07em;
	margin-bottom:5px;
}
#about_area .image_wrap01{
    position: relative;
    top: auto;
    right: auto;
	transform: none;
}
#about_area .image_wrap01 img{
    width: 100%;
    height: auto;
}
}

/*================================movie_area================================*/
.movie_area {
    text-align: center;
}
.movie_area video {
    width:700px;
    height:auto;
    margin: 0 auto;
}
@media  print, screen and (max-width: 767px) {
    .movie_area video {
    width:93%;
    height:auto;
    margin: 0 auto;
}
}
    

/*================================service_area================================*/
#service_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	height:1250px;
	clear:both;
	position:relative;
	z-index:1;
	}
#service_area:before {
    content: "";
    position: absolute;
    background: url(../images/bg_service_point.svg) no-repeat 0 0;
	background-size: contain;
    bottom: 257px;
    left: 50%;
	transform: translate(-960px,0);
    width: 136px;
    height: 704px;
	z-index:1;
	/*animation: fadeIn 3s ease 0s 1 normal !important;
	-webkit-animation: fadeIn 3s ease 0s 1 normal !important;*/
}
#service_area:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-960px);
    width: 1740px;
    height: 960px;
    background-color: #f3f5f9;
	filter: drop-shadow(0 0 60px rgba(255, 255, 255, 0.3));
    z-index: 0;
}
#service_area .inner {
	width: 1200px;
	height: auto;
    padding: 54px 0 0;
	margin:0 auto;
	position: relative;
	text-align:center;
	z-index:1;
}
#service_area h2{
	position: relative;
	padding:0;
	margin-bottom: 82px;
	font-size:48px;
	font-weight:500;
    letter-spacing: 0.12em;
	color: #191851;
	line-height: 1.0;
	display: inline-block;
}
#service_area h2 .text {
	font-family: "Hind Madurai", sans-serif;
	font-size:16px;
	font-weight:600;
	color: #191851;
	padding: 55px 0 0;
	margin-bottom:24px;
	display:block;
	letter-spacing: 0.1em;
	position:relative;
	background:url(../images/bg_h2.svg) no-repeat center top;
}
#service_area h2 a{
	color: #191851;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#service_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#service_area ul {
    padding: 0;
	margin:0 auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: 1200px;
	gap: 15px;
	position: relative;
}
#service_area li{
	width: calc((100% - 30px) / 3);
	height:440px;
	position:relative;
	overflow:hidden;
	}
#service_area li a{
	width:100%;
    height: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	text-decoration: none;
	padding: 0;
	box-sizing:border-box;
    background: none;
	text-align:left;
	}
#service_area li a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
	}
#service_area li a:before {
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
    height: 440px;
    background: -moz-linear-gradient(bottom, rgba(0, 5, 75, 0.5) 0%, rgba(0, 5, 75, 0.3) 70%, rgba(0, 54, 121, 0.3) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 5, 75, 0.5) 0%, rgba(0, 5, 75, 0.3) 70%, rgba(0, 54, 121, 0.3) 100%);
    background: linear-gradient(to top, rgba(0, 8, 113, 0.5) 0%, rgba(0, 5, 75, 0.3) 70%, rgba(0, 54, 121, 0.3) 100%);
    z-index: 0;
}
#service_area li a:after {
	content: '';
    display: block;
position: absolute;
      background: linear-gradient(
  45deg,
  #BFC3C8 0%,
  #E5E7EA 40%,
  #F7F8FA 70%,
  #E5E7EA 85%,
  #BFC3C8 100%
);
  z-index: 1;
    height: 5px;
  left: 0;
  bottom: 0;
  width: 100%;
}

#service_area li .number{
	font-family: "Hind Madurai", sans-serif;
	margin:0;
    color: #fff;
    font-weight: 500;
    font-size: 100px;
    line-height: 1.0;
    letter-spacing: 0;
	position:absolute;
	top:-18px;
	left:-18px;
	opacity:0.6;
	z-index: 10;
	}
#service_area li .inner_text{
	width:100%;
	height:100%;
	margin:0;
	padding:0 45px;
	box-sizing:border-box;
	position: absolute;
	top: 0;
    left: 0;
	z-index:0;
	display:flex;
	}
#service_area li .inner_text:before {
	content: "";
	position: absolute;
	margin: auto;
    right: 20px;
    bottom: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	outline: 1px solid rgba(255, 255, 255, 1.0);
	outline-offset: -1px;
}
#service_area li .inner_text:after {
	position: absolute;
    right: 46px;
    bottom: 40px;
    margin-top: -4px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
#service_area h3{
    padding: 280px 0 0 0;
	margin:0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.1em;
	white-space:nowrap;
}
#service_area .en{
	font-family: "Hind Madurai", sans-serif;
    padding: 0;
	margin-bottom:10px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.0;
    letter-spacing: 0.1em;
	display:block;
	white-space:nowrap;
}
#service_area li .scale_wrap{
	margin:0;
	padding:0;
	position: relative;
	z-index:-1;
	}
#service_area li .scale_wrap img{
	width:auto;
	height:auto;
	}
@media  print, screen and (max-width: 767px) {
#service_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	}
#service_area:before {
	background: url(../images/bg_service_point.svg) no-repeat 0 bottom;
	background-size: contain;
    bottom: 15px;
    left: 0;
	transform:none;
    width: 40%;
    height: calc(100% - 170px);
}
#service_area:after {
    bottom: 0;
    left: 0;
	transform:none;
    width: 100%;
    height: calc(100% - 170px);
}	
#service_area .inner {
    width: 100%;
	height:auto;
	margin:0 auto;
    padding: 23px 0 40px;
    box-sizing: border-box;
	font-size:0;
}
#service_area h2{
	height:auto;
	padding:0;
	margin-bottom: 30px;
	font-size:24px;
    letter-spacing: 0.1em;
}
#service_area h2 .text {
	font-size:13px;
	padding: 36px 0 0;
	margin-bottom:12px;
	letter-spacing: 0.07em;
	background:url(../images/bg_h2.svg) no-repeat center top;
	background-size:14px auto;
}
#service_area ul {
    width: calc(100% - 20px);
	margin: 0 auto;
	gap: 5px;
}
#service_area li{
	width: calc((100% - 5px) / 2);
	height:auto;
}
#service_area li a{
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
	padding: 0;
	}
#service_area li a:before {
	width: 100%;
    height: 100%;
}
#service_area li .number{
    font-size: 70px;
	top:-10px;
	left:-10px;
	opacity:0.6;
	}
@media  print, screen and (max-width: 320px) {
#service_area li .number{
    font-size: 60px;
	}
}
#service_area li .inner_text{
	padding:68% 15px 0;
	align-items: flex-start;
	}
@media  print, screen and (max-width: 414px) {
#service_area li .inner_text{
	padding:62% 15px 0;
	}
}
@media  print, screen and (max-width: 375px) {
#service_area li .inner_text{
	padding:60% 15px 0;
	}
}
@media  print, screen and (max-width: 360px) {
#service_area li .inner_text{
	padding:65% 15px 0;
	}
}
@media  print, screen and (max-width: 320px) {
#service_area li .inner_text{
	padding:64% 12px 0;
	}
}
#service_area li .inner_text:before {
    right: 10px;
    bottom: 10px;
	width: 26px;
	height: 26px;
}
#service_area li .inner_text:after {
    right: 21px;
    bottom: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
@media  print, screen and (max-width: 360px) {
#service_area li .inner_text:before,
#service_area li .inner_text:after {
	display:none;
}
}
#service_area h3{
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
@media  print, screen and (max-width: 375px) {
#service_area h3{
    font-size: 19px;
}
}
@media  print, screen and (max-width: 360px) {
#service_area h3{
    font-size: 18px;
}
}
@media  print, screen and (max-width: 320px) {
#service_area h3{
    font-size: 16px;
}
}
#service_area .en{
	margin-bottom:6px;
    font-size: 12px;
    letter-spacing: 0.07em;
}
@media  print, screen and (max-width: 414px) {
#service_area .wrap{
	display:block;
}
}
#service_area li .scale_wrap{
	margin:0;
	padding:0;
	position: relative;
	}
#service_area li .scale_wrap img{
	width:100%;
	height:auto;
	}
}

/*================================sustainability_area================================*/
#sustainability_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin: -320px auto 0;
	padding:0;
	box-sizing:border-box;
	height:1180px;
	clear:both;
	position:relative;
	background:url(../images/bg_sustainability.png) no-repeat center top;
	z-index:0;
	}
#sustainability_area .inner {
	width:1200px;
	height:auto;
	padding: 400px 0 0;
	box-sizing:border-box;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:1;
}
#sustainability_area h2{
	position: relative;
	padding:0;
	margin-bottom: 50px;
	font-size:48px;
	font-weight:500;
    letter-spacing: 0.12em;
	color: #fff;
	line-height: 1.0;
	display: inline-block;
}
#sustainability_area h2 .text {
	font-family: "Hind Madurai", sans-serif;
	font-size:16px;
	font-weight:600;
	color: #fff;
	padding: 0 0 0 32px;
	margin-bottom:30px;
	display:block;
	letter-spacing: 0.1em;
	line-height: 23px;
	position:relative;
	background:url(../images/bg_h2_w.svg) no-repeat left center;
}
#sustainability_area h2 a{
	color: #fff;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#sustainability_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#sustainability_area p {
	width:330px;
    margin-bottom: 40px;
    padding: 0;
	color: #fff;
    font-weight: 500;
    font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
#sustainability_area ul {
	width: 750px;
	position:absolute;
	top:450px;
	left: 50%;
	transform: translateX(-150px);
    padding: 0;
	margin:0 auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 30px;
}
#sustainability_area ul li{
    width: calc((100% - 30px) / 2);
	height:300px;
	position: relative;
	margin:0;
	display:flex;
	flex-wrap: wrap;
	gap: 0;
	box-sizing: border-box;
	text-align:left;
	background: rgba(255, 255, 255, 1.0);
	filter: drop-shadow(0 0 30px rgba(194, 229, 234, 0.4));
	}
#sustainability_area ul li:after{
    content: '';
    display: block;
    position: absolute;
        background: linear-gradient(
  45deg,
  #BFC3C8 0%,
  #E5E7EA 40%,
  #F7F8FA 70%,
  #E5E7EA 85%,
  #BFC3C8 100%
);
    z-index: 1;
    height: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
	}
#sustainability_area ul li:nth-child(2){
	top:40px;
	}
#sustainability_area ul li:last-child{
	top:40px;
	}
#sustainability_area ul li a{
	width: 100%;
	text-decoration: none;
    color: #282a61;
	font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    line-height: 1.0;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	position:relative;
	gap: 20px;
}
#sustainability_area ul li a:hover {
    opacity: 0.5;
    transition-duration: 0.7s;
}
#sustainability_area ul li a .inner_text{
	width: 100%;
}
#sustainability_area h3 {
	width: 100%;
	position: relative;
	padding:0;
	margin:0 0 36px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #282a61;
    line-height: 1.0;
	display: inline-block;
	z-index:10;
	}
#sustainability_area h3:after {
    position: absolute;
    right: 22px;
    bottom: 5px;
    margin-top: -4px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #282a61;
    border-right: solid 1px #282a61;
    transform: rotate(45deg);
}
#sustainability_area h3 .en{
	font-family: "Hind Madurai", sans-serif;
    padding: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    display: block;
    white-space: nowrap;
}
#sustainability_area .btn_more {
	width: 330px;
}
#sustainability_area .btn_more a {
	color:#fff;
	background:#282960 url(../images/arrow_more_w.svg) no-repeat center right 20px;
	background-size: auto;
}
@media  print, screen and (max-width: 767px) {
#sustainability_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	background: url(../images/bg_sustainability_sp.png) no-repeat center top;
	background-size: cover;
}
#sustainability_area .inner {
    width: calc(100% - 40px);
	height:auto;
	padding: 40px 0 20px;
    box-sizing: border-box;
	text-align:center;
	font-size:0;
}
#sustainability_area h2{
	height:auto;
	padding:0;
	margin-bottom: 25px;
	font-size:24px;
    letter-spacing: 0.1em;
}
#sustainability_area h2 .text {
	font-size:13px;
	padding: 36px 0 0;
	margin-bottom:12px;
	letter-spacing: 0.07em;
	background:url(../images/bg_h2_w.svg) no-repeat center top;
	background-size:14px auto;
}
#sustainability_area p {
    width: 100%;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.6;
	text-align:left;
}
#sustainability_area p br{
	display:none;
}
#sustainability_area ul {
    width:100%;
	position:relative;
	top:auto;
	left:auto;
	transform: none;
	margin: 0 auto 25px;
	gap: 15px;
}
#sustainability_area ul li{
	width:47%;
	height:auto;
	margin:0;
	filter:none;
	box-shadow: 6px 6px 0px 0px rgba(194, 229, 234, 0.6);
}
#sustainability_area ul li:nth-child(2),
#sustainability_area ul li:last-child{
	top:auto;
}
#sustainability_area ul li a{
	font-size: 18px;
    letter-spacing: 0.05em;
    padding: 0 0 0 20px;
	gap: 15px;
}
#sustainability_area ul li a .scale_wrap{
	width: 100%;
}
#sustainability_area ul li a .scale_wrap img{
	width: 100%;
	height:auto;
}
#sustainability_area ul li a .inner_text{
	width: 100%;
}
#sustainability_area h3 {
	width:100%;
	margin:0 0 16px;
    font-size: 18px;
    letter-spacing: 0.06em;
	display: inline-block;
	}
@media  print, screen and (max-width: 320px) {
#sustainability_area h3 {
    font-size: 17px;
	}
}
#sustainability_area h3:after {
    position: absolute;
    right: 18px;
    bottom: 4px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #282a61;
    border-right: solid 1px #282a61;
    transform: rotate(45deg);
}
#sustainability_area h3 .en{
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.0;
    letter-spacing: 0.07em;
}
#sustainability_area .btn_more {
	width: auto;
	max-width: 280px;
	margin: 0 auto;
}
#sustainability_area .btn_more a {
	background:#282960 url(../images/arrow_more_w.svg) no-repeat center right 13px;
	background-size: 22px auto;
}
}

/*================================recruit_area================================*/
#recruit_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	height:1015px;
	clear:both;
	position:relative;
	z-index:0;
	background:url(../images/bg_recruit.png) no-repeat center top 20px;
	}
#recruit_area:before {
    content: "";
    position: absolute;
    background: url(../images/bg_recruit_point.svg) no-repeat 0 0;
    background-size: contain;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 900px;
    height: 239px;
    z-index: -1;
}
#recruit_area .inner {
	width: 1200px;
	height: auto;
    padding: 0;
	margin:0 auto;
	position: relative;
	z-index:1;
}
#recruit_area .recruit_inner {
	position: absolute;
	top:250px;
	left:50%;
    transform: translate(-50%,0);
	width:560px;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
	text-align:center;
	z-index:10;
}
#recruit_area h2{
	position: relative;
	padding:0;
	margin-bottom: 90px;
	font-size:48px;
	font-weight:500;
    letter-spacing: 0.12em;
	color: #fff;
	line-height: 1.0;
	display: inline-block;
}
#recruit_area h2 .text {
	font-family: "Hind Madurai", sans-serif;
	font-size:16px;
	font-weight:600;
	color: #fff;
	padding: 38px 0 0;
	margin-bottom:24px;
	display:block;
	letter-spacing: 0.1em;
	position:relative;
	background:url(../images/bg_h2_partner.svg) no-repeat center top;
    background-size: 40px auto;
}
#recruit_area h2 a{
	color: #fff;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#recruit_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#recruit_area p {
	width: calc(100% - 180px);
    margin: 0 auto 100px;
    padding: 0;
	color: #fff;
    font-weight: 400;
    font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align:left;
}
#recruit_area .btn_more {
	margin:0 auto;
}
@media  print, screen and (max-width: 767px) {
#recruit_area{
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	background:none;
}
#recruit_area:before {
	display:none;
}
#recruit_area .inner {
    width: calc(100% - 20px);
	height:auto;
	padding: 10px 0 25px;
    box-sizing: border-box;
}
#recruit_area .recruit_inner {
	width:100%;
	position: relative;
	top:auto;
	left:auto;
    transform:none;
	/*padding:0 20px 20px;←見出し上の画像三角パーツをとる前*/
	padding:50px 20px 20px 20px;
	box-sizing:border-box;
	background: -webkit-linear-gradient(top, #4b619c 0, #6bb0d5 100%);
}
#recruit_area h2{
	height:auto;
	padding:0;
	margin:-15px 0 30px;
	font-size:24px;
    letter-spacing: 0.1em;
}
#recruit_area h2 .text {
	font-size:13px;
	padding: 36px 0 0;
	margin-bottom:12px;
	letter-spacing: 0.07em;
	background:url(../images/bg_h2_w.svg) no-repeat center top;
	background-size:14px auto;
}
#recruit_area p {
    width: 100%;
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.6;
	text-align:left;
}
#recruit_area p br{
	display:none;
}
#recruit_area .image_wrap_top_sp,
#recruit_area .image_wrap_bottom_sp{
    /*margin: 0 calc(50% - 50vw);
	width: 100vw;*/
    position: relative;
}
#recruit_area .image_wrap_top_sp{
	z-index: 1;
    bottom: -1px;
}
#recruit_area .image_wrap_bottom_sp{
	z-index: 11;
    top: -1px;
}
#recruit_area .image_wrap_bottom_sp:before {
    content: "";
    position: absolute;
    background: url(../images/bg_recruit_point.svg) no-repeat 0 0;
    background-size: contain;
    top: -15px;
    left: 50%;
	transform: translateX(-50%);
    width: 90%;
    height: 30%;
}
#recruit_area .image_wrap_top_sp img,
#recruit_area .image_wrap_bottom_sp img{
    width: 100%;
    height: auto;
}
}

/*=============================== topics_area ================================*/
#topics_area {
	overflow: hidden;
	width:100%;
	max-width:1920px;
	height:auto;
	/*min-height:911px;*/
	padding:0;
	margin:0 auto;
	clear:both;
	position:relative;
	z-index:0;
    background-color: #F3F5F9;
}
#topics_area .inner {
	width:1200px;
	min-height:297px;
	margin:0 auto;
	padding:50px 0;
	position:relative;
	box-sizing:border-box;
}
#topics_area h2{
	position: relative;
	padding:0;
	margin-bottom: 20px;
	font-size:35px;
	font-weight:500;
    letter-spacing: 0.1em;
	color: #191851;
	line-height: 1.0;
	display: inline-block;
}
#topics_area h2 .text {
	font-family: "Hind Madurai", sans-serif;
	font-size:16px;
	font-weight:600;
	color: #191851;
	padding: 0 0 0 32px;
	margin-bottom:30px;
	display:block;
	letter-spacing: 0.1em;
	line-height: 23px;
	position:relative;
	background:url(../images/bg_h2.svg) no-repeat left center;
}
#topics_area h2 a{
	color: #191851;
	text-decoration:none;
	line-height:1.0;
	display: block;
}
#topics_area h2 a:hover{
    opacity: 0.5;
	transition-duration: 0.7s;
}
#topics_area .flex {
    justify-content: space-between;
}
#topics_area .left_wrap, 
#topics_area .right_wrap {
    width: 45%;
    position: relative;
    /*background: #DBDBDB;*/
}

/*
#topics_area .news {
	width:1200px;
	height:auto;
	max-height:440px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin:0;
	text-align:left;
	position:relative;
}
#topics_area .news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1160px;
    height: 1px;
    background: #d9dee8;
}
#topics_area .news::-webkit-scrollbar{
   width: 2px;
}
#topics_area .news::-webkit-scrollbar-track{
   background-color: #eee;
}
#topics_area .news::-webkit-scrollbar-thumb{
   background-color: #ccc;
}*/
#topics_area dl {
	width:100%;
	align-items: center;
	position:relative;
    padding-top: 15px;
    background: url(../images/arrow_more_g.svg) no-repeat right center;
	background-size: auto;
}
#topics_area dl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #d9dee8;
}
#topics_area dt {
	font-size:15px;
	color:#9b9eb5;
	font-weight:600;
	letter-spacing: 0.05em;
	padding:0;
	box-sizing:border-box;
	line-height: 1.0;
	text-align: left;
	display:flex;
	align-items: center;
}
#topics_area dt span{
	display:inline-block;
	min-width:140px;
	padding:10px 0;
	border: 1px solid #e60012;
}
#topics_area dd {
	font-size:18px;
	color:#201f2d;
	font-weight:500;
	letter-spacing: 0.05em;
	padding:0;
	box-sizing:border-box;
	line-height: 1.8;
	display: flex;
	align-items: center;
}
#topics_area dd em{
	display:block;
	font-size:18px;
	font-weight:500;
}
#topics_area dd a {
	width:100%;
	min-height:40px;
	padding-right:60px;
	box-sizing:border-box;
	color:#201f2d;
	font-weight:500;
	text-decoration:none!important;
	display:block;
	position:relative;
}
#topics_area dd a:hover,
#topics_area dd a:hover em{
    text-decoration:underline!important;
}
#topics_area .btn_more {
	position:absolute;
	top:0;
	right:0;
	width: auto;
	min-width: inherit;
	margin:0;
}
#topics_area .btn_more a {
	line-height:60px;
	padding: 0 45px 0 0;
	background-size: auto;
    background: url(../images/arrow_more.svg) no-repeat center right;
}
#topics_area #info_news,
#topics_area #info_event {
    overflow-y: scroll;
    height: 212px;
}
@media  print, screen and (max-width: 768px) {
#topics_area{
	min-height: inherit;
	}
#topics_area .inner {
    width: calc(100% - 30px);
	height:auto;
	min-height: inherit;
    padding:30px 0 30px;
	font-size:0;
	display: block;
	text-align:left;
}
#topics_area h2{
	height:auto;
	padding:0;
	margin-bottom: 0;
	font-size:24px;
    letter-spacing: 0.07em;
}
#topics_area h2 .text {
	font-size:13px;
	padding: 36px 0 0;
	margin-bottom:12px;
	letter-spacing: 0.07em;
	line-height: 1.0;
	background:url(../images/bg_h2.svg) no-repeat center top;
	background-size:14px auto;
}
#topics_area .news {
    width: 100%;
	height:auto;
	max-height:300px;
	margin:0 auto 20px;
}
#topics_area .news:before {
    width: calc(100% - 15px);
}
#topics_area dl {
	width: 100%;
	display: block;
    padding-top: 0;
}
#topics_area dt {
	width:auto;
	height:auto;
	font-size:13px;
	letter-spacing: 0.05em;
	padding: 17px 0 8px 0;
}
#topics_area dt span{
	display:inline-block;
	min-width:80px;
	padding:5px 12px;
}
#topics_area dd{
	width:auto;
	min-height: inherit;
	font-size:14px;
	letter-spacing: 0.05em;
	padding:0 0 15px 0;
	line-height: 1.6;
}
#topics_area dd em{
	font-size: 14px;
}
#topics_area dd a {
	min-height: inherit;
	padding-right:30px;
	background-size: 22px auto;
}
#topics_area .btn_more {
	position:static;
}
#topics_area .btn_more a {
	line-height:34px;
	padding: 0 30px 0 0;
	background:url(../images/arrow_more_l.svg) no-repeat center right;
	background-size: auto 20px;
}
#topics_area .left_wrap, 
#topics_area .right_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#topics_area div#info_news,
#topics_area div#info_event {
    width: 100%;
}
#topics_area div#info_news {
    margin-bottom: 30px;
}
}

/*================================bnr_area================================*/
#bnr_area{
	overflow: hidden;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	height:500px;
	clear:both;
	position:relative;
	z-index:0;
	/*background: #f3f5f9;
	border-top:1px solid #d9dee8;*/
    background: #fff;
	}
#bnr_area .inner {
	width: 1200px;
	height:auto;
    padding: 100px 0 90px;
	margin:0 auto;
	position: relative;
	text-align:center;
	display:flex;
	flex-direction: column;
	gap: 22px;
	z-index:1;
}
#bnr_area ul {
    padding: 0;
	margin:0 auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	width: auto;
	gap: 0;
}
#bnr_area li{
	width: auto;
	position:relative;
}
#bnr_area li a{
	height:auto;
	text-decoration: none;
	display: block;
	padding: 0!important;
    background:none!important;
}
#bnr_area li a img{
	border:1px solid #fff;
}
#bnr_area li a:hover{
    opacity: 0.6;
	transition-duration: 0.7s;
}
#bnr_area p {
    width: auto;
    margin: 0 auto;
    padding: 0;
    color: #201f2d;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.0;
}
@media  print, screen and (max-width: 767px) {
#bnr_area{
	margin:0;
	height:auto;
	}	
#bnr_area .inner {
    width: calc(100% - 40px);
	padding:40px 0;
	margin:0 auto;
	gap: 15px;
	font-size:0;
}
#bnr_area ul {
    width: 94%;
	gap: 15px;
}
#bnr_area li{
	width:100%;
}
#bnr_area li a{
}
#bnr_area li a img{
	width:100%;
	max-width:490px;
	height:auto;
}
#bnr_area p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
	text-align:left;
}
}