/*
  Theme Name: OIC Theme
  Theme URI: https://www.oic.jp/
  Author: OIC Developer
  Author URI: https://www.oic.jp/
  Description: Custom WordPress theme for Okayama Information College (OIC). Features responsive design, dynamic menus, and theme options panel.
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: oic-theme
  Tags: education, japanese, responsive, custom-menu, custom-logo, theme-options
*/
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Doto:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.38;
	color: #212121;
}

.img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

a,
.button,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

button {
	cursor: pointer
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #004697;
	text-decoration: none;
}

a,
button {
	color: #004697;
	outline: medium none;
}

input:focus,
textarea:focus,
:focus {
	outline: 0
}

button:focus {
	outline: 0 none;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	color: #212121;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.38;
	color: #212121;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.btn {
	-moz-user-select: none;
	background: #004697;
	border: 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 33px;
	padding: 6px 35px 6px 15px;
	/* Added right padding to make room for arrow */
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	width: 100%;
	max-width: 216px;
	cursor: pointer;
	text-decoration: none;
}

.btn::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 7px;
	height: 8px;
	background-color: #fff;
	display: block;
	position: absolute;
	/* Centering Logic */
	right: 12px;
	/* Distance from right edge */
	top: 50%;
	/* Move down 50% of button height */
	transform: translateY(-50%);
	/* Pull up by 50% of own height */
}

.btn:hover {
	color: #fff;
	background-color: #000;
}

.btn:hover:before {}

.btn.brand-btn {
	background: #fbba42;
	color: #222
}

.btn.brand-btn:hover {
	background: #2f3440;
	color: #fbba42
}

.btn.btn-2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fbba42;
	line-height: 1;
	padding: 17px 35px;
}

.btn.btn-2:hover {
	border-color: #2f3440
}

.btn i {}

/* scrollUp */
#scrollUp {
	background: #004697;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	/*border-radius: 50%;*/
	font-size: 0;
	line-height: 34px;
}

#scrollUp::before {
	font-size: 16px;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
}

#scrollUp:hover {
	background: #444;
}

/* 

  2. header 

*/
.scroll-header {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #f8f8f8 none repeat scroll 0 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.main-menu-area.scroll-header {
	background: #f8f8f8 none repeat scroll 0 0;
}

.header-menu {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 999;
	top: 0;
}

.logo {}

.logo img {
	max-width: 281px;
	height: auto;
}

.main-menu-area {
	background: #fff none repeat scroll 0 0;
}

.main-menu ul {}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

.main-menu ul li:hover {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-menu ul li>a {
	color: #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 29px 13px;
}

.main-menu ul li:hover>a {
	color: #004697;
}

.main-menu ul li ul.sub-menu {
	background: #000;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 110%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 320px;
	z-index: 9;
}

.main-menu ul li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 102%;
}

.main-menu ul li ul.sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: block;
	margin: 0;
}

.main-menu ul li ul.sub-menu li:last-child {
	border: 0;
}

.main-menu ul li ul.sub-menu li a {
	color: #fff;
	display: block;
	padding: 15px 10px;
	text-align: left;
	font-size: 13px;
}

.main-menu ul li ul.sub-menu li:hover>a {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0;
}

/* 


3. slider 


*/
#homes {
	margin-top: 81px;
	background-color: #004697;
	position: relative;
}

.banner-sec {
	background-position: center center;
	background-size: cover;
	min-height: 73vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.banner-sec .container-fluid {
	width: 100%;
	max-width: 100%;
	flex-shrink: 0;
}

.client-section {
	padding: 41px 0 57px;
}

/* Client Slider Navigation Dots */
.client-slider .owl-dots {
	text-align: center;
	margin-top: 25px;
}

.client-slider .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}

.client-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #c7c7c7;
	border-radius: 50%;
	display: block;
	transition: all 0.3s ease;
}

.client-slider .owl-dots .owl-dot.active span {
	background: #004697;
	width: 14px;
	height: 14px;
}

.client-slider .owl-dots .owl-dot:hover span {
	background: #004697;
}

.project-section {
	background: url("img/stage-bg-1.png") no-repeat center top;
	background-size: 100%;
	position: relative;
	background-position: bottom center;
}

.project-title p {
	font-family: "Doto", sans-serif;
	font-size: 44px;
	font-weight: 900;
	color: #004697;
	margin-bottom: 0;
	line-height: 50px;
}

.project-title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #004697;
	margin-bottom: 0;
}

.project-list-item ul li span {
	font-size: 17px;
	font-weight: 500;
	padding-bottom: 11px;
	color: #000;
	display: block;
}

.project-boxes {
	padding: 93px 32px 99px 37.5px;
	background-color: #fff;
	max-width: 530px;
	opacity: 1;
	/* The Centering Magic */
	float: none;
	/* Remove the right float */
	margin-left: auto;
	/* Push from the left */
	margin-right: auto;
	/* Push from the right */
	/* Ensure it behaves like a block to allow auto margins */
	display: block;
}

.project-title {
	margin-bottom: 41px;
}

.project-list-item ul li {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.project-list-item ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*
 

      10.footer


 */
footer {
	background-color: #fff;
}

.contact-info p {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #004697;
}

.footer-menu ul li a {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
}

.footer-menu {
	text-align: right;
	padding-bottom: 10px;
}

.footer-menu ul li {
	display: inline-block;
}

.copyright p {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #004697;
}

.slider-button-sec a {
	max-width: 100%;
	margin: 0 0 5px;
	line-height: 30px;
	border: solid 1px #004697;
	background-color: white;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: 004697;
	display: block;
	position: relative;
	border-radius: 0px;
	padding: 4px;
}

.slider-button {
	position: absolute;
	right: 24px;
	top: 25px;
	width: 100%;
	max-width: 216px;
}

.slider-button-fixed {
	position: fixed;
	right: 24px;
	top: 150px;
	width: 100%;
	max-width: 266px;
	z-index: 9;
}

.slider-button-sec a::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 7px;
	height: 8px;
	background-color: #004697;
	display: block;
	position: absolute;
	right: 6px;
	top: 15px;
}

.banner-content h1 {
	font-size: 29px;
	font-weight: bold;
	line-height: 1.38;
	margin-bottom: 0;
	color: #fff;
}

.banner-content p {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.07;
	color: #fff;
	margin-bottom: 0;
}

.banner-content {
	padding-left: 106px;
	padding-top: 70px;
}

.banner-img {
	line-height: 0;
}

.banner-img img {
	width: 100%;
	height: auto;
	display: block;
}

.notice-button {
	position: absolute;
	left: 26px;
	top: 23px;
	z-index: 9;
	background-color: yellow;
	padding-bottom: 4.5px;
}

.notice-button a {
	color: #000000;
	font-size: 14px;
	/* border-bottom: 1px solid #000000; */
	padding-bottom: 3.5px;
	position: relative;
	padding-right: 45.3px;
	margin-right: 10px;
}

.notice-button a::before {
	content: "";
	background: url("img/white-arrow.png") no-repeat right top;
	display: block;
	width: 8px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 5px;
}

.feature-title .feature-sub-title {
	font-size: 28px;
	font-weight: 900;
	color: #004697;
	font-family: "Doto", sans-serif;
}

.feature-title h2 {
	font-size: 40px;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: normal;
	color: #004697;
}

.feature-title h2:after {}

.feature-section {
	position: relative;
}

.feature-section {
	position: relative;
	padding-top: 71px;
}

.feature-box {
	padding: 15px 15px 15px 15px;
	border: solid 1px #fff;
	min-height: 138.6px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.feature-boxes .col-md-6 {
	margin-bottom: 30px;
}

.feature-box::before {
	clip-path: polygon(100% 0, 0 0, 0 100%);
	background-color: #fff;
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -1px;
	left: -2px;
}

.feature-box::after {
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background-color: #fff;
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: -1px;
	right: -2px;
}

.feature-box-container span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.yellow-text {
	color: #ffeb00 !important;
}

.feature-box-container p {
	margin-bottom: 10.3px;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.feature-box-container h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.feature-box-container {
	width: 100%;
}

.feature-boxes p {
	font-weight: 500;
}

.feature-box .renewal {
	width: 76px;
	height: 26px;
	padding: 1px 5px 1px 6px;
	background: url("img/renewal.png") no-repeat center top;
	font-family: "Outfit", sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.08;
	letter-spacing: normal;
	color: #008663;
	position: absolute;
	top: -4px;
	left: 35px;
	background-size: contain;
	/* text-align: center; */
}

.bg-color-one {
	background-color: #238f72;
}

.bg-color-two {
	background-color: #66997a;
}

.bg-color-three {
	background-color: #528A2F;
}

.bg-color-four {
	background-color: #601986;
}

.bg-color-five {
	background-color: #870a78;
}

.bg-color-six {
	background-color: #e86282;
}

.bg-color-seven {
	background-color: #e74a14;
}

.bg-color-eight {
	background-color: #ec7500;
}

.bg-color-nine {
	background-color: #c1110f;
}

.bg-color-ten {
	background-color: #1063af;
}

.bg-color-eleven {
	background-color: #2189cd;
}

.bg-color-tweleve {
	background-color: #0e988f;
}

.bg-color-thirteen {
	background-color: #002b9f;
}

.bg-color-fourteen {
	background-color: #604300;
}

.feature-wrapper {
	position: relative;
	height: 100%;
}

.feature-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 17%;
	height: 100%;
	z-index: 2;
}

.feature-left img {
	width: 100%;
	height: 100%;
}

.feature-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 17%;
	height: 100%;
	z-index: 2;
}

.feature-right img {
	width: 100%;
	height: 100%;
}

.feature-left-img {
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.feature-left-img img.img-responsive,
.feature-right-img img.img-responsive {
	width: 114px !important;
	height: 114px !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain;
}

.feature-right-img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}


.history-wrapper {
	padding: 0 75px;
}

.campus {
	background-color: #004697;
}

.campus-left span {
	margin-bottom: 8px;
	font-family: "Doto", sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #fff;
}

.campus-left h3 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.campus-left h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 32px;
	color: #fff;
}

.campus-left p {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}

.campus-item {
	position: relative;
}

.campus-item-wrapper {
	padding: 15px 13px 27px 22px;
	background-color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}

.campus-item h3 {
	font-size: 21px;
	font-weight: bold;
	color: #000;
}

.campus-item .date {
	font-family: "Inter", sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #004697;
}

.campus-item p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	color: #000;
}

.guide-item {
	background: #f2f2f2;
	padding: 0 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.3s;
	height: 41px;
	line-height: 41px;
}

.guide-item:hover {
	background: #004697;
	color: #fff;
}

.guide-item:hover .arrow::before {
	background-color: #fff;
}

.guide-item-box {
	margin-left: -8px;
	margin-right: -8px;
}

.guide-item .arrow::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 9.3px;
	height: 9.9px;
	background-color: #0f4c92;
	display: block;
	position: absolute;
	right: 30.5px;
	top: 16px;
}

.guide-item-box .col-xl-4.col-lg-4.col-md-4 {
	padding: 0 8px;
}

.guide {
	padding: 36px 0 55px;
	background-color: #d9d9d9;
	background-image: url("img/guid-bg.png");
	background-position: center;
}

.guide-wrapper h2 {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-bottom: 25px;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.guide-item {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.social-area {
	padding: 45px 0;
	background-color: #004697;
}

.social-sec h1 {
	font-family: "Outfit", sans-serif;
	font-size: 36px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.social-icon ul li {
	display: inline-block;
	padding-right: 24.5px;
}

.social-icon ul li a img {
	max-height: 22.5px;
}

.social-icon ul li:last-child {
	padding-right: 0;
}

.contact-wrapper {
	position: relative;
}

.contact-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 8px 22px;
}

.contact-content a {
	padding: 15px 20px 17px 18px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.88;
	letter-spacing: normal;
	text-align: left;
	color: #004697;
	display: block;
	position: relative;
}

.contact-content a::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 11px;
	height: 13px;
	background-color: #004697;
	display: block;
	position: absolute;
	right: 17px;
	top: 18px;
}

.footer-menu ul li {
	padding-right: 27px;
}

.footer-menu ul li:last-child {
	padding-right: 0;
}

.call-to-action {
	position: relative;
}

.call-content {
	position: absolute;
	bottom: 36px;
	left: 20px;
}

.call-content a {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
	padding-right: 46.5px;
}

.call-content a::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 9.3px;
	height: 9.9px;
	background-color: #ffffff;
	display: block;
	position: absolute;
	right: 0;
	top: 25px;
}

@media (max-width: 991px) {
	.mobile-tabs .nav-item {
		display: none;
	}

	.mobile-tabs .nav-item.active {
		display: block;
	}

	.nav-tabs.mobile-tabs .nav-item.active>a:before {
		content: "\e259";
		position: absolute;
		top: 15px;
		right: 15px;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
	}

	.mobile-tabs .nav-item {
		float: none;
	}
}

.news-area .tabs .nav.nav-tabs.mobile-tabs {
	border: none;
}

.news-section {
	background: #ffffff;
	padding: 60px 20px;
	text-align: center;
}

.news-section h1 {
	font-size: 32px;
	color: #1e4f91;
	margin-bottom: 30px;
}

.news-label {
	font-size: 14px;
	letter-spacing: 3px;
	color: #1e4f91;
}

.tabs {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}

.tabs .tab-content>.active {
	opacity: 1;
}

.nav-tabs .nav-item a {
	padding: 10px 5px;
	border: none;
	background: #b2b2b2;
	cursor: pointer;
	font-size: 14px;
	display: block;
	color: #c9c9c9;
	width: 111px;
}

.news-area .tabs .nav.nav-tabs .nav-item {
	margin: 0;
	padding-right: 6px;
}

.news-area .tabs .nav.nav-tabs .nav-item:last-child {
	padding-right: 0;
}

.nav-tabs .nav-item a.active {
	background: #000;
	color: #fff;
}

.news-list {
	max-width: 900px;
	margin: auto;
}

.tab-content {
	width: 100%;
	max-width: 819px;
	margin: 0 auto;
}

.news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 18px 0;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.news-item .arrow::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 12px;
	height: 14px;
	background-color: #d6d6d6;
	display: block;

}

.news-item .news-text {}

.news-item:hover {
	text-decoration: none;
	color: inherit;
	opacity: 0.8;
}

.badge {
	padding: 5px 15px;
	color: #fff;
	font-size: 13px;
	margin-right: 15px;
}

.badge.orange {
	background: #c95500;
}

.badge.green {
	background: #458e34;
}

.news-text {
	flex: 1;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}

.news-item .arrow {
	color: #d6d6d6;
	font-size: 12px;
}

.campus-section {
	background-color: #004697;
	padding: 63px 65px 55px 46px;
	position: relative;
}

.campus-life-left .feature-title .feature-sub-title {
	color: #fff;
}

.campus-life-left .feature-title h2 {
	color: #fff;
	margin-bottom: 20px;
}

.campus-life-left .feature-title p {
	color: #fff;
	margin-bottom: 0;
}

.campus-btn a .arrow::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 7px;
	height: 8px;
	background-color: #004697;
	display: block;
	position: absolute;
	right: 10px;
	top: 18px;
}

.campus-btn a {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #000;
	padding: 10px 8.8px;
	border-radius: 4px;
	background-color: #fff;
	display: block;
	margin-bottom: 13px;
	position: relative;
}

/*


      Campus Introduction Page (キャンパス紹介)


 */
/* Hero Section */
/* HERO */
.hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 350px;
}

.hero-left {
	/* background: #204d96; */
	color: white;
	/* display: flex; */
	align-items: center;
	padding: 60px;
	font-size: 18px;
	line-height: 1.7;
}

.hero-right img {
	height: 100%;
	object-fit: cover;
}

/* BUTTONS */
.top-buttons {
	position: absolute;
	top: 30px;
	right: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.btn-yellow {
	background: #ffd400;
	padding: 10px 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

/* TITLE */
.section-title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #1f4d9b;
}

/* IMAGE CENTER */
.center-image {
	max-width: 700px;
	margin: auto;
	margin-bottom: 40px;
}

/* FLOOR MAP */
.floor-map {
	background: #e9e9e9;
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	font-size: 16px;
}

.floor-map div {
	line-height: 2;
}

/* LEARNING */
.card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.card {
	background: white;
}

.card img {
	height: 170px;
	object-fit: cover;
}

.card-body {
	padding: 15px;
}

.card-title {
	font-weight: bold;
	margin-bottom: 8px;
}

/* FACILITIES */
.facility-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-top: 30px;
}

.facility {
	background: white;
	text-align: center;
}

.facility img {
	height: 150px;
	object-fit: cover;
}

.facility-title {
	padding: 10px;
	font-size: 14px;
}

/* BLUE BANNER */
.banner {
	background: #1f4d9b;
	color: white;
	text-align: center;
	padding: 40px 20px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 60px;
}

/* BOTTOM LINKS */
.link-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.link-card {
	position: relative;
	color: white;
}

.link-card img {
	height: 220px;
	object-fit: cover;
	filter: brightness(.75);
}

.link-text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
}

/* SOCIAL */
.social {
	background: #204d96;
	color: white;
	text-align: center;
	padding: 40px;
}

.social h2 {
	margin-bottom: 20px;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 22px;
}

.hero-area {
	background-color: #004697;
	margin-top: 50px;
}

.hero-left h1 {
	font-family: "Doto", sans-serif;
	font-size: 56px;
	font-weight: 900;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

.hero-left h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.movie-box h3 {
	font-size: 47px;
	font-weight: 900;
	font-family: "Doto", sans-serif;
	color: #004697;
	margin-bottom: 19px;
}

.movie-box {
	max-width: 690px;
	margin: 0 auto;
}

.blue-section {
	background: #004697;
	color: #fff;
}

.ism-title-left h4 {
	font-family: "Doto", sans-serif;
	font-size: 77px;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.ism-title-right p {
	margin-bottom: 0;
	font-size: 29px;
	font-weight: bold;
	color: #FFEB00;
	text-align: center;
}

.ism-title-right {
	padding-left: 30px;
}

.ism-description p {
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.ism-list .content-block h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.ism-list .content-block p {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #fff;
	margin-bottom: 0;
}

.ism-list ul li {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid;
}

/* .ism-list ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
} */
.policy-cards {
	padding: 38.7px 42px 29px 43px;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 63px;
}

.policy-cards h4 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
	/* padding-top: 26px; */
}

.policy-image {
	height: 270px;
	display: flex;
	align-items: center;
}

.policy-title h2 {
	margin-bottom: 22px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.policy-wrapper {
	padding: 0 65px;
}

.wcu-inner {
	padding: 72px 93.5px 95px 93px;
	border-radius: 30px;
	background-color: #f8f8f8;
}

.wcu-inner-title h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	color: #004697;
}

.wcu-inner-title p {
	margin-bottom: 39px;
	font-size: 21px;
	font-weight: 500;
	color: #000;
}

.wcu-list {}

.wcu-list ul li a {
	height: 61px;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	background-color: #004697;
	display: block;
	line-height: 61px;
	width: 100%;
}

.wcu-list ul li {
	padding: 0 5px;
}

.wcu-list ul {
	margin-right: -5px;
	margin-left: -5px;
}

.about-section-title h3 {
	padding-top: 28px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #004697;
}

.about-section-title p {
	font-size: 16px;
	margin-bottom: 16px;
	color: #000;
}

.about-section-top {
	padding: 0 62px;
}

.about-img {
	margin-top: 24px;
	/* background-color: #fff; */
}

.about-img p {
	padding: 5px 10px;
	margin-bottom: 0;
	color: rgb(0, 0, 0);
}

#section1 {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 67.5px;
	margin-bottom: 31.6px;
}

.about-img.about-img-bottom {
	margin-top: 0;
	padding-top: 0 !important;
}

.about-img.about-img-bottom,
.about-section-top .col-xl-8.col-lg-8.col-md-8.mt-20 .about-img {
	padding: 15px;
}

.about-left-img img {
	max-width: 200px;
}

.about-right-content p {
	font-size: 13px;
}

.about-img p span {
	font-size: 13px;
}

#section2 {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 49.5px;
	margin-bottom: 21.5px;
}

.about-me-wrapper h4 {
	font-size: 19px;
	font-weight: bold;
	color: #004697;
}

.about-me-content h4 {
	margin-bottom: 23px;
	font-size: 19px;
	font-weight: bold;
	color: #004697;
}

.about-item {
	text-align: center;
	padding: 12px 10px 44px 12px;
	background-color: #fff;
}

.about-item h5 {
	margin-bottom: 14px;
	font-size: 21px;
	text-align: center;
	color: #000;
	min-height: 51px;
}

.about-item img {
	max-width: 129px;
	margin: 0 auto 22.5px;
	display: block;
}

.about-me-content {
	padding-top: 68px;
}

.about-item p span {
	font-size: 15px;
	display: block;
	min-height: 65px;
}

.service-details-content h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.58;
	text-align: center;
	color: #004697;
}

.service-details-content P {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 31px;
	text-align: center;
	color: #000;
}

.service-details-content .btn {
	margin: 0 auto;
	display: block;
}

.service-details-item {
	padding: 28px 35px 28px 77px;
	border-radius: 25px;
	background-color: rgb(248, 248, 248);
	margin-bottom: 35px;
}

.service-details {
	padding-left: 15px;
	padding-right: 15px;
}

.service-right-img img {
	border-radius: 16px;
	width: 100%;
}

.archive h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #004697;
}

.archive-container ul li p {
	margin-bottom: 0;
}

.archive-container ul li {
	padding-bottom: 22px;
}

.archive-container ul li:last-child {
	padding-bottom: 0;
}

.timeline {
	border-left: 3px solid #727cf5;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 auto;
	position: relative;
	padding: 0 50px;
	list-style: none;
	text-align: left;
}

@media (max-width: 767px) {
	.timeline {
		max-width: 98%;
		padding: 25px;
	}
}

.timeline h1 {
	font-weight: 300;
	font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 10px;
}

.timeline .event {
	border-bottom: 1px dashed #e8ebf1;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.timeline .event {
		padding-top: 30px;
	}
}

.timeline .event:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}

@media (max-width: 767px) {}

.timeline .event::after {
	-webkit-box-shadow: 0 0 0 3px #727cf5;
	box-shadow: 0 0 0 3px #fff;
	left: -55.8px;
	background: #fff;
	border-radius: 50%;
	height: 9px;
	width: 9px;
	content: "";
	top: 3px;
}

@media (max-width: 767px) {
	.timeline .event:after {
		left: -31.8px;
	}
}

.rtl .timeline {
	border-left: 0;
	text-align: right;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
	left: 0;
	right: -170px;
}

.rtl .timeline .event::after {
	left: 0;
	right: -55.8px;
}

.timeline-section .card .card-header .btn i.fa-plus {
	font-size: 18px;
	position: relative;
	color: #000;
	padding-left: 20px;
}

.timeline-section .btn.btn-link.collapsed .fa-plus::before {
	content: "\f067";
}

.timeline-section .btn.btn-link .fa-plus::before {
	content: "\f068";
}

.timeline-section .btn .accordion_heading {
	color: #000;
}

.timeline-section .btn {
	background-color: #f8f8f8;
	margin: 0 auto;
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: normal;
	padding: 17px 10px 16px;
	width: 100%;
	border-radius: 0;
	max-width: inherit;
	display: block;
	overflow: hidden;
	height: auto;
}

.timeline-section .btn .accordion_heading {}

.timeline-section .btn:hover,
.timeline-section .btn:focus {
	text-decoration: none;
}

.timeline-section .card {
	border: none;
	border-radius: 0;
	background-color: transparent;
	display: block;
}

.timeline-section .card-header {
	padding: 0;
	background-color: #f8f8f8;
	border: none;
}

.timeline-section .btn .accordion_heading {
	color: #000;
	display: inline-block;
}

.timeline-section .card-body {
	background-color: #1357a5;
	padding: 177px 0 100px;
}

.timeline-title span {
	font-family: "Doto", sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #fff;
}

.timeline-title h6 {
	margin-bottom: 31px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.year h5 {
	font-family: "Doto", sans-serif;
	font-size: 72px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}

.timeline-content p {
	color: #fff;
	margin-bottom: 0;
	text-align: left;
}

.growth-button a {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #004697;
	display: block;
	padding: 28px 10px;
}

.text-right.timeline-tag {
	max-width: 351px;
}

.educational-hero-left h1 {
	font-size: 53px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}

.educational-hero-left h2 {
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 6px;
}

.educational-hero-left p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.educational-section-title h3 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #004697;
}

.educational-section-title p {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #004697;
	margin-bottom: 35px;
}

.educational-features {
	padding: 43px 56px 53px 54px;
	background-color: #004697;
	/* margin-top: 36px; */
}

.educational-features p {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
}

.educational-section-two {
	padding-top: 63px;
}

.educational-list-title h3 {
	font-size: 40px;
	font-weight: bold;
	color: #004697;
	margin-bottom: 7px;
}

.educational-list-title p {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: bold;
	color: #004697;
}

/* list item */
.educational-list-item .item {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 32px;
}

/* blue box */
.educational-list-item .badge {
	min-width: 130px;
	height: 130px;
	background: #004697;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	padding: 11px;
	border-radius: 8px;
	font-weight: bold;
}

/* text area */
.educational-list-item .content h3 {
	font-size: 18px;
	font-weight: bold;
	color: #004697;
	margin-bottom: 11px;
}

.educational-list-item .content p {
	margin-bottom: 0;
}

/* responsive */
@media (max-width:768px) {
	.educational-list-item .item {
		flex-direction: column;
	}

	.educational-list-item .badge {
		width: 120px;
		height: 70px;
	}
}

.educational-inner {
	padding: 93px 122px 36px 115px;
	background-color: #f8f8f8;
}

.message-left h3 {
	margin-bottom: 0;
	font-family: "Doto", sans-serif;
	font-size: 86px;
	font-weight: 900;
	line-height: 1.9;
	color: #fff;
}

.message-left h5 {
	font-size: 29px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-bottom: 52px;
	color: #fff;
}

.message-left h6 {
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 23px;
	color: #fff;
}

.message-left p,
.message-text p {
	margin-bottom: 0;
	padding-top: 10px;
	color: #fff;
}

.message-container {
	padding: 0 65px;
}

.educational-info-box a {
	font-size: 18px;
	font-weight: 500;
	color: #004697;
	display: block;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #004697;
	margin-bottom: 5px;
	position: relative;
}

.educational-info-box a::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 7px;
	height: 8px;
	background-color: #004697;
	display: block;
	position: absolute;
	right: 14.5px;
	top: 18px;
}

.educational-info-box {
	padding-bottom: 26px;
}

.educational-info-box p {
	margin-bottom: 0;
}

.educational-section-four {
	position: relative;
	padding-top: 77px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 36px;
}

.campus-section-one-title h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #004697;
}

.campus-section-one-title {
	max-width: 690px;
	margin: 0 auto;
}

.floor-map-details {
	padding: 74px 125px 53px 126px;
	background-color: #f8f8f8;
}

.floor-map-details p {
	font-size: 21px;
	font-weight: 500;
}

.product-title h4 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #004697;
}

.product-content {
	padding: 8px 15px 16px 16px;
	min-height: 120px;
}

.campus-section-four .product-content {
	min-height: inherit;
	text-align: center;
}

.product-content h6 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.product-content p {
	margin-bottom: 0;
}

.product-section {
	padding: 0 10px;
}

.campus-section-five p {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

.campus-section-five a {
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	position: relative;
}

.campus-section-five a::after {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 9px;
	height: 12px;
	background-color: #fff;
	display: block;
	position: absolute;
	right: -20px;
	top: 10px;
}

.campus-section-five a span {
	font-size: 13px;
}

.pdf-list-item h5 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 9.8px;
	text-align: left;
	color: #004697;
}

.pdf-list-item a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #000;
	line-height: 2.18;
}

.pdf-list-item a i {
	float: right;
	color: #c3c3c3;
}

.pdf-list-item ul li {
	padding-bottom: 37px;
}

.pdf-list-item {
	max-width: 525px;
}

.pdf-list-item a i {
	padding-top: 8px;
}

.pdf-description h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 13.5px;
	color: #004697;
}

.pdf-description p {
	margin-bottom: 0;
}

#pdf-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*///////////////////////////////////////////*/
.employment-banner-left p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.employment-banner-left h1 {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	/* margin-bottom: 70px; */
}

.stats-circle img {
	max-width: 242.5px;
}

.section-stats-wrapper {
	padding: 53px 296px 48.1px 264px;
	/* background-color: #f8f8f8; */
}

.project_container h5 {
	height: 64px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
	color: #004697;
	padding: 0 13px;
	line-height: 64px;
	text-align: center;
	margin-top: 30px;
}

.stats-text h3 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	color: #004697;
}

.stats-text h4 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #004697;
}

.stats-text ul li {
	font-size: 21px;
	font-weight: 500;
	color: #000;
}

.stats-text {
	padding-left: 67.1px;
}

.stats-text ul li span {
	text-align: right;
	float: right;
}

.project_container h4 {
	height: 64px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
	padding: 0 13px;
	background-color: #004697;
	line-height: 64px;
	text-align: center;
}

.project_container p {
	padding-top: 24px;
	line-height: 1.91;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
	color: #141414;
}

.project-wrapper p {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 0;
	color: #000;
	padding-top: 8px;
}

.title_all_box h4 {
	height: 64px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
	padding: 0 13px;
	background-color: #004697;
	line-height: 64px;
	text-align: center;
}

.process-box {
	margin: 0 auto;
	padding: 48px 20px 0 40px;
}

.process-content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #141414;
}

.process-img img {
	max-width: 70%;
	margin: 0 auto;
	display: block;
	margin-top: 60px;
}

.process-content .btn {
	max-width: 318px;
	margin-top: 43.6px;
}

.process-section.process-bottom .process-box {
	padding: 48px 20px 32px 40px;
}

.process-content {
	position: relative;
	height: 100%;
}

.process-content .btn {
	max-width: 318px;
	position: absolute;
	bottom: 0;
	/* Centering logic */
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/* Ensures max-width has a base to work from */

}

.process-section.process-bottom .process-content h5 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 27px;
	color: #004697;
}

.process-section.process-bottom .process-content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #141414;
}

.employment-banner-left h2 {
	font-size: 23px;
	font-weight: bold;
	color: #fff;
}

#support-banner-left h1 {
	margin-bottom: 18px;
}

#support-banner-left h2 {
	margin-bottom: 18px;
}

.support-img-item h3 {
	font-size: 24px;
	font-weight: bold;
	color: #004697;
}

.support-title h3 {
	font-size: 49px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	color: #004697;
}

.support-section-two .process-image h6 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #000;
}

.support-section-three .process-image h6 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.blue-text {
	color: #e87d00;
}

.orange-text {
	color: #004697;
}

.support-section-three-box {
	padding: 30px 73px 61px 25px;
	background-color: #f8f8f8;
	margin: 0 auto;
}

#support-feature h3 {
	padding-bottom: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #004697;
}

.news-wrapper .news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 13.5px 0 16.5px;
	position: relative;
}

.news-wrapper .tag {
	background: #004697;
	color: #fff;
	font-size: 13px;
	padding: 2px 10px;
	margin-right: 15px;
}

.news-item p {
	flex: 1;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.news-wrapper .news-item .arrow::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 12px;
	height: 14px;
	background-color: #d6d6d6;
	display: block;

}

.exam-news ul li {
	position: relative;
}

.news-title h3 {
	font-size: 50px;
	font-weight: bold;
	color: #004697;
}

.exam-news {
	max-width: 825px;
	margin: 0 auto;
}

.news-wrapper .exam-news ul li:last-child .news-item {
	border-bottom: none;
	padding-bottom: 0;
}

.categories-title h2 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #004697;
}

.categories-box {
	padding: 60px 56px 52px 42px;
	background-color: #F8F8F8;
	/* min-height: 720px; */
}

.blue-bg {
	background-color: #D1EDF9 !important;
}

.application-section .categories-box {
	min-height: inherit;
	padding: 94px 48px 93px;
}

.categories-box h4 {
	font-size: 24px;
	font-weight: bold;
	/* margin-bottom: 50px; */
	text-align: center;
	color: #004697;
}

.categories-box p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.31;
	text-align: left;
	color: #000;
}

.application-button {
	text-align: center;
	padding-top: 30px;
}

.categories-img img {
	margin: 0 auto;
	display: block;
}

.application-button a {
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	margin: 0 auto;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 39px 57px;
	background-color: #004697;
}

.web-list-item ul li h5 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #004697;
}

.web-list-item ul li p {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.76;
	color: #000;
}

.web-list-item img {
	max-width: 361px;
	height: auto;
}

.job-banner .employment-banner-left h1 {
	/* margin-bottom: 70px; */
}

.career-text p {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.91;
	color: #141414;
	text-align: center;
}

.career-list ul li {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.38;
	color: #fff;
	background-color: #004697;
	display: inline-block;
	margin-bottom: 7px;
	padding: 8px;
}

.career-list ul li:last-child {
	margin-bottom: 0;
}

.data-btn .btn {
	margin-bottom: 20px;
	width: 100%;
	max-width: inherit;
	font-size: 20px;
	height: 49px;
	line-height: 38px;
	padding: 6px 35px 6px 35px;
	text-align: center;
}

.data-btn .btn::before {
	width: 10.6px;
	height: 12px;
	top: 25px;
	right: 12.8px;
}

.section-stats-wrapper h3 {
	margin-bottom: 28px;
	font-size: 30px;
	font-weight: bold;
	color: #004697;
	text-align: center;
}

.statistic-number h2 {
	font-family: "Inter", sans-serif;
	font-size: 59px;
	font-weight: bold;
	text-align: center;
	color: #004697;
}

.statistic-number h2 span {
	font-size: 107px;
	line-height: 100px;
}

.statistic-number p {
	font-size: 24px;
	color: #9b9b9b;
}

.data-percentage .section-stats-wrapper {
	padding: 53px 196px 48.1px 164px;
}

.statistic-number p {
	font-size: 24px;
	color: #9b9b9b;
	position: relative;
	top: -10px;
	left: -9px;
}

.job-list-tab .card .card-header .btn i.fa-plus {
	right: 20px;
	padding-top: 2px;
	font-size: 18px;
	position: absolute;
}

.job-list-tab .d-flex.align-items-center.justify-content-between.btn.btn-link.collapsed .fa-plus::before {
	content: "\f067";
}

.job-list-tab .d-flex.align-items-center.justify-content-between.btn.btn-link .fa-plus::before {
	content: "\f068";
}

.job-list-tab .btn {
	background-color: #004697;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	display: block;
	font-size: 28px;
	padding: 0 18px 0 31px;
	width: 100%;
	max-width: inherit;
	height: 70px;
	overflow: hidden;
	white-space: wrap;
	border-radius: 0;
	line-height: 70px;
}

.job-list-tab .btn:before {
	display: none;
}

.job-list-tab .btn .accordion_heading {
	text-align: center;
	display: block;
}

.job-list-tab .card {
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.job-list-tab .btn .accordion_heading {
	text-align: left;
	display: block;
}

.job-list-tab .card-header {
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	text-align: left;
}

.job-list-tab .btn:hover,
.job-list-tab .btn:focus {
	text-decoration: none;
}

.school-title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #004697;
}

.school-left p,
.school-mid p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	color: #141414;
}

.percent {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #004697;
}

.percent span {
	font-size: 71px;
}

.school-details ul li {
	font-size: 16px;
	font-weight: 500;
	color: #141414;
	border-bottom: 1px solid #cecece;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.school-details ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.school-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.job-list-tab hr {
	margin: 0;
	border-color: #b5b5b5;
}

.news-area {
	max-width: 825px;
	margin: 0 auto;
}

.job-news-title h4 {
	font-size: 49px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #004697;
}

.job-news-box h3 {
	padding-top: 10px;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 0;
	color: #000;
}

.job-news-box span {
	font-size: 16px;
	display: block;
	color: #000;
}

.job-news-box p {
	padding-top: 10px;
	font-size: 16px;
	margin-bottom: 0;
	color: #000;
}

.job-news hr {
	margin: 44.5px 0;
}

.department-title h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	padding: 14px 10px 16px;
	background-color: #004697;
}

.department-title p {
	margin-bottom: 0;
	font-size: 16px;
	text-align: right;
	color: #a2a2a2;
}

.it-department-title h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #141414;
}

.deta-box {
	padding: 35px 22px 27px 23px;
	background-color: #f8f8f8;
}

.deta-box h3 {
	margin: 0 0 22px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #00a4e0;
	min-height: 60px;
}

.deta-box img {
	width: 222px;
	margin: 0 auto;
	display: block;
}

.deta-info p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
}

.deta-info {
	justify-content: center;
	display: flex;
}

.deta-box h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
	color: #00a4e0;
}

.job-list li {
	font-size: 16px;
	line-height: 1.38;
	list-style: disc;
	color: #000;
}

.job-list {
	padding-left: 15px;
	padding-bottom: 40px;
}

.deta-box .job-info .btn {
	max-width: inherit;
	width: 100%;
}

.btn.vanadyl-blue-btn {
	background-color: #00a4e0;
}

.btn.blue-raspberry-btn {
	background-color: #14c3e6;
}

.btn.jade-glass-btn {
	background-color: #00d4d0;
}

.btn.intense-blue-btn {
	background-color: #1c2171a;
}

.deta-box.blue-raspberry h3,
.deta-box.blue-raspberry h4 {
	color: #14c3e6;
}

.deta-box.jade-glass h3,
.deta-box.jade-glass h4 {
	color: #00d4d0;
}

.deta-box.intense-blue h3,
.deta-box.intense-blue h4 {
	color: #1c2171;
}

.deta-box.intense-blue h3 {
	font-size: 16px;
}

.deta-box.jade-glass h3 {
	font-size: 18px;
}

.deta-box {
	min-height: 726px;
	position: relative;
}

.job-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 22px 27px 23px;
}

.deta-box.mint-green h3,
.deta-box.mint-green h4 {
	color: #00cdad;
}

.btn.mint-green-btn {
	background-color: #00cdad;
}

.deta-box.shamrock-green h3,
.deta-box.shamrock-green h4 {
	color: #00c67f;
}

.btn.shamrock-green-btn {
	background-color: #00c67f;
}

.deta-box.lavender h3,
.deta-box.lavender h4 {
	color: #ae8aea;
}

.btn.lavender-btn {
	background-color: #ae8aea;
}

.deta-box.flamingo h3,
.deta-box.flamingo h4 {
	color: #e98694;
}

.btn.flamingo-btn {
	background-color: #e98694;
}

.deta-box.flamingo h3 {
	font-size: 18px;
}

.deta-box.strawberry h3,
.deta-box.strawberry h4 {
	color: #ff6c6f;
}

.btn.strawberry-btn {
	background-color: #ff6c6f;
}

.deta-box.peach h3,
.deta-box.peach h4 {
	color: #ff7e5e;
}

.btn.peach-btn {
	background-color: #ff7e5e;
}

.deta-box.flamingo,
.deta-box.peach {
	padding: 35px 5px 27px 5px;
}

.job-list {
	max-width: 252px;
	margin: 0 auto;
}

.deta-box.olive-green h3,
.deta-box.olive-green h4 {
	color: #dba944;
}

.btn.olive-green-btn {
	background-color: #dba944;
}

.deta-box.red-color h3,
.deta-box.red-color h4 {
	color: #e53e2f;
}

.btn.red-color-btn {
	background-color: #e53e2f;
}

.support-system-top {
	padding: 31px 15px 28px;
	background-color: #004697;
}

.support-system-title h2 {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.support-system-title p {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.support-system-box {
	padding: 46px 34px 46px 57px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.support-system-box-left h4 {
	font-size: 24px;
	font-weight: bold;
	color: #004697;
}

.support-sub-title h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
	color: #004697;
}

.practical-education .support-system-box-left p {
	font-size: 16px;
	line-height: 2.19;
}

.job-details-box-left p {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 2.12;
}

.practical-education-bottom {
	max-width: 850px;
	margin: 0 auto;
}

.job-details-text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.27;
	color: #fff;
}

.job-details-icon img {
	max-width: 30px;
}

.job-details-icon {
	padding-right: 12px;
}

.support-system-box-right ul li {
	margin-bottom: 0;
}

.support-system-box-right ul li {
	margin-bottom: 4px;
	padding: 12px 10px 14px;
	background-color: #976e00;
	text-align: center;
}

.news-text-content span.date {
	font-size: 20px;
	color: #004697;
	font-family: "Outfit", sans-serif;
	margin-bottom: 8px;
}

.news-text-content h4 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.news-tag.blue-section {
	padding: 15px 33px 9px;
}

.single-news-title h4 {
	margin-bottom: 40px;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	color: #004697;
}

.news-tag ul li span {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 14px;
	background-color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	border-radius: 4px;
	white-space: nowrap;
	transition: background-color 0.2s, color 0.2s;
}

.news-tag ul li span:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.news-tag ul li.is-active span {
	background-color: #fff;
	color: #000;
}

.news-tag li {
	width: auto;
	max-width: none;
	padding: 0;
}

.news-tag li a {
	text-decoration: none;
}

.news-tag p {
	padding-top: 7px;
	color: #fff;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.tags a {
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 4px 5px;
	background-color: #004697;
	display: inline-block;
	margin-bottom: 5px;
}

.blog-card span.date {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.31;
	color: #004697;
}

.pagination {
	text-align: right;
	float: right;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: normal;
	color: #9b9b9b;
	border: none;
	padding: 0;
}

.pagination li a.active {
	color: #000;
}

.pagination li:first-child {
	padding-right: 10px;
}

.rv-hero-btn {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

.rv-hero-btn-orange {
	background-color: #e8730e;
	color: #fff;
}

.rv-hero-btn-orange:hover {
	background-color: #d06008;
	color: #fff;
}

.rv-hero-btn-white {
	background-color: #fff;
	color: #004697;
}

.rv-hero-btn-white:hover {
	background-color: #e8e8e8;
	color: #004697;
}

/* Intro section */
.rv-intro-section h3 {
	font-size: 18px;
	font-weight: bold;
	color: #292929;
	margin-bottom: 0;
}

/* Voice card section */
.rv-voice-card {
	overflow: hidden;
	border-radius: 0;
	background-color: #f7f7f7;
	padding: 37.3px 23px 0 52px;
	position: relative;
}

.rv-voice-card .row {
	margin: 0;
}

.rv-voice-card .row>[class*="col-"] {
	padding: 0;
}

/* Schedule panel (left side) */
.rv-schedule-panel {}

.rv-schedule-heading h4,
.rv-schedule-heading h5 {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.48;
	margin-bottom: 0;
	color: #fff;
	background-color: #e33c0b;
	padding: 4px 10px;
	display: inline-block;
}

.rv-schedule-heading h5 {
	margin-top: 5px;
}

.rv-schedule-list {
	background-color: #fff;
	padding: 21.3px 39.6px 27.1px 24px;
	margin-bottom: 23.3px;
}

.rv-schedule-label {
	font-size: 24px;
	font-weight: bold;
	color: #1a1311;
	margin-bottom: 15px;
	padding-bottom: 8px;
}

.rv-schedule-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.rv-schedule-list ul::after {
	content: "";
	width: 1px;
	height: 88%;
	background-color: #e33c0b;
	display: block;
	position: absolute;
	z-index: 1;
	left: 4px;
	top: 19px;
	bottom: 0;
}

.rv-schedule-list ul li {
	color: #1a1311;
	font-size: 16px;
	padding: 6px 0;
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
}

.rv-schedule-list ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #e33c0b;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 19px;
}

.rv-time {
	font-weight: bold;
	color: #e33c0b;
}

/* Voice content (right side) */
.rv-voice-popup-content {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 17px 23px;
	position: relative;
}

.rv-voice-popup-content::after {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background-color: #fff;
	width: 40px;
	height: 35px;
	display: block;
	position: absolute;
	right: 57px;
	bottom: -33px;
}

.rv-voice-content {
	margin-left: 30px;
}

.rv-voice-content p {
	line-height: 1.56;
	color: #292929;
	margin-bottom: 0;
}

.rv-student-photo {
	flex-grow: 1;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.rv-student-photo img {
	width: 422px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
	max-width: 540px;
}

/* .rv-student-photo.max img {
	width: 522px;
} */

/* Data section */
.rv-data-section {
	background-color: #f5f5f5;
}

.rv-data-image {
	margin: 0 auto;
}

/* Campus life grid */
.rv-grid-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.rv-grid-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.rv-grid-item:hover img {
	transform: scale(1.05);
}

.rv-grid-content {
	padding: 15px 20px;
	background-color: #fff;
	min-height: 130px;
}

.rv-grid-content h5 {
	font-size: 16px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 8px;
}

.rv-grid-content p {
	line-height: 1.56;
	margin-bottom: 0;
	color: #292929;
}

.rv-grid-link {
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-color: #004697;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.rv-grid-link:hover {
	background-color: #003070;
	color: #fff;
}

.rv-grid-item-active {
	border: 2px solid #004697;
}

.rv-voice-section.dark-green-box .rv-schedule-heading h4,
.rv-voice-section.dark-green-box .rv-schedule-heading h5 {
	background-color: #27785b;
}

.rv-voice-section.dark-green-box .rv-time {
	color: #27785b;
}

.rv-voice-section.dark-green-box .rv-schedule-list ul li::before {
	background-color: #27785b;
}

.rv-voice-section.dark-green-box .rv-schedule-list ul::after {
	background-color: #27785b;
	height: 80%;
}

/* .rv-voice-section.dark-green-box .rv-student-photo img {
	max-width: 380px;
} */
.rv-voice-section.blue-box .rv-schedule-heading h4,
.rv-voice-section.blue-box .rv-schedule-heading h5 {
	background-color: #00569d;
}

.rv-voice-section.blue-box .rv-time {
	color: #00569d;
}

.rv-voice-section.blue-box .rv-schedule-list ul li::before {
	background-color: #00569d;
}

.rv-voice-section.blue-box .rv-schedule-list ul::after {
	background-color: #00569d;
	height: 80%;
}

/* .rv-voice-section.blue-box .rv-student-photo img {
	max-width: 360px;
} */
.rv-voice-section.light-green-box .rv-schedule-heading h4,
.rv-voice-section.light-green-box .rv-schedule-heading h5 {
	background-color: #399d26;
}

.rv-voice-section.light-green-box .rv-time {
	color: #399d26;
}

.rv-voice-section.light-green-box .rv-schedule-list ul li::before {
	background-color: #399d26;
}

.rv-voice-section.light-green-box .rv-schedule-list ul::after {
	background-color: #399d26;
}

.rv-voice-section.pink-box .rv-schedule-heading h4,
.rv-voice-section.pink-box .rv-schedule-heading h5 {
	background-color: #cb395b;
}

.rv-voice-section.pink-box .rv-time {
	color: #cb395b;
}

.rv-voice-section.pink-box .rv-schedule-list ul li::before {
	background-color: #cb395b;
}

.rv-voice-section.pink-box .rv-schedule-list ul::after {
	background-color: #cb395b;
	height: 80%;
}

/* .pink-box .rv-student-photo img {
	max-width: 370px;
} */
.page-template-page-real-voice .educational-info-box a,
.page-template-page-real-voice .educational-info-box p,
.page-template-page-campus-library .educational-info-box a,
.page-template-page-campus-library .educational-info-box p {
	margin-right: 27px;
}

.single-news-button li .btn {
	max-width: 253px;
}

.single-news-button ul {
	text-align: center;
}

.single-news-button ul li {
	text-align: center;
	display: inline;
	padding-right: 15px;
}

.single-news-button ul li:last-child {
	padding-right: 0;
}

/* detail custom content (images + notes from custom fields)
=================================================================== */
.detail-custom-content {
	margin-bottom: 55px;
}

.detail-custom-content img {
	border-radius: 19px;
	margin-bottom: 50px;
	max-width: 100%;
	height: auto;
}

.detail-custom-content p {
	margin-bottom: 55px;
	font-size: 16px;
	line-height: 1.8;
}

/* detail links (related site / related course)
=================================================================== */
.detail-links {
	display: flex;
	justify-content: space-between;
	margin-right: -20px;
	margin-bottom: 105px;
}

.detail-links .detail-link-item {
	width: 100%;
	margin-right: 20px;
}

.detail-links .detail-link-title {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 1.4;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.detail-links .detail-link-btn {
	padding-top: 7px;
}

.detail-links .detail-link-btn a {
	font-weight: 700;
	position: relative;
	padding-right: 30px;
	transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.detail-links .detail-link-btn a:after {
	content: " ";
	position: absolute;
	top: 4px;
	right: 0;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-image: url(img/arrow.svg);
	background-color: #00c8de;
	border-radius: 50%;
}

.detail-links .detail-link-btn a:hover {
	opacity: 0.5;
}

.campus-library-title h1 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #004697;
}

.campus-library-title p {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #292929;
}

.campus-library-button {
	padding: 28px 19px 12px 29px;
	border-radius: 14px;
	background-color: #004697;
}

.campus-library-button ul {}

.campus-library-button ul li {
	display: inline-block;
	margin-bottom: 16px;
	padding-right: 15px;
}

.campus-library-button ul li:last-child {
	padding-right: 0;
}

.campus-library-button ul li button {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #141414;
	padding: 6px 61px 7px;
	border-radius: 16.5px;
	background-color: #fff;
	border: none;
}

.campus-library-button p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	color: #fff;
	text-decoration: underline;
}

.campus-library-gallery .col-sm-4 {
	padding: 0 3px 6px;
}

.campus-library-gallery ul {
	margin-right: -3px;
	margin-left: -3px;
}

.certificate-title h2 {
	font-size: 50px;
	font-weight: bold;
	color: #004697;
}

.certificate-box {
	padding: 47px 15px 29px 23px;
	background-color: #f8f8f8;
	min-height: 340px;
}

.certificate-box h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.46;
	text-align: center;
	color: #004697;
}

.certificate-box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.31;
	color: #000;
	display: flex;
	justify-content: center;
}

.procedure-sec h4 {
	font-size: 28px;
	font-weight: bold;
	color: #004697;
}

.procedure-sec h5 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.procedure-sec ul li h6 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.05;
	color: #000;
}

.procedure-sec ul li {
	margin: 0 auto;
	padding: 27.5px 0;
	border-bottom: 1px solid #dadada;
	position: relative;
}

.procedure-sec ul li::before {
	content: "";
	background-color: #494949;
	height: 1px;
	width: 180px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.procedure-sec ul li p {
	line-height: 2.31;
	color: #000;
}

.procedure-right ul li {
	list-style: disc;
}

.procedure-sec-three .btn {
	max-width: 100%;
	white-space: wrap;
}

.procedure-sec-six .btn {
	max-width: 100%;
	white-space: wrap;
}

.parent-button .btn {
	max-width: 100%;
}

.learning-page-area2 h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.96;
	margin-bottom: 20px;
	color: #004697;
}

/* .learning-page-area2 p {
	line-height: 2.5;
} */

.learning-page-area3 h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}

.speech {
	line-height: 1.5;
	padding: 18px 17px 26px 16px;
	border-radius: 4px;
	background-color: #f8f8f8;
}

.speech::after {
	content: "";
	position: absolute;
	right: 0;
	width: 41px;
	height: 47px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #f8f8f8;
	display: block;
	top: 30%;
}

.speech-left {}

.speech-left ul {}

.speech-left ul li {
	padding-right: 41px;
	position: relative;
	margin-bottom: 30px;
}

.speech-left ul li:last-child {
	margin-bottom: 0;
}

.learning-page-area4 h3 {
	font-size: 28px;
	font-weight: bold;
	color: #004697;
}

.schedule {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.schedule .item {
	background: #0c4c95;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	position: relative;
}

.schedule .item::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 35px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 12px;
	height: 14px;
	z-index: 1;
	background-color: #fff;
}

.schedule .date {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 160px;
}

.schedule .year {
	font-size: 20px;
	font-weight: bold;
}

.schedule .day {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.schedule .text {
	font-size: 20px;
	font-weight: bold;
	padding-left: 24px;
	padding-right: 34px;
}

.schedule .btn-area {
	text-align: center;
	margin-top: 40px;
}

.apply-btn {
	background: #004697;
	color: #fff;
	padding: 14px 57px;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
}

.apply-btn:hover {
	background: #000;
	color: #fff;
}

/* ===== Base Layout ===== */
.event-page .article {
	width: 100%;
	max-width: 1090px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
}

.event-page .section {
	margin-bottom: 130px;
	position: relative;
	margin-top: 130px;
}

/* ===== Utilities ===== */
.event-page .mb40 {
	margin-bottom: 40px !important;
}

.event-page .mb55 {
	margin-bottom: 55px !important;
}

.event-page .indent {
	margin-left: 20px;
}

.event-page .reBrSp {
	display: none;
}

/* ===== Column Grid ===== */
.event-page .column {
	margin-right: -1px;
	list-style: none;
	padding: 0;
}

.event-page .column>li {
	float: left;
	position: relative;
}

.event-page .column.column--3>li {
	width: calc(100% / 3 - 1px);
	margin-right: 1px;
	margin-bottom: 1px;
}

/* ===== Title H1 ===== */
.event-page .title--h1 {
	color: #004697;
	font-size: 40px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.event-page .title--h1 svg {
	fill: #00c8de;
	vertical-align: middle;
	margin-right: 8px;
}

/* ===== Title H3 ===== */
.event-page .title--h3 {
	padding-left: 16px;
	position: relative;
	line-height: 1;
	color: #000;
}

/* 
.event-page .title--h3:before,
.event-page .title--h3:after {
	content: " ";
	position: absolute;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
} */
.event-page .title--h3:before {
	background-color: #00c8de;
	z-index: 1;
}

.event-page .title--h3:after {
	background-color: #c8c8c8;
}

.event-page .title--h3.h3--m {
	font-size: 21px;
	margin-bottom: 25px;
}

.event-page .title--h3.h3--m:before {
	top: 8px;
}

.event-page .title--h3.h3--m:after {
	top: 14px;
}

/* ===== Event Styles (from campus_life.css) ===== */
.event-page .title--h3.h3--m {
	font-size: 16px;
}

.event-page .title--h3.h3--m:before {
	top: 51px;
}

.event-page .title--h3.h3--m:after {
	top: 57px;
}

.event-page .event__contents .event__contents--title {
	position: relative;
}

.event-page .event__contents .event__contents--title dl dt {
	position: absolute;
	width: 90px;
	height: 70px;
	top: 0;
	left: 0;
	font-size: 25px;
	font-weight: bold;
	color: #004697;
	line-height: 67px;
	white-space: nowrap;
}

.event-page .event__contents .event__contents--title dl dt strong {
	font-size: 67px;
	font-family: "MyWebFontBold", sans-serif;
	margin-right: 7px;
}

.event-page .event__contents .event__contents--title dl dt.double {
	letter-spacing: -4px;
}

.event-page .event__contents .event__contents--title dl dd {
	margin-left: 120px;
	margin-bottom: 0;
	padding-top: 30px;
	font-size: 18px;
	color: #004697;
	font-weight: bold;
}

.event-page .event__contents .event__contents--img {
	padding-left: 120px;
}

.event-page .event__contents .event__contents--img .column li {
	margin-bottom: 1px;
}

.event-page .event__contents .event__contents--img .column li span {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event-page .event__contents .event__contents--img .column.column--3 li span {
	padding-top: calc(450 / 730 * 100%);
}

/* ===== Breadcrumb ===== */
.event-page .breadcrumb {
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
	background: none;
}

.event-page .breadcrumb li {
	font-size: 11px;
	color: #909090;
	display: inline-block;
	margin-right: 10px;
}

.event-page .breadcrumb li a {
	padding-right: 20px;
	color: #00c8de;
	position: relative;
}

.event-page .breadcrumb li a:after {
	content: ">";
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 10px;
	color: #909090;
}

.event-page .breadcrumb li:last-child {
	margin-right: 0;
}

/* ===== Responsive (from campus_life_sp.css) ===== */
@media only screen and (max-width: 768px) {
	.event-page .title--h3.h3--m {
		font-size: 13px;
	}

	.event-page .title--h3.h3--m:before {
		top: 8px;
	}

	.event-page .title--h3.h3--m:after {
		top: 12px;
	}

	.event-page .event__contents {
		margin-bottom: 70px !important;
	}

	.event-page .event__contents .event__contents--title {
		margin-bottom: 15px !important;
	}

	.event-page .event__contents .event__contents--title dl dt {
		position: relative;
		width: 100%;
		height: auto;
		font-size: 22px;
		line-height: 35px;
		margin-right: 30px;
		margin-bottom: 17px;
	}

	.event-page .event__contents .event__contents--title dl dt strong {
		font-size: 75px;
		margin-right: 7px;
	}

	.event-page .event__contents .event__contents--title dl dd {
		margin-left: 0;
		padding-top: 0;
		font-size: 16px;
		line-height: 1.5;
	}

	.event-page .event__contents .event__contents--img {
		padding-left: 15px;
		margin-bottom: 35px;
	}

	.event-page .column.column--3>li {
		width: calc(100% / 2 - 1px);
	}

	.event-page .reBrSp {
		display: block;
	}

	.event-page .section {
		margin-bottom: 60px;
	}

	.event-page .title--h1 {
		font-size: 28px;
		margin-top: 30px;
	}

	.event-page .article {
		padding: 0 24px;
	}
}

.lazyload {
	display: block;
	/* or inline-block */
	width: 100%;
	/* adjust to your layout */
	height: 200px;
	/* you must set a height for the image to show */
	background-size: cover;
	background-position: center;
}

.news-image-block {
	width: 100%;
	height: 250px;
	/* Increased height for a more "hero" look */
	background-size: cover;
	/* Essential: fills the box */
	background-position: center;
	/* Keeps the focus centered */
	background-repeat: no-repeat;
	/* Smooth loading & rendering */
	image-rendering: -webkit-optimize-contrast;
	background-color: #f0f0f0;
	/* Fallback color while image loads */
	/* Optional: subtle shadow to make it pop */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.pager {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
}

.pager .page-numbers {
	padding: 8px 15px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #333;
}

.pager .page-numbers.current {
	background-color: #004697;
	/* Change to your theme color */
	color: #fff;
	border-color: #004697;
}

.margin-auto {
	margin: auto;
}

/* Container for the whole item */
.slider-news-card {
	display: block;
	background: #fff;
	text-decoration: none !important;
	overflow: hidden;
	border-radius: 8px;
	/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
	/* transition: transform 0.3s ease; */
}

/* .slider-news-card:hover {
	transform: translateY(-5px);
} */

/* 1. Thumbnail Fix (Same size, high quality) */
.slider-thumb {
	width: 100%;
	height: 220px;
	/* Adjust this to your preferred height */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Content Area (Title & Date) */
.slider-content {
	padding-top: 5px;
}

/* 3. Date Styling */
.slider-date {
	display: block;
	font-size: 13px;
	color: #888;
	margin-bottom: 5px;
}

/* 2. Title Styling */
.slider-title {
	font-size: 16px;
	line-height: 1.4;
	color: black;
	margin: 0;
	/* Limit to 2 lines to keep boxes uniform */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pt-15 {
	padding-top: 15px;
}

.bg-blue {
	display: flex;
	background-color: #004697;
	padding-bottom: 20px;
	color: white;
	margin-top: 20px;
}

.about-section-top h4 {
	font-size: 19px;
	font-weight: bold;
	color: #004697;
	margin-bottom: 0.5rem;
}

.col-space {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bg-black {
	background-color: white;
	color: #000000 !important;
}

.white {
	color: white !important;
}

/* Main container with the blue border matching the screenshot */
.top-op-card {
	border: 4px solid #005498;
	background-color: #005498;
	overflow: hidden;
}

.top-op-banner img {
	width: 100%;
	display: block;
}

/* White area for the content */
.top-op-content {
	background-color: #ffffff;
}

.top-op-item {
	padding: 20px 15px;
	height: 100%;
}

.top-op-title {
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

/* Date styling: Large Blue Numbers */
.top-op-date-box {
	color: #005498;
	font-weight: bold;
	font-size: 1.4rem;
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

.top-op-big-date {
	font-size: 2.4rem;
	line-height: 1;
	margin: 0 5px;
}

.top-op-day {
	font-size: 1rem;
	text-transform: uppercase;
}

.top-op-text {
	font-size: 0.85rem;
	line-height: 1.6;
	color: #000;
	margin: 0;
}

/* Vertical blue line between the two sections */
.top-op-divider {
	border-right: 4px solid #005498;
}

/* Responsive adjustment for mobile */
@media (max-width: 767px) {
	.top-op-divider {
		border-right: none;
		border-bottom: 4px solid #005498;
	}

	.col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.process-wrapper {
	background-color: white;
	margin-top: 40px;
}

.title_all_box p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.38;
	text-align: center;
	color: #004697;
	margin-top: 30px;
}

.pt {
	padding-left: 20px;
	padding-right: 20px;
}

/* --- Campus Life Custom CSS --- */
.campus-hero {
	padding: 60px 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	background-image: url("https://buildemo.com/oicnew/wp-content/themes/oic-theme/img/campus-top/campu-bg.png");
	background-position: center;
	background-size: cover;
}

.campus-hero h1 {
	font-size: 3rem;
	color: #004697;
	font-weight: bold;
	margin-bottom: 10px;
}

.campus-hero p {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}

.hero-visual {
	position: relative;
	text-align: right;
}

.hero-visual img {
	max-width: 100%;
	height: auto;
}

/* Real OIC Section (The Gray Blocks) */
.real-oic-section {
	padding-bottom: 60px;
}

.section-header-bar {
	border-top: 2px solid #004a87;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	margin-bottom: 20px;
}

.section-header-bar h2 {
	font-size: 1.25rem;
	color: #004a87;
	margin-bottom: 0;
	font-weight: bold;
}

.btn-more {
	background-color: #002d57;
	color: #fff !important;
	/* padding: 5px 25px; */
	font-size: 0.85rem;
	border-radius: 0;
	transition: 0.3s;
}

.btn-more:hover {
	background-color: #004a87;
}

.gray-placeholder-row .col-md-3 {
	margin-bottom: 20px;
}

.gray-box {
	background-color: #cccccc;
	height: 250px;
	width: 100%;
}

/* Grid Cards Section */
.campus-grid {
	margin-bottom: 60px;
}

.campus-card {
	position: relative;
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.campus-card .card-img-wrap {
	height: 280px;
	overflow: hidden;
}

.campus-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.campus-card:hover img {
	transform: scale(1.05);
}

.card-label {
	background-color: #0098c1;
	color: #fff;
	padding: 10px 15px;
	font-size: 0.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-label i {
	font-size: 0.7rem;
}

/* Background Bubbles (Decorative) */
.bg-circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	opacity: 0.4;
}

@media (max-width: 768px) {
	.campus-hero h1 {
		font-size: 2rem;
	}

	.gray-box {
		height: 150px;
	}
}

.small-text {
	font-size: 20px;
}

/* --- Cross Education Custom CSS --- */
.cross-hero {
	background-color: #004a87;
	color: #fff;
	padding: 0;
	overflow: hidden;
}

.hero-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hero-text {
	padding: 60px;
}

.hero-text h1 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.hero-img img {
	width: 100%;
	height: auto;
	display: block;
}

/* Intro Section */
.intro-section {
	padding: 60px 0;
	text-align: center;
}

.intro-content {
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.8;
}

.intro-content p {
	font-weight: bold;
}

/* Gallery Grid */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	margin-bottom: 60px;
}

.gallery-grid img {
	width: 100%;
	/* height: 200px; */
	object-fit: cover;
	border-radius: 4px;
}

/* Blue Header Bars */
.blue-bar-title {
	background-color: #004a87;
	color: #fff;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	margin-bottom: 30px;
}

/* Tab Style Headers */
.tab-header {
	display: flex;
	gap: 5px;
	margin-bottom: 0;
}

.tab-item {
	padding: 5px 15px;
	font-size: 12px;
	color: #fff;
	border-radius: 4px 4px 0 0;
}

.tab-blue {
	background: #0098c1;
}

.tab-pink {
	background: #e91e63;
}

.tab-green {
	background: #00a651;
}

.tab-orange {
	background: #f39800;
}

.tab-purple {
	background: #8e44ad;
}

.content-box {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 40px;
	min-height: 400px;
}

.content-box h4 {
	color: #004a87;
	font-size: 1.1rem;
	border-bottom: 1px solid #004a87;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* Logo Grid */
.logo-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	margin-top: 30px;
}

.logo-item {
	border: 1px solid #eee;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.logo-item img {
	max-width: 100%;
	/* filter: grayscale(100%); */
	transition: 0.3s;
}

.logo-item:hover img {
	filter: grayscale(0%);
}

/* Button with Centered Arrow */
.btn-custom {
	-moz-user-select: none;
	background: #004697;
	border: 0;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 33px;
	padding: 6px 35px 6px 15px;
	text-align: center;
	transition: all 0.3s ease;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 216px;
	margin-top: 20px;
}

.btn-custom::before {
	content: "";
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 7px;
	height: 8px;
	background-color: #fff;
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.hero-flex {
		flex-direction: column;
	}

	.logo-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Container for tabs and crosses */
.ce-tab-container {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ce-tab {
	padding: 6px 12px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
}

.ce-cross {
	color: #666;
	font-size: 14px;
	margin: 0 4px;
}

/* Specific Tab Colors */
.tab-pink {
	background-color: #FF86A1;
}

.tab-green {
	background-color: #00B284;
}

.tab-cyan {
	background-color: #00CDAD;
}

.tab-red {
	background-color: #FF6C6F;
}

.tab-orange {
	background-color: #EE7941;
}

.tab-purple {
	background-color: #AE8AEA;
}

.tab-blue {
	background-color: #14C3E6;
}

.tab-red {
	background-color: #9E2F2E;
}

.tab-yellow {
	background-color: #DBA944;
}

/* Project Box Styling */
.ce-project-box {
	background-color: #f7f7f7;
	/* Light gray background like design */
	margin-top: -1px;
}

.ce-project-header {
	background-color: #004a87;
	color: #fff;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	font-size: 16px;
}

.ce-project-body {
	padding: 25px 20px;
}

.ce-project-title {
	color: #004a87;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.4;
	min-height: 50px;
}

.ce-project-img {
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.ce-project-img img {
	width: 100%;
	height: auto;
	display: block;
}

.ce-project-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 0;
}

/* General Education Section Styles */
.ce-edu-content {
	padding-right: 30px;
}

.ce-sub-label {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	text-align: left;
}

.ce-edu-title {
	font-size: 26px;
	color: #004a87;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.ce-edu-text {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

/* Image Row for International Students */
.ce-img-row {
	display: flex;
	gap: 10px;
}

.ce-img-col {
	flex: 1;
}

.ce-img-col img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 4px;
}

/* Subjects Grid (2 rows, 3 columns) */
.ce-subjects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.ce-subjects-grid img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

/* List Box at the bottom */
.ce-list-box {
	background-color: white;
	border: 1px solid #eee;
	padding: 30px 40px;
	margin-top: 40px;
}

.ce-list-label {
	color: #004a87;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #004a87;
	padding-bottom: 5px;
	display: inline-block;
}

.ce-list-items {
	font-size: 14px;
	line-height: 2;
	color: #333;
	margin-bottom: 0;
	text-align: left;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.ce-edu-content {
		padding-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	.ce-img-row {
		margin-bottom: 40px;
	}

	.ce-list-box {
		padding: 20px;
	}

	.ce-list-label {
		margin-bottom: 15px;
	}
}

.bg-grey {
	background-color: #F7F7F7;
	padding-bottom: 20px;
}

.movie-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	/* Removes extra space at the bottom of the video */
}

.movie-box .video-fluid {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	background-color: #000;
	/* Dark background while video loads */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	/* Adds depth consistent with your design */
}

/* Optional: Ensure controls are visible on hover if you want a cleaner look */
.movie-box:hover .video-fluid {
	filter: brightness(1.05);
	transition: 0.3s;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center !important;
}

.col-lg-7 h5 {
	font-weight: 700;
}

.mb-4 {
	color: #00429d;
	font-weight: 800;
	display: inline-block;
}

.manager-h4 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.manager-p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 10px;
}

.manager-h2 {
	color: #00429d;
	font-weight: bold;
	text-align: left;
	line-height: 52px;
}

.small.mb-1 {
	font-size: 18px;
	font-weight: bold;
}

/* Container Spacing */
.our-team {
	padding: 60px 50px;
	background-color: #fff;
}

.our-team .team-titlebar h3 {
	color: #00429d;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}

.team-members-wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* Individual Card */
.member-col {
	margin-bottom: 30px;
}

.team-member-card {
	background-color: #f7f7f7;
	/* Light grey background */
	padding: 40px;
	height: 100%;
}

/* Header Text (Origin and Career) */
.member-info-header {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;

}

.member-info-header .origin,
.member-info-header .career {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

/* Image and Speech Bubble Layout */
.member-body {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}

.img-wrapper {
	flex: 0 0 200px;
}

.img-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}

/* Speech Bubble Style */
.speech-bubble {
	position: relative;
	background-color: #fff0e8;
	/* Peach color from image */
	padding: 25px;
	border-radius: 5px;
	flex: 1;
}

.speech-bubble p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}

/* Speech Bubble Triangle */
.speech-bubble::before {
	content: '';
	position: absolute;
	left: -15px;
	bottom: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #fff0e8 transparent transparent;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.member-info-header {
		flex-direction: column;
		gap: 15px;
	}

	.member-body {
		flex-direction: column;
		align-items: center;
	}

	.speech-bubble::before {
		display: none;
		/* Hide arrow on mobile to prevent layout issues */
	}
}

.program-item {
	margin-top: 20px;
}

.background-grey {
	padding: 5px 8px;
	background-color: #FFB7B7;
	margin-top: 5px;
}

#click {
	padding: 230.3px 0;
	position: relative;
	z-index: 9;
	background-position: center center;
	background-size: cover;
}

#click-video {
	/* position: absolute;
	left: 0;
	top: 0;
	width: 100%; */
	height: 100%;
	object-fit: cover;
}

.click-text {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-style: italic;
	font-family: "Mohave", sans-serif;
	filter: drop-shadow(2px 4px 6px black);
	display: inline-block;
	font-weight: 600;
	font-size: 67px;
	line-height: 0.86;
	padding: 0px 11px 8px 4px;
	position: relative;
	z-index: 9;
}

.click-text::before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	bottom: 0;
	height: 4px;
	background-color: #fff;
}

/*///////////////////////////////////////////////////////////////////////*/
.students-info-boxes {
	margin: 0 auto;
}

.campus-video-section img {
	max-width: 566px;
	height: auto;
	margin: 0 auto;
	display: block;
}

/* month tabs */
.month-tabs-section .month-tabs {
	display: flex;
	background: #004697;
	padding: 19px 17px 15px 23px;
	gap: 10px;
}

.month-tabs-section .month-tabs div {
	flex: 1;
	text-align: center;
	background: #e8eef5;
	padding: 8px;
	font-weight: bold;
	border-radius: 3px;
}

/* header */
.month-tabs-section .schedule-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.month-tabs-section .schedule-header h2 {
	margin: 0;
	font-size: 52px;
	font-weight: bold;
	color: #004697;
	font-family: "Inter", sans-serif;
}

.month-tabs-section .schedule-header span {
	font-size: 33px;
	font-weight: bold;
	color: #004697;
	font-family: "Inter", sans-serif;
}

/* schedule list */
.month-tabs-section .schedule-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #0b4a8b;
	color: white;
	padding: 16px 21.5px 16px 23px;
	border-radius: 45px;
	margin-bottom: 10px;
	position: relative;
}

.month-tabs-section .schedule-item .year {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.month-tabs-section .schedule-info {
	font-size: 12px;
	padding-left: 33px;
	color: #fff;
}

.month-tabs-section .schedule-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.month-tabs-section .badge {
	background: white;
	color: #212121;
	padding: 3px 22px 4px 23px;
	border-radius: 12px;
	font-size: 14px;
}

.month-tabs-section .arrow {
	font-size: 20px;
}

/* buttons */
.month-tabs-section .btn-area {
	text-align: center;
	margin: 20px 0;
}

.month-tabs-section .btn {
	cursor: pointer;
}

.month-tabs-section .month-tabs .nav.nav-tabs {
	width: 100%;
	border: none;
}

.month-tabs-section .month-tabs .nav.nav-tabs li {
	width: 100%;
	max-width: 20%;
	padding-right: 5px;
}

.month-tabs-section .month-tabs .nav.nav-tabs li .active {
	background-color: #fff;
	color: #000;
}

.month-tabs-section .month-tabs .nav.nav-tabs li:last-child {
	padding-right: 0;
}

.month-tabs-section .month-tabs .nav.nav-tabs a {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 10px 7px;
	background-color: rgba(255, 255, 255, 0.3);
	display: block;
}

.month-tabs-section .tab-content {
	max-width: inherit;
	background-color: #f8f8f8;
	padding: 47px 17px 38px 23px;
}

.month-tabs-section {}

.month-tabs-section .btn {
	max-width: 253px;
}

.month-tabs-section .schedule-item::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 20px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	width: 12px;
	height: 14px;
	z-index: 1;
	background-color: #fff;
}

.campus-events-title h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 12.1px 20.7px 12.1px;
	background-color: #004697;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	display: inline-block;
}

.campus-events .row {}

.campus-events-item-box {
	padding: 16px 30px 16px 17px;
	border: solid 1px #ff86a1;
	background-color: #fff;
	min-height: 130px;
}

.campus-events-item p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 7px;
	color: #ff86a1;
	min-height: 40px;
}

.campus-events-item h5 {
	font-size: 16px;
	font-weight: bold;
	color: #ff86a1;
}

.campus-events-item a {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 6px 10px 8px 10px;
	background-color: #ff86a1;
	display: block;
}

.orange-box .campus-events-item-box,
.orange-box .campus-events-item-box p,
.orange-box .campus-events-item-box h5 {
	border-color: #f09336;
	color: #f09336;
}

.orange-box .campus-events-item a {
	background-color: #f09336;
	color: #fff;
}

.blue-box .campus-events-item-box,
.blue-box .campus-events-item-box p,
.blue-box .campus-events-item-box h5 {
	border-color: #36c6dc;
	color: #36c6dc;
}

.blue-box .campus-events-item a {
	background-color: #36c6dc;
	color: #fff;
}

.green-box .campus-events-item-box,
.green-box .campus-events-item-box p,
.green-box .campus-events-item-box h5 {
	border-color: #72b572;
	color: #72b572;
}

.green-box .campus-events-item a {
	background-color: #72b572;
	color: #fff;
}

.learn-about-left h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #141414;
}

.learn-about-left h4 {
	margin-bottom: 18px;
	font-size: 28px;
	font-weight: bold;
	color: #f09336;
}

.learn-about-left p {
	line-height: 1.69;
	margin-bottom: 70px;
	color: #000;
}

.learn-about-left h5 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #004697;
}

.learn-about-left h6 {
	font-family: "Inter", sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	margin-bottom: 20px;
	color: #004697;
}

.learn-about-left h6 span {
	font-size: 56px;
}

.learn-about-area {
	position: relative;
	padding: 0 35px;
}

.learn-about-left p.mb-110 {
	margin-bottom: 110px;
}

.qa-section {
	background: #fff;
}

.qa-title {
	background: #004697;
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding: 14px 20px 16px 20px;
	font-weight: bold;
}

.qa-item {
	padding: 18px 0;
}

.qa-item h4 {
	color: #004697;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

.qa-item h4 span {
	font-family: "Inter", sans-serif;
	font-size: 33px;
	font-weight: bold;
	color: #004697;
}

.qa-item p {
	line-height: 1.6;
	margin-bottom: 0;
	padding-left: 30px;
}

.qa-btn {
	text-align: center;
	padding: 25px;
}

.qa-btn .btn {
	max-width: 253px;
}

.qa-btn a {}

.qa-btn a:hover {}

#open-campus-section-six .process-image h6 {
	color: #004697;
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: bold;
}

#open-campus-section-six .process-image p {
	font-size: 13px;
}

#process-wrapper-mid {
	background-color: #f7f7fd;
	padding-top: 80px;
	padding-bottom: 100px;
}

.support-section-two.open-campus-introduction .program-boxes .process-image h6 {
	color: #004697;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}

#process-wrapper-mid {
	background-color: #f7f7fd;
	padding-top: 80px;
}

.month-tabs-section .time {
	font-size: 12px;
}

.graduate-list .graduate-item {
	cursor: pointer;
	padding-top: 50px;
}

.graduate .graduate-list .graduate-item .categoryLink {
	font-size: 11px;
	margin-bottom: 0;
}

.graduate .graduate-list .block--text dd {
	padding: 15px 0 0;
}

.graduate .graduate-list .block--text {
	background: #fff;
	border-radius: 0;
	overflow: hidden;
	box-shadow: none;
}

.graduate .graduate-list dl {
	margin-bottom: 0;
}

.graduate .graduate-list .block--hash {
	margin-bottom: 0;
}

.graduate .graduate-list .graduate-item {
	padding-top: 30px;
}

#clPopupDesc h2 {
	font-size: 15px !important;
	display: block !important;
	margin-bottom: 5px !important;
}

.cl-popup-btn-prev::before,
.cl-popup-btn-next::before {
	width: 13px !important;
	height: 13px !important;
	top: 39% !important;
}

.cl-popup-info-inner {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.job-details-info {
	align-items: center;
}

.arrow img {
	display: none !important;
}

.no-link {
	pointer-events: none;
}

.no-break-responsive {
	white-space: normal;
	/* Allows text to wrap normally */
}

.font_size {
	font-size: 24px;
}

.cath4 {
	font-size: 28px;
	font-weight: bold;
	/* margin-bottom: 50px; */
	text-align: center;
	color: #004697;
}

.big-title {
	font-size: 20px;
	font-weight: bold;
}

.small-title {
	font-size: 14px;
}

.cat-min-height {
	min-height: 400px;
}

.min-height1 {
	min-height: 380px;
}

.feature-title h2 {
	font-size: 40px;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: normal;
	color: #004697;
	/* text-align: center; */
	/* Optional: to match your screenshot layout */
}

.has-label {
	position: relative;
	display: inline-block;
}

.has-label:before {
	content: "スキル";
	/* Your small text here */
	position: absolute;
	top: -20px;
	/* Adjust this to move it higher or lower */
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	/* Small text size */
	font-weight: bold;
	color: #004697;
	white-space: nowrap;
}

.ce-project-box.grey-box {
	border: 2px solid #004697;
	padding: 10px;
}

.ce-project-header1 {
	color: #004a87;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	font-size: 16px;
}

/* PC: Line break is active */
.linebreak {
	display: block;
}

/* Mobile: Line break is hidden (Text becomes one line) */
@media (max-width: 768px) {
	.linebreak {
		display: block;
	}
}

.grid-mobile {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	width: 100%;
	justify-items: center;
}

a.alink {
	text-align: center;
	text-decoration: underline;
}

.aligncenter {
	text-align: center !important;
	padding-bottom: 20px;
}

.single-news-page h1 {
	font-size: 30px;
	line-height: 38px;
}

.single-news-page h2 {
	font-size: 20px;
	line-height: 28px;
}

.single-news-page h3 {
	font-size: 24px;
	line-height: 28px;
}

.single-news-page h4 {
	font-size: 20px;
	line-height: 28px;
}

.single-news-page h5 {
	font-size: 18px;
	line-height: 28px;
}
