@charset "utf-8";
/* CSS Document */


/*---------------------
　共通
-----------------------*/
#contents:before {
    content: none;
}
#index {
	overflow: hidden;
}
#index p {
	padding: 0;
	max-width: inherit;
}
#index ul {
    margin: 0;
	padding: 0;
	width: auto;
}
#index ul li {
    background: none;
	padding: 0;
}

#index .light_anim .en,
#index .light_anim .prBox {
	border-bottom: solid 1px rgba(160,205,238,0.8);
	position: relative;
}
#index .light_anim .en:after,
#index .light_anim .prBox:after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: solid 1px rgba(160,205,238,0.8);
	position: absolute;
	bottom: -1px;
	right: -100%;
}
#index .light_anim .en::before,
#index .light_anim .prBox::before {
	content: "";
	display: block;
	background: url("img/line_deco.png") no-repeat;
	background-size: 100%;
	width: 90px;
	height: 17px;
	position: absolute;
	z-index: 1;
	bottom: -9px;
	left: -7px;
}
#index .light_anim .en::before,
#index .light_anim .prBox::before {
	opacity: 0;
	-webkit-animation-name: barMovieTitle;
	animation-name: barMovieTitle;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
#index .light_anim.isActive .en::before,
#index .light_anim.isActive .prBox::before {
	opacity: 1;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
/*@-webkit-keyframes barMovieTitle {
	0% {
		left: -90px;
		opacity: 1;
	}
	80% {
		left: 100%;
		opacity: 1;
	}
	81% {
		left: 100%;
		opacity: 0;
	}
	82% {
		left: -90px;
		opacity: 0;
	}
	83% {
		left: -90px;
		opacity: 1;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}*/
@keyframes barMovieTitle {
	0% {
		left: -5px;
		opacity: 1;
	}
	80% {
		left: 100%;
		opacity: 0.1;
	}
	81% {
		left: 100%;
		opacity: 0.05;
	}
	82% {
		left: -90px;
		opacity: 0;
	}
	83% {
		left: -90px;
		opacity: 1;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}


.JS_ScrollAnimationItem {
  position: relative;
  z-index: 1;
}
.JS_ScrollAnimationItem:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 0%;
  background: #cc031e;
  z-index: -1;
  transition: all 0.8s;
}
.JS_ScrollAnimationItem.isActive:after {
	height: 120px;
}


.tocBox {
	position: fixed;
	top: 10.8rem;
	right: 0;
	display: flex;
	flex-direction: row-reverse;
	z-index: 101;
}
.tocBox .sq {
	width: 8rem;
	height: 8rem;
	background: #ba9b51;
	position: relative;
	cursor: pointer;
	padding: 1rem 0 0;
	transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tocBox .sq:hover {
	opacity: 0.9;
}
.tocBox .sq p {
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin: 0 0 1rem;
	line-height: 1.4;
}
.tocBox .sq:before {
  content: "";
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
}
.tocBox .sq:after {
  content: "";
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2.6rem;
  background: #fff;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.tocBox .sq.active:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tocBox .tocOpen {
	background: #f4f1e9;
	width: 32rem;
	padding: 2rem;
	max-height: 48rem;
	overflow-y: auto;
	display: none;
}
.tocBox .tocOpen li {
	font-family: "Noto Serif JP";
	list-style: decimal-leading-zero;
	color: #003157;
	font-weight: 700;
	margin: 0 0 1rem 3rem;
	line-height: 1.5;
}
.tocBox .tocOpen li:last-child {
	margin-bottom: 0;
}
.tocBox .tocOpen li a {
	text-decoration: none;
	font-size: 1.3rem;
	display: block;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
.tocBox .tocOpen li br {
	display: none;
}




/*---------------------
　MV
-----------------------*/
.home .mv {
    background: url(img/kv_home.jpg) no-repeat center;
    background-size: cover;
	padding: 9rem 0 6rem;
	min-height: auto;
}
.home .mv .inner {
    width: 1100px;
	margin: 0 auto;
}
.home .mv .mainTitBox {
    background: rgba(0,49,87,0.8);
	width: 700px;
	padding: 4.5rem 7rem 4.5rem 0;
	position: relative;
}
.home .mv .mainTitBox:before {
	content: "";
    background: rgba(0,49,87,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.home .mv .mainTitBox .mainTit {
    color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #cdd6de;
	margin: 0 0 3rem;
	padding: 0 0 1.5rem;
	position: relative;
}
.home .mv .mainTitBox .mainTit:before {
    content: "";
	background: #cdd6de;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: -100%;
}
.home .mv .mainTitBox .mainTit span {
	font-size: 6rem;
	color: #dfc995;
}
.home .mv .mainTitBox .catchTxt {
    color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0 0 2rem;
}
.home .mv .mainTitBox p {
    color: #fff;
}
.home .mv .mainTitBox .small {
	font-size: 1.4rem;
	margin: 2rem 0 0;
}


/*---------------------
　SEC01
-----------------------*/
#index .sec01 {
	padding: 9rem 0 13rem;
}
#index .sec01 .catchTxt {
	font-size: 3.6rem;
	text-align: center;
	margin: 0 0 5rem;
	letter-spacing: 0.1em;
}
#index .sec01 .catchTxt:before {
	left: calc(50% - 25px);
}
#index .sec01 .threeColBox {
	display: flex;
	justify-content: space-between;
}
#index .sec01 .threeColBox .colBox {
	width: 280px;
}
#index .sec01 .threeColBox .colBox .subTit {
	font-size: 2.3rem;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin: 0 0 5.5rem;
	position: relative;
}
#index .sec01 .threeColBox .colBox .subTit:before {
	content: "";
	width: 1px;
	height: 30px;
	background: #bbb;
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translateX(-50%);
}
#index .sec01 .JS_ScrollAnimationItem {
	bottom: -7rem;
}


/*---------------------
　SEC02
-----------------------*/
#index .sec02 {
	padding: 8rem 0 18rem;
	background: url("img/sec02_bg_pic.jpg") no-repeat top center, url("img/sec02_bg_pic_rep.jpg") repeat-y top center;
	background-size: 100% auto;
	/*background: linear-gradient(90deg, rgba(0,49,87,1) 0%, rgba(8,55,92,1) 25%, rgba(61,98,127,1) 50%, rgba(8,55,92,1) 75%, rgba(0,49,87,1) 100%);*/
	clip-path: polygon(0 0, 100% 0%, 100% 95%, 50% 100%, 0 95%);
	position: relative;
}
/*#index .sec02:before {
	content: "";
	background: url("img/sec02_bg_pic.jpg") no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 120rem;
	position: absolute;
	top: 0;
	left: 0;
}*/
#index .sec02 .secTitBox {
    position: relative;
	z-index: 1;
}
#index .sec02 .secTitBox .secTit {
    color: #fff;
}
#index .sec02 .rowBoxWrap {
    display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap: wrap-reverse;
	margin: 14rem 0 25rem;
	position: relative;
	z-index: 1;
}
#index .sec02 .rowBox {
    width: 684px;
	background: #fff;
	position: relative;
	padding: 3rem 0 3rem 13rem;
	margin: 0 0 16rem;
}
#index .sec02 .rowBox:last-child {
	margin: 0;
}
#index .sec02 .rowBox:before {
    content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec02 .rowBox:after {
    content: "";
	background: url("img/sec02_num01.png") no-repeat;
	background-size: 100%;
	width: 138px;
	height: 120px;
	position: absolute;
	top: -5rem;
	left: -6rem;
}
#index .sec02 .rowBox:nth-child(2):after {
	background: url("img/sec02_num02.png") no-repeat;
	background-size: 100%;
}
#index .sec02 .rowBox .subTit {
	font-size: 2.4rem;
    font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #020f1f;
	margin: 0 0 2rem;
	padding: 0 0 2rem;
}
#index .sec02 .rowBox .subTit span {
	font-size: 4rem;
    color: #003157;
}
#index .sec02 .rowBox .picBox {
	background: #fff;
    position: absolute;
	bottom: -5rem;
	left: -50rem;
	width: 580px;
	padding: 2rem;
	box-shadow: 0 2px 30px 0 rgba(2,15,31,0.1);
}
#index .sec02 .JS_ScrollAnimationItem {
	bottom: 15rem;
}
#index .sec02 .soArea .txt {
	font-size: 3rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 4rem;
}
#index .sec02 .soBox {
	background: #f4f1e9 url("img/sec02_so.png") no-repeat center right 2rem;
	padding: 6rem 8rem 9rem;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}
#index .sec02 .soBox p {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
}
#index .sec02 .soBox .marker {
	font-size: 5rem;
}


/*---------------------
　SEC03
-----------------------*/
#index .sec03 {
	padding: 12rem 0 14rem;
	background: url("img/sec03_bg.png") no-repeat top right;
}
#index .sec03 .JS_ScrollAnimationItem {
	top: -18rem;
}
#index .sec03 .itemBoxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .sec03 .itemBox {
	width: 470px;
	margin-bottom: 3rem;
}
#index .sec03 .itemBox .thumb {
	height: 30rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#index .sec03 .itemBox:nth-child(1) .thumb {
	background: url("img/sec03_pic_designer.jpg") no-repeat;
	background-size: cover;
}
#index .sec03 .itemBox:nth-child(2) .thumb {
	background: url("img/sec03_pic_garage.jpg") no-repeat;
	background-size: cover;
}
#index .sec03 .itemBox:nth-child(3) .thumb {
	background: url("img/sec03_pic_pet.jpg") no-repeat;
	background-size: cover;
}
#index .sec03 .itemBox:nth-child(4) .thumb {
	background: url("img/sec03_pic_sound.jpg") no-repeat;
	background-size: cover;
}
#index .sec03 .itemBox .thumb img {
	height: 28px;
	width: auto;
}
#index .sec03 .itemBox .subTit {
	font-size: 2rem;
}
#index .sec03 .itemBox .en {
	position: relative;
	padding: 0 0 2rem;
	margin: 0 0 2rem;
}
#index .sec03 .itemBox .en:before {
	content: "";
	background: #7f98ab;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
}
#index .sec03 .JS_ScrollAnimationItem.last {
	top: auto;
    bottom: -8rem;
}

/*---------------------
　SEC04
-----------------------*/
#index .sec04 {
	padding: 8rem 0 18rem;
	background: #f4f1e9 url("img/sec04_bg.png") no-repeat top 3rem center;
	background-size: 100% auto;
	clip-path: polygon(0 0, 100% 0%, 100% 96%, 50% 100%, 0 96%);
	position: relative;
}

#index .sec04 .news {
	width: 820px;
	background: #fdfcfb;
	margin: 0 auto 6rem;
	padding: 4rem 5rem 3rem;
	box-shadow: 0 2px 30px 0 rgba(2,15,31,0.1);
}
#index .sec04 .news .catchTxt{
	text-align: center;
	margin: 0 0 3rem;
	padding: 0 0 1rem;
}
#index .sec04 .news .catchTxt:before {
	left: calc(50% - 25px);
}
#index .sec04 .news ul {
	display: flex;
	flex-wrap: wrap;
}
#index .sec04 .news ul li {
	width: 50%;
	padding: 0 30px 6px 15px;
    background: url(img/icon_dot.png) 0 5px no-repeat;
    background-size: 8px auto;
    line-height: 1.6;
	margin-bottom: 15px;
}
#index .sec04 .reasonArea {
	position: relative;
	margin: 0 0 15rem;
}
#index .sec04 .reasonArea:before {
	content: "";
	background: url("img/arr_blue_btm.png") no-repeat;
	background-size: 100%;
	width: 70px;
	height: 52px;
	position: absolute;
	left: calc(50% - 35px);
	bottom: -9.5rem;
}
#index .sec04 .reasonBox {
	margin: 0 0 12rem;
}
#index .sec04 .reasonBox:last-child {
	margin: 0;
}
#index .sec04 .reasonBox .topBox {
	display: flex;
	align-items: center;
	margin: 0 0 5rem;
}
#index .sec04 .reasonBox .sq {
	background: #003157;
	width: 102px;
	height: 102px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #dfc995;
	letter-spacing: 0.1em;
	margin: 0 3rem 0 0;
}
#index .sec04 .reasonBox .subTit {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#index .sec04 .reasonBox .subTit span {
	font-size: 4rem;
}
#index .sec04 .reasonBox .contBox {
	background: #fff;
	border-left: solid 4px #003157;
	padding: 5rem 0 5rem 5rem;
	margin: 0 0 4rem;
	position: relative;
}
#index .sec04 .reasonBox .contBox:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec04 .reasonBox .contBox:last-child {
	margin: 0;
}
#index .sec04 .reasonBox .gryTit {
	/* font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"; */
	background: #f2f2f2;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 1.5rem;
	max-width: 500px;
	float: right;
	position: relative;
	width: 100%;
	font-family: "Noto Serif JP";
}
#index .sec04 .reasonBox .gryTit:before {
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec04 .reasonBox .gryTit span {
    font-size: 2.0rem;
}
#index .sec04 .reasonBox .pic {
	text-align: center;
	max-width: 400px;
	float: left;
}
#index .sec04 .reasonBox .txt {
	max-width: 500px;
	float: right;
}
#index .sec04 .reasonBox .twoColWrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 4rem;
	position: relative;
}
#index .sec04 .reasonBox .colBox {
	width: 470px;
	background: #fff;
	border-top: solid 4px #003157;
	padding: 3rem 4rem;
}
#index .sec04 .reasonBox .colBox:nth-child(1) {
    width: 50%;
	position: relative;
}
#index .sec04 .reasonBox .colBox:nth-child(1)::before {
  	content: "";
  	display: block;
  	width: 70px;
  	height: 70px;
  	position: absolute;
	top: calc(50% - 45px);
  	right: -65px;
  	border-top: solid 6px;
  	border-right: solid 6px;
  	transform: rotate(45deg) skew(20deg,20deg);
  	color: #003157;
}
#index .sec04 .reasonBox .colBox:nth-child(2) {
    width: 42%;
}
#index .sec04 .reasonBox .colBox .catchTxt {
	text-align: center;
	color: #020f1f;
	font-size: 1.8rem;
	padding: 0 0 1rem;
	margin: 0 0 3rem;
}
#index .sec04 .reasonBox .colBox .catchTxt span {
	color: #003157;
	font-size: 3rem;
}
#index .sec04 .reasonBox .colBox .bb:before{
	left: calc(50% - 25px);
}
#index .sec04 .reasonBox .caption {
	text-align: center;
}
#index .reasonBox img {
    margin: 2rem auto;
}
#index .reasonBox .catch {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Serif JP";
    color: #003157;
	padding-top:1rem;
}
#index .sec04 .finBox {
	clip-path: polygon(0 0, 100% 0%, 100% 77%, 50% 100%, 0 77%);
	background: #fff;
	position: relative;
}
#index .sec04 .finBox .titBox {
	background: linear-gradient(90deg, rgba(0,49,87,1) 0%, rgba(8,55,92,1) 25%, rgba(61,98,127,1) 50%, rgba(8,55,92,1) 75%, rgba(0,49,87,1) 100%);
	color: #dfc995;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .sec04 .finBox .txtBox {
	background: url("img/sec04_fin.png") no-repeat bottom 11rem right;
	padding: 4rem 0 9rem;
}
#index .sec04 .finBox .txtBox p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2;
	margin: 0;
}
#index .sec04 .finBox .txtBox p span {
	font-size: 4rem;
}
#index .sec04 .finBox .txtBox span.red {
    color: #cc031e;
}




/*---------------------
　SEC05
-----------------------*/
#index .sec05{
	padding: 22rem 0 11rem;
	background: linear-gradient(90deg, rgba(0,49,87,1) 0%, rgba(0,49,87,1) 50%, rgba(17,63,98,1) 75%, rgba(42,83,115,1) 87%, rgba(54,93,123,1) 94%, rgba(61,98,127,1) 100%);
	margin: -14rem 0 0;
}
#index .sec05 .JS_ScrollAnimationItem {
	top: -14rem;
}
#index .sec05 .prBox {
	display: flex;
	align-items: center;
	padding: 0 0 3rem;
	margin: 0 0 3rem;
}
#index .sec05 .prBox .sq {
	background: url("img/sec11_sq.jpg") no-repeat;
	background-size: 100%;
	width: 102px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 3rem 0 0;
}
#index .sec05 .light_anim .en {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#index .sec05 .light_anim .en:after {
	content: none !important;
}
#index .sec05 .light_anim .en::before {
	content: none !important;
}
#index .sec05 .secTitBox .secTit .txt_brwn {
	font-size: 2.4rem;
}
#index .sec05 .secTitBox .secTit {
	color: #fff;
	line-height: 1.8;
}
#index .sec05 .lead {
	color: #fff;
}
#index .sec05 .slider_outer2 {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 6rem;
}
#index .sec05 .slider_outer2 .slider1_2 {
	width: 680px;
	height: auto;
	padding: 0;
	text-align: center;
}
#index .sec05 .slider_outer2 .slider1_2 .caption {
	color: #fff;
	margin-top: 1.5rem;
}
#index .sec05 .slider_outer2 .slide-item img {
	width: 100%;
	/* height: 42rem; */
	object-fit: cover;
}
#index .sec05 .slider_outer2 .thumb1_2 {
	width: 270px;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#index .sec05 .slider_outer2 .thumbnail-item {
	margin-bottom: 18px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
#index .sec05 .slider_outer2 .thumbnail-item:hover {
	opacity: 0.8;
}
#index .sec05 .slider_outer2 .thumbnail-item img {
	width: 100%;
	height: 128px;
	object-fit: cover;
	margin: 0 auto;
}
#index .sec05 .slick-arrow {
	cursor: pointer;
}
#index .sec05 .slick-arrow:hover {
	opacity: 0.8;
}
#index .sec05 .thumb1_2 .slick-track.no-move {
	transform: none !important;
}
#index .sec05 .slick-prev {
	background: rgba(43,45,63,0.8) url("img/arr_white_left.png") no-repeat center;
	background-size: 30% auto;
	height: 5rem;
	width: 5rem;
	position: absolute;
	top: calc(50% - 2rem);
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
#index .sec05 .slick-next {
	background: rgba(43,45,63,0.8) url("img/arr_white_right.png") no-repeat center;
	background-size: 30% auto;
	height: 5rem;
	width: 5rem;
	position: absolute;
	top: calc(50% - 2rem);
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}
#index .sec05 .byBox {
	background: #fff;
	position: relative;
	padding: 5rem 0 5rem 5rem;
	margin: 0 0 10rem;
}
#index .sec05 .byBox:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec05 .byBox .titBox {
	margin: 0 0 3rem;
	border-bottom: solid 1px #020f1f;
	padding: 0 0 2rem;
	position: relative;
}
#index .sec05 .byBox .titBox:before {
	content: "";
	background: #020f1f;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: -100%;
}
#index .sec05 .byBox .txt_red {
	color: #cc031e;
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: 700;
	margin: 0;
}
#index .sec05 .byBox .tit {
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: 700;
	margin: 0;
}
#index .sec05 .byBox .tit span {
	font-size: 1.6rem;
}
#index .sec05 .byBox .txtBody {
	display: flex;
}
#index .sec05 .byBox .thumb {
	width: 300px;
	text-align: center;
	margin: 0 5rem 0 0;
}
#index .sec05 .byBox .byName {
	color: #ba9b51;
	font-size: 2rem;
	font-weight: 700;
}
#index .sec05 .byBox .byName span {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	background: #ba9b51;
	display: block;
	margin: 1rem 0 0;
	padding: 1rem 2rem;
	letter-spacing: 0.1em;
}
#index .sec05 .byBox .btn-web {
	margin-bottom: 0;
}
#index .sec05 .ylArea {
	background: #f4f1e9;
}
#index .sec05 .soundproof .titBox {
	border-bottom: solid 1px #020f1f;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0 5rem;
	padding: 3.5rem 5rem 3rem 0;
}
#index .sec05 .soundproof .titBox .subTit {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#index .sec05 .soundproof .titBox .subTit span {
	font-size: 4.6rem;
	color: #003157;
}
#index .sec05 .soundproof .itemBoxWrap {
	display: flex;
	justify-content: space-between;
	padding: 0 5rem;
	margin: 9rem 0 0;
}
#index .sec05 .soundproof .itemBox {
	max-width: 30rem;
	position: relative;
}
#index .sec05 .soundproof .itemBox:before {
	content: "";
	background: url("img/sec05_num01.png") no-repeat;
	background-size: 100%;
	width: 74px;
	height: 68px;
	position: absolute;
	top: -3.5rem;
	left: 50%;
	transform: translateX(-50%);
}
#index .sec05 .soundproof .itemBox:nth-child(2):before {
	background: url("img/sec05_num02.png") no-repeat;
	background-size: 100%;
	width: 86px;
	height: 63px;
}
#index .sec05 .soundproof .itemBox:nth-child(3):before {
	background: url("img/sec05_num03.png") no-repeat;
	background-size: 100%;
	width: 85px;
	height: 63px;
}
#index .sec05 .soundproof .itemBox .tit {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: normal;
	font-weight: 700;
	margin: 0 0 2rem;
	min-height: 6.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
#index .sec05 .soundproof .itemBox .tit span {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
}
#index .sec05 .soundproof .itemBox img {
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	width: 85%;
}
#index .sec05 .soundproof .itemBox p {
	padding: 0 2.5rem;
}
#index .sec05 .shuzaiBox {
	background: #f5f5f5;
	position: relative;
	margin: 7rem 0 7rem 5rem;
	padding: 5rem 0 5rem 5rem;
}
#index .sec05 .shuzaiBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #003157;
    width: 0;
    height: 100%;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    /*-webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);*/
    -webkit-transition: all 1s;
    transition: all 1s;
}

#index .sec05 .shuzaiBox.isActive:before {
	width: 300%;
}
#index .sec05 .shuzaiBox:after {
	content: "";
	border: solid 1px #ccd6dd;
	border-right: none;
	width: calc(100% - 15px);
	height: calc(100% - 30px);
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 1;
}
#index .sec05 .shuzaiBox .bg:before {
	content: "";
	background: #f5f5f5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec05 .shuzaiBox .shuzaiInr:before {
	content: "";
	background: #ccd6dd;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 1.5rem;
	right: -100%;
	z-index: 2;
}
#index .sec05 .shuzaiBox .shuzaiInr:after {
	content: "";
	background: #ccd6dd;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 1.3rem;
	right: -100%;
	z-index: 2;
}
#index .sec05 .shuzaiBox .titBox {
	display: flex;
	align-items: center;
	margin: 0 0 3.5rem;
	position: relative;
	z-index: 2;
}
#index .sec05 .shuzaiBox .sq {
	background: #ba9b51;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	width: 102px;
	height: 102px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 3rem 0 0;
}
#index .sec05 .shuzaiBox .tit {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#index .sec05 .shuzaiBox .txtBody {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	z-index: 2;
}
#index .sec05 .shuzaiBox .thumb {
	width: 362px;
	margin: 0 0 0 5rem;
}
#index .sec05 .shuzaiBox .thumb video {
    width: 362px;
}
#index .sec05 .shuzaiBox .txtBox {
	flex: 1;
}
#index .sec05 .shuzaiBox .txtBox p {
	color: #fff;
	margin: 0;
}
#index .sec05 .shuzaiBox .btn-internal {
	margin-bottom: 0;
}
#index .sec05 .shuzaiBox .btn-internal a {
	background: #fff url("img/arr_black_right.png") no-repeat right 2rem center;
    background-size: 13px auto;
	color: #003157;
}
#index .sec05 .voiceArea {
	
}
#index .sec05 .voiceArea .titBox {
	background: #fff;
	width: 90rem;
	position: relative;
}
#index .sec05 .voiceArea .titBox .voiceTit {
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 2rem 5rem;
	position: relative;
}
#index .sec05 .voiceArea .titBox .voiceTit:before {
	content: "";
	background: url("img/eng_voice.png") no-repeat;
	background-size: 100%;
	width: 57px;
	height: 21px;
	position: absolute;
	top: -1.2rem;
	left: 5rem;
}
#index .sec05 .voiceArea .titBox .voiceTit:after {
	content: "";
	background: #020f1f;
	width: 200px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -10rem;
}
#index .sec05 .parts_voice {
    margin: 0;
    background: none;
    padding: 5rem 7rem;
}



/*---------------------
　SEC06
-----------------------*/
#index .sec06{
	padding: 8rem 0 15rem;
	background: #f2f2f2 url("img/sec06_bg.png") no-repeat top 5rem right;
}
#index .sec06 .rowBox {
	display: flex;
	margin: 0 0 7rem;
}
#index .sec06 .rowBox:last-child {
	margin: 0;
}
#index .sec06 .rowBox .thumb {
	width: 404px;
	margin: 0 4.5rem 0 0;
}
#index .sec06 .rowBox .txtBox {
	flex: 1;
}
#index .sec06 .rowBox .btn-internal {
	margin-bottom: 0;
}


/*---------------------
　SEC07
-----------------------*/
#index .sec07{
	padding: 8rem 0 10rem;
	background: url("img/sec07_bg.png") no-repeat top 5rem right;
}
#index .sec07 .cardBoxWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .sec07 .cardBox {
	width: 470px;
	background: #fff;
	border: solid 1px #bbb;
	padding: 2.5rem 4rem 4rem;
	margin-bottom: 5rem;
}
#index .sec07 .cardBox .catchTxt {
	min-height: 7rem;
	display: flex;
	align-items: center;
	margin: 0 0 2.5rem;
}
#index .sec07 .cardBox .catchTxt:before {
	content: "";
	background: #003157;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -4rem;
}
#index .sec07 .cardBox .btn-internal {
	margin-bottom: 0;
}


/*---------------------
　SEC08
-----------------------*/
#index .sec08 {
	padding: 8rem 0 10rem;
	background: url("img/sec08_bg.jpg") repeat;
}
#index .sec08 .avoidBox {
	display: flex;
	align-items: center;
	margin: 0 0 8rem;
}
#index .sec08 .avoidBox:last-child {
	margin: 0;
}
#index .sec08 .avoidBox .ccl {
	width: 400px;
	margin: 0 5rem 0 0;
	position: relative;
}
#index .sec08 .avoidBox .ccl:before {
	content: "";
	background: url("img/sec02_num01.png") no-repeat;
	background-size: 100%;
	width: 100px;
	height: 88px;
	position: absolute;
	top: 4rem;
	right: -3rem;
}
#index .sec08 .avoidBox:nth-child(2) .ccl:before {
	background: url("img/sec02_num02.png") no-repeat;
	background-size: 100%;
	width: 117px;
}
#index .sec08 .avoidBox:nth-child(3) .ccl:before {
	background: url("img/sec02_num03.png") no-repeat;
	background-size: 100%;
	width: 117px;
}
#index .sec08 .avoidBox .ccl img {
	border-radius: 50%;
}
#index .sec08 .avoidBox .txtBox {
	flex: 1;
}
#index .sec08 .avoidBox .txtBox .catchTxt {
	font-size: 3.6rem;
	margin: 0 0 3rem;
	color: #020f1f;
	line-height: 1.5;
}
#index .sec08 .avoidBox .txtBox .btn-internal {
	margin: 4rem 0 0;
}


/*---------------------
　SEC09-1
-----------------------*/
#index .sec09-1 {
	padding: 8rem 0 4rem;
}
#index .sec09-2 {
	padding: 4rem 0 6rem;
}
#index .sec09 .caseBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin: 0 0 6rem;
}
#index .sec09 .caseBox:last-child {;
	margin: 0;
}
#index .sec09 .caseBox .thumb {
	width: 500px;
	position: absolute;
	top: 50%;
	left: -11rem;
	transform: translateY(-50%);
	z-index: 1;
}
#index .sec09 .caseBox .txtBox {
	background: #f2f2f2;
	width: 700px;
	position: relative;
	padding: 6rem 0 5rem 15rem;
}
#index .sec09-2 .caseBox .txtBox {
	background: #f4f1e9;
}
#index .sec09 .caseBox .txtBox:before {
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec09-2 .caseBox .txtBox:before {
	background: #f4f1e9;
}
#index .sec09 .caseBox .txtBox .tit {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	color: #003157;
	line-height: 1.5;
	position: relative;
	padding: 0 0 2rem;
	margin: 0 0 3rem 8rem;
}
#index .sec09 .caseBox .txtBox .tit span {
	font-size: 3rem;
}
#index .sec09 .caseBox .txtBox .tit:before {
	content: "";
	background: url("img/sec09_per.png") no-repeat;
	background-size: 100%;
	width: 115px;
	height: 137px;
	position: absolute;
	bottom: -10px;
    left: -117px;
}
#index .sec09 .caseBox .txtBox .tit:after {
	content: "";
	background: #020f1f;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}


/*---------------------
　SEC10
-----------------------*/
#index .sec10 {
	padding: 8rem 0 10rem;
}
#index .sec10 .newsArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .sec10 .newsBox {
	width: 470px;
	border-bottom: solid 1px #bbb;
	margin-bottom: 4rem;
}
#index .sec10 .newsBox a {
	padding: 0 5rem 2rem 12px;
	display: flex;
	text-decoration: none;
	background: url("img/arr_black_right.png") no-repeat right 2rem center;
	background-size: 13px auto;
}
#index .sec10 .newsBox .thumb {
	width: 120px;
	margin: 0 3rem 0 0;
}
#index .sec10 .newsBox .thumb img {
	width: 120px;
	height: 106px;
	object-fit: cover;
}
#index .sec10 .newsBox .txtBox {
	flex: 1;
}
#index .sec10 .newsBox .area {
	background: #ba9b51;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding: 3px 12px;
    line-height: 1.4;
    display: inline-block;
	margin: 0 0 1rem;
}
#index .sec10 .newsBox p {
	color: #003157;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP";
	margin: 0;
	line-height: 1.7;
}


/*---------------------
　SEC11
-----------------------*/
#index .sec11 {
	background: #003157 url("img/sec11_bg.jpg") no-repeat top left;
	background-size: 100% auto;
	padding: 6rem 0 11rem;
}
#index .sec11 .prBox {
	display: flex;
	align-items: center;
	padding: 0 0 3rem;
}
#index .sec11 .prBox .sq {
	background: url("img/sec11_sq.jpg") no-repeat;
	background-size: 100%;
	width: 102px;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 3rem 0 0;
}
#index .sec11 .prBox .by {
	color: #dfc995;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.4;
	margin: 0;
	flex: 1;
}
#index .sec11 .titBox {
	display: flex;
	justify-content: space-between;
	margin: 4rem 0 0;
}
#index .sec11 .titBox .secTit {
	color: #fff;
}
#index .sec11 .titBox .secTit .txt_brwn {
	font-size: 2.4rem;
}
#index .sec11 .featureBox {
	background: #f4f1e9;
	padding: 5rem;
	position: relative;
	margin: 7rem 0 9rem;
}
#index .sec11 .featureBox:before {
	content: "";
	background: #f4f1e9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec11 .featureBox .twoColWrap {
	display: flex;
}
#index .sec11 .featureBox .subTit {
	font-size: 2.8rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 4rem;
}
#index .sec11 .featureBox .slider {
	width: 350px;
	margin: 0 4rem 0 0;
}
#index .sec11 .featureBox .slider > div {
	text-align: center;
}

.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background: #d2d2d2;
  content: "";
  cursor: pointer;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 15px;
  width: 8px;
	border-radius: 50%;
	
}
.slide-dots li.slick-active button::before {
  background: #003157;
}
.slide-dots button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}



#index .sec11 .featureBox .txtBox {
	flex: 1;
}
#index .sec11 .featureBox .txtBox ul li {
    padding: 0 0 6px 15px;
    background: url(img/icon_dot.png) 0 5px no-repeat;
    background-size: 8px auto;
    line-height: 1.6;
	margin: 0 0 1.5rem;
}
#index .sec11 .featureBox .txtBox ul li:last-child {
	margin: 0;
}
#index .sec11 .btmArea {
	display: flex;
	margin: 0 0 7rem;
}
#index .sec11 .btmArea .thumb {
	width: 404px;
	margin: 0 5rem 0 0;
}
#index .sec11 .btmArea .txtBox {
	flex: 1;
	color: #fff;
}
#index .sec11 .btmArea .txtBox .catchTxt {
	color: #fff;
}
#index .sec11 .btns {
	display: flex;
	justify-content: center;
}
#index .sec11 .btns > div {
	margin: 0 4rem;
}
#index .sec11 .btns .btn-internal a {
    background: #fff url("img/arr_black_right.png") no-repeat right 2rem center;
    background-size: 13px auto;
	color: #003157;
}


/*---------------------
　SEC12
-----------------------*/
#index .sec12 {
	background: #f3f3f3;
	padding: 3rem 0 4rem 5rem;
	position: relative;
	margin: 16rem auto 10rem;
}
#index .sec12:before {
	content: "";
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec12 .secTitBox img {
	height: 38px;
	width: auto;
}
#index .sec12 .twoColBox {
	display: flex;
}
#index .sec12 .twoColBox .thumb {
	width: 350px;
	margin: 0 5rem 0 0;
}
#index .sec12 .twoColBox .txtBox {
	flex: 1;
}
#index .sec12 .twoColBox .txtBox p {
	margin: 0;
}
#contents .parts_voice .thumb.tate {
	width: 12rem;
}
#contents .parts_voice .thumb.tate img {
}


#contents .sec02.sec .picBox .caption {
	text-align: center;
}





@media screen and (max-width: 480px) {
	

	
	
	
#index p {
	max-width: inherit;
	width: auto;
}
#index ul,
#index ol {
	max-width: inherit;
	width: auto;
}
#contents:before {
    content: none;
}
	
	
#index .light_anim .en,
#index .light_anim .prBox {
}
#index .light_anim .en::before,
#index .light_anim .prBox::before {
	width: 53px;
	height: 10px;
	z-index: 1;
	bottom: -5px;
	left: -7px;
}
	
	
.JS_ScrollAnimationItem {
  position: relative;
  z-index: 1;
}
.JS_ScrollAnimationItem:after {
}
.JS_ScrollAnimationItem.isActive:after {
	height: 50px;
}


.tocBox {
	position: fixed;
	top: 5.8rem;
	right: 0;
}
.tocBox .sq {
	width: 5.8rem;
	height: 5.8rem;
	cursor: pointer;
	padding: 1rem 0 0;
	transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.tocBox .sq:hover {
	opacity: 1;
}
.tocBox .sq p {
	font-size: 1.1rem;
	margin: 0 0 1rem;
}
.tocBox .sq:before {
  content: "";
  position: absolute;
  top: 66%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: #fff;
  display: block;
}
.tocBox .sq:after {
  content: "";
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 17px;
  background: #fff;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.tocBox .tocOpen {
	width: 70%;
	max-width: 27rem;
	padding: 2rem 2rem 2rem 1.5rem;
	max-height: 48rem;
}
.tocBox .tocOpen li {
	margin: 0 0 1rem 3rem;
	line-height: 1.5;
}
.tocBox .tocOpen li a {
	font-size: 1.3rem;
}




/*---------------------
　MV
-----------------------*/
.home .mv {
    background: url(img/kv_home_sp.jpg) no-repeat top center;
    background-size: cover;
	padding: 1rem 0 0;
	min-height: auto;
}
.home .mv .inner {
    width: 100%;
	margin: 0 auto;
}
.home .mv .siteName,
.home .mv .by {
    margin-left: 1rem;
}
.home .mv .by {
    margin-top: 0.8rem;
}
.home .mv .mainTitBox {
	width: 100%;
	padding: 3rem 5.3% 3rem;
	margin: 13rem 0 0;
}
.home .mv .mainTitBox .mainTit {
	font-size: 1.9rem;
	margin: 0 0 2.5rem;
	padding: 0 0 1.5rem;
}
.home .mv .mainTitBox .mainTit span {
	font-size: 3rem;
}
.home .mv .mainTitBox .catchTxt {
	font-size: 	1.8rem;
	margin: 0 0 2rem;
}
.home .mv .mainTitBox .small {
	font-size: 1.4rem;
	margin: 1.5rem 0 0;
}


/*---------------------
　SEC01
-----------------------*/
#index .sec01 {
	padding: 8rem 5.3%;
}
#index .sec01 .catchTxt {
	font-size: 2rem;
	margin: 0 0 3rem;
}
#index .sec01 .catchTxt:before {
	left: calc(50% - 2rem);
}
#index .sec01 .threeColBox {
	display: block;
}
#index .sec01 .threeColBox .colBox {
	width: 20rem;
	margin: 0 auto 4rem;
}
#index .sec01 .threeColBox .colBox:last-child {
	margin: 0 auto;
}
#index .sec01 .threeColBox .colBox .subTit {
	font-size: 1.8rem;
	margin: 0 0 4.5rem;
	position: relative;
}
#index .sec01 .threeColBox .colBox .subTit:before {
	height: 2.3rem;
	bottom: -3.5rem;
}
#index .sec01 .JS_ScrollAnimationItem {
	bottom: -5.5rem;
}


/*---------------------
　SEC02
-----------------------*/
#index .sec02 {
    padding: 4rem 5.3% 6rem;
    clip-path: polygon(0 0, 100% 0%, 100% 97%, 50% 100%, 0 97%);
	background: url("img/sec02_bg_pic_rep.jpg") repeat-y top center;
	background-size: 100% auto;
}
#index .sec02:before {
	content: "";
	background: url("img/sec02_bg_pic_sp.png") no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 120rem;
	position: absolute;
	top: 0;
	left: 0;
}
#index .sec02 .rowBoxWrap {
    display: block;
	margin: 4rem 0 10rem;
}
#index .sec02 .rowBox {
    width: 100%;
	padding: 2rem 2rem 3rem;
	margin: 0 0 5rem;
}
#index .sec02 .rowBox:before {
    content: none;
}
#index .sec02 .rowBox:after {
	width: 6.7rem;
	height: 6rem;
	top: -2.5rem;
	left: auto;
	right: 1rem;
}
#index .sec02 .rowBox .subTit {
	font-size: 1.7rem;
	border-bottom: solid 1px #020f1f;
	margin: 0 0 2rem;
	padding: 0 0 2rem;
}
#index .sec02 .rowBox .subTit span {
	font-size: 2.2rem;
}
#index .sec02 .rowBox .picBox {
    position: static;
	width: 100%;
	padding: 2rem;
}
#index .sec02 .JS_ScrollAnimationItem {
	bottom: 7rem;
}
#index .sec02 .soArea .txt {
	font-size: 2rem;
	margin: 0 0 2rem;
}
#index .sec02 .soBox {
	background: #f4f1e9 url("img/sec02_so.png") no-repeat center right;
	background-size: 19rem auto;
	padding: 2rem 2rem 5rem;
	clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
}
#index .sec02 .soBox p {
	font-size: 1.7rem;
	line-height: 2;
}
#index .sec02 .soBox .marker {
	font-size: 2.5rem;
}


/*---------------------
　SEC03
-----------------------*/
#index .sec03 {
	padding: 4rem 5.3% 4rem;
	background: url("img/sec03_bg.png") no-repeat top 2rem right;
	background-size: 18.5rem auto;
}
#index .sec03 .JS_ScrollAnimationItem {
	top: -7rem;
}
#index .sec03 .itemBoxWrap {
	display: block;
}
#index .sec03 .itemBox {
	width: 100%;
	margin-bottom: 4rem;
}
#index .sec03 .itemBox .thumb {
	height: 22rem;
}
#index .sec03 .itemBox .thumb img {
	height: 2rem;
}
#index .sec03 .itemBox .subTit {
	font-size: 1.7rem;
}
#index .sec03 .itemBox .en {
	position: relative;
	padding: 0 0 1.5rem;
	margin: 0 0 1.5rem;
}
#index .sec03 .itemBox .en:before {
	width: 4rem;
	left: calc(50% - 2rem);
}
#index .sec03 .JS_ScrollAnimationItem.last {
	top: auto;
    bottom: -1.5rem;
}

/*---------------------
　SEC04
-----------------------*/
#index .sec04 {
	padding: 4rem 5.3% 6rem;
	background: #f4f1e9;
	clip-path: polygon(0 0, 100% 0%, 100% 98.5%, 50% 100%, 0 98.5%);
	position: relative;
}
#index .sec04 .news {
	width: 100%;
	margin: 0 auto 4rem;
	padding: 2rem 2rem;
}
#index .sec04 .news .catchTxt{
	text-align: center;
	margin: 0 0 2.5rem;
	padding: 0 0 1.5rem;
}
#index .sec04 .news .catchTxt:before {
	left: calc(50% - 2rem);
}
#index .sec04 .news ul {
	display: block;
}
#index .sec04 .news ul li {
	width: 100%;
	padding: 0 0 0.6rem 1.5rem;
    background: url(img/icon_dot.png) 0 5px no-repeat;
    background-size: 7px auto;
    line-height: 1.6;
	margin-bottom: 1rem;
}
#index .sec04 .reasonArea {
	margin: 0 0 8rem;
}
#index .sec04 .reasonArea:before {
	width: 3.7rem;
	height: 2.6rem;
	position: absolute;
	left: calc(50% - 1.8rem);
	bottom: -5rem;
}
#index .sec04 .reasonBox {
	margin: 0 0 5rem;
}
#index .sec04 .reasonBox .topBox {
	margin: 0 0 2rem;
}
#index .sec04 .reasonBox .sq {
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
	margin: 0 1.2rem 0 0;
	line-height: 1.3;
	padding: 0.5rem;
}
#index .sec04 .reasonBox .subTit {
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.5;
	flex: 1;
}
#index .sec04 .reasonBox .subTit span {
	font-size: 2.0rem;
}
#index .sec04 .reasonBox .contBox {
	border-left: none;
	border-top: solid 4px #003157;
	padding: 2rem 0 2rem 2rem;
	margin: 0 0 3rem;
}
#index .sec04 .reasonBox .contBox:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec04 .reasonBox .contBox:after {
	content: "";
	background: #003157;
	width: 100%;
	height: 4px;
	position: absolute;
	top: -4px;
	right: -100%;
}
#index .sec04 .reasonBox .gryTit {
	font-size: 1.6rem;
	padding: 1.5rem;
	max-width: 50rem;
	float: right;
	margin: 0 0 2rem;
}
#index .sec04 .reasonBox .pic {
	text-align: center;
	max-width: 100%;
	float: none;
}
#index .sec04 .reasonBox .txt {
	max-width: 100%;
	float: right;
}
#index .sec04 .reasonBox .twoColWrap {
	display: block;
	margin: 0 0 3rem;
	position: relative;
}
#index .sec04 .reasonBox .colBox {
	width: 100%;
	background: #fff;
	border-top: solid 4px #003157;
	padding: 2rem 2rem;
	margin: 0 0 2rem;
}
#index .sec04 .reasonBox .colBox .catchTxt {
	font-size: 1.6rem;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
}
#index .sec04 .reasonBox .colBox:nth-child(1) {
    width: 100%;
	margin-bottom: 7rem;
}
#index .sec04 .reasonBox .colBox:nth-child(1)::before {
  	top: unset;
  	bottom: -75px;
  	right: 50%;
  	transform: rotate(135deg) skew(20deg,20deg) translateX(-50%);
}

#index .sec04 .reasonBox .colBox:nth-child(2) {
    width: 100%;
}
#index .sec04 .reasonBox .colBox .catchTxt span {
	font-size: 2rem;
}
#index .sec04 .reasonBox .colBox .bb:before{
	left: calc(50% - 2rem);
}
#index .sec04 .reasonBox .caption {
	text-align: center;
}
#index .sec04  .reasonBox .catch {
    font-size: 2rem;
    line-height: 2.5rem;
}
#index .sec04 .finBox {
	clip-path: polygon(0 0, 100% 0%, 100% 84%, 50% 100%, 0 84%);
	background: #fff;
}
#index .sec04 .finBox .titBox {
	font-size: 1.5rem;
	height: 3.8rem;
}
#index .sec04 .finBox .txtBox {
	background: url("img/sec04_fin.png") no-repeat bottom 6.5rem right 1rem;
	background-size: 9rem auto;
	padding: 2rem 2rem 6rem;
}
#index .sec04 .finBox .txtBox p {
	font-size: 1.7rem;
	line-height: 1.8;
}
#index .sec04 .finBox .txtBox p span {
	font-size: 2.5rem;
}




/*---------------------
　SEC05
-----------------------*/
#index .sec05{
	padding: 18rem 5.3% 4rem;
	margin: -14rem 0 0;
}
#index .sec05 .JS_ScrollAnimationItem {
	top: -6.5rem;
}
#index .sec05 .prBox {
    padding: 0 0 2rem;
    margin: 0 0 2rem;
}
#index .sec05 .prBox .sq {
	width: 6.1rem;
	height: 6.1rem;
	font-size: 2.5rem;
	margin: 0 2rem 0 0;
}
#index .sec05 .secTitBox .secTit {
    line-height: 1.7;
}
#index .sec05 .secTitBox .secTit .txt_brwn {
	font-size: 1.6rem;
	line-height: 1.5;
}
#index .sec05 .slider_outer2 {
	display: block;
	margin-bottom: 4rem;
}
#index .sec05 .slider_outer2 .slider1_2 {
	width: 100%;
}
#index .sec05 .slider_outer2 .slider1_2 .caption {
	margin-top: 1rem;
}
#index .sec05 .slider_outer2 .slide-item img {
	width: 100%;
	height: 21rem;
	object-fit: cover;
}
#index .sec05 .slider_outer2 .thumb1_2 {
	display: none;
}
#index .sec05 .slide-dots li.slick-active button::before {
    background: #ba9b51;
}
#index .sec05 .slick-arrow:hover {
	opacity: 1;
}
#index .sec05 .slick-prev {
	background: rgba(43,45,63,0.8) url("img/arr_white_left.png") no-repeat center;
	background-size: 30% auto;
	height: 4rem;
	width: 4rem;
	top: calc(50% - 3rem);
}
#index .sec05 .slick-next {
	background: rgba(43,45,63,0.8) url("img/arr_white_right.png") no-repeat center;
	background-size: 30% auto;
	height: 4rem;
	width: 4rem;
	position: absolute;
	top: calc(50% - 3rem);
}
#index .sec05 .byBox {
	background: #fff;
	position: relative;
	padding: 2rem 0 3rem 2rem;
	margin: 0 0 5rem;
}
#index .sec05 .byBox .titBox {
	margin: 0 0 3rem;
	border-bottom: solid 1px #020f1f;
	padding: 0 0 2rem;
	position: relative;
}
#index .sec05 .byBox .titBox:before {
	content: "";
	background: #020f1f;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: -100%;
}
#index .sec05 .byBox .txt_red {
	font-size: 2rem;
}
#index .sec05 .byBox .tit {
	font-size: 1.7rem;
	margin: 0;
}
#index .sec05 .byBox .tit span {
	font-size: 1.4rem;
}
#index .sec05 .byBox .txtBody {
	display: block;
}
#index .sec05 .byBox .thumb {
	width: auto;
	text-align: center;
	margin: 0 0 2rem;
}
#index .sec05 .byBox .thumb img {
	width: 18rem;
}
#index .sec05 .byBox .byName {
	font-size: 1.7rem;
}
#index .sec05 .byBox .byName span {
	font-size: 1.8rem;
	margin: 1rem 0 0;
	padding: 0.8rem 1.5rem;
	line-height: 1.6;
}
#index .sec05 .soundproof .titBox {
	display: block;
	padding: 2rem 0 2rem 0;
	border-bottom: none;
	margin: 0;
}
#index .sec05 .soundproof .titBox .subTit {
	font-size: 1.7rem;
	border-bottom: solid 1px #020f1f;
	position: relative;
	padding: 0 0 1.5rem 2rem;
	margin: 0 0 4rem;
}
#index .sec05 .soundproof .titBox .subTit:before {
	content: "";
	background: #020f1f;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: -100%;
}
#index .sec05 .soundproof .titBox .subTit span {
	font-size: 2.2rem;
}
#index .sec05 .soundproof .titBox .icon {
	width: 11rem;
	text-align: center;
	margin: 0 auto;
}
#index .sec05 .soundproof .titBox .icon img {
	width: 100%;
}
#index .sec05 .soundproof .itemBoxWrap {
	display: block;
	padding: 0 2rem;
	margin: 3rem 0 0;
}
#index .sec05 .soundproof .itemBox {
	max-width: 100%;
	position: relative;
	margin: 0 0 6rem;
}
#index .sec05 .soundproof .itemBox:last-child {
	margin: 0;
}
#index .sec05 .soundproof .itemBox .tit {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 0 2rem;
	min-height: 6.6rem;
}
#index .sec05 .soundproof .itemBox .tit span {
	font-size: 2.2rem;
}
#index .sec05 .soundproof .itemBox img {
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	width: 20rem;
}
#index .sec05 .soundproof .itemBox p {
	padding: 0;
}
#index .sec05 .shuzaiBox {
	position: relative;
	margin: 7rem 0 7rem 5.3%;
	padding: 2rem 0 3rem 2rem;
}
#index .sec05 .soundproof .itemBox:before {
    width: 79px;
    height: 68px;
    top: -0.5rem;
    left: 15%;
}
#index .sec05 .shuzaiBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #003157;
    width: 0;
    height: 100%;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    -webkit-transition: all 1s;
    transition: all 1s;
}
#index .sec05 .shuzaiBox.isActive:before {
	width: 300%;
}
#index .sec05 .shuzaiBox:after {
	content: none;
}
#index .sec05 .shuzaiBox .bg:before {
	content: none;
}
#index .sec05 .shuzaiBox .shuzaiInr:before {
	content: none;
}
#index .sec05 .shuzaiBox .shuzaiInr:after {
	content: none;
}
#index .sec05 .shuzaiBox .titBox {
	margin: 0 0 3rem;
}
#index .sec05 .shuzaiBox .sq {
	font-size: 1.5rem;
	width: 5rem;
	height: 5rem;
	line-height: 1.2;
	margin: 0 1.2rem 0 0;
}
#index .sec05 .shuzaiBox .tit {
	font-size: 1.7rem;
	flex: 1;
}
#index .sec05 .shuzaiBox .txtBody {
	display: block;
}
#index .sec05 .shuzaiBox .thumb {
	width: 100%;
	margin: 0 auto 2rem;
}
#index .sec05 .shuzaiBox .thumb video {
    width: 100%;
}
#index .sec05 .shuzaiBox .txtBox {
}
#index .sec05 .shuzaiBox .txtBox p {
}
#index .sec05 .shuzaiBox .btn-internal {
	width: 100%;
}
#index .sec05 .shuzaiBox .btn-internal a {
	background: #fff url("img/arr_black_right.png") no-repeat right 2rem center;
    background-size: 1.3rem auto;
	color: #003157;
}
#index .sec05 .voiceArea {
}
#index .sec05 .voiceArea .titBox {
	width: 88%;
}
#index .sec05 .voiceArea .titBox .voiceTit {
	font-size:1.8rem;
	padding: 2rem 2rem;
	position: relative;
}
#index .sec05 .voiceArea .titBox .voiceTit:before {
	content: "";
	background: url("img/eng_voice.png") no-repeat;
	background-size: 100%;
	width: 4.6rem;
	height: 1.7rem;
	position: absolute;
	top: -1.2rem;
	left: 2rem;
}
#index .sec05 .voiceArea .titBox .voiceTit:after {
	content: "";
	background: #020f1f;
	width: 20rem;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -18rem;
}
#index .sec05 .parts_voice {
    margin: 0 auto;
    background: none;
    padding: 3rem 0;
}



/*---------------------
　SEC06
-----------------------*/
#index .sec06{
	padding: 4rem 5.3% 6rem;
	background: #f2f2f2;
}
#index .sec06 .rowBox {
	display: block;
	margin: 0 0 6rem;
}
#index .sec06 .rowBox .thumb {
	width: 100%;
	margin: 0 0 2rem 0;
}

/*---------------------
　SEC07
-----------------------*/
#index .sec07{
	padding: 4rem 5.3% 8rem;
	background: url("img/sec07_bg_sp.png") no-repeat top 1rem right;
	background-size: 25rem auto;
}
#index .sec07 .cardBoxWrap {
	display: block;
}
#index .sec07 .cardBox {
	width: 100%;
	padding: 2rem 2rem 3rem;
	margin-bottom: 2rem;
}
#index .sec07 .cardBox .catchTxt {
	min-height: inherit;
	display: flex;
	align-items: center;
	margin: 0 0 2rem;
}
#index .sec07 .cardBox .catchTxt:before {
	left: -2rem;
}
#index .sec07 .cardBox .btn-internal {
	margin-bottom: 0;
	width: 89%;
}


/*---------------------
　SEC08
-----------------------*/
#index .sec08 {
	padding: 4rem 5.3% 8rem;
	background: url("img/sec08_bg.jpg") repeat;
}
#index .sec08 .avoidBox {
	display: block;
	margin: 0 0 8rem;
	position: relative;
}
#index .sec08 .avoidBox .ccl {
	width: 20rem;
	margin: 0 auto 3rem;
	position: static;
}
#index .sec08 .avoidBox .ccl:before {
	width: 7rem;
	height: 6rem;
	top: 0;
	right: auto;
	left: 0;
}
#index .sec08 .avoidBox:nth-child(2) .ccl:before {
	width: 7.9rem;
}
#index .sec08 .avoidBox:nth-child(3) .ccl:before {
	width: 7.9rem;
}
#index .sec08 .avoidBox .txtBox .catchTxt {
	font-size: 2rem;
	margin: 0 0 2rem;
}
#index .sec08 .avoidBox .txtBox .btn-internal {
	margin: 3rem auto 0;
}


/*---------------------
　SEC09-1
-----------------------*/
#index .sec09-1 {
	padding: 4rem 5.3% 4rem;
}
#index .sec09-2 {
	padding: 4rem 5.3% 4rem;
}
#index .sec09 .caseBox {
	display: block;
	margin: 0 0 2rem;
}
#index .sec09 .caseBox .thumb {
	width: 30rem;
	position: relative;
	top: 3rem;
	left: 2rem;
	transform: inherit;
}
#index .sec09 .caseBox .txtBox {
	width: 100%;
	position: relative;
	padding: 5rem 0 3rem 2rem;
}
#index .sec09 .caseBox .txtBox:before {
	content: "";
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec09 .caseBox .txtBox .subTitBox {
	min-height: 8rem;
	display: flex;
	align-items: flex-end;
	margin: 0 0 3rem;
}
#index .sec09 .caseBox .txtBox .tit {
	font-size: 1.6rem;
	padding: 0 0 2rem;
	margin: 0 0 0 8rem;
	flex: 1;
}
#index .sec09 .caseBox .txtBox .tit span {
	font-size: 1.8rem;
}
#index .sec09 .caseBox .txtBox .tit:before {
	width: 7.3rem;
	height: 9.1rem;
	bottom: -1rem;
    left: -8rem;
}
#index .sec09 .caseBox .txtBox .tit:after {
	content: "";
	background: #020f1f;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#index .sec09 .caseBox .txtBox .btn-internal {
	margin: 0 auto;
	width: 89%;
}

/*---------------------
　SEC10
-----------------------*/
#index .sec10 {
	padding: 4rem 5.3% 4rem;
}
#index .sec10 .newsArea {
	display: block;
}
#index .sec10 .newsBox {
	width: 100%;
	border-bottom: solid 1px #bbb;
	margin-bottom: 3rem;
}
#index .sec10 .newsBox a {
	padding: 0 2.5rem 2rem 0;
	display: flex;
	text-decoration: none;
	background: url("img/arr_black_right.png") no-repeat right center;
	background-size: 1.3rem auto;
}
#index .sec10 .newsBox .thumb {
	width: 8.3rem;
	margin: 0 2rem 0 0;
}
#index .sec10 .newsBox .thumb img {
	width: 8.3rem;
	height: 11rem;
	object-fit: cover;
}
#index .sec10 .newsBox .txtBox {
	flex: 1;
}
#index .sec10 .newsBox .area {
	font-size: 1.5rem;
	padding: 0.3rem 1rem;
	margin: 0 0 0.5rem;
}
#index .sec10 .newsBox p {
	font-size: 1.8rem;
	line-height: 1.5;
}


/*---------------------
　SEC11
-----------------------*/
#index .sec11 {
	background: #003157 url("img/sec11_bg.jpg") no-repeat top left;
	background-size: 100% auto;
	padding: 4rem 5.3% 4rem;
}
#index .sec11 .prBox {
	display: flex;
	align-items: center;
	padding: 0 0 3rem;
}
#index .sec11 .prBox .sq {
	width: 6.1rem;
	height: 6.1rem;
	font-size: 2.5rem;
	margin: 0 2rem 0 0;
}
#index .sec11 .prBox .by {
	font-size: 1.6rem;
	line-height: 1.7;
}
#index .sec11 .titBox {
	display: block;
	margin: 3rem 0 0;
}
#index .sec11 .titBox .secTit .txt_brwn {
	font-size: 1.6rem;
}
#index .sec11 .titBox .pic {
	width: 21.7rem;
	margin: 2rem auto 0;
}
#index .sec11 .featureBox {
	padding: 2rem 0 3rem 2rem;
	position: relative;
	margin: 3rem 0 4rem;
}
#index .sec11 .featureBox:before {
	content: "";
	background: #f4f1e9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec11 .featureBox .twoColWrap {
	display: block;
}
#index .sec11 .featureBox .subTit {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 2rem;
}
#index .sec11 .featureBox .slider {
	width: 100%;
	margin: 0 0 2rem;
}
#index .sec11 .featureBox .slider > div {
	text-align: center;
}
.slide-dots button {
  padding: 0 1.5rem;
}

#index .sec11 .btmArea {
	display: block;
	margin: 0 0 4rem;
}
#index .sec11 .btmArea .thumb {
	width: 100%;
	margin: 0 0 2rem;
}
#index .sec11 .btns {
	display: block;
}
#index .sec11 .btns > div {
	margin: 0 auto 2rem;
	width: 89%;
}


/*---------------------
　SEC12
-----------------------*/
#index .sec12 {
	padding: 3rem 0 3rem 2rem;
	position: relative;
	margin: 5rem auto 5rem;
	width: 89%;
}
#index .sec12 .secTitBox img {
	height: 2.2rem;
	width: auto;
}
#index .sec12 .twoColBox {
	display: block;
}
#index .sec12 .twoColBox .thumb {
	width: 100%;
	margin: 0 0 2rem;
}
#index .sec12 .twoColBox .txtBox {
	flex: 1;
}
#index .sec12 .twoColBox .txtBox p {
	margin: 0;
}
#contents .parts_voice .thumb.tate {
	width: 65px;
}
	
	
}