@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.main .mainVisual .movieBox {
	width: 64.583%;
	position: relative;
	overflow: hidden;
	/*padding-bottom: 35.417%;*/
}

/* ------------------------------------------------------------
   mainVisual slideshow (replaces YouTube embed)
------------------------------------------------------------ */
.main .mainVisual .movieBox .movieSlideshow{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.main .mainVisual .movieBox .movieSlideshow img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
	display:none;
}
.main .mainVisual .movieBox:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	content: '';
}
.main .mainVisual .movie {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main .mainVisual .mvBtn {
	width: 35.417%;
	position: relative;
	overflow: hidden;
	padding-bottom: 35.417%;
}
.main .mainVisual .mvBtn a {
	height: 100%;
	width: 100%;
	display: block;
	color: #FFF;
	overflow: hidden;
}
.main .mainVisual .mvBtn a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/index/top_btn_main_bg.jpg") no-repeat center center;
	background-size: cover;
	content: '';
	transition: all ease 0.4s;
}
.main .mainVisual .mvBtn a:hover:before {
	transform: scale(1.1);
}
.main .mainVisual .mvBtn a .inner {
	box-sizing: border-box;
	padding: 20px 25px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.main .mainVisual .mvBtn .imgTxt {
	margin-bottom: 28px;
	width: 100%;
	max-width: 630px;
}
.main .mainVisual .mvBtn p {
	margin-bottom: 41px;
	font-size: 2.6rem;
	font-weight: 700;
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.main .mainVisual .mvBtn .btn span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 700;
}
.main .mainVisual .mvBtn .btn span:before {
	width: 62px;
	height: 13px;
	position: absolute;
	right: -82px;
	top: 50%;
	background: url("../img/common/arrow_white.png") no-repeat center center;
	background-size: 100% auto;
	content: '';
	transform: translateY(-50%);
	transition: all ease 0.4s;
}
.main .mainVisual .mvBtn a:hover .btn span:before {
	right: -97px;
}
.main .content {
	max-width: 1280px;
}
.main .newsSec {
	/*background: url("../img/index/top_news_bg.jpg") no-repeat center center;*/
	background-size: cover;
}
.main .newsSec .importantNews {
	margin-bottom: 48px;
	padding: 14px 0;
	background: rgba(122, 12, 54, 0.102);
}
.main .newsSec .importantNews .content {
	position: relative;
}
.main .newsSec .importantNews h2 {
	width: 20.5%;
	text-align: center;
	color: #7a0c36;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}
.main .newsSec .importantNews .newsList {
	box-sizing: border-box;
	padding-right: 110px;
	margin: 3px 0 -3px;
	width: 79.5%;
}
.main .newsSec .newsList dt {
	width: 120px;
	text-align: center;
	line-height: 2;
}
.main .newsSec .newsList dd {
	box-sizing: border-box;
	margin-bottom: 19px;
	padding: 0 22px;
	width: calc(100% - 120px);
	line-height: 2;
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.main .newsSec .newsList dd:last-of-type {
	margin-bottom: 0;
}
.main .newsSec .newsList dd a:hover {
	text-decoration: underline;
}
.main .newsSec .newsList dd .new {
	margin: -1px 0 -1px 18px;
	padding: 3px 8px 3px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	background: #7B0C36;
	border-radius: 15px;
}
.main .newsSec .btn a {
	box-sizing: border-box;
	padding: 3px 10px 4px;
	width: 120px;
	position: relative;
	display: block;
	color: #7a0c36;
	border: 1px dotted #7a0c36;
}
.main .newsSec .btn a:before {
	width: 40px;
	height: 10px;
	position: absolute;
	right: 6px;
	top: 50%;
	background: url("../img/common/arrow_red.png") no-repeat;
	background-size: 100% auto;
	content: '';
	transform: translateY(-50%);
	transition: all ease 0.4s;
}
.main .newsSec .btn a:hover:before {
	right: 2px;
}
.main .newsSec .importantNews .btn {
	position: absolute;
	right: 20px;
	top: 1px;
}
.main .newsSec .importantNews .btn a {
	background-color: rgba(231, 219, 224, 0.702);
}
.main .newsSec .newsBox {
	margin-bottom: 52px;
	position: relative;
}
.main .newsSec .newsBox:before {
	width: 100%;
	height: 100%;
	left: 10px;
	top: 10px;
	position: absolute;
	background: rgba(0, 0, 0, 0.102);
	content: '';
}
.main .newsSec .newsBox .innerBox {
	padding: 41px 0 38px;
	position: relative;
	z-index: 1;
	background: #FFF;
}
.main .newsSec .newsBox .innerBox2 {
	padding: 41px 0 38px;
	position: relative;
	z-index: 1;
	background: #FFF;
}
.main .newsSec .newsBox .ttlBox {
	box-sizing: border-box;
	padding: 12px 10px;
	width: 20.46%;
}
.main .newsSec .newsBox .ttlBox h2 {
	margin-bottom: 34px;
	text-align: center;
	color: #7a0c36;
	font-size: 3rem;
	font-weight: 900;
}
.main .newsSec .newsBox .ttlBox h2 span {
	margin-bottom: 3px;
	display: block;
}
.main .newsSec .newsBox .ttlBox .btn a {
	margin: 0 auto;
	font-weight: 700;
}
.main .newsSec .newsBox .newsList {
	box-sizing: border-box;
	width: 79.54%;
}
.main .newsSec .topics {
	padding: 0 20px 100px;
	position: relative;
}
.main .newsSec .topics:before {
	width: 100%;
	height: calc(100% - 135px);
	position: absolute;
	top: 135px;
	left: 0;
	background-color: rgb(0, 0, 0);
	opacity: 0.502;
	content: '';
}
.main .newsSec .topics .innerBox {
	max-width: 1720px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.main .newsSec .topics .topicsBox {
	box-sizing: border-box;
	padding: 10px;
	width: 34.88%;
	max-width: 600px;
	max-height: 270px;
	background-image: -moz-linear-gradient(-24.228deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-24.228deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-24.228deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
}
.main .newsSec .topics .topicsBox .inner {
	box-sizing: border-box;
	padding: 27px 7%;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
.main .newsSec .topics .topicsBox .ttlBox {
	margin-bottom: 21px;
	padding: 0 0 21px 14px;
	align-items: center;
	border-bottom: 1px solid #CCC;
}
.main .newsSec .topics .topicsBox .ttlBox h2 span {
	margin: 9px 8px 0;
	display: inline-block;
	vertical-align: top;
	color: #3ec87a;
	font-size: 1.6rem;
	font-weight: 700;
}
.main .newsSec .topics .topicsBox .ttlBox .btn a {
	color: #3ec87a;
	border-color: #3ec87a;
}
.main .newsSec .topics .topicsBox .ttlBox .btn a:before {
	background-image: url("../img/index/arrow_green.png");
}
.main .newsSec .topics .comLinkList {
	margin: 0;
	padding: 0;
	width: 65.12%;
	max-width: 1120px;
	flex-wrap: nowrap;
}
.main .newsSec .topics .comLinkList li {
	margin: 0 0 0 10px;
}
.main .newsSec .topics .newsList {
	line-height: 2;
}
.main .newsSec .topics .newsList dt {
	width: 100px;
	text-align: left;
}
.main .newsSec .topics .newsList dd {
	padding-right: 0;
	width: calc(100% - 100px);
	max-height: 84px;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0;
}
.main .welcome {
	padding: 175px 0 65px;
	position: relative;
}
.main .welcome:before {
	width: 72%;
	max-width: 1365px;
	height: 116px;
	position: absolute;
	left: 0;
	top: -3px;
	background: url("../img/index/top_txt_web_tgc-gs.png") no-repeat left top;
	background-size: 100% auto;
	content: '';
}
.main .welcome .imgBox {
	margin-bottom: 50px;
	align-items: center;
}
.main .welcome .imgBox:last-of-type {
	margin-bottom: 0;
}
.main .welcome .imgBoxR {
	flex-direction: row-reverse;
}
.main .welcome .imgBox .photoBox {
	width: calc(50% + 80px);
}
.main .welcome .imgBox .textBox {
	box-sizing: border-box;
	padding: 25px 45px 0 0;
	width: calc(50% - 80px);
}
.main .welcome .imgBoxR .textBox {
	padding: 14px 0 0 45px;
}



.main .welcome .imgBox .textBox .innerBox {
	margin-right: auto;
	margin-left: -170px;
	max-width: 730px;
	position: relative;
}
.main .welcome .imgBoxR .textBox .innerBox {
	margin-left: auto;
	margin-right: -100px;
	max-width: 660px;
}
.main .welcome .imgBox .textBox .innerBox:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: -moz-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -webkit-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -ms-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	top: 0;
	content: '';
	opacity: 0.749;
}
.main .welcome .imgBoxR .textBox .innerBox:before {
	background-image: -moz-linear-gradient(45deg, rgb(0, 175, 229) 0%, rgba(70, 212, 255, 0.34902) 100%);
	background-image: -webkit-linear-gradient(45deg, rgb(0, 175, 229) 0%, rgba(70, 212, 255, 0.34902) 100%);
	background-image: -ms-linear-gradient(45deg, rgb(0, 175, 229) 0%, rgba(70, 212, 255, 0.34902) 100%);
	opacity: 0.749;
}
.main .welcome .imgBox .textBox .innerBox .bgBox {
	padding: 5.5% 7% 6.7%;
	position: relative;
	z-index: 1;
	background: url("../img/index/top_img_icons_02.png") no-repeat right -46% top -23px;
	background-size: 59.72% auto;
}
.main .welcome .imgBoxR .textBox .innerBox .bgBox {
	padding: 6.3% 7.7% 7.45%;
	background: url("../img/index/top_img_icons_01.png") no-repeat right -23px top -30px;
	background-size: 48.78% auto;
}



.main .welcome .imgBox .textBox .innerBox2 {
	margin-right: auto;
	margin-left: -170px;
	max-width: 730px;
	position: relative;
}
.main .welcome .imgBoxR .textBox .innerBox2 {
	margin-left: auto;
	margin-right: -100px;
	max-width: 660px;
}
.main .welcome .imgBox .textBox .innerBox2:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-image: -moz-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -webkit-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -ms-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	top: 0;
	content: '';
	opacity: 0.749;
}
.main .welcome .imgBoxR .textBox .innerBox2:before {
	background-image: -moz-linear-gradient(45deg, rgb(71, 169, 109) 0%, rgba(138, 195, 149, 0.34902) 100%);
	background-image: -webkit-linear-gradient(45deg, rgb(71, 169, 109) 0%, rgba(138, 195, 149, 0.34902) 100%);
	background-image: -ms-linear-gradient(45deg, rgb(71, 169, 109) 0%, rgba(138, 195, 149, 0.34902) 100%);
	opacity: 0.749;
}
.main .welcome .imgBox .textBox .innerBox2 .bgBox {
	padding: 5.5% 7% 6.7%;
	position: relative;
	z-index: 1;
	background: url("../img/index/top_img_icons_04.png") no-repeat right -46% top -23px;
	background-size: 59.72% auto;
}
.main .welcome .imgBoxR .textBox .innerBox2 .bgBox {
	padding: 6.3% 7.7% 7.45%;
	background: url("../img/index/top_img_icons_03.png") no-repeat right -23px top -30px;
	background-size: 48.78% auto;
}




.main .welcome .imgBox .textBox h2 {
	/*width: 45%;
	max-width: 307px;
	position: absolute;
	left: 51px;
	top: -45px;*/
	width: 75%;
	max-width: 800px;
	position: absolute;
	left: 51px;
	top: -105px;
}
.main .welcome .imgBoxR .textBox h2 {
	width: 75%;
	max-width: 486px;
	position: absolute;
	left: -41px;
	top: -105px;
}
.for-com-t {
	top: -135px !important;
}
.main .welcome .imgBox .textBox p {
	margin-bottom: 51px;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.65;
}
.main .welcome .imgBox .textBox .btnList {
	margin-top: -20px;
}
.main .welcome .imgBox .textBox .btnList li {
	margin-top: 20px;
	width: 54%;
}
.main .welcome .imgBox .textBox .btnList li a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	color: #FFF;
	font-weight: 700;
	font-size: 1.6rem;
	transition: all ease 0.4s;
}
.main .welcome .imgBox .textBox .btnList li a:before {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #FFF;
	content: '';
	transition: border ease 0.2s;
}
.main .welcome .imgBox .textBox .btnList li a span {
	box-sizing: border-box;
	width: 100%;
	padding: 18px 80px 18px 19px;
	position: relative;
	display: block;
}
.main .welcome .imgBox .textBox .btnList li a span:before {
	width: 62px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 16px;
	background: url("../img/common/arrow_white.png") no-repeat center center;
	background-size: 100% auto;
	content: '';
	transform: translateY(-50%);
	transition: all ease 0.4s;
}
.main .welcome .imgBox .textBox .btnList li a:hover:before {
	border-width: 3px;
}
.main .welcome .imgBox .textBox .btnList li a:hover span:before {
	right: 6px;
}
.main .department {
	padding: 44px 0 40px;
	position: relative;
}
.main .department:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: -moz-linear-gradient(0deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	opacity: 0.749;
	content: '';
}
.main .department h2 {
	margin-bottom: 42px;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.main .department .linkUl {
	margin-bottom: 40px;
	position: relative;
	align-content: flex-start;
	align-items: flex-start;
}
.main .department .linkUl li {
	width: 25%;
}
.main .department .linkUl li:nth-child(n + 15) {
	display: none !important;
}
.main .department .linkUl li:nth-child(1) {
	width: 50%;
}
.main .department .linkUl li:nth-child(4) {
	position: absolute;
	left: 50%;
	top: 20%;
}
.main .department .linkUl li:nth-child(5) {
	position: absolute;
	left: 75%;
	top: 20%;
}
.main .department .linkUl li:nth-child(11) {
	width: 50%;
}
.main .department .linkUl li:nth-child(13) {
	position: absolute;
	left: 0;
	top: 80%;
}
.main .department .linkUl li:nth-child(14) {
	position: absolute;
	left: 75%;
	top: 80%;
}
.main .department .linkUl li a {
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	color: #FFF;
	overflow: hidden;
}
.main .department .linkUl li a:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
	transition: all ease 0.4s;
}
.main .department .linkUl li a:hover:before {
	transform: scale(1.2);
}
.main .department .linkUl .item01:before {
	background-image: url("../img/index/top_btn_department_ri_math.jpg");
}
.main .department .linkUl .item02:before {
	background-image: url("../img/index/top_btn_department_ri_phy.jpg");
}
.main .department .linkUl .item03:before {
	background-image: url("../img/index/top_btn_department_ri_che.jpg");
}
.main .department .linkUl .item04:before {
	background-image: url("../img/index/top_btn_department_ri_appmath.jpg");
}
.main .department .linkUl .item05:before {
	background-image: url("../img/index/top_btn_department_ri_appphy.jpg");
}
.main .department .linkUl .item06:before {
	background-image: url("../img/index/top_btn_department_ri_appche.jpg");
}
.main .department .linkUl .item07:before {
	background-image: url("../img/index/top_btn_department_ko_arc.jpg");
}
.main .department .linkUl .item08:before {
	background-image: url("../img/index/top_btn_department_ko_ind.jpg");
}
.main .department .linkUl .item09:before {
	background-image: url("../img/index/top_btn_department_ko_ele.jpg");
}
.main .department .linkUl .item10:before {
	background-image: url("../img/index/top_btn_department_ko_inf.jpg");
}
.main .department .linkUl .item11:before {
	background-image: url("../img/index/top_btn_department_ko_mec.jpg");
}
.main .department .linkUl .item12:before {
	background-image: url("../img/index/top_btn_department_yaku_med.jpg");
}
.main .department .linkUl .item13:before {
	background-image: url("../img/index/top_btn_department_yaku_souyaku.jpg");
}
.main .department .linkUl .item14:before {
	background-image: url("../img/index/top_btn_department_riko_math.jpg");
}
.main .department .linkUl .item15:before {
	background-image: url("../img/index/top_btn_department_riko_phy.jpg");
}
.main .department .linkUl .item16:before {
	background-image: url("../img/index/top_btn_department_riko_info.jpg");
}
.main .department .linkUl .item17:before {
	background-image: url("../img/index/top_btn_department_riko_appbio.jpg");
}
.main .department .linkUl .item18:before {
	background-image: url("../img/index/top_btn_department_riko_arc.jpg");
}
.main .department .linkUl .item19:before {
	background-image: url("../img/index/top_btn_department_riko_appche.jpg");
}
.main .department .linkUl .item20:before {
	background-image: url("../img/index/top_btn_department_riko_ele.jpg");
}
.main .department .linkUl .item21:before {
	background-image: url("../img/index/top_btn_department_riko_man.jpg");
}
.main .department .linkUl .item22:before {
	background-image: url("../img/index/top_btn_department_riko_mec.jpg");
}
.main .department .linkUl .item23:before {
	background-image: url("../img/index/top_btn_department_riko_civ.jpg");
}
.main .department .linkUl .item24:before {
	background-image: url("../img/index/top_btn_department_ade_ae.jpg");
}
.main .department .linkUl .item25:before {
	background-image: url("../img/index/top_btn_department_ade_mst.jpg");
}
.main .department .linkUl .item26:before {
	background-image: url("../img/index/top_btn_department_ade_bst.jpg");
}
.main .department .linkUl .item27:before {
	background-image: url("../img/index/top_btn_department_mgt_mgt.jpg");
}
.main .department .linkUl .item28:before {
	background-image: url("../img/index/top_btn_department_mgt_be.jpg");
}
.main .department .linkUl .item29:before {
	background-image: url("../img/index/top_btn_department_mgt_inter.jpg");
}
.main .department .linkUl .item30:before {
	background-image: url("../img/index/top_btn_department_ri2_math.jpg");
}
.main .department .linkUl .item31:before {
	background-image: url("../img/index/top_btn_department_ri2_phy.jpg");
}
.main .department .linkUl .item32:before {
	background-image: url("../img/index/top_btn_department_ri2_che.jpg");
}
.main .department .linkUl li a .name {
	padding: 8px 25px;
	position: absolute;
	left: 0;
	top: 10%;
	font-size: 1.6rem;
	font-weight: 700;
	background-image: -moz-linear-gradient(-24.788deg, rgb(0, 138, 50) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-24.788deg, rgb(0, 138, 50) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-24.788deg, rgb(0, 138, 50) 0%, rgb(70, 212, 255) 100%);
}
.main .department .linkUl li:nth-child(1) a .name, .main .department .linkUl li:nth-child(11) a .name {
	top: 5.2%;
}
.main .department .linkUl li a .name .sub {
	margin-right: 28px;
	padding-right: 32px;
	position: relative;
}
.main .department .linkUl li a .name .sub:before {
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #FFF;
	transform: translateY(-50%);
	content: '';
}
.main .department .linkUl li a .text {
	box-sizing: border-box;
	padding: 0 8%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10%;
	font-size: 2rem;
}
.main .department .linkUl li:nth-child(1) a .name, .main .department .linkUl li:nth-child(11) a .name {
	padding: 8px 35px 6px;
	font-size: 2.4rem;
}
.main .department .linkUl li:nth-child(1) a .name .sub, .main .department .linkUl li:nth-child(11) a .name .sub {
	margin-right: 36px;
	padding-right: 37px;
}
.main .department .linkUl li:nth-child(1) a .name .sub:before, .main .department .linkUl li:nth-child(11) a .name .sub:before {
	height: 24px;
}
.main .department .linkUl li:nth-child(1) a .text, .main .department .linkUl li:nth-child(11) a .text {
	padding: 0 4.5%;
	bottom: 5.6%;
	font-size: 4rem;
}
.main .department .btn {
	margin: 0 auto;
	width: 230px;
}
.main .department .btn a {
	padding: 17px 20px 19px;
	display: block;
	position: relative;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
}
.main .department .btn a:before {
	width: 62px;
	height: 13px;
	position: absolute;
	right: 16px;
	top: 50%;
	background: url("../img/common/arrow_white.png") no-repeat center center;
	background-size: 100% auto;
	content: '';
	transform: translateY(-50%);
	transition: all ease 0.4s;
}
.main .department .btn a:after {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #FFF;
	content: '';
	transition: all ease 0.2s;
}
.main .department .btn a:hover:before {
	right: 5px;
}
.main .department .btn a:hover:after {
	border-width: 3px;
}
.main .research {
	padding: 50px 0 90px;
}
.main .research .imgBox {
	margin: 0 auto 80px;
	max-width: 1112px;
}
.main .research .imgBox .textBox {
	width: calc(50% + 30px);
	position: relative;
	z-index: 1;
}
.main .research .imgBox .textBox h2 {
	margin-bottom: 12px;
}
.main .research .imgBox .textBox h2 .imgTxt {
	margin-bottom: 22px;
	display: block;
}
.main .research .imgBox .textBox h2 .imgTxt img {
	width: 100%;
	max-width: 575px;
}
.main .research .imgBox .textBox h2 .txt {
	margin-left: 65px;
	display: block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
}
.main .research .imgBox .textBox .text {
	margin-bottom: 8px;
	margin-left: 65px;
	width: 240px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}
.main .research .imgBox .textBox .btn {
	margin-left: 65px;
}
.main .research .imgBox .textBox .btn a {
	padding-right: 93px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #008a32;
	font-weight: 700;
}
.main .research .imgBox .textBox .btn a:before {
	margin-top: -2px;
	width: 62px;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 50%;
	background: url("../img/common/arrow_green.png") no-repeat;
	background-size: 100% auto;
	content: '';
	transform: translateY(-50%);
	transition: all ease 0.4s;
}
.main .research .imgBox .textBox .btn a:hover:before {
	right: 0;
}
.main .research .imgBox .photoBox {
	box-sizing: border-box;
	margin-top: 30px;
	margin-left: -200px;
	padding-right: 6px;
	width: calc(50% + 170px);
}
.main .research .link {
	position: relative;
}
.main .research .link:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #FFF;
	background-image: -moz-linear-gradient(-26.137deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-26.137deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-26.137deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	content: '';
}
.main .research .link a {
	position: relative;
	display: block;
	overflow: hidden;
}
.main .research .link a img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	transition: all ease 0.4s;
}
.main .research .link a:hover img {
	transform: scale(1.1);
}
.main .research .link a .txt {
	box-sizing: border-box;
	padding: 5px 10px 6px;
	width: 400px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	background-image: -moz-linear-gradient(-21.432deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-21.432deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-21.432deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	transform: translate(-50%, -50%)
}
.main .pick {
	padding: 65px 0 103px;
	background: url("../img/index/top_bg_pickup.jpg") no-repeat center center;
	background-size: cover;
}
.main .pick h2 {
	margin-bottom: 41px;
	font-size: 3.6rem;
	font-weight: 700;
	color: #3dcb70;
	text-align: center;
}
.main .pick li {
	width: 23.4%;
	margin-right: 2.13%;
}
.main .pick li:nth-child(4n) {
	margin-right: 0;
}
.main .pick li a {
	display: block;
	position: relative;
}
.main .pick li .photo {
	overflow: hidden;
}
.main .pick li a .photo img {
	width: 100%;
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
.main .pick li a span {
	padding: 6px 12px;
	position: absolute;
	display: inline-block;
	left: 0;
	top: -15px;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 700;
	background-image: -moz-linear-gradient(-32.132deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -webkit-linear-gradient(-32.132deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	background-image: -ms-linear-gradient(-32.132deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	z-index: 1;
}
.main .pick li p {
	margin: 13px 12px 0;
	padding-right: 65px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.main .pick li p:before {
	width: 62px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: -5px;
	background: url("../img/common/arrow_white.png") no-repeat center center;
	background-size: 100% auto;
	content: '';
	transform: translateY(-50%);
	transition: all ease 0.4s;
}
@media only screen and (min-width: 897px) {
	.main .pick li a:hover p:before {
		right: -15px;
	}
	.main .pick li a:hover .photo img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media only screen and (min-width: 897px) and (max-width: 1699px) {
	.main .mainVisual .mvBtn .imgTxt {
		margin-bottom: 1.6vw;
	}
	.main .mainVisual .mvBtn p {
		margin-bottom: 2.4vw;
		font-size: 1.5vw;
	}
}
@media only screen and (min-width: 897px) and (max-width: 1599px) {
	.main .newsSec .topics .topicsBox {
		width: 31%;
	}
	.main .newsSec .topics .comLinkList {
		width: 69%;
	}
	.main .newsSec .topics .topicsBox .inner {
		padding: 1.5vw 5%;
	}
	.main .newsSec .topics .topicsBox .ttlBox {
		margin-bottom: 1.3vw;
		padding-bottom: 1.2vw;
	}
	.main .newsSec .topics .newsList dd {
		max-height: 60px;
	}
}
@media only screen and (min-width: 897px) and (max-width: 1349px) {
	.main .welcome .imgBox .textBox h2 {
		left: 3.7vw;
		top: -3.3vw;
	}
	.main .welcome .imgBoxR .textBox h2 {
		left: -3vw;
		top: -4.8vw;
	}
}
@media only screen and (min-width: 897px) and (max-width: 1199px) {
	.main .newsSec .topics {
		padding: 0 20px 70px;
	}
	.main .newsSec .topics .topicsBox {
		width: 100%;
	}
	.main .newsSec .topics .topicsBox {
		margin-bottom: 10px;
		max-width: 100%;
	}
	.main .newsSec .topics .topicsBox .inner {
		min-height: inherit;
		padding: 3%;
	}
	.main .newsSec .topics .comLinkList {
		padding-left: 0px;
		width: 100%;
		max-width: inherit;
		justify-content: space-between;
	}
	.main .newsSec .topics .comLinkList li {
		width: calc(25% - 8px);
		margin: 0;
	}
}
@media only screen and (min-width: 897px) and (max-width: 1279px) {
	.main .department .linkUl li a .name {
		padding: 8px 1.5vw;
		font-size: 1.25vw;
	}
	.main .department .linkUl li a .name .sub {
		margin-right: 1.5vw;
		padding-right: 1.5vw;
	}
	.main .department .linkUl li:nth-child(1) a .name .sub, .main .department .linkUl li:nth-child(11) a .name .sub {
		margin-right: 2vw;
		padding-right: 2vw;
	}
	.main .department .linkUl li a .text {
		padding: 0 4%;
		bottom: 5%;
		font-size: 1.5vw;
	}
	.main .department .linkUl li:nth-child(1) a .name, .main .department .linkUl li:nth-child(11) a .name {
		padding: 8px 2.5vw;
		font-size: 1.8vw;
	}
	.main .department .linkUl li:nth-child(1) a .text, .main .department .linkUl li:nth-child(11) a .text {
		padding: 0 2.5%;
		bottom: 3%;
		font-size: 3.1vw;
	}
}
@media only screen and (min-width: 897px) and (max-width: 999px) {
	.main .welcome .imgBox .textBox .btnList li a span {
		padding-right: 70px;
	}
	.main .welcome .imgBox .textBox .btnList li a span:before {
		width: 50px;
	}
	.main .research .imgBox .photoBox {
		margin-left: -130px;
		width: calc(50% + 100px);
	}
}
@media only screen and (max-width: 896px) {
	.main .mainVisual {
		display: block;
	}
	.main .mainVisual .movieBox {
		width: auto;
		min-height: inherit;
		padding-bottom: 56.25%;
	}
	.main .mainVisual .mvBtn {
		width: auto;
		padding-bottom: inherit;
	}
	.main .mainVisual .mvBtn a {
		padding: 17px 15px;
		height: auto;
		display: block;
		position: static;
		box-sizing: border-box;
	}
	.main .mainVisual .mvBtn a .inner {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		padding: 0;
	}
	.main .mainVisual .mvBtn a:before {
		transition: none;
	}
	.main .mainVisual .mvBtn a:hover:before {
		transform: none;
	}
	.main .mainVisual .mvBtn .imgTxt {
		margin-bottom: 12px;
		max-width: inherit;
	}
	.main .mainVisual .mvBtn p {
		margin-bottom: 9px;
		font-size: 1.5rem;
	}
	.main .mainVisual .mvBtn .btn span {
		padding: 0 3px;
		font-size: 1.2rem;
	}
	.main .mainVisual .mvBtn .btn span:before {
		width: 42px;
		right: -55px;
		transition: none;
	}
	.main .mainVisual .mvBtn a:hover .btn span:before {
		right: -55px;
	}
	.main .content {
		max-width: inherit;
	}
	.main .newsSec {
		background: url("../img/index/top_news_bg_top_sp.jpg") no-repeat top center, url("../img/index/top_news_bg_bottom_sp.jpg") no-repeat bottom center;
		background-size: 100% auto;
	}
	.main .newsSec .importantNews {
		margin-bottom: 30px;
		padding: 9px 20px 19px;
	}
	.main .newsSec .importantNews .content {
		display: block;
	}
	.main .newsSec .importantNews h2 {
		margin-bottom: 9px;
		width: auto;
		text-align: left;
	}
	.main .newsSec .importantNews .newsList {
		margin-bottom: 16px;
		padding-right: 0;
		width: auto;
	}
	.main .newsSec .newsList {
		margin-bottom: 14px;
		display: block;
	}
	.main .newsSec .newsList dt {
		width: auto;
		position: relative;
		text-align: left;
		line-height: 1.5;
	}
	.main .newsSec .newsList dt .new {
		margin: 0;
		padding: 3px 8px;
		position: absolute;
		left: 114px;
		top: -2px;
		color: #FFF;
		font-size: 1.2rem;
		font-weight: 500;
		background: #7B0C36;
		border-radius: 15px;
	}
	.main .newsSec .newsList dd {
		margin-bottom: 25px;
		padding: 0;
		width: auto;
		letter-spacing: 0.05em;
	}
	.main .newsSec .newsList dd:last-of-type {
		margin-bottom: 0;
	}
	.main .newsSec .newsList dd a:hover {
		text-decoration: none;
	}
	.main .newsSec .btn a {
		margin: 0 auto;
	}
	.main .newsSec .btn a:before {
		transition: none;
	}
	.main .newsSec .btn a:hover:before {
		right: 6px;
	}
	.main .newsSec .importantNews .btn {
		position: static;
	}
	.main .newsSec .newsBox {
		margin-bottom: 50px;
		margin-right: 10px;
	}
	.main .newsSec .newsBox .innerBox {
		padding: 17px 20px 26px;
		display: block;
	}
	.main .newsSec .newsBox .ttlBox {
		box-sizing: border-box;
		padding: 0;
		width: auto;
	}
	.main .newsSec .newsBox .ttlBox h2 {
		margin-bottom: 17px;
		font-size: 2.1rem;
	}
	.main .newsSec .newsBox .ttlBox h2 span {
		margin: -2px 0 0;
	}
	.main .newsSec .newsBox .newsList {
		width: auto;
	}
	.main .newsSec .topics {
		padding: 0 10px 50px;
	}
	.main .newsSec .topics:before {
		height: calc(100% - 200px);
		position: absolute;
		top: 200px;
		opacity: 0.27;
	}
	.main .newsSec .topics .innerBox {
		max-width: inherit;
		display: block;
	}
	.main .newsSec .topics .topicsBox {
		padding: 10px;
		width: auto;
		max-width: inherit;
		max-height: inherit;
	}
	.main .newsSec .topics .topicsBox .inner {
		min-height: inherit;
		padding: 27px 20px 20px;
	}
	.main .newsSec .topics .topicsBox .ttlBox {
		margin-bottom: 24px;
		padding: 0 0 21px;
		display: block;
		text-align: center;
	}
	.main .newsSec .topics .topicsBox .ttlBox h2 span {
		margin: 9px 17px 0;
	}
	.main .newsSec .topics .topicsBox .btn a {
		color: #3ec87a;
		border-color: #3ec87a;
	}
	.main .newsSec .topics .topicsBox .btn a:before {
		background-image: url("../img/index/arrow_green.png");
	}
	.main .newsSec .topics .comLinkList {
		width: auto;
		max-width: inherit;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main .newsSec .topics .comLinkList li {
		margin: 10px 0 0;
		width: calc(50% - 5px);
	}
	.main .newsSec .topics .comLinkList li a .inner {
		margin-top: -10px;
	}
	.main .newsSec .topics .comLinkList li a .inner .txt {
		margin-top: 6px;
	}
	.main .newsSec .topics .comLinkList li:nth-child(3) a .inner .txt, .main .newsSec .topics .comLinkList li:nth-child(4) a .inner .txt {
		margin-top: 3px;
	}
	.main .newsSec .topics .newsList dt {
		width: auto;
	}
	.main .newsSec .topics .newsList dd {
		width: auto;
		max-height: inherit;
	}
	.main .welcome {
		padding: 113px 0 40px;
	}
	.main .welcome:before {
		width: calc(100% - 4px);
		max-width: 320px;
		height: 100px;
		top: 2px;
		background-image: url("../img/index/top_txt_web_tgc-gs_sp.png");
	}
	.main .welcome .imgBox {
		margin-bottom: 40px;
		display: block;
	}
	.main .welcome .imgBox:last-of-type {
		margin-bottom: 0;
	}
	.main .welcome .imgBox .photoBox {
		margin-left: 10px;
		margin-right: 0;
		width: auto;
	}
	.main .welcome .imgBoxR .photoBox {
		margin-left: 65px;
		margin-right: -54px;
	}
	.main .welcome .imgBox .textBox {
		margin: -20px 30px 0 0;
		padding: 0;
		width: auto;
		display: block;
	}
	.main .welcome .imgBoxR .textBox {
		margin: -13px 0 0 30px;
		padding: 0;
	}
	.main .welcome .imgBox .textBox .innerBox {
		margin: 0;
		max-width: inherit;
	}
	.main .welcome .imgBoxR .textBox .innerBox {
		margin: 0;
		max-width: inherit;
	}
	.main .welcome .imgBox .textBox .innerBox:before {
		/*background-image: -moz-linear-gradient(-67.7deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
		background-image: -webkit-linear-gradient(-67.7deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
		background-image: -ms-linear-gradient(-67.7deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);*/
		background-image: -moz-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -webkit-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
	background-image: -ms-linear-gradient(51deg, rgb(122, 12, 54) 0%, rgba(199, 0, 76, 0.34902) 100%);
		opacity: 0.749;
	}
	.main .welcome .imgBoxR .textBox .innerBox:before {
		background-image: -moz-linear-gradient(45deg, rgb(70, 212, 255) 0%, rgba(70, 212, 255, 0.34902) 100%);
		background-image: -webkit-linear-gradient(45deg, rgb(70, 212, 255) 0%, rgba(70, 212, 255, 0.34902) 100%);
		background-image: -ms-linear-gradient(45deg, rgb(70, 212, 255) 0%, rgba(70, 212, 255, 0.34902) 100%);
		opacity: 0.749;
	}
	.main .welcome .imgBox .textBox .innerBox .bgBox {
		padding: 1px 30px 30px;
		background: url("../img/index/top_img_icons_02.png") no-repeat right -57px top -9px;
		background-size: 216px auto;
	}
	.main .welcome .imgBoxR .textBox .innerBox .bgBox {
		padding: 1px 30px 30px;
		background: url("../img/index/top_img_icons_01.png") no-repeat right -16px top -27px;
		background-size: 191px auto;
	}
	.main .welcome .imgBox .textBox h2 {
		margin: -28px 0 5cqmax 0;
		width: auto;
		max-width: inherit;
		position: static;
	}
	.main .welcome .imgBox .textBox h2 img {
		width: 213px;
	}
	.main .welcome .imgBoxR .textBox h2 {
		margin: -18px 0 75px -53px;
		width: auto;
		max-width: inherit;
		position: static;
	}
	.main .welcome .imgBoxR .textBox h2 img {
		width: 210px;
	}
	.main .welcome .imgBox .textBox p {
		margin-bottom: 26px;
		margin-right: 30px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.75;
	}
	.main .welcome .imgBoxR .textBox p {
		margin-bottom: 44px;
	}
	.main .welcome .imgBox .textBox .btnList {
		margin-top: 0;
		margin-right: 30px;
		display: block;
	}
	.main .welcome .imgBox .textBox .btnList li {
		margin-top: 20px;
		width: auto;
	}
	.main .welcome .imgBox .textBox .btnList li:first-child {
		margin-top: 0;
	}
	.main .welcome .imgBox .textBox .btnList li a {
		font-size: 1.4rem;
		transition: none;
	}
	.main .welcome .imgBox .textBox .btnList li a:before {
		transition: none;
	}
	.main .welcome .imgBox .textBox .btnList li a span {
		padding: 19px 60px 20px 19px;
	}
	.main .welcome .imgBox .textBox .btnList li a span:before {
		width: 43px;
		right: 18px;
		transition: none;
	}
	.main .welcome .imgBox .textBox .btnList li a:hover:before {
		border-width: 1px;
	}
	.main .welcome .imgBox .textBox .btnList li a:hover span:before {
		right: 18px;
	}
	.main .department .linkUl {
		margin-bottom: 40px;
		justify-content: space-between;
	}
	.main .department .linkUl li {
		width: 50% !important;
		position: static !important;
	}
	.main .department .linkUl li a:before {
		transition: none;
	}
	.main .department .linkUl li a:hover:before {
		transform: none;
	}
	.main .department .linkUl li a .name {
		padding: 8px 10px !important;
		top: 20px !important;
		font-size: 1.2rem !important;
		background-image: -moz-linear-gradient(-61.041deg, rgb(0, 138, 50) 0%, rgb(70, 212, 255) 100%);
		background-image: -webkit-linear-gradient(-61.041deg, rgb(0, 138, 50) 0%, rgb(70, 212, 255) 100%);
		background-image: -ms-linear-gradient(-61.041deg, rgb(0, 138, 50) 0%, rgb(70, 212, 255) 100%);
	}
	.main .department .linkUl li a .name .sub {
		margin-right: 0 !important;
		padding-right: 0 !important;
		display: block;
	}
	.main .department .linkUl li a .name .sub:before {
		display: none;
	}
	.main .department .linkUl li a .text {
		padding: 0 10px;
		bottom: 12px !important;
		font-size: 1rem !important;
	}
	.main .department .btn a:before {
		transition: none;
	}
	.main .department .btn a::after {
		transition: none;
	}
	.main .department .btn a:hover:before {
		right: 16px;
	}
	.main .department .btn a:hover:after {
		border-width: 1px;
	}
	.main .research {
		padding: 32px 0 60px;
	}
	.main .research .imgBox {
		margin: 0 -1px 46px;
		max-width: inherit;
		display: block;
	}
	.main .research .imgBox .textBox {
		margin-bottom: 21px;
		width: auto;
	}
	.main .research .imgBox .textBox h2 {
		margin-bottom: 6px;
	}
	.main .research .imgBox .textBox h2 .imgTxt {
		margin-bottom: 17px;
	}
	.main .research .imgBox .textBox h2 .imgTxt img {
		max-width: 300px;
	}
	.main .research .imgBox .textBox h2 .txt {
		margin: 0 33px;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	.main .research .imgBox .textBox .text {
		margin: 0 30px 13px;
		width: auto;
		font-size: 1.4rem;
		text-align: justify;
	}
	.main .research .imgBox .textBox .btn {
		margin-left: 30px;
	}
	.main .research .imgBox .textBox .btn a {
		padding-right: 54px;
		font-size: 1.2rem;
	}
	.main .research .imgBox .textBox .btn a:before {
		margin-top: 0;
		width: 44px;
		right: 0;
		transition: none;
	}
	.main .research .imgBox .textBox .btn a:hover:before {
		right: 0;
	}
	.main .research .imgBox .photoBox {
		margin: 0 11px;
		padding-right: 0;
		width: auto;
		text-align: center;
	}
	.main .research .imgBox .photoBox img {
		width: 100%;
	}
	.main .research .link {
		margin: 0 10px;
	}
	.main .research .link:before {
		background-image: -moz-linear-gradient(-65.972deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
		background-image: -webkit-linear-gradient(-65.972deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
		background-image: -ms-linear-gradient(-65.972deg, rgb(62, 200, 122) 0%, rgb(70, 212, 255) 100%);
	}
	.main .research .link a img {
		transition: none;
	}
	.main .research .link a:hover img {
		transform: none;
	}
	.main .research .link a .txt {
		padding: 13px 5px 13px;
		width: 250px;
		font-size: 1.6rem;
	}
	.main .pick {
		padding: 45px 0 53px;
	}
	.main .pick h2 {
		margin-bottom: 41px;
	}
	.main .pick {
		display: inherit;
	}
	.main .pick ul {
		display: block;
	}
	.main .pick li {
		width: auto;
		margin: 0 0 48px;
	}
	.main .pick li:last-child {
		margin: 0;
	}

	/* SP: prevent innerBox2 from overflowing (remove negative margin) */
	.main .welcome .imgBoxR .textBox .innerBox2{
		margin: 0 auto;
		max-width: 100%;
	}

}