@charset "utf-8";
body::before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/top/bg_mark_01.svg") no-repeat top 594px left, url("../images/top/bg_mark_02.svg") no-repeat top 905px right , url("../images/top/bg_mark_03.svg") no-repeat top 2070px center, url("../images/top/bg_mark_04.svg") no-repeat top 1830px left, url("../images/top/bg_mark_05.svg") no-repeat top 2430px right, url("../images/top/bg_mark_06.svg") no-repeat bottom 1160px left, url("../images/top/bg_mark_07.svg") no-repeat bottom 1230px right, url("../images/top/bg_mark_08.svg") no-repeat bottom right,#000;
	background-size: 652px 758px, 300px 614px, 890px 1320px, 268px 502px, 158px 538px, 770px 1432px, 378px 520px, 840px 536px, auto;
	z-index: -3;
}

#bn_vaccine {
  display: block;
  margin-top: 10px;
}
#sp_bn_vaccine {
  display: none;
}

#bn_pmark {
  display: block;
  float: right;
  background-color: #FFFFFF;
  padding: 5px;
  margin: 1px 0px 0px 8px;
  border: 1px solid #000;
}
#sp_bn_pmark {
  display: none;
}


/*============================
        load
============================*/
#loading{
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	z-index: 9996;
	animation: loading_bg_delete 1.1s ease 1.8s forwards;
	-webkit-animation: loading_bg_delete 1.1s ease 1.8s forwards;
}
@keyframes loading_bg_delete {
	0% {
		z-index: 9996;
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		opacity: 1;
	}
	99% {
		z-index: 9996;
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		opacity: 0;
	}
	100% {
		z-index: -5;
		display: none;
		position: absolute;
		left: -100%;
		top: -100%;
		opacity: 0;
	}
}
#loading .mask,
#loading .mark,
#loading .txt{
	position: absolute;
	display: block;
}

#loading .mark{
	left: 50%;
	top: 50%;
	width: 84px;
	height: 120px;
	margin-left: -42px;
	margin-top: -60px;
	z-index: 9999;
	animation: mark_fadein 0.3s ease-in-out 0.3s forwards, mark_slide 0.4s ease 0.9s forwards;
	-webkit-animation:mark_fadein 0.3s ease-in-out 0.3s forwards, mark_slide 0.4s ease 0.9s forwards;
	transform: scale(0);
}
@keyframes mark_fadein {
	0% {
		transform: scale(0);
	}
	92% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes mark_slide {
	0% {
		margin-left: -42px;
	}
	100% {
		margin-left: -247px;
	}
}

#loading .txt{
	right: 50%;
	top: 50%;
	width: 380px;
	height: 68px;
    margin-right: -30px;
	margin-top: -25px;
	z-index: 9997;
	animation: txt_slide 0.4s ease 0.9s forwards;
	-webkit-animation: txt_slide 0.4s ease 0.9s forwards;
}
@keyframes txt_slide {
	0% {
		margin-right: -30px;
	}
	100% {
		margin-right: -245px;
	}
}

#loading .mask{
	content:"";
	background:#000;
	right: 50%;
	top: 50%;
	width: 430px;
	height: 68px;
    margin-right: -60px;
	margin-top: -25px;
	z-index: 9998;
	animation: mask_slide 0.4s ease 0.9s forwards;
	-webkit-animation: mask_slide 0.4s ease 0.9s forwards;
}
@keyframes mask_slide {
	0% {
		margin-right: -60px;
	}
	100% {
		margin-right: 167px;
	}
}
/*============================
        eventlist
============================*/
.eventlist .box:nth-child(1) .event_box::after{
	background: url("../images/top/eventlist_bg_anni.jpg") no-repeat center right;
	background-size: cover;
}
.eventlist .box:nth-child(2) .event_box::after{
	background: url("../images/top/eventlist_bg_sales.jpg") no-repeat center right;
	background-size: cover;
}
.eventlist .box:nth-child(3) .event_box::after{
	background: url("../images/top/eventlist_bg_pr.jpg") no-repeat center right;
	background-size: cover;
}
.eventlist .box:nth-child(4) .event_box::after{
	background: url("../images/top/eventlist_bg_lecture.jpg") no-repeat center right;
	background-size: cover;
}
.eventlist .box:nth-child(5) .event_box::after{
	background: url("../images/top/eventlist_bg_exhi.jpg") no-repeat center right;
	background-size: cover;
}
/*============================
         mainvisual
============================*/
#mainvisual{
	width: 100%;
	position: relative;
}
#mainvisual .wrap{
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	min-height: 710px;
	max-height: 1280px;
	height: 100vh;
	z-index: 2;
}
#mainvisual .swiper-container,
#mainvisual .swiper-wrapper,
#mainvisual .slide-img{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}
#mainvisual .swiper-container .swiper-wrapper .swiper-slide .slide-img.slider1 {
	background: url("../images/top/main_bg_01.jpg") no-repeat center;
	background-size: cover;
}
#mainvisual .swiper-container .swiper-wrapper .swiper-slide .slide-img.slider2 {
	background: url("../images/top/main_bg_02.jpg") no-repeat center;
	background-size: cover;
}
#mainvisual .swiper-container .swiper-wrapper .swiper-slide .slide-img.slider3 {
	background: url("../images/top/main_bg_01.jpg") no-repeat center;
	background-size: cover;
}
#mainvisual .swiper-container .swiper-wrapper .swiper-slide .slide-img.slider4 {
	background: url("../images/top/main_bg_02.jpg") no-repeat center;
	background-size: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

#mainvisual #mask{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/top/main_bg_mask.svg") no-repeat center;
	background-size: auto 100%;
	opacity: 0.5;
	z-index: 1;
}
@media screen and (max-width: 1921px) {
	#mainvisual #mask{
		background: url("../images/top/main_bg_mask.svg") no-repeat center;
		background-size: cover;
	}	
}
#mainvisual .main_left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -190px;
	width: 720px;
}
#mainvisual .main_left .midashi_box h2{
	font-size: 70px;
	line-height: 1.3;
	margin-bottom: 40px;
}
#mainvisual .main_left .midashi_box .minitxt{
	font-size: 13px;
	position: absolute;
	display: inline-block;
	right: 120px;
	top: 110px;
	line-height: 1.6;
}
/*kris bnr*/
#mainvisual .main_left .bnr_kris {
    display: block;
    border: 1px solid #999999;
	width: 678px;
	height: 193px;
    transition: all .3s ease;
}
#mainvisual .main_left .bnr_kris img {
     display: block;
    width: 100%;
    height: auto;
}
#mainvisual .main_left .bnr_kris:hover {
     opacity: 0.8;
    transition: all .3s ease;
}



/*bnr*/
#mainvisual .main_left .bnr_online{
	display: block;
	border: 1px solid #7E6230;
	width: 677px;
	height: 192px;
	padding: 32px 40px 30px;
	background: url("../images/top/main_bg_bnr.jpg") no-repeat center;
	background-size: 100% auto;
	transition: all .3s ease;
}
#mainvisual .main_left .bnr_online:hover{
	background: url("../images/top/main_bg_bnr.jpg") no-repeat center;
	background-size: 110% auto;	
}
#mainvisual .main_left .bnr_online::before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	opacity: 0;
	transition: all .3s ease;
}
#mainvisual .main_left .bnr_online:hover::before{
	opacity: 1;
}
#mainvisual .main_left .bnr_online .midashi{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}
#mainvisual .main_left .bnr_online h3{
	font-size: 30px;
	margin-bottom: 4px;
}
#mainvisual .main_left .bnr_online h3 .stroke{
	-webkit-text-stroke: 1px #E5D28C;
	text-stroke: 1px #E5D28C;
}
#mainvisual .main_left .bnr_online h3 .gold{
  color: #E5D28C;
  background: -webkit-linear-gradient(0deg, #E5D28C, #C19B42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mainvisual .main_left .bnr_online .subtitle{
	font-size: 12px;
	margin-bottom: 20px;
}
#mainvisual .main_left .bnr_online .clicktxt{
	font-size: 18px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #7E6230;
	transition: all .3s ease;
}
#mainvisual .main_left .bnr_online:hover .clicktxt{
	padding-right: 120px;
}
#mainvisual .main_left .bnr_online .midashi,
#mainvisual .main_left .bnr_online h3,
#mainvisual .main_left .bnr_online .subtitle,
#mainvisual .main_left .bnr_online .clicktxt{
	z-index: 3;
}
/*right*/
#mainvisual .main_right{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -100px;
	width: 470px;
}
#mainvisual .main_right .main_column_box{
	display: block;
	height: 90px;
	margin-bottom: 4px;
	background: url("../images/ic_arrow_in_round.svg") no-repeat center right 20px, rgba(0,0,0,0.5);
	background-size: 34px;
	transition: all .3s ease;
}
#mainvisual .main_right .main_column_box:hover{
	background: url("../images/ic_arrow_in_round_glad.svg") no-repeat center right 20px, rgba(255,255,255,0.8);
	background-size: 34px;
	-webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
#mainvisual .main_right .main_column_box .column_thumb{
	width: 190px;
	height: 90px;
	overflow: hidden;
	float: left;
}
#mainvisual .main_right .main_column_box .column_thumb img{
	display: block;
	width: 120%;
	height: auto;
	margin: -23.5% auto auto -11.5%;
	transition: all .3s ease;
}
#mainvisual .main_right .main_column_box:hover .column_thumb img{
	transform: scale(1.1,1.1);
}
#mainvisual .main_right .main_column_box .textbox{
	width: 280px;
	float: left;
	padding: 15px 64px 15px 15px;
}
#mainvisual .main_right .main_column_box .textbox .column_title{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}
#mainvisual .main_right .main_column_box .textbox .column_txt{
	font-size: 12px;
	line-height: 1.5;
}
#mainvisual .main_right .main_column_box:hover .textbox .column_title,
#mainvisual .main_right .main_column_box:hover .textbox .column_txt{
    color: #5862E1;
    background: -webkit-linear-gradient(135deg, #970A2C, #5862E1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#mainvisual .main_right .btn_main_column{
	display: block;
	width: 230px;
	height: 50px;
	border: 1px solid #282828;
	font-size: 17px;
	text-align: center;
	margin: 20px 0 0 auto;
	padding: 17px 0;
    text-indent: -30px;
}
#mainvisual .main_right .btn_main_column::before{
	opacity: 0;
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(135deg, #970A2C, #5862E1);
    background: -webkit-linear-gradient(135deg, #970A2C, #5862E1);
    background: linear-gradient(135deg, #970A2C, #5862E1);
	z-index: -1;
	transition: all .3s ease;
}
#mainvisual .main_right .btn_main_column::after{
	content:"";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	background: url("../images/ic_arrow_right.svg") no-repeat center;
	background-size: 50px 8px;
	width: 50px;
	height: 8px;
	transition: all .3s ease;
	z-index: 2;
}
#mainvisual .main_right .btn_main_column:hover{
	border: 1px solid #000;
}
#mainvisual .main_right .btn_main_column:hover::before{
	opacity: 1;
}
#mainvisual .main_right .btn_main_column:hover::after{
	right: 15px;
}
#mainvisual .main_right .btn_main_column .italic{
	letter-spacing: 0;
}

#cfbn_area {
    clear: both;
    display: flex;
    width: 700px;
    justify-content: space-between;
}
#cfbn_area li {
    display: inline-block;   
    width: 332px;
}
#cfbn_area li img {
     display: block;
    width: 100%;
    height: auto;
    margin-bottom: 6px;
}
#cfbn_area li span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.4em;
}
#cfbn_area li a {
    transition: all .3s ease;
}
#cfbn_area li a:hover {
    opacity: 0.8;
    transition: all .3s ease;
}




/*============================
         aboutus
============================*/
#aboutus .wrap_1200:last-child{
	padding-bottom: 295px;
}
#aboutus .midashi_box{
	margin-bottom: 40px;
}
#aboutus .textbox{
	width: 550px;
	padding: 15px 0 35px 50px;
	border-left: 1px solid #282828;
}

#aboutus .textbox h3{
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: 700;
	line-height: 1.7;
}
#aboutus .textbox .txt{
	line-height: 1.9;
	margin-bottom: 60px;
}
#aboutus .img_1,
#aboutus .img_2,
#aboutus .img_3,
#aboutus .hashtag{
	display: block;
	position: absolute;
}
#aboutus .img_1{
	content: "";
	top: 40px;
	right: 0;
	width: 47.2%;
	height: 650px;
	background: url("../images/top/about_img_01.jpg") no-repeat center;
	background-size: cover;
}
#aboutus .img_2,
#aboutus .img_3{
	bottom: 140px;
}
#aboutus .img_2{
	left: calc(370px + 41.6%);
}
#aboutus .img_3{
	left: 41.6%;
}
#aboutus .hashtag{
	font-size: 13px;
	line-height: 1.8;
	left: 30px;
	bottom: 15px;
}
#aboutus .hashtag span{
	display: block;
}

/*============================
         service
============================*/
#service {
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 55px;
}
#service .midashi_box{
	text-align: center;
	margin-bottom: 60px;
}
#service .textbox{
	margin-bottom: 50px;
}
#service .textbox h3{
	font-size: 34px;
	margin-bottom: 30px;
}
#service .textbox h3 .italic{
	display: inline-block;
}
#service .textbox h4{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
#service .textbox .txt{
	line-height: 1.9;
}
#service .box_wrap:last-child{
	margin-top: 20px;
}
#service .service_box{
	background: #fff;
	color: #000;
	height: 370px;
}
#service .service_box .name{
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#service .service_box .txt{
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.7;
}

/*============================
         plan
============================*/
#plan {
	margin-top: -100px;
	padding: 155px 0 70px;
	background: url("../images/top/plan_bg.jpg") no-repeat center;
	background-size: cover;
}
#plan .midashi_box{
	text-align: center;
	margin-bottom: 40px;
}
#plan .textbox{
	margin-bottom: 110px;
}
#plan .plan_box{
	padding-left: 48px;
}
#plan .plan_box h3{
    font-size: 32px;
    padding: 10px 0 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #282828;
}
#plan .plan_box .price .italic{
	font-size: 26px;
	display: inline-block;
}
#plan .plan_box .price .tax{
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}
#plan .plan_box .txt{
	line-height: 1.8;
	font-size: 14px;
	margin-top: 10px;
  margin-bottom: 16px;
}
#plan .plan_box::before{
	content:"";
	position: absolute;
	top: 0;
    left: 15px;
	width: 1px;
	height: 100px;
	background: #282828; 
    -webkit-transform: rotate(12deg);  
    -moz-transform: rotate(12deg);  
	transform: rotate(12deg);
}

#plan .plan_box dl {
  clear: both;
  overflow: hidden;
  width: 100%;
  border: 1px double #454545;
  box-sizing: border-box;
  padding: 0px 10px 15px;
  margin: 0px 0px 0px 0px;
}
#plan .plan_box dl dt {
  clear: both;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8em;
  padding: 5px 2px 5px;
  border-bottom: 3px double #666666;
  margin-bottom: 10px;
}
#plan .plan_box dl dd {
  font-weight: normal;
}
#plan .plan_box dl dd ul li {
  font-size: 14px;
  line-height: 1.3em;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 6px 0px;
  background: url("../images/top/ic_maru.png") no-repeat 2px 3px;
  background-size: 13px 12px;
}

/**/
#plan .bt_view {
  clear: both;
  overflow: hidden;
  width: 300px;
  position: static;
  padding: 30px 0px 0px 0px;
  margin: 0px auto 0px;
}

/*============================
         flow
============================*/
#flow{
	margin-top: -100px;
	padding: 155px 0 100px;
}
#flow .midashi_box{
	text-align: center;
	margin-bottom: 30px;
}
#flow .textbox{
	width: 640px;
	margin: 0 auto 55px;
}
#flow .textbox .txt{
	line-height: 2;
}
#flow .box_wrap.event_midashi{
	width: 100%;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
#flow .event_midashi_box h3{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 22px 0;
	text-indent: -10px;
}
#flow .event_midashi_box h3 span{
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin-top: 8px;
}
#flow .event_midashi_box{
	height: 80px;
}
#flow .event_midashi_box::before,
#flow .event_midashi_box::after{
	content:"";
	position: absolute;
	right: -10px;
	width: 1px;
	height: 41px;
	background: #282828; 
}
#flow .event_midashi_box::before{
	top: 0;
    -webkit-transform: rotate(-14deg);  
    -moz-transform: rotate(-14deg);  
	transform: rotate(-14deg);
}
#flow .event_midashi_box::after{
	bottom: 0;
    -webkit-transform: rotate(14deg);  
    -moz-transform: rotate(14deg);  
	transform: rotate(14deg);
}
#flow .box_wrap.event_midashi .box:last-child .event_midashi_box::before,
#flow .box_wrap.event_midashi .box:last-child .event_midashi_box::after{
	display: none;
}
#flow .event_detail{
	padding: 34px 40px 0;
}
#flow .event_detail .wrap{
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 34px;
}
#flow .event_detail .wrap::-webkit-scrollbar {
    width: 8px;
	height: 8px;
}
#flow .event_detail .wrap::-webkit-scrollbar-track {
	border-radius: 8px;
	background: #141414;
}
#flow .event_detail .wrap::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background:#505050;
}
#flow .event_detail .clearfix{
	width: 2345px;
}
#flow .event_detail .event_detail_box{
	float: left;
	width: 300px;
	height: 375px;
	padding: 20px;
	border: 1px solid #282828;
	margin-right: 100px;
}
#flow .event_detail .event_detail_box::after{
	content:"";
	width: 32px;
	height: 122px;
	background: url("../images/ic_arrow_large.svg") no-repeat center;
	background-size: 32px 122px;
	position: absolute;
	right: -65px;
	top: 50%;
	margin-top: -70px;
}
#flow .event_detail .event_detail_box:last-child{
	margin-right: 0;
}
#flow .event_detail .event_detail_box:last-child::after{
	display: none;
}
#flow .event_detail .event_detail_box h3{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 18px 0;
	background: #141414;
}
#flow .event_detail .event_detail_box h3 span{
	font-size: 13px;
	font-weight: 400;
	display: block;
	margin-top: 8px;
}
#flow .event_detail .event_detail_box .txt{
	font-size: 14px;
	line-height: 2.1;
}
#flow .event_detail .event_detail_box img{
	display: block;
	margin: 25px auto;
}

/*============================
         works
============================*/
#works{
	padding: 40px 0 200px;
}
#works .midashi_box{
	text-align: center;
	margin-bottom: 30px;
}
#works .box_wrap{
	padding-top: 10px;
}
#works .column_box{
	display: block;
	background: #fff;
	color: #000;
	height: 320px;
	transition: all .3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#works.list .column_box{
	margin-bottom: 16px;
}
#works .column_box:hover{
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
#works.list .column_box:hover{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);	
}
#works .column_thumb{
	overflow: hidden;
	width: 100%;
	height: 190px;
}
#works .column_thumb img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}
#works .column_box:hover .column_thumb img{
	transform: scale(1.1,1.1);
}
#works .column_date{
	font-size: 14px;
	margin-bottom: 12px;
	padding: 20px 20px 0;
	transition: all .3s ease;
}
#works .column_title{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 0 20px;
	transition: all .3s ease;
	line-height: 1.2;
}
#works .column_txt{
	line-height: 1.4;
	font-size: 14px;
	padding: 0 20px;
	transition: all .3s ease;
}
#works .column_box:hover .column_date,
#works .column_box:hover .column_title,
#works .column_box:hover .column_txt{
	color: #5862E1;
    background: -webkit-linear-gradient(135deg, #970A2C, #5862E1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#works .column_category{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
    font-size: 15px;
	font-weight: bold;
    padding: 8px;
	color: #fff;
	background: #000;
	z-index: 2;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}
#works .column_box .column_category::before{
	opacity: 0;
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: -moz-linear-gradient(0deg, #5862E1, #970A2C 70%);
    background: -webkit-linear-gradient(0deg, #5862E1, #970A2C 70%);
    background: linear-gradient(0deg, #5862E1, #970A2C 70%);
	z-index: -1;
	transition: all .3s ease;
}
#works .column_box:hover .column_category::before{
	opacity: 1;
}
#works .column_category::after{
	content: "";
	position: absolute;
	left: 0;
    bottom: -16px;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
    border-width: 0 30px 16px 0;
	transition: all  .3s ease;
}
#works .column_box:hover .column_category::after{
    border-color: transparent #5862E1 transparent transparent;
}
#works .column_category .rotate{
	
}

#works .btn_common{
	margin: 80px auto 0;
}
