@charset "utf-8";


/*------------------------------
common
------------------------------*/

.fs13 {font-size: 1.3rem;}
.bold {font-weight: bold;}
.u-ml--10 {margin-left: 10px!important;}
article,
.top_footer_inner {
	max-width: 1280px;
	margin: 0 auto;
}
.home_article section {padding: 0 90px 0 40px;}
section.pickup_section {padding: 0 78px 0 20px;}
#wrapper {
	display: flex;
	position: relative;
}

/*---------- 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
------------------------------*/

#top_header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #00713C;
	font-size: 1.4rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 80px;
	z-index: 10;
}
#top_header a {
	color: white;
}
#top_header a:hover {
	opacity: 1;
	color: #fdd23e;
}
#g_nav ul {
	display: flex;
	justify-content: flex-end;
}
#g_nav ul.list1 {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}
#g_nav ul.list2 {
	padding-top: 5px;
}
#g_nav ul li + li {
	margin-left: 30px;
}
ul#top_links {
	display: flex;
	margin-left: 15px;
	height: 100%;
}
ul#top_links li {
	width: 60px;
	cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul#top_links li:before {
  content: "";
	position: absolute;
  top: 12px;
  bottom: 12px;
  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;}
ul#top_links li.lan_wrap:hover {background: url(/20026/images/top_links01_on.png) no-repeat center center;}
ul#top_links li.search_wrap {background: url(/20026/images/top_links02.png) no-repeat center center;}
ul#top_links li.search_wrap:hover {background: url(/20026/images/top_links02_on.png) no-repeat center center;}
ul#top_links li p {
	font-size: 1rem;
  font-weight: bold;
  letter-spacing: -1px;
  color: white;
}
ul#top_links li .pulldown {
	position: absolute;
  top: 100%;
  right: 0;
  width: auto;
  height: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: #00713C;
  transition: height .2s;
  overflow: hidden;
  color: white;
}
ul#top_links li:hover .pulldown {
  height: 66px;
  display: flex;
  padding: 15px 20px;
}
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: 300px;
  height: 36px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  /*background: url(https://www.google.com/cse/static/images/1x/ja/branding.png) 20px center no-repeat #fff;*/
  margin-right: 10px;
}
ul#top_links li .pulldown input[type="text"]:focus {
  background-image: none;
}
ul#top_links li .pulldown input[type="submit"] {
	width: 80px;
  height: 36px;
  color: #00713C;
  font-size: 14px;
  font-weight: 500;
} 

/*---------- floating menu ----------*/

#float_menu {
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 2;
	height: 100vh;
  background: rgba(33,24,21,.1);
}
#float_menu a {
	display: flex;
  width: 56px;
  height: 186px;
  align-items: center;
  justify-content: center;
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: bold;
  letter-spacing: 1.5;
  transition: .3s;
}
#float_menu.float_menu_new a {
  width: 46px;
  height: 166px;
}
#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: 36px;
  height: 156px;
  top: 502px;
  border: 1px solid #fff;
  border-radius: 3px;
}

/*------------------------------
slide menu
------------------------------*/

#slide_menu {
  flex-shrink: 0;
  width: 0;
  user-select: none;
  z-index: 300;
  transition: width .3s cubic-bezier(.42,0,.58,1);
  background: white;
}
#slide_menu.pc_menu_open {
	width: 256px;
}
#slide_menu a {
	font-weight: bold;
}
#slide_menu a:hover {
	opacity: 1;
}
.slide_menu_inner {
	transition: left .3s cubic-bezier(.42,0,.58,1);
	position: fixed;
  top: 0;
  bottom: 0;
  left: -256px;
  width: 256px;
}
#slide_menu.pc_menu_open .slide_menu_inner {
	left: 0;
}
#slide_menu #top_logo {
	display: flex;
  align-items: center;
  height: 90px;
  padding-left: 30px;
}
#slide_menu #top_logo > a {
	display: block;
  width: 192px;
}
#slide_menu #top_logo img {
	width: 100%;
}

/*----- 大カテゴリー -----*/

ul.slide_menu_list {
	display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ecedef;
}
ul.slide_menu_list > li {
	position: relative;
  width: 100%;
  border-bottom: 1px solid #ecedef;
}
ul.slide_menu_list > li:hover {
	background: #026536;
}
ul.slide_menu_list > li > a {
	position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 5px 30px;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: none;
}
ul.slide_menu_list > li:hover > a {
	color: white;
}
ul.slide_menu_list li.access_col {
	width: 45%;
	border-right: 1px solid #ecedef;
}
ul.slide_menu_list li.access_col a {
	padding-right: 5px;
}
ul.slide_menu_list li.contact_col {
	width: 55%;
}
ul.slide_menu_list li.contact_col a {
	padding-right: 5px;
  padding-left: 5px;
  justify-content: center;
}

/*----- 小カテゴリー -----*/
ul.slide_sub_menu_list {
	position: fixed;
  top: 0;
  left: 256px;
  width: 0;
  height: 100%;
  padding-top: 81px;
  background: #00713C;
  overflow: hidden;
  transition: opacity .3s cubic-bezier(.42,0,.58,1),width .3s cubic-bezier(.42,0,.58,1);
}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list {
	width: 256px;
}
ul.slide_sub_menu_list > li {
	width: 256px;
  border-bottom: 1px solid #026536;
  transition: opacity .3s cubic-bezier(.42,0,.58,1),transform .3s cubic-bezier(.42,0,.58,1);
  opacity: 0;
  transform: translateX(-15px);
}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li {
  opacity: 1;
  transform: translateX(0);
}
ul.slide_sub_menu_list > li:hover {
	background: #026536;
}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(1) {transition-delay: .0s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(2) {transition-delay: .1s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(3) {transition-delay: .2s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(4) {transition-delay: .3s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(5) {transition-delay: .4s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(6) {transition-delay: .5s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(7) {transition-delay: .6s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(8) {transition-delay: .7s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(9) {transition-delay: .8s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(10) {transition-delay: .9s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(11) {transition-delay: 1.0s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(12) {transition-delay: 1.1s}
ul.slide_menu_list > li:hover ul.slide_sub_menu_list > li:nth-child(13) {transition-delay: 1.2s}
ul.slide_sub_menu_list > li:first-child {
  border-top: 1px solid #026536;
}
ul.slide_sub_menu_list > li > a {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  padding: 5px 30px;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

/*----- その他 -----*/

.slide_bnr {
	font-size: 1.8rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0 2px;
	font-weight: bold;
	/* border-top: 1px solid #ecedef; */
	border-bottom: 1px solid #ecedef;
}
.slide_bnr a:hover {
	color: #00713C;
}
.l-header-banner__main__icon {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
ul.slide_sns {
	display: flex;
  justify-content: center;
  margin-bottom: 15px;
  padding: 10px 30px;
	border-bottom: 1px solid #ecedef;
}
ul.slide_sns li {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0 10px;
}
ul.slide_sns li a {
  font-size: 2.2rem;
  color: #999;
}
ul.slide_sns li a:hover {
	color: #00713C;
}
ul.slide_others {
	padding: 0 25px;
	font-size: 1.3rem;
}
ul.slide_sns li svg {
  width: 22px;
  height: 18px;
  fill: #999;
}
ul.slide_sns li svg:hover {
  fill: #00713C;
}
ul.slide_others a:hover {
	text-decoration: underline;
}

/*----- 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;
}

/*---------- main visual ----------*/

#main_visual {
	margin-top: 80px;
	position: relative;
	margin-bottom: 20px;
}
#main_visual > img {
	width: 100%;
}
#main_visual #mv_links {
	position: absolute;
	bottom: 5px;
	right: 60px;
	display: flex;
	flex-wrap: wrap;
	width: 600px;
}
#main_visual #mv_links a {
	margin: 0 10px 10px 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 ----------*/

.pickup_section {
	margin-bottom: 40px;
}
ul.pickup_list {
	display: flex;
	flex-wrap: wrap;
}
ul.pickup_list li {
	margin: 0 3px 5px 0;
	width: calc(25% - 5px * 3 / 4);
}
ul.pickup_list li.mr0 {
  margin-right: 0;
}
ul.pickup_list li.wide_w {
  width: calc(50% - 5px * 2 / 3);
}
ul.pickup_list li img {
	width: 100%;
}

/*---------- information & sns ----------*/

.info_section {
	margin-bottom: 30px;
}
.info_wrap {
	display: flex;
	justify-content: space-between;
}
.info_wrap .info.cell {
	flex: 1;
	margin-right: 60px;
}
.info_wrap .sns.cell {
	width: 340px;
}
h2.cell_ttl {
	display: flex;
	justify-content: space-between;
}
.info_wrap h2.cell_ttl {
	align-items: center;
	margin-bottom: 40px;
}
ul.info_list li {
	display: flex;
	font-size: 1.4rem;
	font-weight: bold;
}
ul.info_list li time {
	width: 100px;
	font-weight: bold;
}
ul.info_list li p {
	flex: 1;
}
ul.info_list li a:hover {
	text-decoration: underline;
}
ul.sns_btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.sns_btns li {
	margin-bottom: 10px;
}

.p-home-information-tabs-list {
    display: flex;
    margin-bottom: 50px;
    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;
}

.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-bottom: 40px;
}
.border_wrap {
	border: 6px solid #14914a;
}
ul.students_list {
	display: flex;
        flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 40px 10px;
}
ul.students_list li {
	width: 25%;
}
ul.students_list li img {
	width: 100%;
}
.stu_box {
        min-width: 200px;
}
.stu_box a {
        border: 3px solid #14914a;
        position: relative;
        display:block;
}
.stu_box a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-left: 40px solid #14914a;
        border-bottom: 40px solid transparent;
        opacity:1;
}
.stu_box .major {
        font-size: 10px;
        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: 10px;
        font-weight: 600;
        text-align: center;
        margin-top: 5px;
        letter-spacing: -0.5px;
}
.stu_box .stu_name {
        font-size: 15px;
        font-weight: 600;
        margin-top: 10px;
        text-align: center;
        line-height: 1;
}
.stu_box .stu_name .san{
        font-size: 10px;
}
.stu_box .h_scl {
        font-size: 8px;
        text-align: center;
        margin-top: 3px
}
.stu_box .stu_btn {
        font-size: 9px;
        font-weight: 600;
        text-align:center;
        color: #fdd23e;
        background: #14914a;
        width: 50%;
        height: 25px;
        line-height: 25px;
        margin: 10px 0 5px 50%;
        letter-spacing: -1px;
}


/*---------- pick up students LIST ----------*/

.students_section {
	margin-bottom: 40px;
}
h2.pickup_stu_list {
  font-weight: 700;
  font-size: 7rem;
  color: #00713C;
}

ul.students_list2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding: 20px 40px 10px;
	gap: 1em;
}
ul.students_list2 li {
	width: 32%;
}
ul.students_list2 li img {
	width: 100%;
}
ul.students_list2 .stu_box {
        min-width: 200px;
}
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: 40px solid #14914a;
        border-bottom: 40px 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: 14px;
}
ul.students_list2 .stu_box .h_scl {
        font-size: 12px;
        text-align: center;
        margin-top: 3px
}
ul.students_list2 .stu_box .stu_btn {
        font-size: 13px;
        font-weight: 600;
        text-align:center;
        color: #fdd23e;
        background: #14914a;
        width: 50%;
        height: 25px;
        line-height: 25px;
        margin: 10px 0 5px 50%;
        letter-spacing: -1px;
}



/*---------- 学びの特長 ----------*/

.feature_section {
	margin-bottom: 20px;
}
.feature_wrap {
 background: white;
 padding: 15px 0 30px 30px;
 box-shadow: 2px 2px 1px #7a7a7a, 0 2px 1px #7a7a7a;
}
.feature_wrap h2.cell_ttl {
	margin-bottom: 20px;
}
ul.feature_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: 30px;
}
ul.feature_list li {
	margin-bottom: 10px;
	width: calc(50% - 5px);
}
ul.feature_list li img {
	width: 100%;
}

/*---------- 大学紹介 他リンク ----------*/

.contents_section {
	margin-bottom: 40px;
}
ul.contents_list {
	display: flex;
	flex-wrap: wrap;
}
ul.contents_list li {
	overflow:hidden;
	width: 33.333%;
}
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: 40px;
}
.btm_link_section_kifu div {
	text-align: center;
}
.btm_link_section_kifu a img {
	width: 90%;
}
.btm_link_section {
	margin-bottom: 40px;
}
ul.btm_link_list {
	display: flex;
	justify-content: center;
}
ul.btm_link_list li + li {
	margin-left: 4px;
}
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%;
}
ul.btm_link_list li img {width: 100%;}


/*------------------------------
footer
------------------------------*/

footer {
	background: #00713C;
	font-weight: bold;
}
footer a {
	color: white;
}
.top_footer_inner {
	padding: 20px 60px;
}
.top_footer_inner.admission_footer_inner {
	padding: 20px 95px;
}
ul#top_footer_nav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
ul#top_footer_nav > li {
	margin-bottom: 50px;
}
ul#top_footer_nav > li:nth-child(1), ul#top_footer_nav > li:nth-child(5) {width: 350px;}
ul#top_footer_nav > li:nth-child(2), ul#top_footer_nav > li:nth-child(6) {width: 270px;}
ul#top_footer_nav > li:nth-child(3), ul#top_footer_nav > li:nth-child(7) {width: 320px;}
ul#top_footer_nav > li > a {
	font-size: 1.8rem;
}
ul.sub_nav {
	font-size: 1.4rem;
	line-height: 2.1rem;
}
ul#btm_footer_nav {
	display: flex;
	justify-content: center;
}
ul#btm_footer_nav li + li {
	margin-left: 30px;
}

/*------------------------------
pick up student
------------------------------*/

.pickup_main {
  margin-top: 120px;
  width: 100%;
  max-width: 1155px;
  margin-right: auto;
  margin-left: 75px;
  color: #333;
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
}
.top_pickup_area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
  position: relative;
}
h2.pickup_stu {
  font-weight: 700;
  font-size: 7rem;
  color: #00713C;
  margin-bottom: 60px;
}
.top_pickup_area .stu_text {
  flex: 1;
  padding-left: 50px;
}
.top_pickup_area .major {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 12px;
  margin-bottom: 40px;
  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: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
  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: 4rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  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.8rem;
}
.top_pickup_area .stu_main_photo {
  width: 645px;
  height: 450px;
  position: relative;
}
.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: 30px;
  right: -30px;
  bottom: -30px;
  left: 30px;
  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: 100px;
}
.sec_pickup h3.section_ttl {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
.sec_pickup .flex_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sec_pickup .flex_box::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 60px;
  bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.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 .flex_box.pickup_row1 {flex-direction: row-reverse;}
.sec_pickup .sec_text {
  flex: 1;
  margin-bottom: 60px;
  margin-top: 100px;
}
.sec_pickup .flex_box.pickup_row1 .sec_text {padding-left: 100px;}
.sec_pickup .flex_box.pickup_row2 .sec_text {padding-right: 100px;}
.sec_pickup .sec_text p {
  font-size: 1.6rem;
  text-indent: 1em;
}
.sec_pickup .sec_photo {
  width: 400px;
  height: 400px;
  margin-bottom: 60px;
}
.sec_pickup .sec_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.principal_btm {
  text-align: right;
  padding-right: 2em;
}

/*------------------------------
blog
------------------------------*/

.abroad_blog_mv {
  margin-bottom: 40px;
}
.abroad_blog p {
  margin-bottom: 1em;
}
.blog_top_ttl {
  text-align: center;
}
.blog_top_ttl.tx_left {
  text-align: left;
}
.blog_top_ttl span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 60px;
}
.tx_right {text-align: right;}
.img_cap {
  font-weight: bold;
}
.blog_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.blog_flex.txt_photos {
  align-items: flex-end;
}
.blog_flex.txt_photos.item_ctr {
  align-items: center;
}
.blog_flex .flex_txt {
  flex: 1;
  position: relative;
}
.blog_flex .img30p {width: 30%;}
.blog_flex .img50p {width: 50%;}
.blog_flex .img60p {width: 60%;}
.blog_flex .img70p {width: 70%;}
.blog_flex .flex_txt.left {
  padding-right: 40px;
}
.blog_flex .flex_txt.right {
  padding-left: 40px;
}
.blog_flex.photos img + img {
  margin-left: 60px;
}