@charset "UTF-8";

#header .chugai-logo {
	border-left: none;
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
	#header .chugai-logo {
		font-size: 0;
		border: none;
		margin-bottom: 0;
		width: auto;
	}
}
@media screen and (min-width: 768px){
	#contents {
		padding-bottom: 40px;
	}
}

#kv {

}
#kv .inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
#kv a {
	display: block;
	width: 37.5%;
	height: 0;
	padding-top: 22.58333%;
	background-color: #FFF;
	position: absolute;
	top: 22.95409%;
	right: 8.33333%;
	z-index: 50;
	opacity: 0;
	overflow: hidden;
	/*text-indent: -9999px;*/
}
#kv a:hover {
	opacity: 0.5;
}
#kv a:focus {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	#kv a {
		display: block;
		width: 87.5%;
		height: 0;
		padding-top: 51.58333%;
		background-color: #FFF;
		position: absolute;
		top: 46.95409%;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
		overflow: hidden;
		text-indent: -9999px;
	}
}


/* ------------------------------------------------
  #news
------------------------------------------------ */
#news {
	padding-top: 70px;
	margin-bottom: 30px;
}

#news h2 {
	font-size: 22px;
	margin-bottom: 5px;
}
#news .history {
	border-top: 1px solid #eee;
}
#news .history li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
	padding: 12px 1px;
}

#news .history .date {
	width: 90px;
	font-size: 15px;
	font-weight: bold;
/* 	margin-top: 2px; */
}
#news .history .category {
	margin-right: 16px;
	padding-top: 1px;
	vertical-align: middle;
	margin-top: -2px;
}
#news .history .category em {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	display: block;
	width: 74px;
	text-align: center;
	border-radius: 50px;
	padding: 3px;
}
#news .history .category em.movie {
	background-color: #e94908;
}
#news .history .category em.page {
	background-color: #f38e57;
}
#news .history .txt {
	flex: 1;
	font-size: 15px;
	font-weight: bold;
	color: #04809d;
	vertical-align: top;
}
#news .history .txt a {
	color: inherit;
}
@media screen and (max-width: 767px) {
	#news {
		padding-top: 35px;
		margin-bottom: 20px;
	}
	#news h2 {
		font-size: 18px;
	}
	#news .history li {
		flex-wrap: wrap;
	}
	#news .history .date {
		width: auto;
		margin-right: 10px
	}
	#news .history .category {
		margin-top: 0
	}
	#news .history .category em {
		font-size: 10px;
		padding: 2px;
		width: 50px;
	}
	#news .history .txt {
		width: 100%;
		font-size: 13px;
		flex: auto;
		margin-top: 10px
	}
}


/* ------------------------------------------------
  #sec0
------------------------------------------------ */
#sec0 .inner {
	padding: 50px 0 75px;
	text-align: center;
}
#wrapper #sec0 .inner {
	background: none;
}
#sec0 .lead {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.13em;
	color: #7ac9cc;
	margin-bottom: 35px;
}
#sec0 .movie {
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	background-color: #FFF;
	box-sizing: border-box;
}
#sec0 .movie li {
	width: 486px;
}
#sec0 .movie a {
	text-decoration: none;
}
#sec0 .movie a:not(.others) {
	border: 3px solid #04809d;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 12px;
	padding-left: 0;
}
#sec0 .movie a:not(.others) .txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #04809d;
	padding: 0 30px;
	flex: 1;
}
#sec0 .movie a:not(.others) .img {
	width: 180px;
}

#sec0 .movie a.others {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	background-color: #04809d;
	padding: 15px;
	text-align: center;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
#sec0 .movie a.others::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background-image: url(/img/common/arrow_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -4px;
	margin-left: 10px;
}

#sec0 .btn-link {
	margin-top: 40px;
}
#sec0 .btn-link a {
	background-color: #04809d;
}


@media screen and (max-width: 767px) {
	#sec0 .inner {
		padding: 25px 0 80px;
		text-align: center;
	}
	#sec0 .lead {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.13em;
		color: #7ac9cc;
		margin-bottom: 20px;
	}
	#sec0 .movie {
		max-width: 325px;
		display: block;
	}
	#sec0 .movie li {
		width: 100%;
	}
	#sec0 .movie li + li {
		margin-top: 20px;
	}
	#sec0 .movie a:not(.others) {
		padding: 12px 6px;
		padding-left: 0;
		border-width: 2px;
		border-radius: 6px;
	}
	#sec0 .movie a:not(.others) .txt {
		font-size: 13px;
		padding: 0 12px;
		flex: 1;
	}
	#sec0 .movie a:not(.others) .img {
		width: 150px;
	}

	#sec0 .movie a.others {
		font-size: 11px;
		padding: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	#sec0 .movie a.others::after {
		width: 11px;
		height: 11px;
		margin-top: -1px;
		margin-left: 5px;
	}

	#sec0 .btn-link {
		margin-top: 25px;
	}
}


/* ------------------------------------------------
  #sec1-#sec4
------------------------------------------------ */
#wrapper section.top-frame + section.top-frame {
	margin-top: 140px;
}

#wrapper section.top-frame {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#wrapper section.top-frame .inner {
	position: relative;
	width: auto;
	background-image: url(/img/common/bg_rough.png);
	background-repeat: repeat;
	background-position: 50% 50%;
}
section.top-frame::before,
section.top-frame .inner::before {
	display: block;
	width: 1400px;
	height: 210px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

section.top-frame .ttl {
	position: absolute;
	z-index: 100;
}
section.top-frame .ttl .num {
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -500%;
}
section.top-frame .ttl .body {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-top: 60px;
}

section.top-frame .white-frame {
	background-color: #FFF;
	width: 89%;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 50;
}
section.top-frame .white-frame.trans {
	background-color: transparent;
	width: auto;
}

section.top-frame .white-frame .lead {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
section.top-frame .white-frame .txt + .lead {
	margin-top: 40px;
}
section.top-frame .white-frame .txt {
	font-size: 18px;
	line-height: 2.1;
}
section.top-frame .white-frame .cap {
	font-size: 12px;
	margin-top: 15px;
}
section.top-frame .white-frame .fig {
	margin: 30px 0;
	text-align: center;
}

section .btn-link {
	position: relative;
	z-index: 100;
	text-align: center;
	margin-top: -35px;
}
section .btn-link a {
	display: inline-block;
	padding: 22px 42px;
	border-radius: 100px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #7abf85;
	text-decoration: none;
}

section .btn-link a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background-image: url(/img/common/arrow_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -3px;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	#wrapper section.top-frame + section.top-frame {
		margin-top: 60px;
	}

	#wrapper section.top-frame {
		max-width: 1000px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
	}
	#wrapper section.top-frame .inner {
		position: relative;
		width: auto;
		background-image: url(/img/common/bg_rough.png);
		background-repeat: repeat;
		background-position: 50% 50%;
		padding: 0;
	}
	section.top-frame::before,
	section.top-frame .inner::before {
		display: block;
		width: 1400px;
		height: 210px;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
	}

	section.top-frame .ttl {
		width: 94.66666%;
		width: 89.33333%;
		margin: 0 auto;
		position: relative;
		z-index: 100;
		display: flex;
		justify-content: space-around;
		margin-bottom: 25px;
	}
	section.top-frame .ttl .num {
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		overflow: hidden;
		text-indent: -500%;
		margin-right: 20px;
	}
	section.top-frame .ttl .body {
		display: inline-block;
		font-size: 19px;
		font-weight: bold;
		margin-top: 0;
		flex: 1px;
	}

	section.top-frame .white-frame {
		background-color: #FFF;
		width: 94.66666%;
		margin: 0 auto;
		padding: 7.04225%;
		padding-bottom: 14.169014%;
		box-sizing: border-box;
		position: relative;
		z-index: 50;
	}
	section.top-frame .white-frame.trans {
		background-color: transparent;
		width: auto;
	}

	section.top-frame .white-frame .lead {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	section.top-frame .white-frame .txt + .lead {
		margin-top: 20px;
	}
	section.top-frame .white-frame .txt {
		font-size: 13px;
		line-height: 2.1;
	}
	section.top-frame .white-frame .cap {
		font-size: 12px;
		margin-top: 10px;
	}
	section.top-frame .white-frame .fig {
		margin: 15px 0 0;
	}

	/*ピンチ*/
	section.top-frame .white-frame .guide {
		text-align: center;
		margin: 5px auto 0;
		background-color: #FFF;
		width: 160px;
		border-radius: 4px;
		padding: 0 5px 5px 0;
		box-sizing: border-box;
/*		text-align: center;
		margin: 0 auto 0;
		background-color: #FFF;
		width: auto;
		border-radius: 0;
		padding: 0 5px 5px 0;
		box-sizing: border-box;
		border: 0.5px solid #DDDDDD;
		border-top: none;*/
	}
	section.top-frame .white-frame .guide span {
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		border-bottom: 1px solid #a9b1b9;
	}
	section.top-frame .white-frame .guide span::before {
		content: "";
		display: inline-block;
		vertical-align: bottom;
		line-height: 1;
		width: 24px;
		height: 24px;
		background: url(/img/common/sp/icon_pinch.png) no-repeat;
		background-size: contain;
		margin-right: 5px;
		margin-bottom: -1px;
	}

	section .btn-link {
		position: relative;
		z-index: 100;
		text-align: center;
		margin-top: -23px;
	}
	section .btn-link a {
		display: inline-block;
		padding: 16px 25px;
		border-radius: 100px;
		color: #FFF;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		background-color: #7abf85;
	}

	section .btn-link a::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		background-image: url(/img/common/arrow_white.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: -2px;
		margin-left: 5px;
	}
}


/* ----------------------------
  type-right
---------------------------- */
section.top-frame.type-right .ttl {
	top: -20px;
	left: 50px;
}
section.top-frame.type-right .ttl .num {
	margin-left: -20px;
}
section.top-frame.type-right .inner {
	padding-top: 325px;
	padding-bottom: 85px;
}
section.top-frame.type-right .inner::after {
	content: "";
	display: block;
	width: 100px;
	height: 100%;
	background: inherit;
	position: absolute;
	left: 100%;
	top: 0;
}
section.top-frame.type-right .inner::before {
	content: "";
	top: 0;
	right: calc(100% - 457px);
	background-image: url(/img/top/line_left.png);
}

section.top-frame.type-right .img {
	position: absolute;
	top: 34px;
	right: -100px;
	z-index: 10;
}
@media screen and (max-width: 1199px) {
	section.top-frame.type-right .img {
		width: 60%;
		right: 0;
		bottom: auto;
	}
}
@media screen and (max-width: 767px) {
	section.top-frame.type-right .ttl {
		top: auto;
		left: auto;
	}
	section.top-frame.type-right .ttl .num {
		margin-left: 0;
	}
	#wrapper section.top-frame.type-right .inner {
		padding-top: 1px;
		padding-bottom: 50px;
	}
	section.top-frame.type-right .inner::after {
		content: "";
		display: block;
		width: 100px;
		height: 100%;
		background: inherit;
		position: absolute;
		left: 100%;
		top: 0;
	}
	section.top-frame.type-right .inner::before {
		content: "";
		top: 0;
		right: calc(100% - 457px);
		background-image: url(/img/top/line_left.png);
		/*display: none;*/
	}

	section.top-frame.type-right .img {
		width: 90.66666%;
		position: relative;
		top: auto;
		right: auto;
		z-index: 10;
		margin: -40px 0 25px auto;
	}
	section.top-frame.type-right .white-frame {
		margin: 0 auto 0 0;
	}
	section.top-frame.type-right .btn-link {
		padding-right: 5.33334%;
	}
}



/* ----------------------------
  type-left
---------------------------- */
section.top-frame.type-left {
	padding-left: 30px;
	padding-top: 1px;
}
section.top-frame.type-left .ttl {
	top: -20px;
	right: 10px;
}
section.top-frame.type-left .ttl .num {
	margin-left: -20px;
}
#wrapper section.top-frame.type-left .inner {
	margin-top: 325px;
	z-index: 10;
}
section.top-frame.type-left .inner::after {
	content: "";
	display: block;
	width: 100px;
	height: 100%;
	background: inherit;
	position: absolute;
	left: 100%;
	top: 0;
}
section.top-frame.type-left::before {
	content: "";
	top: 120px;
	left: calc(100% - 415px);
	background-image: url(/img/top/line_right.png);
}

section.top-frame.type-left .img {
	position: absolute;
	top: 34px;
	left: -100px;
	z-index: 10;
}
@media screen and (max-width: 1199px) {
	section.top-frame.type-left .img {
		width: 60%;
		left: 0;
	}
	section.top-frame.type-left .ttl .body {
		padding: 10px;
		margin-top: 50px;
		background-color: rgba(255,255,255,0.9);
		border-radius: 30px;
	}
}
@media screen and (max-width: 767px) {
	section.top-frame.type-left {
		padding-left: 0;
		padding-top: 1px;
	}
	section.top-frame.type-left .ttl {
		top: auto;
		right: auto;
	}
	section.top-frame.type-left .ttl .num {
		margin-left: 0;
	}
	section.top-frame.type-left .ttl .body {
		padding: 0;
		margin-top: 0;
		background-color: transparent;
		border-radius: 0;
	}
	#wrapper section.top-frame.type-left .inner {
		margin-top: 0;
		z-index: 10;
	}
	section.top-frame.type-left .inner::after {
		content: "";
		display: block;
		width: 100px;
		height: 100%;
		background: inherit;
		position: absolute;
		left: 100%;
		top: 0;
	}
	section.top-frame.type-left::before {
		content: "";
		top: 120px;
		left: calc(100% - 415px);
		background-image: url(/img/top/line_right.png);
		display: none;
	}

	#wrapper section.top-frame.type-left .inner {
		background-image: none;
	}
	section.top-frame.type-left .white-frame {
		width: 94.66666%;
		margin: 0 0 0 auto;
		background-image: url(/img/common/bg_rough.png);
	}

	section.top-frame.type-left .img {
		width: 90.66666%;
		position: relative;
		top: auto;
		left: auto;
		z-index: 10;
		margin-bottom: 25px;
	}

	section.top-frame.type-left .btn-link {
		padding-left: 5.33334%;
	}
}


/*個別*/
#sec1 .ttl .num {
	width: 145px;
	height: 111px;
	background-image: url(/img/top/num01.png);
}
#sec1 .ttl .body,
#sec1 .white-frame .lead {
	color: #e94908;
}
#sec1 .btn-link a {
	background-color: #e94908;
}

#sec2 .ttl .num {
	width: 187px;
	height: 112px;
	background-image: url(/img/top/num02.png);
}
#sec2 .ttl .body,
#sec2 .white-frame .lead {
	color: #f49c24;
}
#sec2 .btn-link a {
	background-color: #f49c24;
}

#sec3 .ttl .num {
	width: 189px;
	height: 112px;
	background-image: url(/img/top/num03.png);
}
#sec3 .ttl .body,
#sec3 .white-frame .lead {
	color: #5dc6ca;
}
#sec3 .btn-link a {
	background-color: #5dc6ca;
}

#sec4 .ttl .num {
	width: 193px;
	height: 112px;
	background-image: url(/img/top/num04.png);
}
#sec4 .ttl .body,
#sec4 .white-frame .lead {
	color: #666e7c;
}
#sec4 .btn-link a {
	background-color: #449ebc;
}



#sec4 .btn-link.type2 {
	margin-top: 0;
	padding: 0 30px;
}
#sec4 .btn-link.type2 + .btn-link {
	border-left: 2px solid #dce5de;
}
#sec4 .btn-link.type2 a {
	width: 420px;
	border: 1px solid #535353;
	color: #404040;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
	box-sizing: border-box;
}
#sec4 .btn-link.type2 a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background-image: url(/img/common/cate_other_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -3px;
	margin-left: 10px;
}

#sec4 .cap {
	margin-top: -10px;
	margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
	#sec1 .ttl .num {
		width: 72px;
		height: 55px;
		background-image: url(/img/top/num01.png);
	}
	#sec1 .ttl .body,
	#sec1 .white-frame .lead {
		color: #e94908;
	}
	#sec1 .btn-link a {
		background-color: #e94908;
	}

	#sec2 .ttl .num {
		width: 93px;
		height: 56px;
		background-image: url(/img/top/num02.png);
	}
	#sec2 .ttl .body,
	#sec2 .white-frame .lead {
		color: #f49c24;
	}
	#sec2 .btn-link a {
		background-color: #f49c24;
	}

	#sec3 .ttl .num {
		width: 94px;
		height: 56px;
		background-image: url(/img/top/num03.png);
	}
	#sec3 .ttl .body,
	#sec3 .white-frame .lead {
		color: #5dc6ca;
	}
	#sec3 .btn-link a {
		background-color: #5dc6ca;
	}

	#sec4 .ttl .num {
		width: 96px;
		height: 56px;
		background-image: url(/img/top/num04.png);
	}
	#sec4 .ttl .body,
	#sec4 .white-frame .lead {
		color: #666e7c;
	}
	#sec4 .btn-link a {
		background-color: #449ebc;
	}


	#sec4 .btn-link.type2 {
		padding: 0;
	}
	#sec4 .btn-link.type2 + .btn-link {
		border-left: none;
		border-top: 1px solid #dce5de;
		margin-top: 20px;
		padding-top: 20px;
	}
	#sec4 .btn-link.type2 a {
		width: 100%;
		border: 1px solid #535353;
		color: #404040;
		background-color: #FFF;
		padding-left: 15px;
		padding-right: 15px;
	}
	#sec4 .btn-link.type2 a::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 11px;
		height: 11px;
		background-image: url(/img/common/cate_other_arrow.png);
		background-repeat: no-repeat;
		background-size: contain;
		margin-top: -2px;
		margin-left: 5px;
	}

	#sec4 .cap {
		margin-top: 20px;
		margin-bottom: 0;
	}
}


#sec5 {
	margin-top: 100px;
}
#sec5 .group {
	max-width: 940px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto;
}
#sec5 .group > a {
	width: 34.0426%;
	border: 2px solid #ced9d0;
	border-radius: 12px;
	padding: 24px 10px 30px;
	margin: 0 20px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}
#sec5 .group > a::after {
	content: "";
	display: block;
	width: 9px;
	height: 16px;
	background-image: url(/img/top/sec5_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	z-index: 10;
	margin: auto;
}
#sec5 .group > a span {
	text-decoration: none;
}

#sec5 .group > a .ico {
	text-align: center;
	margin-bottom: 17px;
}
#sec5 .group > a .txt {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
#sec5 .group > a .txt span {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	#sec5 {
		margin-top: 70px;
	}
	#sec5 .group {
		display: block;
	}
	#sec5 .group > a {
		display: block;
		width: auto;
		border-radius: 6px;
		padding: 13px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#sec5 .group > a::after {
		width: 8px;
		height: 13px;
		right: 11px;
	}
	#sec5 .group > a + a {
		margin-top: 10px
	}

	#sec5 .group > a .ico {
		margin-bottom: 0;
		width: 26.8489%;
		margin-right: 10px
	}
	#sec5 .group > a .txt {
		font-size: 13px;
		text-align: left;
		flex: 1;
	}
	#sec5 .group > a .txt span {
		display: block;
		font-size: 11px;
	}
}


