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


.container {
	padding: 0px;
}


/* main-img-top */


.main-img-top {
  width: 100%;
}

.main-img-top .box-inner {
	position: relative;
}

.main-img-top .box-img {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	position: relative;
}

.main-img-top .box-img::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
	height: 100%;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(63, 59, 58, 1) 0%,rgba(255, 255, 255, 1) 46.8%,rgba(221, 221, 221, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0.8% ,color-stop(0,rgba(63, 59, 58, 1) ),color-stop(0.468,rgba(255, 255, 255, 1) ),color-stop(1,rgba(221, 221, 221, 1) ));
  background : -o-linear-gradient(90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3B3A', endColorstr='#DDDDDD' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  opacity : 0.75;
	mix-blend-mode: multiply;
}

.main-img-top .box-inner .box {
	width: 50%;
}

.main-img-top img {
  width: 100%;
	height: 100vh;
}

.main-img-top .box-text {
	position: absolute;
left: 5%;
bottom: 60px;
}

.main-img-top h2, .main-img-top p {
color: #FFF;
font-weight: 600;
text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.main-img-top h2 {
	font-size: 60px;
line-height: 1.3;
}

.main-img-top p {
line-height: 1.8;
	font-weight: 500;
	padding-top: 30px;
}

/* contents-top */

.contents-top {
	width: 100%;
	position: relative;
}

.contents-top img {
	width: 100%;
height: auto;
}

/* box-title-top */

.box-title-top {
	margin-bottom: 40px;
}

.box-title-top h2, .box-title-top h3 {
color: #C30013;
line-height: 1.2;
font-weight: 500;
	letter-spacing: 0.05em;
}

.contents04 .box-title-top h2, .contents04 .box-title-top h3 {
color: #FFF;
}

.box-title-top h2 {
	position: relative;
	padding-left: 60px;
}

.box-title-top h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 9px;
	width: 50px;
	height: 1px;
	display: block;
	background-color: #C30013;
}

.contents04 .box-title-top h2::before {
	background-color: #FFF;
}

.box-title-top h3 {
	font-family: "Prompt", sans-serif;
	font-size: 72px;
	font-weight: 600;
}

/* more-btn */

.more-btn a, .more-btn h6 {
    display: inline;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.more-btn h6 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.more-btn a .icon, .more-btn h6 .icon {
    background-image: url("../../images/common/link-arrow01.svg");
    background-repeat: no-repeat;
    background-position: left top 5px;
    background-size: 48px auto;
    padding-left: 60px;
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
	position: relative;
}

.more-btn h6 .icon {
    padding-top: 10px;
    padding-bottom: 10px;
}

.more-btn a .icon::before, .more-btn h6 .icon::before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	left:0px;
	top:5px;
	background: #C30013;
	border-radius: 50%;
	transition: 0.3s;
	opacity: 1;
}

.more-btn h6 .icon::before {
	background: #F8F8FE;
	width: 50px;
	height: 50px;
	top:4px;
	margin-left: -1px;
}

.more-btn a:hover .icon::before {
	opacity: 0;
}
.more-btn a .icon-s, .more-btn h6 .icon-s{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	top:25px;
	left:20px;
	background: #fff;
	transition: 0.3s;
	opacity: 1;	
}

.more-btn h6 .icon-s{
	background: #C30013;
}

.more-btn a:hover .icon-s {
	transform: scale(3);
	opacity: 0;
}
.more-btn a .line {
	padding-bottom: 10px;
	display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,1.00);
}



/* contents01 */

.contents01 {
	width: 100%;
	background-color: #F8F8FE;
}

.contents01 .box-inner {
	width: 1100px;
	padding: 80px 0px 120px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents01 .lay01 {
	flex: 1;
}

.contents01 .box-title-top {
	margin-bottom: 60px;
}

.contents01 .lay02 {
	width: 820px;
	padding-top: 30px;
}

.contents01 .news-box {
	overflow: auto;
	border-top-style : solid;
border-color : rgba(204, 204, 204, 0.5);
border-width : 1px;
}

.contents01 .news {
	height: 325px;
}

.contents01 .news .box {
	border-bottom-style : solid;
border-color : rgba(204, 204, 204, 0.5);
border-width : 1px;
}

.contents01 .news .box a {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	padding: 25px 0px;
}

.contents01 h5 {
	width: 180px;
	font-size: 18px;
line-height: 1.6;
font-weight: 400;
	padding-left: 30px;
}

.contents01 p {
	flex: 1;
	line-height: 1.6;
}


/* contents02 */

.contents02 {
	width: 100%;
}

.contents02 .box-inner {
	position: relative;
	height: 950px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.contents02 .lay01 {
	width: 940px;
	padding-left: 440px;
	position: relative;
}

.contents02 .box-menu {
	padding-top: 50px;
}

.contents02 .box-menu .box {
	border-bottom-style : solid;
border-color : #707070;
border-width : 1px;
}

.contents02 .box-menu .box a {
	font-size: 20px;
	line-height: 1.2;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents02 .box-menu .box a .link-text {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contents02 .box-menu .box a .icon {
    background-image: url("../../images/common/link-arrow01.svg");
    background-repeat: no-repeat;
    background-position: right top 10px;
    background-size: 48px auto;
    padding-right: 60px;
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
	position: relative;
}

.contents02 .box-menu .box a .icon::before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	right:0px;
	top:10px;
	background: #C30013;
	border-radius: 50%;
	transition: 0.3s;
	opacity: 1;
}

.contents02 .box-menu .box a:hover .icon::before {
	opacity: 0;
}
.contents02 .box-menu .box a .icon-s {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	top:30px;
	right:20px;
	background: #fff;
	transition: 0.3s;
	opacity: 1;	
}

.contents02 .box-menu .box a:hover .icon-s {
	transform: scale(3);
	opacity: 0;
}



.contents02 .lay01::before {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("../../images/top/icon01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 428px;
	height: 431px;
	margin-right: -148px;
	margin-top: -340px;
}

.contents02 .lay02 {
	position: absolute;
right: 56%;
top: 25px;
	width: 900px;
	height: 900px;
	overflow: hidden;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.contents02 .lay02 .rolimg{
	width: 100%;
	position: absolute;
	top: 0;
	padding-bottom: 0px;
  animation:36s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.box-slide-top {
	width: 820px;
	height: 820px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.img-about {
	opacity: 0;
	transition: .5s;
	position: absolute;
left: 0px;
top: 0px;
}

.img-about.show {
	opacity: 1;
}


/* contents03 */

.contents03 {
	width: 100%;
	background-color: #F8F8FE;
	padding: 120px 0px;
}

.contents03 .box-inner {
	width: 1100px;
}

.contents03 .lay01 {
	width: 100%;
	margin-bottom: 50px;
}

.contents03 .lay02 {
	width: 100%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents03 .lay02 .box {
	width: 535px;
	position: relative;
	background-image: url("../../images/common/link-arrow01.svg");
background-position: left 1px top 1px;
background-repeat: no-repeat;
background-size: 46px;
}

.contents03 .lay02 .box::before {
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	left:0px;
	top:0px;
	background: #F8F8FE;
	border-radius: 50%;
	transition: 0.5s;
	opacity: 1;
}

.contents03 .lay02 .box:hover::before {
	opacity: 0;
}

.contents03 .lay02 .box h6::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	top:20px;
	left:20px;
	background: #C30013;
	transition: 0.5s;
	opacity: 1;	
}

.contents03 .lay02 .box:hover h6::before {
	transform: scale(3);
	opacity: 0;
}

.contents03 .lay02 .box-text {
	margin-bottom: 15px;
}

.contents03 .lay02 .box-img {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.contents03 .lay02 .box-img img {
	transition:.5s all;
}

.contents03 .lay02 .box:hover img {
	transform:scale(1.1,1.1);
  transition:.5s all;
}

.contents03 .lay02 h6 {
	font-size: 22px;
color: #262626;
line-height: 1.2;
font-weight: 400;
	position: relative;
	padding: 10px 0px;
	padding-left: 60px;
}



/* contents04 */

.contents04 {
	width: 100%;
	height: 590px;
	position: relative;
	padding-top: 100px;
}

.contents04::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 70%;
	height: 100%;
	display: block;
	background-color: #C30013;
	z-index: -1;
}

.contents04 .box-inner {
	width: 100%;
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
	align-items: center;
	gap:0px 170px;
	position: relative;
}

.contents04 .lay01 {
	width: 500px;
}

.contents04 .lay02 {
	width: 42%;
}

.contents04 .lay02 img {
	height: 400px;
	border-radius: 30px 0px 0px 30px;
}

.contents04 ul li a {
	font-size: 24px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	display: block;
	padding: 25px 0px;
	position: relative;
	border-bottom-style : solid;
border-color : #F8F8FE;
border-width : 1px;
}

.contents04 ul li a::before {
	content: "";
	position: absolute;
right: 10px;
top: 0px;
	background-image: url("../../images/common/link-arrow02.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 48px;
	width: 48px;
	height: 100%;
	transition: .5s;
}

.contents04 ul li a:hover::before {
right: 0px;
}


/* contents05 */

.contents05 {
	width: 100%;
	background-color: #EDEDEC;
}

.contents05 .box-inner {
	width: 1140px;
	height: 330px;
	background-image: url("../../images/top/img07.jpg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	display: flex;
  justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
}

.contents05 .lay01 {
	padding-right: 95px;
	position: relative;
}

.contents05 .lay01::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/top/text01.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 161px;
	height: 62px;
	margin-left: -200px;
	margin-bottom: -50px;
}


.sp-view {
	display: none;
}

