@charset "utf-8";
/*---------------------------------------
富山大学 理学部Default
--------------------------------------*/
html {
	font-size: 62.5%;
}
/* リセット */
*, body, h1, h2, h3, h4, p, ul {
	padding: 0;
	margin: 0;
}
body {
	font-family: "BIZ UDPGothic", YuGothic, “Yu Gothic Medium”, “Yu Gothic”, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 4.6rem;
	margin: 0;
	line-height: 1.6;
}
h2 {
	font-size: 3.6rem;
	line-height: 1.4;
}
h3 {
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}
h4 {
	font-size: 2.8rem;
	border-left: none;
	padding-left: 0;
}
h5, h6 {
	/*font-size: 1.8rem;*/
}
ul li, ol li, dl dt, dl dd, p, a, td, th, button {
	font-size: 1.6rem;
}

h1, h2, h3, h4,
ul li,
ol li,
p {
	/*word-break: break-all;*/	/* 英数字折り返し */
	overflow-wrap: break-word;
　　word-wrap: break-word;
}
p {
	line-height: 1.8;
	margin-bottom: 1.5rem;
}
li {
	list-style: none;
}
a {
	cursor: pointer;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
em {
	font-style: normal;
	font-weight: 600;
}

@media (max-width: 1199px) {
	h1, h2 {
		font-size: 3.2rem;
	}
	h3, h4 {
	font-size: 2.4rem;
	
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	h2 {
		font-size: 2.4rem;
	}
	h3, h4 {
		font-size: 2rem;
	}
	ul li, ol li, dl dt, dl dd, p, a, td, th, button {
		font-size: 1.6rem;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3, h4 {
		/*font-size: 2rem;*/
	}
	ul li, ol li, dl dt, dl dd, p, a, td, th, button {
		font-size: 1.5rem;
	}
}
@media (max-width: 576px) {
	h1 {
		/*font-size: 2.6rem;*/
	}
	h2 {
		font-size: 2rem;
	}
	h3, h4 {
		font-size: 1.8rem;
		margin-bottom: .5rem;
	}
}

/*---------------------------------------
共通設定
--------------------------------------*/
.sci-bg-bgray {
	/*background-color: #f5f5f5;*/
}

/* Padding */
.sci-pdt3p {
	padding-top: 3%;
}
.sci-pdt5p {
	padding-top: 5%;
}
.sci-pdb5p {
	padding-bottom: 5%;
}
.sci-pdtb5p, .sci-head-pdtb5p {
	padding-top: 5%;
	padding-bottom: 5%;
}

/* Margin */
.sci-mlr40pmb4r {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 4rem;
}
.sci-mb4r {
	margin-bottom: 4rem;
}
.sci-mb40-sm20 {
	/*margin-bottom: 40px;*/
}

/* テキスト寄せ */
.sci-txt-c {
	text-align: center;
}

/* 表示・非表示class */
.sci-lg-none {	/* 991px以下非表示 */
	display: none;
}


@media (max-width: 1199px) {
	.sci-pdtb5p {
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.sci-head-pdtb5p {
		padding-top: 6%;
		padding-bottom: 10%;
	}
	/* Margin */
	.sci-mlr40pmb4r {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 3rem;
	}
}

@media (max-width: 991px) {
	.sci-mlr40pmb4r {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 3rem;
	}
}

@media (max-width: 767px) {
	/* Margin */
	.sci-mlr40pmb4r {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.sci-mb4r {
		margin-bottom: 2rem;
	}
}

/* ページTOP */
.pagetop {
  /*display: block;*/
  position: fixed;
  right: 22px;
  bottom: 42px;
  width: 60px;
  height: 60px;
  color: white;
  background-color: #68b361;
  border-radius: 50vw;
  z-index: 100;
  font-size: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.4s ease background-color;
}
.pagetop::before {
  flex-shrink: 0;
  content: '';
  background-color: currentColor;
  display: inline-block;
  height: 26px;
  width: 26px;
  -webkit-mask: url("../images/sci_arrow_top.svg");
  mask: url("../images/sci_arrow_top.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  line-height: inherit;
  transform: rotate(-90deg);
  box-sizing: border-box;
}


/*---------------------------------------
カラー設定
class: sci-col～／sci-bg～
--------------------------------------*/

/* テキストカラー設定 */
.sci-col-orage {
	color: #f47e2f;
}
.sci-col-lgblue {
	color: #26a9d8;
}
.sci-col-red {
	color: #ea545d;
}
.sci-col-purple {
	color: #a64a97;
}
.sci-col-dkblue {
	color: #3d62ad;
}
.sci-col-green {
	color: #41b25d;
}

/* 背景カラー設定 */
.sci-bg-orage {
	background-color: #f47e2f;
}
.sci-bg-lgblue {
	background-color: #26a9d8;
}
.sci-bg-red {
	background-color: #ea545d;
}
.sci-bg-purple {
	background-color: #a64a97;
}
.sci-bg-dkblue {
	background-color: #3d62ad;
}
.sci-bg-green {
	background-color: #41b25d;
}


/*---------------------------------------
タイトル
class: sci-ttl～
--------------------------------------*/
.sci-ttl-basic, .sci-ttl-whiteln, .sci-ttl-basicln {
	position: relative;
	text-align: center;
	letter-spacing: .5rem;
	margin-bottom: 3rem;
}

/* 基本タイトル */
.sci-ttl-basic {
	color: #108277;
}
/* タイトル白下線付 */
.sci-ttl-whiteln {
	color: #ffffff;
	padding-bottom: 15px;
}
/* タイトル青緑下線付 */
.sci-ttl-basicln {
	color: #108277;
	padding-bottom: 15px;
}

.sci-ttl-whiteln::after, .sci-ttl-basicln::after {
	display: block;
	content: '';
	width: 100px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.sci-ttl-whiteln::after {	/* 白下線 */
	background-color: #ffffff;
	position: absolute;
}
.sci-ttl-basicln::after {	/* 青緑下線 */
	background-color: #108277;
}

@media (max-width: 1199px) {
	.sci-ttl-basic {
		margin-bottom: 2rem;
	}
	/* タイトル白下線付 */
	.sci-ttl-whiteln {
		padding-bottom: 10px;
	}
	/* タイトル青緑下線付 */
	.sci-ttl-whiteln::after, .sci-ttl-basicln::after {
		width: 70px;
		height: 3px;
	}
}

@media (max-width: 991px) {
	/* タイトル青緑下線付 */
	.sci-ttl-whiteln::after, .sci-ttl-basicln::after {
		width: 60px;
		/*height: 2px;*/
	}
}

@media (max-width: 767px) {
	.sci-ttl-basic, .sci-ttl-whiteln, .sci-ttl-basicln {
		letter-spacing: 0;
		margin-bottom: 1.5rem;
	}
	.sci-ttl-whiteln, .sci-ttl-basicln {
		padding-bottom: 10px;
	}
	/* タイトル青緑下線付 */
	.sci-ttl-whiteln::after, .sci-ttl-basicln::after {
		width: 50px;
		height: 2px;
	}
}

@media (max-width: 576px) {
	.sci-ttl-basic, .sci-ttl-whiteln, .sci-ttl-basicln {
		margin-bottom: 1.2rem;
		letter-spacing: .2rem;
	}

}


/*---------------------------------------
リスト
class: sci-list～
--------------------------------------*/
/* リスト */
.sci-list-basic {
	list-style: none;
}
.sci-list-basic li {
	background: url("../images/sci_check.svg") no-repeat left top 4px;
	background-size: 22px auto;
	padding-left: 30px;
	margin-bottom: 2rem;
	line-height: 1.6;
}
.sci-list-marker {
	color: #108277;
	font-weight: 600;
	background-color: #f8fcca;
	padding: 5px;
}

/* 定義リスト */
.sci-dflist {
	list-style: none;
}
.sci-dflist dt, .sci-dflist dd {
	margin-bottom: 2rem;
	line-height: 1.6;
	display: inline-block;
}
.sci-dflist dt {
	margin-right: 15px;
}

@media (max-width: 1199px) {
	/* 定義リスト */
	.sci-dflist dt, .sci-dflist dd {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	/* リスト */
	.sci-list-basic li {
		background-size: 20px auto;
		padding-left: 25px;
		margin-bottom: 1rem;
	}
	.sci-list-marker {
		padding: 3px;
	}
	/* 定義リスト */
	.sci-dflist dt, .sci-dflist dd {
		margin-bottom: .5rem;
	}
}

@media (max-width: 576px) {
	/* 定義リスト */
	.sci-dflist dt, .sci-dflist dd {
		width: 100%;
	}

}


/*---------------------------------------
ボタン
class: sci-btn～
--------------------------------------*/
/* 基本ボタン */
.sci-btn-basic {
	position: relative;
	display: inline-block;
	min-width: 300px;
	padding: 20px 35px 20px 10px;
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: white;
	background-color: #52a8a3;
	border-radius: 50vw;
	transition: 0.4s ease background-color;
	box-sizing: border-box;
}
.sci-btn-basic:hover {
  background-color: #68b361;
}

/* 入学試験とカリキュラムの特色ボタン */
.sci-btn-ltgray {
    position: relative;
    display: inline-block;
    width: min(340px, 100%);
    padding: 30px 25px;
    font-size: clamp(1.4rem,1.6vw,1.6rem);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #5C5C5C;
	background: #EAEDF0 url("../images/sci_cur_btn.svg") no-repeat left 25px center;
	background-size: 28px auto;
    transition: 0.4s ease background-color;
	text-indent: 3rem;
	text-align: center;
	box-sizing: border-box;
}
.sci-btn-ltgray:hover {
    background-color: #cdd7e0;
}

/* 国際ボタン */
.sci-btn-red {
	position: relative;
	display: inline-block;
	width: 500px;
	max-width: 100%;
	padding: 20px 10px;
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 1rem;
	color: white;
	background-color: #ea545d;
	transition: 0.4s ease background-color;
	box-sizing: border-box;
}
.sci-btn-red:hover {
  background-color: #f47e2f;
}

/* 基本ボタン・国際ボタン矢印 */
.sci-btn-basic::after, .sci-btn-red::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: clamp(20px,7.5vw,30px);
	height: clamp(20px,7.5vw,30px);
	border-radius: 100%;
  /*border: 1px solid #DADEE2;*/
	background: white url(../images/sci_arrow.svg) no-repeat center center;
	background-size: 10px auto;
	transition: 0.4s ease;
}

@media (max-width: 1199px) {
	/* 基本ボタン */
	.sci-btn-basic {
		min-width: 260px;
		padding: 15px 25px 15px 10px;
	}
	/* 入学試験とカリキュラムの特色ボタン */
	.sci-btn-ltgray {
    	width: min(300px, 100%);
    	padding: 20px 25px;
	}
	/* 国際ボタン */
	.sci-btn-red {
		width: 360px;
		padding: 15px 10px;
		letter-spacing: 1rem;
	}
	/* 基本ボタン・国際ボタン矢印 */
	.sci-btn-basic::after, .sci-btn-red::after {
		top: 0px;
		right: 18px;
		width: clamp(18px,6vw,24px);
		height: clamp(18px,6vw,24px);
		background-size: 8px auto;
	}
}

@media (max-width: 767px) {
	/* 基本ボタン */
	.sci-btn-basic {
    	min-width: 220px;
    	font-size: 1.4rem;
    	font-weight: 500;
	}
}


/*---------------------------------------
コンテナ
--------------------------------------*/
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 1240px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 576px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*---------------------------------------
Header
class: fsh-head～
--------------------------------------*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++ ヘッダ */
.sci-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding-left: 30px;
	
}
.sci-head-logo {
	margin: 0;
	height: 50px;
	box-sizing: border-box;
}
.sci-head-logo img {
	width: 260px;
	height: auto;
}
.sci-head-hplink {
	height: 100%;
	margin-bottom: 0;
}
.sci-head-hplink a {
	background-color: #42657f;
	font-size: 1.4rem;
	/*display: block;*/
	width: 120px;
	height: 100%;
	color: #ffffff;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
	.sci-head {
    	height: 60px;
    	padding-left: 20px;
	}
	.sci-head-logo {
    	height: 40px;
	}
	.sci-head-logo img {
    	width: 200px;
	}
	.sci-head-hplink {
    	line-height: 1.4;
	}
}

@media (max-width: 576px) {
	.sci-head {
		height: 50px;
    	padding-left: 10px;
	}
	.sci-head-logo {
    	height: 30px;
	}
	.sci-head-logo img {
    	width: 160px;
	}
	.sci-head-hplink a {
    	font-size: 1.2rem;
    	width: 90px;
    	padding: 10px;
	}
}

/*---------------------------------------
キャッチ
class: sci-catch～
--------------------------------------*/
.sci-catch-bg {
	background: url("../images/sci_catch_bg.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 50vh;
}
.sci-catch-copy {
	font-family: 'Zen Maru Gothic', YuGothic, “Yu Gothic Medium”, “Yu Gothic”, Meiryo, sans-serif;
	font-size: 2.4rem;
	color: #ffffff;
	margin-top: 5%;
	margin-left: 15%;
	letter-spacing: .5rem;
	position: relative;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.sci-catch-copy::after {
	content: '';
	display: inline-block;
	background-color: #ffffff;
	width: 40px;
	height: 2px;
	margin-left: 15px;
	vertical-align: middle;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.sci-catch-ttl {
	color: #ffffff;
	margin-left: 15%;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
}
.sci-catch-unit {
	font-size: 3rem;
	margin-left: 5px;
	margin-right: 10px;
}
.sci-catch-maintxt {
	letter-spacing: 1rem;
}

/* フェードUP */
.fade-up {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
    	opacity: 0;
		transform: translateY(100px);
  }

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* フェードDOWN */
.fade-down {
	animation-name:fadeDownAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
    	opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1199px) {
	.sci-catch-bg {
		height: auto;
	}
	.sci-catch-copy {
		font-size: 2rem;
		margin-top: 0;
		margin-left: 30px;
		letter-spacing: 0;
	}
	.sci-catch-copy::after {
		width: 20px;
		margin-left: 10px;
	}
	.sci-catch-ttl {
		margin-left: 30px;
	}
	.sci-catch-unit {
		font-size: 2rem;
	}
	.sci-catch-maintxt {
		letter-spacing: .5rem;
	}
}

@media (max-width: 991px) {
	.sci-catch-copy {
		font-size: 1.6rem;
		margin-left: 20px;
		margin-bottom: .5rem;
	}
	.sci-catch-ttl {
		margin-left: 20px;
	}
	.sci-catch-unit {
		font-size: 1.6rem;
	}
}
@media (max-width: 576px) {
	.sci-catch-copy {
		font-size: 1.5rem;
	}
	.sci-catch-copy::after {
		width: 15px;
		height: 1px;
		margin-left: 5px;
	}
	.sci-catch-maintxt {
		letter-spacing: .3rem;
	}
}


/*---------------------------------------
１学科６プログラム
class: sci-intr～ 
--------------------------------------*/
.sci-intr-listbox {
	border: 2px solid #108277;
	border-radius: 8px;
	padding: 30px 30px 10px;
}
.sci-intr-btn {
	width: 100%;
	text-align: center;
	margin-top: 4rem;
}

@media (max-width: 1199px) {
	.sci-intr-listbox {
		padding: 25px 20px 10px;
	}
}
@media (max-width: 991px) {
	.sci-intr-btn {
		margin-top: 3rem;
	}
}
@media (max-width: 767px) {
	.sci-intr-listbox {
		padding: 20px 15px 10px;
	}
	.sci-intr-btn {
		margin-top: 2rem;
	}
}

@media (max-width: 576px) {
	.sci-intr-listbox {
    	padding: 15px 10px 5px;
	}
	.sci-intr-movie{
		width: 70%;
	}
}



/*---------------------------------------
再編前・再編後
class: sci-rest～ 
--------------------------------------*/
.sci-rest-bg {
	background-color: #e5efe4;
}
/* 再編前・再編後タイトル */
.sci-rest-ttlbox {
	text-align: center;
}
.sci-rest-ttl {
	display: inline-block;
	color: #108277;
	text-align: center;
	position: relative;
	vertical-align: middle;
	letter-spacing: 1rem;
	margin-bottom: 3rem;
}
.sci-rest-ttl::before {
	content: '';
	display: inline-block;
	background-color: #108277;
	width: 40px;
	height: 2px;
	margin-right: 20px;
	vertical-align: middle;
}
.sci-rest-ttl::after {
	content: '';
	display: inline-block;
	background-color: #108277;
	width: 40px;
	height: 2px;
	margin-left: 20px;
	vertical-align: middle;
}

/* 再編前 */
.sci-rest-before {
	text-align: center;
	margin-bottom: 3rem;
}
.sci-rest-before li {
	display: inline-block;
	min-width: 100px;
	background-color: #ffffff;
	margin: 0 15px 15px;
	padding: 15px 20px;
	text-align: center;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.sci-rest-arrow {	/* 下矢印 */
	background: url("../images/sci_downya.svg") no-repeat center top;
	background-size: contain;
	width: 220px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
}

/* 再編後 */
.sci-rest-aftwrap {
	background-color: #fbfcd6;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	padding: 4% 20px;
	max-width: 1200px;
	box-sizing: border-box;
}
.sci-rest-aftdepart {
	width: 90%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 30px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
	text-align: center;
}
.sci-rest-aftttl {
	letter-spacing: 1rem;
	margin-bottom: 3rem;
}
.sci-rest-after {
	text-align: center;
}
.sci-rest-after li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3rem;
}
.sci-rest-plus {
	text-align: center;
	font-size: 5rem;
	font-weight: 400;
	line-height: 1;
	color: #108277;
}

@media (max-width: 1199px) {
	/* 再編前 */
	.sci-rest-before li {
		min-width: 80px;
		margin: 0 10px 10px;
	}
	.sci-rest-arrow {	/* 下矢印 */
		width: 160px;
		height: 40px;
	}
	/* 再編後 */
	.sci-rest-aftdepart {
		padding: 30px 15px 20px;
	}
	.sci-rest-after li {
		margin-left: 7px;
		margin-right: 7px;
		margin-bottom: 2rem;
	}
}

@media (max-width: 991px) {
	.sci-rest-plus {
		font-size: 4rem;
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	/* 再編前・再編後タイトル */
	.sci-rest-ttl {
		margin-bottom: 2rem;
	}
	/* 再編前 */
	.sci-rest-before {
    	margin-bottom: 2rem;
	}
	.sci-rest-before li {
    	min-width: 50px;
    	margin: 0 3px 10px;
		padding: 15px 15px;
	}
	.sci-rest-arrow {	/* 下矢印 */
    	width: 140px;
	}
	/* 再編後 */
	.sci-rest-aftdepart {
		width: 100%;
		padding: 20px 10px 10px;
	}
	.sci-rest-aftttl {
		margin-bottom: 2rem;
	}
	.sci-rest-after li {
    	margin-left: 5px;
    	margin-right: 5px;
    	margin-bottom: 2rem;
	}
}

@media (max-width: 576px) {
	/* 再編前・再編後タイトル */
	.sci-rest-ttl {
		margin-bottom: 1.5rem;
	}
	.sci-rest-ttl::before {
    	width: 20px;
    	height: 1px;
    	margin-right: 10px;   
	}
	.sci-rest-ttl::after { 
    	width: 20px;
    	height: 1px;
    	margin-left: 0;
	}
	/* 再編前 */
	.sci-rest-before {
    	margin-bottom: 1rem;
	}
	.sci-rest-before li {
    	padding: 12px;
	}
	.sci-rest-arrow {	/* 下矢印 */
    	width: 120px;
	}
	/* 再編後 */
	.sci-rest-aftttl {
		font-size: 2rem;
	}
	.sci-rest-aftwrap {
		margin-top: -25px;
		padding: 25px 10px 20px;
	}
	.sci-rest-after li {
    	margin-bottom: 1rem;
	}
	.sci-rest-plus {
    	font-size: 4rem;
    	margin-bottom: 0;
	}
}


/*---------------------------------------
入学試験とカリキュラムの特色
class: sci-car～ 
--------------------------------------*/
.sci-car-wrap {
	position: relative;
}
.sci-car-bg {
	background: url("../images/sci_cur_bg.png") no-repeat left top;
	background-size: cover;
	z-index: -1;
	position: sticky;
	top: 0;
  left: 0;
	height: 100vh;
}
.sci-car-cardwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5rem;
	margin-left: -20px;
	margin-right: -20px;
}
.sci-car-card {
	width: 50%;
	width: calc(50% - 40px);
	margin: 0 20px 40px;
	padding: 40px 40px;
	background-color: #ffffff;
	box-sizing: border-box;	
}
.sci-car-card h3 {
	text-align: center;
	color: #108277;
}
.sci-car-btn {
	/*display: inline-block;*/

	text-align: center;
}
.sci-car-btn .sci-btn-basic {
	width: 330px;
	max-width: 100%;
	text-align: center;
	margin-top: 1rem;
}


@media (max-width: 1199px) {
	.sci-car-bg {
		display: none;
	}
	.sci-car-bg-xl {
		background: url("../images/sci_cur_bg.png") no-repeat left top;
		background-size: cover;
	}
	.sci-car-cardwrap {
		margin-top: 4rem;
		margin-left: -10px;
		margin-right: -10px;
	}
	.sci-car-card {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
		padding: 30px 30px 20px;
	}
}

@media (max-width: 991px) {
	.sci-car-cardwrap {
		margin-top: 3rem;
		margin-left: -7px;
		margin-right: -7px;
	}
	.sci-car-card {
		width: calc(50% - 14px);
		margin: 0 7px 14px;
		padding: 20px 20px 10px;
	}
}

@media (max-width: 767px) {
	.sci-car-card {
   		width: 100%;
    	padding: 15px 15px 5px;
	}
}


@media (max-width: 576px) {
	.sci-car-cardwrap {
		margin-top: 2.5rem;
	}
	.sci-car-btn .sci-btn-basic {
		width: auto;
		padding: 15px 20px;
		margin-top: .5rem;
	}
	.sci-car-btn .sci-btn-basic::after {
		display: none;
	}
}





/*---------------------------------------
プログラムの概要
class: sci-over～
--------------------------------------*/
.sci-over-box1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 6rem;
	padding-bottom: 5rem;
	/*border-bottom: 1px solid #cccccc;*/
}
.sci-over-box1:last-of-type {
	margin-bottom: 3rem;
	padding-bottom: 0;
	border-bottom: none;
}
.sci-over-txtbox1 {
	/*width: calc(100% - 500px - 50px);*/
	width: 60%;
	margin-bottom: 1.5rem;
	/*order: 1;*/
}
.sci-over-figure1 {
	max-width: 500px;
	width: calc(40% - 50px);
	margin-bottom: 1.5rem;
	/*order: 2;*/
}
.sci-over-figure1 img {
	width: 100%;
}
.sci-over-subttl {
	background-color: #f5f5f5;
	/*margin-bottom: 1rem;*/
	padding: 10px 15px;
	letter-spacing: .5rem;
	line-height: 1.4;
}
.sci-over-ttl {
	letter-spacing: .5rem;
	padding-left: 15px;
	padding-right: 15px;
}
.sci-over-explan {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3rem;
}
.sci-over-coursebox {
	display: flex;
	flex-wrap: wrap;
}
.sci-over-course {
	width: 50px;
	height: 80px;
	color: #ffffff;
	z-index: 1;
	/*position: absolute;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	letter-spacing: .5rem;
}
.sci-over-course span {
	writing-mode: vertical-rl;
	display: inline-block;
}
.sci-over-courselist {
	width: calc(100% - 50px);
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #cccccc;
	margin-left: -10px;
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 10px;
	box-sizing: border-box;
	z-index: 0;
	/*position: absolute;*/
}
.sci-over-courselist li {
	list-style: disc;
	width: 44%;
	margin-right: 20px;
	margin-bottom: .5rem;
	box-sizing: border-box;
	/*display: inline-block;*/
	display:list-item;	
	line-height: 1.4;
}

/* プログラムリンク */
.sci-over-link {
	text-align: right;
	position: relative;
	width: 100%;
	margin-top: 1rem;
}
.sci-over-link a {
	padding-right: 30px;
	color: #000;
}
.sci-over-link a:hover {
	opacity: .7;
}
.sci-over-link a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: 50px;
	width: clamp(20px,7.5vw,30px);
	height: clamp(20px,7.5vw,30px);
	background: url(../images/sci_arrow.svg) no-repeat center center;
	background-size: 10px auto;
	transform:rotate(180deg);
	transition: 0.4s ease;
}

/* 新規開設アイコン */
.sci-over-ico {
	width: 100px !important;
	height: auto;
	position: relative;
	margin-top: -30px;
	margin-left: 10px;
	margin-bottom: -80px;
	z-index: 1;
}

@media (max-width: 1199px) {
	.sci-over-box1 {
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}
	.sci-over-box1:last-of-type {
		margin-bottom: 1rem;
		padding-bottom: 0;
	}
	.sci-over-txtbox1 {
		width: 50%;
	}
	.sci-over-figure1 {
		width: calc(50% - 30px);
	}
	.sci-over-subttl {
		padding: 8px 15px;
		letter-spacing: .3rem;
	}
	.sci-over-explan {
		margin-bottom: 2rem;
	}
	.sci-over-course {
		width: 40px;
		height: 60px;
		font-size: 1.5rem;
	}
	.sci-over-courselist {
		width: calc(100% - 30px);
	}
	.sci-over-courselist li {
		font-size: 1.5rem;
	}
}

@media (max-width: 991px) {
	.sci-over-courselist li {
		width: 95%;
		margin-right: 0;
		/*margin-bottom: .5rem;*/
	}
	/* 新規開設アイコン */
	.sci-over-ico {
		width: 80px !important;
		margin-top: -20px;
		margin-bottom: -60px;
	}
}

@media (max-width: 767px) {
	.sci-over-box1 {
		/*margin-bottom: 2rem;*/
	}
	.sci-over-box1:last-of-type {
		margin-bottom: 2rem;
	}
	.sci-over-subttl {
		padding: 4px 15px;
		letter-spacing: .1rem;
	}
	.sci-over-txtbox1 {
		width: 100%;
		order: 1;
	}
	.sci-over-figure1 {
		width: 100%;
		order: 2;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1rem;
		margin-bottom: 0;
	}
	/* プログラムリンク */
	.sci-over-link {
		order: 3;
	}
}

@media (max-width: 576px) {
	.sci-over-box1 {
		margin-bottom: 3rem;
		padding-bottom: 1rem;
	}
	.sci-over-box1:last-of-type {
		margin-bottom: 2rem;
		padding-bottom: 0;
	}
	.sci-over-subttl {
		margin-bottom: 1rem;
    	padding: 3px 10px;
		font-size: 1.2rem;
    	letter-spacing: 0;
	}
	.sci-over-ttl {
		letter-spacing: .2rem;
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.sci-over-explan {
    	padding-left: 0;
    	padding-right: 0;
    	margin-bottom: 1.5rem;
	}
	.sci-over-course {
		font-size: 1.4rem;
	}
	.sci-over-courselist {
    	width: calc(100% - 10px);
    	margin-left: -30px;
    	padding-left: 50px;
	}
}

/*---------------------------------------
国際コース
class: sci_inter～
--------------------------------------*/
.sci_inter-bg {
	background-image: url("../images/sci_inter_bgtxt.svg"), url("../images/sci_inter_bg.png")	;
	background-repeat: no-repeat;
	background-position: right bottom, center center;
	background-size: 30% auto, cover;
}
.sci_inter-ttlbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sci_inter-ttlbox h2 {
	margin-left: auto;
	margin-right: auto;
}

/* 新規開設アイコン */
.sci_inter-ico {
	margin-left: 0;
}
.sci_inter-ico img {
	width: 120px;
	height: auto;
}

/* リストBOX */
.sci_inter-listbox {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 30px 40px 10px;
	margin-bottom: 5%;
}

@media (max-width: 1199px) {
	/* 新規開設アイコン */
	.sci_inter-ico img {
		width: 100px;
	}
	
	/* リストBOX */
	.sci_inter-listbox {
		padding: 25px 20px 10px;
		/*margin-bottom: 5%;*/
	}
}

@media (max-width: 991px) {
	.sci_inter-bg {
		background-size: 300px auto, cover;
	}
	/* 新規開設アイコン */
	.sci_inter-ico {
		margin-bottom: 0;
	}
	.sci_inter-ico img {
		width: 80px;
	}
}

@media (max-width: 767px) {
	/* リストBOX */
	.sci_inter-listbox {
		padding: 20px 15px 10px;
	}
	.sci_inter-bg {
		background-size: 260px auto, cover;
	}
}
@media (max-width: 576px) {
	.sci-intr-subttl {
		font-size: 1.5rem;
		line-height: 1.6;
		display: inline-block;
	}
}


/*---------------------------------------
Footer
class: fsh-foot～
--------------------------------------*/
.fsh-foot {
}
.sci-foot-contact {	/* 理学部本体からコピペ */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 110px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  color: white;
  background-color: #42657f;
  font-size: 1.2rem;
  transition: 0.4s ease background-color;
}
.sci-foot-contact::before {
  content: '';
  width: 31px;
  height: 31px;
  margin-bottom: 5px;
  background: url("../images/icon_mail.png") no-repeat center center;
  background-size: auto;
  background-size: 100% auto;
}

/* 富大ロゴ */
.sci-foot-tohd {
	margin-bottom: 1.5rem;
	text-align: center;
}
.sci-foot-tohd img {
	width: 260px;
	height: auto;
}

/* コピーライト */
.sci-foot-copy {
	text-align: center;
	line-height: 1.4;
	margin-left: 10px;
	margin-right: 10px;
}


@media (max-width: 1199px) {
	.sci-foot-contact {	/* 理学部本体からコピペ */
  		width: 90px;
  		height: 90px;
  		margin-bottom: 2rem;
	}
	.sci-foot-tohd {
		margin-bottom: 1rem;
	}
	.sci-foot-tohd img {
		width: 200px;
	}
	/* コピーライト */
	.sci-foot-copy {
		font-size: 1.4rem;
	}
}

@media (max-width: 767px) {
	.sci-foot-tohd {
		margin-bottom: .5rem;
	}
}

@media (max-width: 576px) {
	.sci-foot-tohd img {
		width: 160px;
	}
	.sci-foot-copy {
		font-size: 1.3rem;
	}
}



/*@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 576px) {
}*/