@charset "utf-8";


/*------------------------------
common
------------------------------*/

.fs13 {font-size: 1.3rem;}
.bold {font-weight: bold;}
.u-ml--10 {margin-left: 10px!important;}

.seisa_top section {padding: 0 25px;}

/*---------- fade in effect ----------*/
.fadeInUp {
 animation: fadeInUp 1s;
 visibility: visible !important;
}
@keyframes fadeInUp {
 0% { opacity: 0; transform: translateY(50px); }
 100% { opacity: 1; transform: translateY(0); }
}


/*------------------------------
header
------------------------------*/

#sp_header {
	background: #006433;
	color: white;
  position: fixed;
  top: 0;
  left: 0;
}
#sp_header a {
	color: white;
}
#sp_header .header_inner {
	display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 5px 10px;
}
ul#top_links {
	display: flex;
}
ul#top_links li {
	width: 30px;
	height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#top_links li:before {
  content: "";
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  background: white;	
}
ul#top_links li.lan_wrap {background: url(/20026/images/top_links01.png) no-repeat center center/25px;}
ul#top_links li.lan_wrap:hover {background: url(/20026/images/top_links01_on.png) no-repeat center center/25px;}
ul#top_links li.search_wrap {background: url(/20026/images/top_links02.png) no-repeat center center/25px;}
ul#top_links li.search_wrap:hover {background: url(/20026/images/top_links02_on.png) no-repeat center center/25px;}
ul#top_links li p {
	font-size: 1rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: white;
}
ul#top_links li .pulldown {
	position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: auto;
  height: 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: #00713C;
  transition: height .2s;
  overflow: hidden;
  color: white;
}
ul#top_links li:hover .pulldown {
  height: 46px;
  display: flex;
  padding: 10px;
}
ul#top_links input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 20px;
  font: inherit;
  outline: 0;
}
ul#top_links li .pulldown input[type="text"] {
  width: 220px;
  height: 26px;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  /*background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) 20px center no-repeat #fff;*/
  margin-right: 5px;
}
ul#top_links li .pulldown input[type="text"]:focus {
  background-image: none;
}
ul#top_links li .pulldown input[type="submit"] {
	width: 50px;
  height: 26px;
  color: #00713C;
  font-size: 12px;
  font-weight: 500;
} 
#sp_header #logo a {
  font-weight: bold;
  font-size: 1.4rem;
  transform: scale(0.6, 1);
  display: block;
}


/*---------- drawer menu ----------*/

#navToggle span {
	border-bottom-width: 1px;
}
#navToggle div {
  width: 16px;
  height: 20px;
}
#navToggle span:nth-child(1) {top: 1px;}
#navToggle span:nth-child(2) {top: 9px;}
#navToggle span:nth-child(3) {top: 17px;}
.openNav #navToggle span:nth-child(1),.openNav #navToggle span:nth-child(2),.openNav #navToggle span:nth-child(3) {top: 8px;}
header nav {
  background: #00713C;
  color: white;
  overflow: auto;
}
header nav .menu {
  padding: 30px;
  margin-bottom: 30px;
}
.sp_menu_search .l-sp-global-menu-search__form {
  background: #006433;
  margin-bottom: 10px;
}
.sp_menu_search .search_wrap {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.sp_menu_search input[type="text"] {
  flex: 1;
  height: 36px;
  padding: 0 10px;
  color: #000;
  font-size: 16px;
  /*background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) 20px center no-repeat #fff;*/
  border-radius: 4px;
}
.sp_menu_search button[type="submit"] {
  width: 40px;
}
.sp_menu_search button[type="submit"] span {
  color: white;
  font-size: 2.3rem;
}
ul.sp_menu_lists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
ul.sp_menu_lists li {
  display: flex;
  width: calc(50% - 2px);
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 1.5rem;
  font-weight: bold;
}
ul.sp_menu_lists li + li,
ul.lan_list li + li {
  border-top: none;
}
ul.sp_menu_lists li:first-child {
  width: 100%;
  margin-right: 0;
  font-size: 1.8rem
}
ul.sp_menu_lists li:nth-child(2n+1) {
  margin-right: 0
}
ul.sp_menu_lists li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: inherit
}
ul.lan_list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 5px 5px 8px;
  background: #006433;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5
}
ul.lan_list li:first-child::after {
  content: "／"
}
ul.lan_list li a {
  display: inline-block;
  padding: 0;
}
ul.sp_nav_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
ul.sp_nav_list a {
  font-weight: bold;
}
ul.sp_nav_list > li {
  width: 100%;
}
ul.sp_nav_list > li > a {
  font-size: 1.6rem;
  position: relative;
}
ul.sp_nav_list > li > a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 9px;
  height: 9px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
ul.sp_nav_list li .toggle {
  padding: 10px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
ul.sp_nav_list li .toggle::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: normal;
}
ul.sp_nav_list li .toggle.open::after {
  content: "－";
  right: 2px;
}
ul.sp_nav_list li.access_col,
ul.sp_nav_list li.contact_col {
  text-align: center;
}
ul.sp_nav_list li.access_col {
  width: 45%;
  border-right: 1px solid #ecedef;
}
ul.sp_nav_list li.contact_col {
  width: 55%;
}
ul.sp_nav_list li.access_col a::after,
ul.sp_nav_list li.contact_col a::after {
  content: none;
}
ul.nav_sub_list {
  border-top: 1px solid white;
}
ul.nav_sub_list li + li {
  border-top: 1px solid #4e9574;
}
ul.nav_sub_list li a {
  padding: 10px 30px;
}
ul.slide_sns {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
ul.slide_sns a {
  font-size: 2rem;
}
ul.slide_sns li,
ul.slide_others li {
  border: none;
}
ul.slide_sns li svg {
  width: 16px;
  height: 18px;
  fill: white;
}
ul.slide_others {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
ul.slide_others li:first-child::before,
ul.slide_others li::after {
  content: "｜";
}
ul.slide_others a {
  padding: 0;
  display: inline-block;
  font-weight: bold;
}
header#sp_header nav.admission_nav {
  background:#fff;
}
header#sp_header nav.admission_nav ul.l-global-nav__bottom-list2 li a{
  display:inline;
  padding: 0;
}
header#sp_header nav.admission_nav ul.l-global-nav__bottom-list2 li + li {
  border: none;
}
header#sp_header nav.admission_nav a{
  color:#129043;
}
header#sp_header nav.admission_nav .sp_menu_search {
	margin-bottom: 0;
}
header#sp_header nav.admission_nav .sp_menu_search form{
  padding:15px;	
}


/*---------- floating menu ----------*/

#float_menu {
	position: fixed;
	bottom: 0;
	/* left: 0; */
	z-index: 999;
	width: 100%;
	display: flex;
}
#float_menu.is-hidden {
	visibility: hidden;
	opacity: 0;
}
#float_menu a {
	display: flex;
  width: 33.3333%;
  height: 58px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: bold;
  transition: .3s;
  font-size: 1.2rem;
}
#float_menu.float_menu_new {
  background: #fff;
}
#float_menu.float_menu_new a {
  width: 25%;
  height: 50px;
  line-height: 1.1;
}
#float_menu a:nth-child(1) {background: #75a7ab;}
#float_menu a:nth-child(2) {background: #d3b478;}
#float_menu a:nth-child(3) {background: #7493b4;}
#float_menu a:nth-child(4) {background: #ef857d;}
#float_menu a:hover {opacity: 1;}
#float_menu a:hover:nth-child(1) {background: #52a4ab;}
#float_menu a:hover:nth-child(2) {background: #cfa148;}
#float_menu a:hover:nth-child(3) {background: #4d7fb3;}
#float_menu a:hover:nth-child(4) {background: #f2a599;}

#float_menu .donations::before {
  content: "";
  position: absolute;
  width: calc(25% - 8px);
  height: 44px;
  bottom: 2px;
  border: 1px solid #fff;
  border-radius: 3px;
}

/*----- web fonts -----*/
@font-face {
  font-family: icomoon;
  src: url(/20026/font/icomoon.woff?1eat7v) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block
}
.icon,[class*=icon--] {
  position: relative;
  display: inline-block;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
}
.icon--arw-left::before {
    content: ""
}
.icon--arw-right::before {
    content: ""
}
.icon--mail::before {
    content: ""
}
.icon--tel::before {
    content: ""
}
.icon--blank::before {
    content: ""
}
.icon--facebook::before {
    content: ""
}
.icon--twitter::before {
    content: ""
}
.icon--youtube::before {
    content: ""
}
.icon--instagram::before {
    content: ""
}
.icon--line::before {
    content: ""
}
.icon--note::before {
    content: ""
}
.icon--megaphone::before {
    content: ""
}
.icon--flag::before {
    content: ""
}
.icon--person::before {
    content: ""
}
.icon--language::before {
    content: ""
}
.icon--search::before {
    content: ""
}
.icon--search2::before {
    content: ""
}
.icon--search3::before {
    content: ""
}
.icon--guardian::before {
    content: ""
}
.icon--access::before {
    content: ""
}
.icon--mail2::before {
    content: ""
}
.icon--school::before {
    content: ""
}
.icon--note2::before {
    content: ""
}
.icon--earth::before {
    content: ""
}
.icon--blank2::before {
    content: ""
}
.icon--arw-left2::before {
    content: ""
}
.icon--arw-right2::before {
    content: ""
}


/*------------------------------
main contents
------------------------------*/

#contents {
	flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  margin-top: 40px;
}

/*---------- main visual ----------*/

main.l-main {
    padding-bottom: 135px;
}
#main_visual {
	position: relative;
	margin-top: 40px;
}
#main_visual > img {
	width: 100%;
}
#main_visual #mv_links {
	position: absolute;
	bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 36px;
}
#main_visual #mv_links a {
	margin: 0 6px 6px 0;
	width: 48%;
}
#main_visual #mv_links a:nth-child(n+3) {
	margin-bottom: 0;
}
#main_visual #mv_links a:nth-child(2n) {
	margin-right: 0;
}
#main_visual #mv_links a img {
	filter: drop-shadow(2px 2px 2px #000000);
}
#main_visual #mv_links a:hover {
	opacity: 1;
	transform: translate(2px,2px);
}
#main_visual #mv_links a:hover img {
	filter: drop-shadow(0 0 2px #000000);
}


/*---------- pick up ----------*/
.home_article {
	margin-top: 40px;
}
#contents article {
  background: url(/20026/images/home_bg.png);
  padding-top: 30px;
}
.pickup_section {
	margin: 0 25px 40px;
}
ul.pickup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.pickup_list li {
	margin-bottom: 5px;
  width: calc(50% - 5px / 2);
}
ul.pickup_list li.wide_w {
	width: 100%;
}
ul.pickup_list li img {
	width: 100%;
}

/*---------- information & sns ----------*/

.info_section {
	margin-bottom: 30px;
        padding: 0 25px;
}
.info_wrap .cell + .cell {
	margin-top: 30px;
}
h2.cell_ttl {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.info_wrap h2.cell_ttl {
	align-items: center;
	margin-bottom: 15px;
}
.info_wrap h2.cell_ttl > img:first-child {
	width: auto;
	height: 18px;
}
.info_wrap h2.cell_ttl a,
.border_wrap h2.cell_ttl a,
.feature_wrap h2.cell_ttl a {
  display: flex;
}
.info_wrap h2.cell_ttl a img {
	width: 80px;
}
.sns_ttl {
  display: flex;
  justify-content: space-between;
}
.sns_ttl p {
  font-size: 12px;
}
.sns.cell h2.cell_ttl p {
	font-size: 1rem;
  color: #000;
}
ul.info_list li {
	display: flex;
	font-size: 1rem;
	font-weight: bold;
}
ul.info_list li time {
	font-weight: bold;
	margin-right: 10px;
}
ul.info_list li p {
	flex: 1;
}
ul.info_list li a:hover {
	text-decoration: underline;
}
ul.sns_btns {
	display: flex;
	justify-content: space-between;
}
ul.sns_btns li {
	margin-bottom: 10px;
	width: calc(25% - 1px * 3 / 4);
}
.p-home-information-tabs-list {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
}
.p-home-information-tabs-list>li {
    background: #000;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    padding: 10px 20px;
    border: 1px solid #000;
    border-bottom: none;
    line-height: 1.5;
    cursor: pointer;
    font-size: 12px;
}
.p-home-information-tabs-list>li.is-active {
    background: #fff;
    color: #000;
}
.p-home-information-tab {
    display: none;
}
.p-home-information-tab.is-active {
    display: block;
}

/*---------- pick up students ----------*/

.students_section {
	margin: 0 25px 20px;
}
.border_wrap {
	border: 3px solid #14914a;
}
.students_section h2.cell_ttl img:first-child,
.feature_section h2.cell_ttl img:first-child {
	height: 18px;
  width: auto;
}
.students_section h2.cell_ttl img:last-child,
.feature_section h2.cell_ttl img:last-child {
	width: 82px;
}
ul.students_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 20px 5px;
}
ul.students_list li {
	width: calc(50% - 3px / 2);
}
ul.students_list li img {
	width: 100%;
}
.stu_box {
	min-width: 130px;
}
.stu_box a {
	border: 3px solid #14914a;
 	position: relative;
	display:block;
}
.stu_box a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-left: 25px solid #14914a;
	border-bottom: 25px solid transparent;
	opacity:1;
}
.stu_box .major {
	font-size: 7px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;text-shadow: 1px 1px 0 #14914a, -1px -1px 0px #14914a, -1px 1px 0 #14914a, 1px -1px 0 #14914a, 0 1px 0 #14914a,  0 -1px 0 #14914a, -1px 0 0 #14914a, 1px 0 0 #14914a;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
.stu_box .stu_catch_c{
	font-size: 6px;
	font-weight: 600;
	text-align: center;
	margin-top: 5px;
	letter-spacing: -0.5px;
}
.stu_box .stu_name {
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	line-height: 1;
}
.stu_box .stu_name .san{
	font-size: 5px;
}
.stu_box .h_scl {
	font-size: 5px;
	text-align: center;
	margin-top: 3px
}
.stu_box .stu_btn {
	font-size: 6px;
	font-weight: 600;
	text-align:center;
	color: #fdd23e;
	background: #14914a;
	width: 50%;
	height: 15px;
	line-height: 15px;
	margin: 10px 0 5px 50%;
	letter-spacing: -1px;
}


/*---------- pick up students LIST ----------*/

.students_section {
	margin: 0 25px 20px;
}
.students_section h2.cell_ttl img:first-child,
.feature_section h2.cell_ttl img:first-child {
	height: 18px;
  width: auto;
}
.students_section h2.cell_ttl img:last-child,
.feature_section h2.cell_ttl img:last-child {
	width: 82px;
}

h2.pickup_stu_list {
  font-weight: 700;
  font-size: 3.5rem;
  color: #00713C;
}

ul.students_list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 10px 5px;
}
ul.students_list2 li {
	width: 100%;
}
ul.students_list2 li img {
	width: 100%;
}
ul.students_list2 .stu_box {
	min-width: 130px;
	padding-bottom: 5px;
}
ul.students_list2 .stu_box a {
	border: 3px solid #14914a;
 	position: relative;
	display:block;
}
ul.students_list2 .stu_box a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-left: 25px solid #14914a;
	border-bottom: 25px solid transparent;
	opacity:1;
}
ul.students_list2 .stu_box .major {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;text-shadow: 1px 1px 0 #14914a, -1px -1px 0px #14914a, -1px 1px 0 #14914a, 1px -1px 0 #14914a, 0 1px 0 #14914a,  0 -1px 0 #14914a, -1px 0 0 #14914a, 1px 0 0 #14914a;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
ul.students_list2 .stu_box .stu_catch_c{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 5px;
	letter-spacing: -0.5px;
}
ul.students_list2 .stu_box .stu_name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	line-height: 1;
}
ul.students_list2 .stu_box .stu_name .san{
	font-size: 12px;
}
ul.students_list2 .stu_box .h_scl {
	font-size: 11px;
	text-align: center;
	margin-top: 3px
}
ul.students_list2 .stu_box .stu_btn {
	font-size: 12px;
	font-weight: 600;
	text-align:center;
	color: #fdd23e;
	background: #14914a;
	width: 50%;
	height: 20px;
	line-height: 20px;
	margin: 10px 0 5px 50%;
	letter-spacing: -1px;
}

/*---------- 学びの特長 ----------*/

.feature_section {
	margin-bottom: 20px;
}
.feature_wrap {
 background: white;
 padding: 8px 0 10px 18px;
 margin: 0 25px;
 box-shadow: 1px 1px 1px #7a7a7a, 0 1px 1px #7a7a7a;
}
.feature_wrap h2.cell_ttl {
	margin-bottom: 20px;
}
ul.feature_list {
	margin-right: 18px;
}
ul.feature_list li {
	margin-bottom: 3px;
}
ul.feature_list li img {
	width: 100%;
}

/*---------- 大学紹介 他リンク ----------*/

.contents_section {
	margin-bottom: 8px;
	padding: 0 15px;
}
ul.contents_list {
	display: flex;
	flex-wrap: wrap;
}
ul.contents_list li {
	overflow:hidden;
	width: 50%;
}
ul.contents_list li img {
	width: 100%;
	transition: .3s;
}
ul.contents_list li img:hover {
	transform:scale(1.15);
}

/*---------- 大学紹介 他リンク ----------*/

.btm_link_section_kifu {
	margin-bottom: 20px;
	padding: 0 15px;
}
.btm_link_section {
	margin-bottom: 40px;
	padding: 0 15px;
}
ul.btm_link_list {
	display: flex;
	justify-content: space-between;
}
ul.btm_link_list li + li {
	margin-left: 2px;
}
ul.btm_link_list li a {
	position: relative;
	display: block;
}
ul.btm_link_list li a::after {
	content: "";
	position: absolute;
	display: block;
	background: #ddd;
	mix-blend-mode: multiply;
	top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width .3s cubic-bezier(.42,0,.58,1);
  z-index: 2;
}
ul.btm_link_list li a:hover {
	opacity: 1;
}
ul.btm_link_list li a:hover::after {
	width: 100%;
}


/*------------------------------
footer
------------------------------*/

footer {
	background: #00713C;
	font-weight: bold;
	text-align: left;
}
footer a {
	color: white;
}
ul#top_footer_nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 30px 20px;
}
ul#top_footer_nav li:nth-child(-n+2) {
	margin-top: 15px;
}
ul#top_footer_nav > li {
	width: 38%;
	line-height: 1.6;
}
ul#top_footer_nav > li > a {
	font-size: 1rem;
}
ul#top_footer_nav > li > a::after {
	content: " ▷";
}
ul.sub_nav {
	font-size: 1.4rem;
	line-height: 2.1rem;
}
ul#btm_footer_nav {
	display: flex;
	justify-content: center;
	background: #006433;
	padding: 8px 0;
}
ul#btm_footer_nav li {
	font-size: 1rem;
	transform: scale(.7);
}

/*------------------------------
pick up student
------------------------------*/

.pickup_main {
  margin-top: 60px;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  padding: 0 20px;
  margin-bottom: 80px;
}
h2.pickup_stu {
  font-weight: 700;
  font-size: 3.5rem;
  color: #00713C;
  margin-bottom: 20px;
}
.top_pickup_area {
  margin-bottom: 40px;
  position: relative;
}
.top_pickup_area .stu_text {
  width: 100%;
  margin-bottom: 30px;
}
.top_pickup_area .major {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 20px;
  color: white;
}
.faculty1 .top_pickup_area .major {background: #499ad5;}
.faculty2 .top_pickup_area .major {background: #f09092;}
.faculty3 .top_pickup_area .major {background: #f4a042;}
.faculty4 .top_pickup_area .major {background: #8bc34a;}
.top_pickup_area .stu_catch_c {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.top_pickup_area .emphasis {
  background: linear-gradient(#fff 60%,#ffee1a 61%);
}
.top_pickup_area .stu_detail .stu_name {
  position: relative;
  font-size: 3rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}
/*.top_pickup_area .stu_detail .stu_name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 5px;
}
.faculty1 .top_pickup_area .stu_detail .stu_name::after {background: #499ad5;}
.faculty2 .top_pickup_area .stu_detail .stu_name::after {background: #f09092;}
.faculty3 .top_pickup_area .stu_detail .stu_name::after {background: #f4a042;}
.faculty4 .top_pickup_area .stu_detail .stu_name::after {background: #8bc34a;}*/
.top_pickup_area .stu_detail p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.top_pickup_area .stu_main_photo {
  position: relative;
  width: 100%;
  height: 80vw;
}
.top_pickup_area .stu_main_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_pickup_area .stu_main_photo::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  bottom: -10px;
  left: 10px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
}
.faculty1 .top_pickup_area .stu_main_photo::before {background-image: repeating-linear-gradient(135deg,transparent,transparent 2px,#e5f3f6 2px,#e5f3f6 4px)}
.faculty2 .top_pickup_area .stu_main_photo::before {background-image: repeating-linear-gradient(135deg,transparent,transparent 2px,#fbeeed 2px,#fbeeed 4px)}
.faculty3 .top_pickup_area .stu_main_photo::before {background-image: repeating-linear-gradient(135deg,transparent,transparent 2px,#fcf3e5 2px,#fcf3e5 4px)}
.faculty4 .top_pickup_area .stu_main_photo::before {background-image: repeating-linear-gradient(135deg,transparent,transparent 2px,#e6f1ee 2px,#e6f1ee 4px)}
.sec_pickup {
  margin-bottom: 60px;
}
.sec_pickup h3.section_ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.faculty1 .sec_pickup .flex_box::before {background: #f2f9fa;}
.faculty2 .sec_pickup .flex_box::before {background: #fdf6f6;;}
.faculty3 .sec_pickup .flex_box::before {background: #fef9f2;}
.faculty4 .sec_pickup .flex_box::before {background: #f2f8f7;}

.sec_pickup .sec_text {
  margin-bottom: 30px;
}
.sec_pickup .sec_text p {
  font-size: 1.6rem;
  text-indent: 1em;
}
.sec_pickup .sec_photo {
  width: 100%;
  height: 80vw;
  margin-bottom: 30px;
}
.sec_pickup .sec_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.principal_btm {
  line-height: 4;
}

/*------------------------------
blog
------------------------------*/

.blog_top_ttl span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.blog_flex {
  margin-bottom: 20px;
}
.blog_flex.photos img + img {
  margin-top: 20px;
}