/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/



/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* color*/
:root {
	 --blueblack: #2C4B52;
	 --blueblack02: #34565e;
    --bluegray: #94A7B1;
    --lightbluegray: #c4cfd4;
	--lightbluegray02: #edf0f3;
    --red: #EA3044;
    --whiteblue:#F9FAFB;
    --civil:#EA5541;
    --arch: #D3A12A;
    --mech:#3AAE36;
    --ee:#00ADA9;
    --chem:#00A7EA;
    --cs:#77408D;
    --white:#fff;
    --yellow:#F4E200;
    --kuro:#000;
    --midori:#3DB270;
    --orange:#F1BD3F;
	--lightgray: #e9ecf1;
	--beige: #E8E5D8;
	--black: #3B4552;
	--civil-v1: #F38321;
    --civil-v102: #ffead9;
    --civil-v103: #ecad78;
    --civil-v104: #6ad5e7;
    --arch-v1: #DEA426;
    --arch-v102: #fff1d4;
    --arch-v103: #e0c17d;
    --arch-v104: #dd7de0;
    --mech-v1: #8FBE30;
    --mech-v102: #efffd1;
    --mech-v103: #a2bd6d;
    --mech-v104: #ff9e1d;
    --ee-v1: #299F85;
    --ee-v102: #d0f7ee;
    --ee-v103: #7dd3bf;
    --ee-v104: #da778f;
    --chem-v1: #26499D;
    --chem-v102: #d1dcf8;
    --chem-v103: #96acdf;
    --chem-v104: #b15353;
    --cs-v1: #723C92;
    --cs-v102: #F3E5FE;
    --cs-v103: #c1a2d8;
    --cs-v104: #21b886;
	--lightred: #fa4154;
	--lifeType-black : #222;
    --lifeType01-1:#fdd039;
    --lifeType01-1-2:#fff7d9;
    --lifeType01-1-3:#9c450b;
    --lifeType01-2:#F97373;
    --lifeType01-3:#a6fcff;
    --lifeType02-1:#f32c2c;
    --lifeType02-1-2:#ff9797;
    --lifeType02-1-3:#ffdfdf;
    --lifeType02-2:#3ac5fc;
    --lifeType02-2-2:#aee8ff;
    --lifeType02-2-3:#dcf5ff;
    --lifeType02-3:#a6fcff;
    --lifeType03-1: #2bd661;
    --lifeType03-1-2:#cef7da;
    --lifeType03-1-3:#e0ffe9;
    --lifeType03-2: #2749e2;
    --lifeType03-2-2: #1b2c7a;
    --lifeType03-3: #fa3a21;
    --lifeType03-3-2: #fff0ef;
    --lifeType04-1: #62c3d6;
    --lifeType04-1-2:#2C678E;
    --lifeType04-1-3:#E2F2F7;
    --lifeType04-2:#ee90b4;
    --lifeType04-2-2:#F0C1D3;
    --lifeType04-2-3:#ffecf4;
    --lifeType05-1:#3f3961;
    --lifeType05-1-2:#cccccc;
    --lifeType05-1-3:#e7e4fc;
    --lifeType05-2:#a7ee65;
    --lifeType05-2-2:#e4ffcd;
    --lifeType06-1:#8A67C7;
    --lifeType06-1-2:#53318d;
    --lifeType06-1-3:#f1e9ff;
    --lifeType06-2:#f1ffae;
    --lifeType06-2-2:#d4ec59;
    --lifeType06-2-3:#f5fadd;
	--lightBlue:#c9dae7;
}

/*font*/
 :root {
	--208px: 13rem;
	--160px: 10rem;
    --140px: 8.75rem;
	--130px: 8.125rem;
    --120px: 7.5rem;
    --100px: 6.25rem;
	--90px: 5.625rem;
    --80px: 5rem;
    --76px: 4.75rem;
	--70px: 4.375rem;
    --64px: 4rem;
    --60px: 3.75rem;
    --54px: 3.375rem;
	--48px: 3rem;
    --40px: 2.5rem;
    --38px: 2.375rem;
    --36px: 2.25rem;
    --32px: 2rem;
    --28px: 1.75rem;
    --24px: 1.5rem;
    --22px: 1.375rem;
    --20px: 1.25rem;
    --18px: 1.125rem;
    --16px: 1rem;
    --14px: 0.875rem;
    --12px: 0.75rem;
    --10px: 0.625rem;
     }



html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

body {
font-size: var(--16px);
line-height: 1.75;
font-weight: 400;
letter-spacing: 0.065rem;
font-family: "Noto Sans JP", sans-serif !important;
color: var(--blueblack);
}

/* PC、tab、スマホ表示 */
.pc { display: block !important; }
.tab { display: none !important; }
.sp { display: none !important; }

@media only screen and (max-width: 991px) {
    .pc { display: none !important; }
    .tab { display: block !important; }
}

@media only screen and (max-width: 575px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}


.civil {
    color: var(--civil) !important;
}
.bg-civil {
    background-color: var(--civil) !important;
}
.arch {
    color: var(--arch) !important;
}
.bg-arch {
    background-color: var(--arch) !important;
}
.mech {
    color: var(--mech) !important;
}
.bg-mech {
    background-color: var(--mech) !important;
}
.ee {
    color: var(--ee) !important;
}
.bg-ee {
    background-color: var(--ee) !important;
}
.chem {
    color: var(--chem) !important;
}
.bg-chem {
    background-color: var(--chem) !important;
}
.cs {
    color: var(--cs) !important;
}
.bg-cs {
    background-color: var(--cs) !important;
}

h2 {
	border: 0px;
}

h3 {
    border-bottom: 0px;
	letter-spacing: 0.08rem;
}

h3:after {
    border-bottom: 0px;
}

h4 {
	padding: 0;
	letter-spacing: 0.08rem;
	background-color:transparent !important;
}

h5 {
	border-bottom: 0px;
}

p {
	color: var(--blueblack);
	letter-spacing: 0.05rem;
}

:where(:not(.wp-block-table))>table :is(th,td) {
	border: 0px solid !important;
}


/*ページタイトル調整用
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
    margin: 80px 0 30px;
	background: none;
}

.page-header::before {
        opacity: 0;
}

.page-header .container {
    margin: 0 auto;
    max-width: 1140px !important;
}

.page-header-inner {
    margin-bottom: 0;
}

.page-header .page-header-subtext {
    text-align: left;
    color: var(--bluegray);
}

.page-header .page-header-subtext .far {
    display: none;
}

.page-header-title, h1.page-header-title {
    color: var(--blueblack);
    font-size: var(--32px);
    text-align: left;
	border-bottom: solid 3px var(--red);
	padding-bottom: 15px;
    margin-bottom: 15px;
}



@media (max-width: 991px) {
	.page-header {
	   margin: 100px 20px 30px;
	}
}

@media (max-width: 575px) {
	.page-header {
    margin: 100px 20px 15px;
}
	.page-header-title, h1.page-header-title{
		font-size: var(--24px);
	}
}


@media (max-width: 991px) {
    .page-header .container {
        max-width: 960px !important;
    }
}

@media (max-width: 767px) {
    .page-header .container {
        max-width: 720px !important;
    }
}

@media (max-width: 575px) {
    .page-header .container {
        max-width: 540px !important;
    }
}

/*KORIYAMA GUIDE ページタイトル非表示*/
.page-id-25 .page-header {
	display: none;
}

/*複数カテゴリー絞り込みページ  ページタイトル非表示*/
.page-id-1648 .page-header {
	display: none;
}

/*研究活動 ページタイトル修正*/
.page-id-23 .page-header .container {
	max-width: 100% !important;
}

.page-id-23 .page-header .page-header-title {
	margin: 0 100px 15px;
}

@media (max-width: 1400px) {
	.page-id-23 .page-header .page-header-title {
	margin: 0 50px 15px;
}
}

@media (max-width: 991px) { 
	.page-id-23 .page-header .page-header-title {
	margin: 0 0px 15px;
}
}

@media (max-width: 575px) { 
	.page-id-23 .page-header .page-header-title {
	margin: 0 0 15px;
}
}

/*アーカイブページ調整*/
.archive .page-header{
	display: none;
}

.archive .archive-header {
	padding: 0 100px;
	margin: 0px;
}

.archive .site-body {
	padding: 100px 0 80px;
}

.archive .archive-header .archive-header-title {
    border-bottom: solid 3px var(--red);
    padding-bottom: 15px;
    margin-bottom: 40px;
}

@media (max-width: 1400px) { 
	.archive .archive-header {
	padding: 0 50px;
}
}

@media (max-width: 991px) { 
	.archive .archive-header {
	padding: 0 15px;
}
	.archive .site-body {
	padding: 100px 15px 40px;
}
}

@media (max-width: 575px) {
	.archive .archive-header {
	padding: 0px;
}
	.archive .archive-header .archive-header-title {
		font-size: var(--24px);
	}
}

/*アーカイブページ調整02*/
.archive .vk_posts {
    padding: 0 100px;
    margin-bottom: 40px;
}

.archive .vk_posts .vk_post-col-lg-12 {
        width: calc(25% - 30px);
    }

.archive .media-img {
    border: 0px;
}

.archive .vk_post .vk_post_title a {
    color: var(--blueblack);
    font-size: var(--16px);
}

.archive .vk_post.media {
    display: block;
    border-bottom: 0px;
}

.archive .vk_post .media-body {
    padding-top: 15px;
    width: 100%;
}

.archive .vk_post .media-img {
    width: 100%;
}

.archive .card-img-overlay {
    display: none;
}

.archive .vk_post .vk_post_excerpt {
        display: none;
}

.archive .vk_post .vk_post_btn {
            display: none;
}

.archive .vk_post-btn-display.media .vk_post_body {
    padding-bottom: 0px;
}

.archive .pagination {
	margin: 0 0 80px;
}

.media.vk_post:first-child {
    border-top: 0px solid var(--vk-color-border-hr, #e5e5e5);
}

@media (min-width: 576px) {
    .entry-body>.vk_posts>.media.vk_post-col-sm-12:first-child, .main-section>.vk_posts>.media.vk_post-col-sm-12:first-child {
        border-top: 0px solid var(--vk-color-border-hr);
    }
}


@media (max-width: 1400px) { 
	.archive .vk_posts {
    padding: 0 50px;
}
}

@media (max-width: 991px) { 
	.archive .vk_posts {
	padding: 0 15px;
}
	.archive .vk_posts .vk_post-col-lg-12 {
    width: calc(33.3% - 30px);
}
}

@media (max-width: 575px) {
	.archive .vk_posts {
	padding: 0px;
}
	.archive .vk_posts .vk_post-col-lg-12 {
    width: calc(50% - 30px);
}
}

/*Rrecommend箇所スタイル*/
.recommend {
    margin: 80px 0;
}

.recommend h3 {
    text-align: center;
    color: var(--red);
}

@media (max-width: 575px) {
	.recommend {
		padding: 0 20px;
	}
}


/*固定ページ調整*/
@media (max-width: 991px) { 
	.wp-singular .wrapper {
	padding: 0 20px;
}
}




/* wrapperスタイル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
     .wrapper {
		margin: 0 auto;
        max-width: 1140px;
    }

@media (max-width: 991px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (max-width: 575px) {
    .wrapper {
        max-width: 540px;
    }
}


/* 元containerスタイル調整
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-body {
    padding: 0;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100% !important;
        padding-right: 0px !important;
		padding-left: 0px !important;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100% !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100% !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100% !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
    }
}

@media (max-width: 991px) {
	.page-id-1648 .site-body {
    padding: 0 15px;
}
}

/* ポップアップ共通
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html:has(dialog[open]) {
  overflow: hidden;
}

.modaal-content-container {
    padding: 0px !important;
}

/* 投稿一覧ページ調整
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.vk_posts-postType-post {
	padding: 0 100px;
}

.vk_post-btn-display .vk_post_body {
    position: relative;
    height: auto;
}

@media (max-width: 1400px) {
	.vk_posts-postType-post {
	padding: 0 50px;
}
}

@media (max-width: 991px) {
	.vk_posts-postType-post {
		padding: 0 15px;
	}
}

@media (max-width: 575px) {
	.vk_posts-postType-post {
		padding: 0px;
	}
}

.vk_posts-postType-post .card-noborder .vk_post_imgOuter {
    border: 0px ;
}

.vk_posts-postType-post .vk_post_title a {
    color: var(--blueblack);
    font-size:var(--16px);
}

.vk_posts-postType-post .card-body {
    padding: 15px 0 0;
}

ul.page-numbers {
    font-size: 18px;
}

ul.page-numbers li span.page-numbers.current {
    background-color: var(--red);
    border-radius: 50%;
    color: #fff;
    border: 0px;
    width: 45px;
    height: 45px;
	margin: 1px;
}


ul.page-numbers li a, ul.page-numbers li span.page-numbers {
    padding: 6px 20px;
    border: 0px;
    margin-left: -1px;
    color: var(--blueblack);
}

ul.page-numbers li a:hover {
	background-color: #fff;
}


/*カテゴリー絞り込み表示用
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*ページトップエリア表示*/
.page-id-1648  {
	padding-bottom: 80px;
}
.page-id-1648 .real {
	margin: 100px 0 20px;
	padding: 0 100px;
}

.page-id-1648 .real h2 {
	margin-bottom: 0px;
}

.page-id-1648 .real h2 img {
	width: 45%;
}

.page-id-1648 .real .lead {
	font-size: var(--20px);
    font-weight: bold;
}

/*絞り込み表示ボックス*/
.searchandfilter {
    padding: 0 100px;
	margin-bottom: 80px;
}

.searchandfilter div {
    background-color: var(--lightbluegray02);
	text-align: center;
}

.searchandfilter h4 {
    margin: 20px 0 15px;
    font-size: var(--24px);
    text-align: center;
}

.searchandfilter input[type=submit] {
    background-color: var(--red);
    border: 0px;
    border-radius: 0px;
    font-size: var(--16px);
    padding: 8px 20px 10px;
	margin-bottom: 20px;
	transition : .5s;
}

.searchandfilter input[type=submit]:hover {
	background-color: var(--lightred);
}

.searchandfilter label {
    margin-right: 25px;
	font-size: var(--18px);
}

.searchandfilter ul > li > ul:not(.children) {
    text-align: left !important;
	max-width: 1140px;
}

.searchandfilter li:last-child {
    display: block;
}

.searchandfilter ul li ul li:last-child {
    display: inline-block;
}


@media (max-width: 1400px) {
	.page-id-1648 .real {
	padding: 0 50px;
}
	.searchandfilter {
	padding: 0 50px;
}
}

@media (max-width: 991px) {
	.page-id-1648 .real {
	padding: 0 15px;
}
	.searchandfilter {
	padding: 0 15px;
	margin: 60px 0 80px;
}
}

@media (max-width: 575px) {
	.page-id-1648  {
	padding-bottom: 40px;
}
	.page-id-1648 .real {
	margin: 100px 0 20px;
	padding: 0;
}
	.page-id-1648 .real h2 img {
    width: 90%;
}
	.page-id-1648 .real .lead {
    font-size: var(--18px);
}
	.searchandfilter {
	padding: 0 ;
		margin: 20px 0 80px;
}
	.searchandfilter label {
    margin-right: 5px;
    font-size: var(--16px);
}
	
	.searchandfilter ul li ul {
    padding-left: 15px;
}
	.searchandfilter input[type=submit] {
    font-size: var(--18px);
	padding: 12px 25px 14px;
}
	.searchandfilter h4 {
    font-size: var(--20px);
}
}

/*該当記事無しのスタイル*/
.main-section-no-posts {
	padding: 0 100px;
	margin-bottom: 60px;
}

.main-section-no-posts  p {
	text-align: center;
}

@media (max-width: 1400px) {
	.main-section-no-posts {
	padding: 0 50px;
}
}
	
@media (max-width: 991px) {
	.main-section-no-posts {
	padding: 0 15px;
}
}


/*パンくず 投稿ページカテゴリー非表示
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#breadcrumb ,.entry-footer {
	display: none;
}

 .mt140 {
    margin-top: 140px;
  }

 .mb200 {
    margin-bottom: 200px;
  }
 .mb120 {
    margin-bottom: 120px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

.mb80 {
	margin-bottom: 80px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb40 {
	margin-bottom: 40px;
}

 .mb20 {
    margin-bottom: 20px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

.px100 {
	padding: 0 100px;
}

@media (max-width: 1400px) {
    .px100 {
        padding: 0 50px;
    }
}
	@media (max-width: 991px) {
    .px100 {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
	.toppage .mb120 {
    margin-bottom: 80px;
  }
	
	.mb100 {
    margin-bottom: 80px;
  }
	.mb80 {
	margin-bottom: 60px;
}
	.mb60 {
	margin-bottom: 40px;
}
	.sm-px15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.sm-mb20 {
		margin-bottom: 20px !important;
	}
}


.img-border {
	border: solid 1px var(--lightbluegray);
}

.caption {
	color: var(--blueblack);
	text-align: left;
}

/*slick調整用*/
.slick-slider div { transition: none; }

/* .header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
    padding: 17px 20px 15px;
    position: fixed;
    z-index: 999;
    background-color: var(--white);
	border-bottom: solid 1px var(--lightbluegray);
    width: 100%;
}

.header .logo {
    width: 300px;
}

.header .navbar {
    padding: 0;
}


.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0px;
	right: 0px;
	cursor: pointer;
    width: 58px;
    height:58px;
    background-color: var(--red);
}

.openbtn.active {
	background-color: var(--white);
}

/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 16px;
    height: 3px;
	background-color: var(--white);
  	width: 48%;
  }
.openbtn span:nth-of-type(1) {
	top:14px;	
}
.openbtn span:nth-of-type(2) {
	top:26px;
}
.openbtn span:nth-of-type(3) {
	top:39px;
}

.openbtn.active span {
	background-color: var(--red);
}

.openbtn.active span:nth-of-type(1) {
    top: 25px;
    left: 5px;
    transform: translateY(6px) rotate(-45deg);
    width: 65%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 37px;
    left: 5px;
    transform: translateY(-6px) rotate(45deg);
    width: 65%;
}

#g-nav{
    position:fixed;
    z-index: 999;
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;
	background: var(--white);
	/*transition: all 0.6s;*/
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    z-index: 999; 
    width: 100%;
    height: 100vh;
   overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    align-items: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: inherit;
    padding-left: 0;
	margin: 0;
}

/*ロゴエリア*/
#g-nav .logo-wrap  {
    text-align: center;
    width: 20%;
    min-height: 100vh;
    display: grid;
  place-items: center;
}

#g-nav .logo-wrap .logo {
    width: 55%;
}

/*メニューエリア*/
#g-nav .menu-wrap {
    background-color: #F9FAFB;
    width: 80%;
    padding: 4% 4% 0%;
}

#g-nav .menu-wrap .pc ul {
    align-items: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: inherit;
    border-bottom:  solid 1px var(--lightbluegray);
    padding: 60px 0 40px;
    font-weight: bold;
    justify-content: space-between;
}

#g-nav .menu-wrap .pc ul li {
      list-style: none;
}

#g-nav .menu-wrap .pc ul li a {
          position: relative;
      display: inline-block;
}

#g-nav .menu-wrap .pc ul li a:after {
 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--blueblack);
  border-right: solid 2px var(--blueblack);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: -17px;
  /*left: 0;*/
  /*bottom: 0;*/
  margin: auto;
}

#g-nav .menu-wrap .pc ul .heading-menu {
    width: 20%;
}

#g-nav .menu-wrap .pc ul .heading-menu li a:after {
width: 12px;
  height: 12px;
    top: 15px;
  right: -20px;
}

#g-nav .menu-wrap .pc ul .heading-menu li p {
	color: var(--bluegray);
    font-size: var(--12px);
    font-weight: bold;
    letter-spacing: 0.05rem;
}

#g-nav .menu-wrap .pc ul .sub-menu {
    align-items: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    position: inherit;
    width: 72%;
}

#g-nav .menu-wrap .pc ul .sub-menu li {
    width: 33%;
}


#g-nav .accordion-area .title::before, #g-nav .accordion-area .title::after {
    width: 25px;
    height: 5px;
    background-color: var(--blueblack);
}

#g-nav .menu-wrap li a {
    color: var(--blueblack);
}

#g-nav .menu-wrap li a:hover {
    text-decoration: none;
}

#g-nav .menu-wrap .btm-menu {
    margin-top: 10%;
}

#g-nav .menu-wrap .btm-menu .logo {
    width: 90%;
}

#g-nav .menu-wrap .btm-menu .btn {
    color:  var(--blueblack);
    border: solid 1px var(--blueblack);
    font-size: var(--14px);
    padding: 20px 15px;
    position: relative;
	width: 100%;
    border-radius: 0;
}

#g-nav .menu-wrap .btm-menu .btn:after {
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-left-bk.png);
    content: '';
    vertical-align: middle;
    background-size: contain;
    display: inline-block;
    width: 22px;
    height: 22px;
    right: 15px;
    position: absolute;
}

#g-nav .menu-wrap .btm-menu .sns {
    text-align: center;
}

#g-nav .menu-wrap .btm-menu .sns img {
    margin: 15px 15px 0px;
    width: 35px;
}


/*spメニューアコーディオン*/
/*アコーディオン全体*/
#g-nav .accordion-area{
  list-style: none;
  width: 100%;
  margin:0 auto;
  position: inherit !important;
}

#g-nav .accordion-area ul {
  position: inherit !important;
}

#g-nav .accordion-area li {
  border-bottom: solid 1px var(--lightbluegray);
  padding: 30px 0 15px;
	font-weight: bold;
}

#g-nav .accordion-area li p{
    color: var(--bluegray);
    font-size: var(--12px);
    font-weight: bold;
    letter-spacing: 0.05rem;
}

#g-nav .accordion-area ul li {
  border-bottom: none;
}

#g-nav .accordion-area li img {
    width: 85%;
}

#g-nav .accordion-area li p {
    font-size: var(--14px);
	margin-bottom: 15px;
}

#g-nav .accordion-area li ul li {
    padding: 12px 0;
    width: 100%;
}

#g-nav .accordion-area li ul li a {
	position: relative;
}

#g-nav .accordion-area li ul li a:after {
 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--blueblack);
  border-right: solid 2px var(--blueblack);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: -18px;
  margin: auto;
}


/*アコーディオンタイトル*/
#g-nav .accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 0% 50px 0px 0px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
#g-nav .accordion-area .title::before,
#g-nav .accordion-area .title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: var(--blueblack);
  transform: translateY(-50%);
}
#g-nav .accordion-area .title::before{
  top:52%;
  right: 8px;
  transform: rotate(0deg);
  
}
#g-nav .accordion-area .title::after{    
  top:52%;
  right: 8px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

#g-nav .accordion-area .title.close::before{
  transform: rotate(0deg);
  transition: 0.5s;
}

#g-nav .accordion-area .title.close::after{
transform: rotate(0deg);
transition: 0.5s;
}

/*アコーディオンで現れるエリア*/
#g-nav .accordion-area .box {
  display: none;/*はじめは非表示*/
margin:0 3% 3% 0%;
  padding: 2%;
}

#g-nav .accordion-area .close {
  float: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0px 0 #fff;
  opacity: 1;
}


@media (max-width: 991px) {
	.header .navbar .logo-pc {
		display: block !important;
	}
    #g-nav ul {
    left: 0;
    display: flex;
    flex-wrap: wrap;
}
#g-nav .logo-wrap {
    min-height: auto;
    width: 100%;
    order: 1;
}

#g-nav .logo-wrap .logo {
    padding: 20px 0;
    width: 25%;
}

#g-nav .menu-wrap {
    order: 2;
    padding: 9% 8% 10% 8%;
    width: 100%;
}
	
#g-nav .menu-wrap .btm-menu .btn:after {
    width: 15px;
    height: 15px;
    right: 10px;
}

#g-nav .menu-wrap .btm-menu {
    text-align: center;
}

#g-nav .menu-wrap .btm-menu .logo {
    margin-bottom: 25px;
    width: 70% !important;
}

#g-nav .menu-wrap .btm-menu .btn {
    font-size: var(--12px) !important;
    padding: 15px !important;
}

#g-nav .menu-wrap .btm-menu .sns {
    margin-top: 40px;
    text-align: center;
}
}

@media (max-width: 575px) {
	.header {
    padding: 14px 0px;
}
	.header .logo {
    width: 120px;
}
	.header .navbar .logo-pc {
		display: none !important;
	}
	
	.openbtn{
    width: 70px;
    height:70px;
}


/*×に変化*/	
.openbtn span{
    left: 19px
  }
.openbtn span:nth-of-type(1) {
	top:20px;	
}
.openbtn span:nth-of-type(2) {
	top:33px;
}
.openbtn span:nth-of-type(3) {
	top:47px;
}
}




/* TOPページ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*FV*/
.toppage .top-movie {
	position: relative;
	margin-top: 50px;
}

.toppage .embed-container {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    /*margin-top: 60px;*/
}

.toppage .embed-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.toppage .top-movie .box {
    position: absolute;
    right: 30px;
    bottom: 70px;
    background-color: var(--white);
    border: solid 3px var(--blueblack);
    padding: 15px 20px 20px;
    width: 25%;
}

.toppage .top-movie .box p {
    margin-bottom: 0;
    font-size: var(--14px);
}

.toppage .top-movie .box span:hover {
    cursor: pointer;
}

.toppage .top-movie .box img {
    margin-bottom: 7px;
    width: 35%;
    -webkit-animation:blink 0.65s ease-in-out infinite alternate;
    -moz-animation:blink 0.65s ease-in-out infinite alternate;
    animation:blink 0.65s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.toppage .top-movie .box .data {
    color: var(--bluegray);
    font-family: "Oswald", sans-serif !important;
}

.toppage .top-movie .box .contents {
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-right: 65px;
}

.toppage .top-movie .box .contents:after {
    content: '';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-next.png);
    right: 0px;
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 0px;
	display: inline-block;
	background-size: contain;
    vertical-align: middle;
}

@media (max-width: 1400px) {
/*FV*/
.toppage  .top-movie .box {
    width: 30%;
}
}

@media (max-width: 1024px) {
/*FV*/
.toppage .embed-container {
    border: solid 5px var(--blueblack);
        border-width: 15px 0;
}

.toppage .top-movie .box {
    position: inherit;
    right: 0;
    bottom: 0;
    border-width: 3px 0;
    padding: 35px 40px 40px;
    width: 100%;
}
}

@media (max-width: 575px) {
	.toppage .top-movie {
	margin-top: 70px;
}
    .toppage .top-movie .box {
    padding: 15px 20px 20px;
}
}


/*まなパコピーエリア*/
.toppage  #manapa-copy {
    padding: 200px 0 160px;
    background-color: var(--whiteblue);
}

.toppage  #manapa-copy h2 {
    margin-bottom: 40px;
	border: 0px;
}

.toppage  #manapa-copy p {
    font-size: var(--20px);
    font-weight: 600;
    line-height: 1.9;
    margin-bottom: 60px;
}

.toppage  #manapa-copy p .manapa {
    margin: -5px 7px 0 5px;
    width: 18%;
}

.toppage  #manapa-copy strong {
    font-size: var(--32px);
    font-weight: 900;
}

.toppage  #manapa-copy .manapa-logo {
    margin-top: 40%;
    width: 85%;
}


/*7つの価値エリア*/
.toppage #value {
    background: linear-gradient(180deg, var(--whiteblue) 0%,var(--whiteblue) 90%, var(--blueblack) 10%, var(--blueblack) 100%);
    padding: 0px 0px 40px;
}

.toppage #value h2 {
	border: 0px;
	margin-bottom: 0px;
}

.toppage #value .manapa-nanda {
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/manapa-nanda.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 400px;
    position: relative;
    margin-bottom: 120px;
}

.toppage #value .manapa-nanda img {
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    top: 35%;
    position: absolute;
}


.toppage #value .manapa-nanda .scroll_down{
    position:absolute;
    bottom: 10%;
    left: 50%;
}

.toppage #value .manapa-nanda .scroll_down a{
    position: absolute;
    left: 10px;
    bottom: 25px;
    color: var(--red);
    font-size: var(--10px);
    font-weight: bold;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
}

.toppage #value .manapa-nanda .scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background:var(--red);
    animation:
      circlemove 1.4s ease-in-out infinite,
      cirlemovehide 1.4s ease-out infinite;
  }
  
  @keyframes circlemove{
    0%{bottom:80px;}
    100%{bottom:0px;}
  }
  
  @keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
  }
  
  .toppage #value .manapa-nanda .scroll_down:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:3px;
    height: 80px;
    background:var(--red);
  }

  .toppage #value h2 img {
    max-width: 60%;
  }

  .toppage #value .lead {
    margin-bottom: 40px;
    text-align: center;
    font-size: var(--18px);
    font-weight: bold;
  }

.toppage #value h3 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.toppage #value h3 img {
    width: 650px;
}

.toppage #value h3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 160px;
    height: 6px;
    content: '';
    margin: auto;
    border-radius: 2px;
    background: var(--red);
}

/*7つの価値スライダー*/
.toppage #value #js-slider-value {
    padding: 0px;
    margin: 0 0 180px;
}

.toppage #value #js-slider-value .slick-slide {
    width: 500px;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.toppage #value #js-slider-value .inline1 img,.toppage #value #js-slider-value .inline2 img {
	margin-top: 8px;
	width: 94% !important;
}

.toppage #value #js-slider-value  p {
    margin-top: 10px;
}

.toppage #value #js-slider-value  p strong {
    font-size: var(--22px);
}

.toppage #value #js-slider-value .slick-dots {
    right: 0;
    left: 0;
    bottom: -10%;
    margin: auto;
  }
  
.toppage #value #js-slider-value .slick-dots li {
    margin: 0 2px;
  }
  
.toppage #value #js-slider-value .slick-dots li button::before {
    font-family: slick;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: var(--blueblack);
    -webkit-font-smoothing: antialiased;
  }
  
.toppage #value #js-slider-value .slick-dots .slick-active button::before {
    color: var(--red) !important;
    opacity: 1;
  }
  
  .toppage #value #js-slider-value .slick-arrow {
	bottom: -70px;
    position: absolute;
    z-index: 100;
    cursor : pointer;
    width: 50px;
  }
  
  .toppage #value #js-slider-value .next-arrow {
    content: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-next-red.png);
    right: 38%;
  } 
  
  .toppage #value #js-slider-value .prev-arrow {
    content: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-preview-red.png);
    left: 38%;
  } 

/*7つの価値ポップアップ*/
.inline-modal .info-colse {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    z-index: 999;
}

.inline-modal h6 {
    display: flex;
    color: var(--blueblack);
    font-weight: bold;
    font-size: var(--18px); 
    line-height: 1.5;
    position: relative;
    padding-left: 70px;
}

.inline-modal h6 img {
    left: 0;
    width: 60px;
    position: absolute;
}

.inline-modal p {
    color: var(--blueblack);
}

.inline-modal .contents {
    padding: 40px;
}

.inline-modal .btn-close {
    background-color: var(--blueblack);
    color: var(--white);
    text-align: center;
    padding: 20px;
    position: relative;
}

.inline-modal .btn-close:before {
    content: '';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/close.png);
    left: 44%;
    top: 40%;
    position: absolute;
    height: 16px;
    width: 16px;
	display: inline-block;
	background-size: contain;
     vertical-align: middle;
}

.inline-modal .btn-close:hover {
    cursor: pointer;
}

/*7つの価値ポップアップ*/
.inline-modal .value-contents {
    margin: 40px 0;
}

.inline-modal .value-contents p {
    line-height: 1.9;
    font-size: var(--18px);
}

.inline-modal .menu-box {
    border-top: solid 2px var(--blueblack);
}

.inline-modal .menu-box .menu-preview,.inline-modal .menu-box .menu-next {
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.inline-modal .menu-box .menu-preview {
    border-right: solid 2px var(--blueblack);
}

.inline-modal .menu-box .menu-preview img {
    margin-left: 30px;
}

.inline-modal .menu-box .menu-next img {
    margin-right: 30px;
}

.inline-modal .menu-box img {
    max-width: 280px;
}

.inline-modal .menu-box .menu-preview a:before {
    content: '';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-preview.png);
    left: 40px;
    top: 28%;
    position: absolute;
    height: 56px;
    width: 56px;
	display: inline-block;
	background-size: contain;
     vertical-align: middle;
}

.inline-modal .menu-box .menu-next a:before {
    content: '';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-next.png);
    right: 40px;
    top: 28%;
    position: absolute;
    height: 56px;
    width: 56px;
	display: inline-block;
	background-size: contain;
     vertical-align: middle;
}

.inline-modal .case {
    margin-top: 60px;
}

.inline-modal .case .row {
    margin-right: 0px;
	margin-left: 0px;
}

.inline-modal .case h5 {
    font-size: var(--20px);
    color: var(--blueblack);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    border-left: solid 6px var(--red);
    padding-left: 15px;
}

.inline-modal .case h5 span {
    font-family: "Oswald", sans-serif !important;
    color: var(--red);
}

.inline-modal .case p {
    font-size: var(--14px);
    line-height: 1.75;
    margin-bottom: 25px;
}

.inline-modal .case .btn {
	 border: solid 2px var(--red);
    border-radius: 0px;
    color: var(--red);
    font-weight: 700;
    font-size: var(--14px);
    padding: 30px 15px;
	transition : all 0.5s ease 0s;
    width: 100%;
}

.inline-modal .case .btn:after {
	content: '';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-left02-red.png);
    right: 40px;
	position: absolute;
    height: 24px;
    width: 24px;
	margin: 0px 0px 10px 8px;
	display: inline-block;
	background-size: contain;
  vertical-align: middle;
	    right: 40px;
}


		
@media (max-width: 991px) {
        .inline-modal .btn-close:before {
        left: 42%;
        }

        .inline-modal .menu-box img {
    max-width: 220px;
}

.inline-modal .menu-box .menu-preview a:before {
    left: 20px;
    height: 3rem;
    width: 3rem;
}

.inline-modal .menu-box .menu-next a:before {
    right: 20px;
    height: 3rem;
    width: 3rem;
}
    }

@media (max-width: 575px) {
    .modaal-inner-wrapper {
    padding: 50px 15px;
}

.inline-modal .info-colse {
    top: 8px;
    left: 8px;
    width: 35px;
    height: 35px;
}


.inline-modal h6 {
    font-size: var(--16px); 
    line-height: 1.5;
    position: relative;
    padding-left: 50px;
}

.inline-modal h6 img {
    width: 40px;
}

.inline-modal p {
    color: var(--blueblack);
    font-size: var(--14px);
}

.inline-modal .contents {
    padding: 20px;
}

.inline-modal .btn-close {
    font-size: var(--14px);
}

.inline-modal .btn-close:before {
    top: 37%;
    left: 35%;
}


.inline-modal .value-contents {
    margin: 20px 0;
}

.inline-modal .value-contents p {
    line-height: 1.9;
    font-size: var(--14px);
}

.inline-modal .menu-box {
    border-top: solid 2px var(--blueblack);
}

.inline-modal .menu-box .menu-preview,.inline-modal .menu-box .menu-next {
    padding: 25px 0;
}

.inline-modal .menu-box .menu-preview {
    border-bottom: solid 2px var(--blueblack);
    border-right: solid 0px;
}

.inline-modal .menu-box .menu-preview img {
    margin-left: 0px;
}

.inline-modal .menu-box .menu-next img {
    margin-right: 0px;
}

.inline-modal .menu-box img {
    max-width: 180px;
}

.inline-modal .menu-box .menu-preview a:before {
    left: 10px;
    height: 2.5rem;
    width: 2.5rem;
}

.inline-modal .menu-box .menu-next a:before {
    right: 10px;
    height: 2.5rem;
    width: 2.5rem;
}
	
	.inline-modal .case {
    margin-top: 40px;
}

.inline-modal .case h5 {
    font-size: var(--16px);
}
.inline-modal .case .btn {
    padding: 20px 15px;
    margin-bottom: 20px;
    font-size: var(--12px);
}
}


/*まなパテキストスライダー*/
.toppage #value #js-slider {
    /*margin-top: 100px;*/
    padding: 0;
    opacity: 0.35;
}

.toppage #value #js-slider .slick-slide {
    width: 650px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.toppage #value #js-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-left: 60px;
}

.toppage #value .movie {
    margin-bottom: 60px;
}

/*ピックアップ*/
.toppage #pickup {
	padding: 50px 15px 30px;
}
.toppage #pickup img {
            margin-bottom: 25px;
            transition : .5s;
        }
.toppage #pickup img:hover {
            opacity: 0.6;
        }

.toppage #pickup .title-img {
            margin-bottom: 30px;
	width: 65%;
        }

.toppage #pickup .title-img:hover {
            opacity: 1;
        }

/*まなパの成果*/
.toppage #results {
    background: linear-gradient(180deg, rgba(232,255,237,1) 0%, rgba(255,254,236,1)100%);
	padding-top: 140px;
}

.toppage #results h2 {
	border:0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.toppage #results h3 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.toppage #results h3 img {
    width: 650px;
}

.toppage #results h3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 160px;
    height: 6px;
    content: '';
    margin: auto;
    border-radius: 2px;
    background: var(--red);
}

.toppage #results h4 {
    color: var(--white);
    text-align: center;
    font-size: var(--24px);
    font-weight: bold;
    margin-bottom: -10px;    
}

.toppage #results h5 {
    color: var(--red);
    font-weight: 700;
    line-height: 1.4;
    font-size: var(--20px);
	border-bottom: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 15px;
}

.toppage #results h4 span {
    background-color: var(--blueblack);
    padding: 6px 30px 10px;
}

.toppage #results .lead {
	text-align: center;
	font-weight: bold;
	margin-bottom: 80px;
}

.toppage #results .box {
    background-color: var(--white);
    padding: 40px 40px 25px;
    margin-bottom: 50px;
}

.toppage #results .box .in_numbers {
    text-align: center;
    font-weight: bold;
    font-size: var(--32px);
    position: relative;
}

.toppage #results .box .in_numbers img {
    position: absolute;
}

.toppage #results .box .in_numbers span {
    font-family: "Oswald", sans-serif !important;
    color: var(--red);
    font-size: var(--130px);
    line-height: 1;
    letter-spacing: -0.3rem;
}

.toppage #results .box .chart{
    position: relative;
  }
  
  .toppage #results .box .chart_percent{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  
.toppage #results .box .chart .chart_01{
    font-size: var(--100px);
    line-height: 8rem;
    position: relative;
    top: -5px;
    font-weight: 700;
    font-family: "Oswald", sans-serif !important;
    color: var(--red);
  }
  
.toppage #results .box .chart .chart_02{
    font-size: var(--40px);
    line-height: 2.5rem;
    font-weight: 500;
    font-family: "Oswald", sans-serif !important;
    color: var(--red);
  }
  
  .toppage #results .box .chart .chart_figure canvas {
    margin: 0 auto;
  }
  
  .toppage #results .box .chart .chart_figure canvas{
    width: 75% !important;
    height: auto !important
  }

.toppage #results .box hr {
    margin: 40px 0;
}

.toppage #results .box p {
    font-size: var(--14px);
    line-height: 1.6;
	margin-bottom: 15px;
}

.toppage #results #box01 .in_numbers {
    font-size: var(--60px);
    margin-left: 10%;
}

.toppage #results #box01 .in_numbers img {
    left: 9%;
    bottom: 14%;
    width: 60px;
}

.toppage #results #box01 .in_numbers span {
    font-size: var(--160px);
}


.toppage #results #box03 .in_numbers img {
    right: -2%;
    bottom: 8%;
    width: 35px;
}


.toppage #results #box04 .in_numbers img {
    right: 6%;
    bottom: 7%;
    width: 60px;
}

.toppage #results #box05 .col-lg-6:first-child {
    border-right: solid 1px var(--lightbluegray);
}

.toppage #results #box05 .in_numbers img {
    right: 5%;
    bottom: 34%;
    width: 60px;
}

.toppage #results #box05 p {
    padding-left: 10px;
}


.toppage #results .company-title {
    margin: 80px 0 -80px;
}

.toppage #results .hr-voice {
	margin: 80px 0;
}

.toppage #results .company-title:after {
    width: 0px;
}

.toppage #results .company-title img{
    max-width: 550px;
}

.toppage #results .company {
    background-color: var(--blueblack);
    margin-bottom: 120px;
	padding: 80px 0 50px;
}

/*企業名スライダー*/
.toppage #results #js-slider-4,.toppage #results #js-slider-5,.toppage #results #js-slider-6 {
    padding: 0;
}

.toppage #results #js-slider-4 .slick-slide {
	height: auto;
    position: relative;
    overflow: hidden;
    width: 1500px;
}

.toppage #results #js-slider-5 .slick-slide {
	height: auto;
    position: relative;
    overflow: hidden;
    width: 1500px;
}

.toppage #results #js-slider-6 .slick-slide {
	height: auto;
    position: relative;
    overflow: hidden;
    width: 1600px;
}

.toppage #results #js-slider-6 .slide-nth {
	margin-top: 10px;
	 width: 1700px !important;
}

.toppage #results #js-slider-4 .slick-slide img,.toppage #results #js-slider-5 .slick-slide img,.toppage #results #js-slider-6 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*「まなパ」のリアル*/

.toppage #real h2 {
	border:0px;
	margin-bottom: 0px;
}

.toppage #real .lead {
	font-weight: bold;
	margin-bottom: 40px;
	font-size: var(--22px);
}

.toppage #real .searchandfilter {
    padding: 0;
    margin-bottom: 120px;
}

.toppage #real h3 {
    font-size: var(--32px);
	margin-bottom: 25px;
	position: relative;
}

.toppage #real h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 60px;
    height: 6px;
    background-color: var(--red);
}

.toppage #real .vk_posts {
	margin-bottom: 60px;
	padding: 0;
}

.toppage #real .card-noborder .vk_post_imgOuter {
    border: 0px ;
}

.toppage #real .vk_post .vk_post_title a {
    color: var(--blueblack);
    font-size:var(--16px);
}

.toppage #real .card-body {
    padding: 15px 0 0;
}

.toppage #real .btn {
    font-size: var(--12px);
    color: #fff;
    background-color: var(--blueblack);
    border-radius: 0px;
    padding: 10px 40px 10px 20px;
	transition : .5s;
	position: relative;
}

.toppage #real .btn:after {
	 content: '';
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-left-wh.png);
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
    right: 10px;
    position: absolute;
    height: 20px;
    width: 20px;
    margin: 0px 0px 10px 8px;
}

.toppage #real .btn:hover {
	background-color: var(--blueblack02);
}

  .toppage #real .koriyama-guide-bnr {
        width: 70%;
    }


  @media (max-width: 1200px) {
.toppage #value .manapa-nanda img {
    position: absolute;
    top: 20%;
    right: 5%;
    left: inherit;
    margin: inherit;
    width: 50%;
}

.toppage #value .manapa-nanda .scroll_down{
    bottom: 20%;
    left: inherit;
    right: 30%;
}

.toppage #value .manapa-nanda .scroll_down a{
    bottom: 5px;
}

.toppage #value .manapa-nanda .scroll_down:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:var(--red);
    animation:
      circlemove 1.4s ease-in-out infinite,
      cirlemovehide 1.4s ease-out infinite;
  }
  
  
  .toppage #value .manapa-nanda .scroll_down:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:2px;
    height: 75px;
    background:var(--red);
  }
}

@media (min-width: 992px) and (max-width: 1199px){
    /*まなパコピーエリア*/
    .toppage #manapa-copy h2 img {
        margin: 0 auto 80px;
        width: 75%;
    }
    
        .toppage #manapa-copy .manapa-logo {
            margin-top: 10%;
            width: 40%;
        }
    
        .toppage #manapa-copy p {
            text-align: center !important;
     }

     /*まなパの成果*/
     .toppage #results h4 {
        font-size: var(--22px);
    }
    
    .toppage #results h4 span {
        padding: 6px 15px 10px;
    }
    
    .toppage #results #box01 .in_numbers span {
        font-size: var(--140px);
    }
    
    .toppage #results #box01 .in_numbers {
        font-size: var(--50px);
    }
    
    .toppage #results #box01 .in_numbers img {
        left: 7%;
        bottom: 18%;
        width: 40px;
    }
    
    .toppage #results .box .in_numbers {
        font-size: var(--24px);
    }
    
    .toppage #results .box .in_numbers span {
        font-size: var(--100px);
    }
  }

  @media (max-width: 991px) {
     /*ポップアップ*/
     .inline-modal .btn-close:before {
        left: 42%;
    }

    /*7つの価値ポップアップ*/

.inline-modal .menu-box img {
    max-width: 220px;
}

.inline-modal .menu-box .menu-preview a:before {
    left: 20px;
    height: 3rem;
    width: 3rem;
}

.inline-modal .menu-box .menu-next a:before {
    right: 20px;
    height: 3rem;
    width: 3rem;
}
/*まなパコピーエリア*/
.toppage #manapa-copy h2 img {
    margin: 0 auto 80px;
    width: 75%;
}

    .toppage #manapa-copy .manapa-logo {
        margin-top: 10%;
        width: 55%;
    }
/* 7つの価値エリア*/
.toppage #value #js-slider {
    margin-top: 0px;
}

/*まなパの成果*/
.toppage #results .twoline-title {
    background-color: var(--blueblack) !important;
    line-height: 1.6;
    width: 50%;
    padding: 8px 0px 10px;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: -15px;
	border-radius: 0px;
}

.toppage #results .twoline-title span {
    background-color: none !important;
    padding: 0;
}

.toppage #results .box-title-two .box {
    padding-top: 120px;
}

.toppage #results #box05 .col-lg-6:first-child {
    border-right: solid 0px var(--lightbluegray);
    border-bottom: solid 1px var(--lightbluegray);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.toppage #results #box01 .in_numbers img {
    left: 16%;
    width: 50px;
}

.toppage #results .box .chart .chart_01 {
    font-size: var(--120px);
}

.toppage #results .box .chart .chart_02 {
    font-size: var(--50px);
    line-height: 3rem;
}

.toppage #results #box05 p {
    padding-left: 0px;
}
	  
.toppage #real .vk_posts {
        margin-bottom: 0px;
}
	  
 .toppage #real .btn {
        margin-bottom: 80px;
    }
  }

  @media (max-width: 575px) {
    .lead {
        font-size: var(--18px);
        text-align: left;
    }
    /*ポップアップ*/
.modaal-inner-wrapper {
    padding: 50px 15px;
}

.inline-modal .info-colse {
    top: 8px;
    left: 8px;
    width: 35px;
    height: 35px;
}


.inline-modal h6 {
    font-size: var(--16px); 
    line-height: 1.5;
    position: relative;
    padding-left: 50px;
}

.inline-modal h6 img {
    width: 40px;
}

.inline-modal p {
    color: var(--blueblack);
    font-size: var(--14px);
}

.inline-modal .contents {
    padding: 20px;
}

.inline-modal .btn-close {
    font-size: var(--14px);
}

.inline-modal .btn-close:before {
    top: 37%;
    left: 35%;
}
/*7つの価値ポップアップ*/
.inline-modal .value-contents {
    margin: 20px 0;
}

.inline-modal .value-contents p {
    line-height: 1.9;
    font-size: var(--16px);
}

.inline-modal .menu-box {
    border-top: solid 2px var(--blueblack);
}

.inline-modal .menu-box .menu-preview,.inline-modal .menu-box .menu-next {
    padding: 25px 0;
}

.inline-modal .menu-box .menu-preview {
    border-bottom: solid 2px var(--blueblack);
    border-right: solid 0px;
}

.inline-modal .menu-box .menu-preview img {
    margin-left: 0px;
}

.inline-modal .menu-box .menu-next img {
    margin-right: 0px;
}

.inline-modal .menu-box img {
    max-width: 180px;
}

.inline-modal .menu-box .menu-preview a:before {
    left: 10px;
    height: 2.5rem;
    width: 2.5rem;
}

.inline-modal .menu-box .menu-next a:before {
    right: 10px;
    height: 2.5rem;
    width: 2.5rem;
}




/* FV*/
.toppage-movie {
    background-color: var(--blueblack);
    padding: 40px 0;
}


/* まなパコピーエリア*/
.toppage  #manapa-copy {
    padding: 60px 20px 80px;
}


.toppage  #manapa-copy h2 img {
    margin: 0 auto 20px;
    width: 90%;
}

.toppage  #manapa-copy p {
    font-size: var(--16px);
    margin-bottom: 40px;
}

.toppage  #manapa-copy strong {
    font-size: var(--20px);
}

.toppage  #manapa-copy p .manapa {
    margin: -5px 5px 0 5px;
    width: 20%;
}

.toppage  #manapa-copy .manapa-logo {
    margin-top: 10%;
    width: 60%;
}

/* 7つの価値エリア*/
.toppage #value .manapa-nanda {
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/manapa-nanda-sp.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    height: 280px;
    position: relative;
    margin-bottom: 60px;
}

  .toppage #value{
  background: linear-gradient(180deg, var(--whiteblue) 0%,var(--whiteblue) 93%, var(--blueblack) 7%, var(--blueblack) 100%);
  padding: 0px 0px 20px;
}
	  
.toppage #value h2 img {
    max-width: 90%;
}
	  
.toppage #value .lead {
    margin-bottom: 0px;
}
	
.toppage #value #js-slider-value .inline1 img, .toppage #value #js-slider-value .inline2 img {
    width: 91.5% !important;
}
	  
 .toppage #value h3 img {
	width: 95%;  
	  }

 .toppage #value h3 span {
	font-size: var(--16px);  
	  }

/*7つの価値スライダー*/
.toppage #value #js-slider-value {
    padding: 0;
    margin: 0 0 100px;
}

.toppage #value #js-slider-value .slick-slide {
    width: 290px;
    padding: 0;
}

.toppage #value #js-slider-value .slick-dots li {
    margin: 0;
}

.toppage #value #js-slider-value  p {
    margin-top: 10px;
    font-size: var(--14px);
}

.toppage #value #js-slider-value  p strong {
    font-size: var(--16px);
}

.toppage #value .manapa-logo {
    max-width: 70%;
}

.toppage #value #js-slider-value .slick-dots {
    bottom: -12%;
}
	  
.toppage #value #js-slider-value .slick-dots li button::before {
	font-size: 30px;
	  }

  .toppage #value #js-slider-value .slick-arrow {
	bottom: -45px;
    width: 30px;
  }
  
  .toppage #value #js-slider-value .next-arrow {
    right: 18%;
  } 
  
  .toppage #value #js-slider-value .prev-arrow {
    left: 18%;
  } 
	  
.toppage #value h3 {
    margin-bottom: 40px;
}
	  
.toppage #value .movie {
    margin-bottom: 20px;
}

/*「まなパ」スライダー*/
.toppage #value #js-slider .slick-slide {
    width: 320px;
}
.toppage #value #js-slider .slick-slide img {
    padding-left: 40px;
}
	  
/*ピックアップ*/
 .toppage #pickup {
	padding: 40px 15px 30px;
	  }
.toppage #pickup img {
            margin-bottom: 12px;
        }

.toppage #pickup .title-img {
            margin-bottom: 20px;
	width: 80%;
        }

.toppage #pickup .title-img:hover {
            opacity: 1;
        }

/* 「まなパ」の成果エリア*/
.toppage #results {
    padding: 70px 0 0;
}

.toppage #results h2 img {
    margin-bottom: 0px;
}

.toppage #results h3 {
    margin-bottom: 50px;
}

.toppage #results h3 img {
    width: 85%;
}

.toppage #results h3:after {
    bottom: -12px;
    width: 80px;
    height: 5px;
}

.toppage #results h4 {
    font-size: var(--18px);
}

.toppage #results h4 span {
    padding: 8px 15px 10px;
}

.toppage #results h5 {
    font-size: var(--16px);
}


.toppage #results .lead {
    margin-bottom: 40px;
	text-align: left;
}

.toppage #results .box {
    background-color: var(--white);
    padding: 40px 25px 20px;
    margin-bottom: 40px;
}

.toppage #results .box .in_numbers {
    font-size: var(--22px);
}

.toppage #results .box .in_numbers span {
    font-size: var(--70px);
    letter-spacing: -0.15rem;   
}

.toppage #results .box .chart{
    position: relative;
  }
  
  .toppage #results .box .chart_percent{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  
.toppage #results .box .chart .chart_01{
    font-size: var(--64px);
    line-height: 8rem;
    position: relative;
    top: -5px;
    font-weight: 700;
    font-family: "Oswald", sans-serif !important;
    color: var(--red);
  }
  
.toppage #results .box .chart .chart_02{
    font-size: var(--20px);
    line-height: 1.5rem;
    font-weight: 500;
    font-family: "Oswald", sans-serif !important;
    color: var(--red);
  }
  
  .toppage #results .box .chart .chart_figure canvas {
    margin: 0 auto;
  }
  
  .toppage #results .box .chart .chart_figure canvas{
    width: 85% !important;
    height: auto !important
  }

.toppage #results .box hr {
    margin: 30px 0;
}

.toppage #results .box p {
    font-size: var(--14px);
    line-height: 1.6;
}

.toppage #results #box01 .in_numbers {
    font-size: var(--32px);
}

.toppage #results #box01 .in_numbers img {
    left: 8%;
    bottom: 14%;
    width: 30px;
}

.toppage #results #box01 .in_numbers span {
    font-size: var(--100px);
}

.toppage #results #box03 .in_numbers img {
    right: -6%;
    bottom: 10%;
    width: 20px;
}

.toppage #results #box04 .in_numbers img {
    right: 2%;
    bottom: 8%;
    width: 40px;
}


.toppage #results #box05 .in_numbers img {
    right: 25%;
    bottom: 40%;
    width: 50px;
}

.toppage #results .twoline-title {
    width: 77%;
}

.toppage #results .box-title-two .box {
    padding-top: 80px;
}

.toppage #results .hr-voice {
	margin: 60px 0px 40px; 
 }

.toppage #results .company-title {
    margin: 0px 0 -70px;
}

.toppage #results .company-title img{
    width: 80%;
}

.toppage #results .company {
    padding: 60px 0 30px;
    margin-bottom: 0px;
}

/*企業名スライダー*/
	  .toppage #results #js-slider-4 .slick-slide {
		      max-width: 1000px;
	  }
	  
	  .toppage #results #js-slider-5 .slick-slide {
		  	 max-width: 1000px;
	  }
	  
	  .toppage #results #js-slider-6 .slick-slide {
		  max-width: 1100px;
	  }
	  
	  .toppage #results #js-slider-6 .slide-nth {
		  max-width: 1200px !important;
	  }

	
	  
/*まなパのリアル*/
.toppage #real {
	padding: 70px 15px 0px;  
 }
	  
	  .toppage #real .mb40 {
		  margin-bottom: 0px;
	  }
	  
	  .toppage #real .searchandfilter {
    margin-bottom: 80px;
}

.toppage #real h3 {
	font-size: var(--24px);
	  }
 .toppage #real h3:before {
	bottom: -5px;	  
	  }
	  .toppage #real .lead {
    margin-bottom: 20px;
    font-size: var(--18px);
}
	   .toppage #real .btn {
	font-size: var(--14px);
	  }
	  
 .toppage #real .text-right {
	text-align: left !important;
	  }
	  
	  .toppage #real .koriyama-guide-bnr {
    width: 100%;
}
  }



/* OBOGインタビュー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.obog-contents {
	padding-bottom: 80px;
}

.obog-contents h3 {
    color: var(--blueblack);
    font-size: var(--24px);
    font-weight: 900;
	margin-bottom: 0px;
}

.obog-contents h4 {
	background-color: var(--white);
	color: var(--blueblack);
    font-size: var(--20px);
	margin-bottom: 10px;
}

.obog-contents .caption {
    text-align: left;
}

.obog-contents-civil h4 {
    color: var(--civil);
}

.obog-contents-arch h4 {
    color: var(--arch);
}

.obog-contents-mech h4 {
    color: var(--mech);
}

.obog-contents-ee h4 {
    color: var(--ee);
}

.obog-contents-chem h4 {
    color: var(--chem);
}

.obog-contents-cs h4 {
    color: var(--cs);
}

@media (max-width: 991px) {
	
.obog-contents .column-box {
    padding: 60px 15px 20px;
}
}

@media screen and (max-width: 767px)  {
	    .obog-contents .wrapper {
        padding: 0 20px;
    }
.obog-contents h3 {
    font-size: var(--22px);
}

.obog-contents h4 {
    font-size: var(--18px);
    margin-bottom: 10px;
	line-height: 1.6;
}
}

.obog-contents .column-title {
    max-width: 300px;
    position: absolute;
    top: -45px;
    left: -5px;
    z-index: 10;
}

.obog-contents .column-box {
    background-color: #e0fffb;
    margin: 60px 5px;
    padding: 80px 15px 40px;
    position: relative;
}

.obog-contents .column-box strong {
    color: #007B83;
}

.obog-contents .column-box a {
    color: #007bff;
    text-decoration: underline;
}


.obog-contents .column-box .small {
    line-height: 1.2;
    margin-top: 25px;
}
.obog-contents .column-box .small:last-child {
    margin-top: 0px;
}

.obog-contents .column-box .border {
    border: solid 1px  #003043 ;
}


@media (max-width: 575px) {
	.obog-contents {
	padding-bottom: 40px;
}
	.obog-contents .column-title {
        width: 100%;
        top: -45px;
        left: -3px;
    }
	
    .obog-contents .column-box {
    margin: 40px 5px 60px;
    padding: 60px 10px 40px;
}
.obog-contents .column-box p {
    text-align: inherit;
}
.obog-contents .column-box .small {
    line-height: 1.2;
    margin: 20px 0 5px;
}
.obog-contents .column-box .small:last-child {
    margin-bottom: 25px;
}
}


/* 先輩STROY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.senpaistory-first .plusmark {
    display: block;
    margin: 80px auto;
    width: 80px;
}

.senpaistory-first .ad-text {
    color: #fff;
    font-family: "Oswald", sans-serif !important;
    font-size: var(--40px);
    margin-bottom: 10px;
}

.senpaistory-first .ad-text:before {
    content: '●';
    color: var(--lightgray);
    position: absolute;
    left: -23px;
}

.senpaistory-first .article-wrapper {
    border-left: solid 5px var(--lightgray);
    padding-left: 35px;
    margin-bottom: 100px;
	position: relative;
}

.senpaistory-first .ad-text span {
    background-color: var(--kuro);
    padding: 5px 10px;
}

.senpaistory-first .article-wrapper a {
	font-weight: bold;
	text-decoration: none;
    background:linear-gradient(transparent 70%, var(--yellow) 70%);
}

.senpaistory-first .article-wrapper .icon {
    margin: 0 0 5px 3px;
    width: 18px;
}
.senpaistory-first .caption {
    font-weight: 500;
    font-size: var(--14px);
    margin-top: 5px;
}
.senpaistory-first .point {
    border: solid 3px var(--yellow);
    padding: 0px 60px 40px;
}
.senpaistory-first .point div {
    position: relative;
    padding: 15px;
  display: block;
  width: 35%;
  margin: -25px auto 20px;
  background:  var(--yellow);
}
.senpaistory-first .point div:before {
    content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid  var(--yellow);
}
.senpaistory-first .point h4 {
    font-size: var(--20px);
    font-weight: 900;
    text-align: center;
    margin-bottom: 0;
	background-color: var(--yellow);
}
.senpaistory-first  .point p {
    font-size: var(--16px);
    margin-bottom: 0px;
}

.senpaistory-first .link {
    color: var(--blueblack);
    text-decoration: underline;
    font-weight: bold;
    margin-right: 3px;
}

.senpaistory-first  .docs-btm {
    background-color: var(--lightgray);
    margin: 120px 0 80px;
    padding: 0 10px;
}

.senpaistory-first  .docs-btm .Title {
    color: #fff;
    font-size: var(--24px);
    font-weight: bold;
    margin-bottom: 30px;
}

.senpaistory-first  .docs-btm .Title span {
    background-color: var(--kuro);
    padding: 10px;
}

.senpaistory-first  .docs-btm p {
    font-weight: 500;
    font-size: var(--14px);
}

.senpaistory-first  .docs-btm .content {
    padding: 60px;
    text-align: center;
}
.senpaistory-first  .docs-btm .content .Title {
    margin-bottom: 20px;
}
.senpaistory-first  .docs-btm .content p {
    margin: 0 0 0 15%;
    line-height: 1.5;
	text-align: left;
}
.senpaistory-first  .docs-btm .content img {
    margin-bottom: 10px;
    width: 70%;
}
.senpaistory-first  .docs-btm .content a {
    color: var(--kuro);
    background:linear-gradient(transparent 70%, var(--yellow) 70%);
}
.senpaistory-first .docs-btm .content .icon {
    margin: 0 0 5px 3px;
    width: 18px;
}

@media (max-width: 991px){
	.senpaistory-first .ad-text:before {
    left: -19px;
}
	
	.senpaistory-first .docs-btm .content .Title {
    margin: 0 0 40px 0px;
}
	
	.senpaistory-first .docs-btm .content img {
    width: 100%;
}
	.senpaistory-first .docs-btm .content p {
		margin: 0;
	}
	
}

@media (max-width: 575px){
	       .senpaistory-first .docs {
        padding: 60px 5px;
    }
    .senpaistory-first .docs h3 {
        font-size: var(--22px);
        margin-bottom: 40px;
    }
    .senpaistory-first .article-wrapper {
        border-left: solid 5px var(--lightgray);
        padding-left: 20px;
        margin-bottom: 60px;
    }
    .senpaistory-first .ad-text {
        font-size: var(--32px);
    }
    .senpaistory-first .ad-text:before {
        left: -16px;
    }
    .senpaistory-first p {
        font-size: var(--16px);
        letter-spacing: 0.03rem;
        line-height: 1.85;
        margin-bottom: 30px;
    }
    .senpaistory-first .plusmark {
        margin: 40px auto;
        width: 50px;
    }
    .senpaistory-first .point {
        border: solid 3px var(--yellow);
        padding: 0px 20px 20px;
    }
    .senpaistory-first .point h4 {
        font-size: var(--16px);
        font-weight: 900;
        text-align: center;
        margin-bottom: 0;
    }
    .senpaistory-first .point div {
        position: relative;
        padding: 15px;
        display: block;
        width: 85%;
        margin: -35px auto 20px;
    }
    .senpaistory-first .point p {
        font-size: var(--16px);
        line-height: 1.75;
    }
.senpaistory-first .docs-btm {
        margin-bottom: 60px;
    }
    .senpaistory-first .docs-btm .content {
        padding: 40px 20px !important;
    }
    .senpaistory-first .docs-btm .Title {
        color: #fff;
        font-size: var(--16px);
        font-weight: bold;
        margin-bottom: 20px;
        margin: 0 0 0 5%;
    }
.senpaistory-first .docs-btm .content .Title {
    margin: 0 0 30px 15px;
}
	
    .senpaistory-first .docs-btm .content p {
        margin: 0 0 0 8%;
        line-height: 1.5;
        width: 85%;
    }
    .senpaistory-first .docs-btm .content img {
        width: 90%;
		margin: 0 auto 10px;
    }
    .senpaistory-first .docs-btm  .col-lg-6 {
        padding: 0;
    }
	.senpaistory-first .docs-btm img {
		margin-bottom: -10px;
	}
}

/* 先輩STROY2024
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.senpaistory-second .docs {
    position: relative;
	padding: 0 0 160px;
}
.senpaistory-second .plusmark-wrap {
    text-align: center;
    margin: 60px 0px 50px;
}
.senpaistory-second .plusmark-wrap img {
    width: 80px;
}
.senpaistory-second .upward-img-wrap {
    position: relative;
    margin-bottom: 80%;
}
.senpaistory-second .upward-rectangle {
    margin-bottom: 105%;
}
.senpaistory-second .changeImg img{
    position: absolute;
    animation: ChangeImage 2.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    left: 0;
  right: 0;
  margin: auto;
}
@keyframes ChangeImage{
    0%{ opacity: 0;}
    25%{ opacity: 0;}
    50%{ opacity: 1;}
    75%{ opacity: 1;}
    100%{ opacity: 1;}
}
.senpaistory-second .upward-img-wrap img:nth-of-type(1) {
    animation-delay: 0s;
}
.senpaistory-second .upward-img-wrap img:nth-of-type(2) {
  animation-delay: 1.25s;
}
.senpaistory-second .article-wrap {
    margin: 50px 0px;
}

.senpaistory-second .article-wrap .article-tit {
    color: var(--red);
    font-weight: 900;
    font-size: var(--24px);
    margin-bottom: 0px;
}
.senpaistory-second .article-wrap .article-tit:before {
    content: '●';
    color: var(--lightgray);
    position: absolute;
    left: -13px;
}
.senpaistory-second .article-wrap p {
    /*font-size: 1.25rem;
    line-height: 2.25;*/
    margin-bottom: 40px;
}
.senpaistory-second .article-wrapper {
    border-left: solid 5px var(--lightgray);
    padding-left: 30px;
    margin-bottom: 120px;
	position: relative;
}
.senpaistory-second .ad-text {
    color: var(--lightgray);
    font-size: 8rem !important;
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 700;
    margin: 0px 0px -15px -15px;
}
.senpaistory-second .ad-text:last-child {
    line-height: 0.75 !important;
}
.senpaistory-second .article-wrapper img {
    margin-bottom: 40px;
}
.senpaistory-second .btm-img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 600px;
}

.senpaistory-second .sec04  {
    background-color: var(--black);
    padding: 20px;
    position: relative;
}
.senpaistory-second .sec04 h3 {
    color: var(--lightbluegray);
    transform: rotate( -90deg);
    font-size: var(--208px);
    position: absolute !important;
    z-index: 1;
    top: calc(17% - -10px);
    left: 0 !important;
}
.senpaistory-second .sec04 h3 span {
    font-size: var(--140px);
}
.senpaistory-second .sec04 .fqa-box {
    background-color: #fff;
    padding: 40px 60px;
    font-size: var(--1rem);
    line-height: 1.8;
    letter-spacing: 0.09rem;
    text-align: justify;
}
.senpaistory-second .sec04 .fqa-box dl {
    max-width: 800px;
    margin: 0 auto;
}
.senpaistory-second .sec04 .fqa-box dt {
    padding-top: 20px;
    font-size: var(--20px);
    position: relative;
    margin-bottom: 10px;
}
.senpaistory-second .sec04 .fqa-box dt span {
    margin-left: 42px;
	display: block;
}
.senpaistory-second .sec04 .fqa-box dt:before {
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/fqa_q-pc.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 2rem;
    content: "";
    display: inline-block;
  height: 2.25rem;
  width: 2.25rem;
  vertical-align: middle;
  margin: 5px 0px 0px 0px;
}
.senpaistory-second .sec04 .fqa-box dt:first-child {
    padding-top: 0px;
}
.senpaistory-second .sec04 .fqa-box dd {
    border-bottom: solid 2px var(--lightgray);
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    padding-left: 45px;
}
.senpaistory-second .sec04 .fqa-box .answer-wrap {
    display: flex !important;
}
.senpaistory-second .sec04 .fqa-box .last-answer {
    border-bottom: 0px;
}
.senpaistory-second .sec04 .fqa-box .answer-wrap:before {
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/fqa_a-pc.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    font-size: 2rem;
    content: "";
  height: 2.25rem;
  width: 2.25rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: 8px;
}

.senpaistory-second .sec05  {
    background-color: var(--beige);
    position: relative;
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/senpaistory-sec05-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size:auto;
    padding: 40px 0px;
}
.senpaistory-second .sec05 .container-fluid {
    padding-left: 10px;
}
.senpaistory-second .sec05 .tit-img-wrap {
    padding: 0px !important;
}
.senpaistory-second .sec05 .tit-img {
    width: 400px;
    margin-bottom: -10%;
}
.senpaistory-second .sec05 .data-wrap {
    background-color: #fff;
    padding: 40px 40px 0px;
    margin-right: 12px;
}
.senpaistory-second .sec05 .speech-bubble p {
    font-size: var(--12px);
    font-weight: normal;
    background-color: var(--lightgray);
    text-align: center;
    border-radius: 8px;
    padding: 20px 10px;
    margin-bottom: 250px;
}
.senpaistory-second .sec05 .speech-bubble p:before {
    content: "";
    position: absolute;
    top: 21%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 25px solid var(--lightgray);
    transform: rotate( 0deg );
  }
  
.senpaistory-second .sec05 p {
    font-size: var(--18px);
    line-height: 1.75;
    margin: 20px 0px 40px;
}
.senpaistory-second .sec05 .atten {
    font-weight: 500;
    font-size: var(--18px);
    text-align: center;
    margin: 10px 0px 20px;
    line-height: 1.5;
}
.senpaistory-second .sec05 .atten span {
    font-size: var(--12px);
}
.senpaistory-second .sec05 .senpai-img {
    width: 230px;
    position: absolute;
    bottom: 0;
    margin: -10px 0px 0px 50px;
}
.senpaistory-second .sec05 .senpai-img-two {
    position: absolute;
    width: auto;
    bottom: 0;
    right: -15px;
} 

#senpai-story4 .sec05 .speech-bubble p {
    margin: 55px 0px 0px;
}

   #senpai-story5  .sec04 h3 {
    top: calc(3% - -10px);
}

#senpai-story5 .sec05 .speech-bubble p:before {
    top: 27%;
}

#senpai-story6  .sec05 .speech-bubble p:before {
    top: 34%;
}

 #senpai-story7 .sec05 .speech-bubble p:before {
    top: 24%;
}

#senpai-story8 .sec05 .speech-bubble p:before {
    top: 27%;
}

#senpai-story9 .sec05 .speech-bubble p:before {
    top: 27%;
}

#senpai-story10 .sec05 .speech-bubble p:before {
    top: 26%;
}

#senpai-story10 .sec05 .speech-bubble p {
    margin-bottom: 270px;
}

#senpai-story11 .sec05 .speech-bubble p:before {
    top: 27%;
}




@media (max-width: 1500px) {
    .senpaistory-second .sec04 h3 {
        font-size: var(--160px);
        top: calc(25% - 0px);
        left: calc(25% - 70px);
    }
	.senpaistory-second .sec04 h3 span {
        font-size: var(--100px);
    }
	.senpaistory-second .sec05 .speech-bubble p:before {
    top: 28%;
}
	    #senpai-story5 .sec04 h3 {
        font-size: var(--160px);
        top: calc(15% - 0px);
        left: calc(25% - 70px);
    }
	
	    #senpai-story6 .sec05 .senpai-img {
    margin: 0px;
}

    #senpai-story6  .sec05 .speech-bubble p:before {
        top: 37%;
    }
	
	     #senpai-story7 .sec05 .speech-bubble p:before {
        top: 33%;
    }
 #senpai-story7 .sec05 .senpai-img {
    margin: 0px;
}
	
	#senpai-story8 .sec05 .senpai-img {
    margin: 0px;
}
  #senpai-story8 .sec05 .speech-bubble p:before {
        top: 32%;
    }
	
	    #senpai-story9 .sec05 .senpai-img {
    margin: 0px;
}
    #senpai-story9 .sec05 .speech-bubble p:before {
        top: 32%;
    }
	
	    #senpai-story10 .sec05 .senpai-img {
    margin: 0px;
}
    #senpai-story10 .sec05 .speech-bubble p:before {
        top: 30%;
    }
	    #senpai-story11 .sec05 .speech-bubble p:before {
        top: 27%;
    }
    #senpai-story11 .sec05 .speech-bubble p {
    margin-bottom: 260px;
}
#senpai-story11 .sec05 .senpai-img {
    margin: 0px;
}
}


@media (max-width: 991px) {
	.senpaistory-second .ad-text {
    margin: 0px 0px -30px 0;
}
	.senpaistory-second .docs {
    padding: 0 0 20px;
}
    .senpaistory-second .btm-img {
    position: relative;
    z-index: 1;
    width: 100%;
}
    .senpaistory-second .sec04 {
        padding: 80px 10px 10px;
    }

  .senpaistory-second .sec04 h3 {
        transform: rotate(0deg);
        font-size: var(--90px);
        margin: -4% 0% 0% 0%;
        left: calc(25% - -80px);
        top: calc(35% - 40px);
    }
	.senpaistory-second .sec04 h3 span {
		font-size:var(--56px);
	}
        .senpaistory-second .sec04 h3 {
        left: 35% !important;
    }

    .senpaistory-second .sec04 .fqa-box {
    padding: 40px;
}
	.senpaistory-second .sec05 {
		padding: 170px 0px 40px;
	}
 .senpaistory-second .sec05 .tit-img {
        position: absolute;
        width: 300px;
        z-index: 1;
        top: 0;
        left: -15px;
        margin-top: -160px;
    }
    .senpaistory-second .sec05 .data-wrap {
    margin: 0 20px;
}
	
	     #senpai-story5 .sec04 h3 {
        top: calc(35% - 40px);
    }

     #senpai-story5 .sec05 .speech-bubble p {
    margin-bottom: 200px;
}
    #senpai-story7 .sec05 .speech-bubble p:before {
        top: 27%;
    }	   
}


@media (max-width: 575px) {
    .plusmark-wrap img {
        width: 40px !important;
    }

    .senpaistory-second .ad-text {
    font-size: var(--76px) !important;
    margin: 0px 0px -40px 0px;
}
.senpaistory-second .article-wrapper img {
    margin-bottom: 0px;
}

.senpaistory-second .plusmark-wrap {
    text-align: center;
    margin: 70px 0px 40px;
}
.senpaistory-second .docs {
    position: relative;
    padding: 0 0 20px;
}

.senpaistory-second .sec05 .data-wrap {
    background-color: #fff;
    padding: 40px 15px 0px;
    margin: 20px 20px 0;
}

	 .senpaistory-second .sec04 h3 {
        left: 30% !important;
		 margin: -5% 0% 0% 0%;
    }
.senpaistory-second .sec05 .senpai-img-two {
    position: relative;
	width: 250px;
    right: 15px;
    bottom: 0;
}

.senpaistory-second .sec04 .fqa-box {
    background-color: #fff;
    padding: 90px 20px 20px;
    font-size: var(--1rem);
    line-height: 1.8;
    letter-spacing: 0.09rem;
    text-align: justify;
}
	
	#senpai-story4 .sec05 .senpai-img-two{
                right: -15px;
                margin-top: 30px;
    }
	
	  #senpai-story5 .sec05 .speech-bubble p {
    margin-bottom: 20px;
}
	   #senpai-story6  .sec05 .speech-bubble p:before {
        top: 29%;
    }
    #senpai-story6 .sec05 .senpai-img {
    margin: 0px 0 0 20px;
}
	 #senpai-story7  .sec05 .senpai-img {
    margin: 0px 0 0 20px;
}
 #senpai-story7 .sec05 .speech-bubble p {
    margin-bottom: 250px;
}
     #senpai-story7 .sec05 .speech-bubble p:before {
        top: 27%;
    }
	    #senpai-story8 .sec05 .senpai-img {
    margin: 0px 0 0 20px;
}
    #senpai-story8 .sec05 .speech-bubble p:before {
        top: 26%;
    }
	    #senpai-story9 .sec05 .speech-bubble p:before {
        top: 27%;
    }
   #senpai-story9 .sec05 .senpai-img {
    margin: 0px 0 0 20px;
}
        #senpai-story10 .sec05 .speech-bubble p:before {
        top: 25%;
    }
#senpai-story10 .sec05 .senpai-img {
    margin: 0px 0 0 20px;
}
	#senpai-story11 .sec05 .senpai-img {
    margin: 0px 0 0 20px;
}
}


		

/* 内山さん
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.uchiyama-san {
	padding-bottom: 80px;
}
.uchiyama-san .student-heading-img {
    margin: 40px 0;
}

.uchiyama-san .student-contents {
    border-left: dashed 2px var(--bluegray);
    position: relative;
    margin: 40px 0px 0px 30px;
}

.uchiyama-san .student-contents .docs {
    position: relative;
    padding-left: 70px;
    margin-bottom: 60px;
}

.uchiyama-san .student-contents .docs h6 {
    display: flex;
    color: var(--blueblack);
    font-weight: bold;
    font-size: var(--18px);
    line-height: 1.5;
    position: relative;
    padding-left: 70px;
}
	
.uchiyama-san .student-contents .docs h6 img {
	left: 0;
    width: 60px;
    position: absolute;
}

.uchiyama-san .student-contents .docs .balloon {
    position: absolute;
    left: -3%;
    top: -11%;
    width: 100px;
    z-index: 10;
}

.uchiyama-san .student-contents .docs p {
    font-size: var(--14px);
    line-height: 1.7;
}

.uchiyama-san .student-contents .last-balloon {
    position: absolute;
    left: -4%;
    bottom: -3%;
    width: 100px;
    z-index: 10;
}
    @media (max-width: 991px) {
    /*内山さんポップアップ*/
    .uchiyama-san .student-contents {
        margin: 40px 10px 0px 70px;
    }

    .uchiyama-san .student-contents .docs .balloon {
        left: -5%;
    }
}

@media (max-width: 575px) {
	.uchiyama-san {
	padding-bottom: 40px;
}
    .uchiyama-san .student-heading-img {
    margin-top: 0px;
}
.uchiyama-san .student-contents {
    margin: 15px 0px 0px 15px;
}

.uchiyama-san .student-contents .docs {
    padding-left: 30px;
}
	
.uchiyama-san .student-contents .docs h6 {
    font-size: var(--18px); 
    line-height: 1.5;
    position: relative;
    padding-left: 50px;
}
	.uchiyama-san .student-contents .docs p {
		font-size: var(--16px); 
	}
.uchiyama-san .student-contents .docs h6 img {
	width: 40px;
}
	
.uchiyama-san .student-contents .docs .balloon {
    left: -4%;
    top: -10%;
    width: 60px;
}

.uchiyama-san .student-contents .last-balloon {
    left: -9%;
    bottom: -0.5%;
    width: 65px;
}
}


/* まなパまんが
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.manga {
	padding-bottom: 80px;
}
.manga .wrapper {
    max-width: 800px;
}

.manga h3 {
    text-align: center;
    font-size: var(--22px);
    position: relative;
    margin-bottom: 40px;
}

.manga h3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100px;
    height: 6px;
    content: '';
    margin: auto;
    border-radius: 2px;
    background: var(--red);
}

.manga .link {
    font-weight: bold;
    font-size: var(--16px);
}


@media (max-width: 575px) {
	.manga {
	padding-bottom: 40px;
}
	.manga h3 {
		    font-size: var(--20px);
	}
}


/* 対談
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.taidan {
	font-family: 'Noto Serif JP', serif;
}
.taidan  .voice-box  {
    display: flex;
    width: 95%;
}
.taidan  .voice-box img {
    width: 100px;
    height: 100px;
}
.taidan  .voice-box p {
    line-height: 1.75;
    padding-top: 8px;
    margin-bottom: 40px;
}
.taidan  .voice-first-box img {
    margin-right: 15px;
} 
.taidan  .voice-second-box  {
   margin: 0px 0px 0px auto;
}
.taidan  .voice-second-box img {
    margin-left: 15px;
}
.taidan  .plus_mark {
    width: 60px;
    margin: 100px 0px;
}
.taidan .sec-tit {
	text-align: center;
	margin-bottom: 0px;
    font-weight: bold !important;
	line-height: 1;
	color: var(--red);
	font-size: var(--54px);
}

.taidan  .sec-tit span {
    font-size: var(--16px);
}
.taidan  h2 {
	border-top: 0px;
    border-bottom: solid 3px var(--red);
    padding-bottom: 15px;
    margin: 0 0 40px;
    text-align: center;
	font-size: var(--36px);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
}
.taidan  h3 {
    text-align: center;
    font-size: var(--32px);
    letter-spacing: 0.2rem;
    font-weight: 700;
    position: relative;
    padding: 1em 2em;
	font-family: 'Noto Serif JP', serif;
}
.taidan  h3:before,.taidan  h3:after {
    position: absolute;
  content: '';
}
.taidan  h3:before {
    top: 0;
  left: 10%;
  width: 40px;
  height: 40px;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
}
.taidan  h3:after {
    right: 10%;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
}
.taidan  .caption {
    font-size: var(--12px);
    line-height: 1.5;
    margin-top: 5px;
    font-weight: 500;
}

/*sec01*/
.taidan  .sec01 {
    margin-top: -17px;
    position: relative;
}
.taidan  .sec01 .container-fluid{
    padding:0px 10px;
}
.taidan  .sec01 h2 {
    border-bottom: 0px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: -60px;
}
.taidan  .sec01 h2 span {
    background-color: rgba(26,35,45,0.85);
    padding: 50px;
}
.taidan  .sec01 .row, .taidan  .sec01 .col, .taidan  .sec01 .col img {
    padding: 0px;
}
.taidan  .sec01 .tit-wrap {
    padding: 50px 0px;
}
.taidan  .sec01 .tit-wrap ,.taidan  .sec01 .tit-wrap p {
    text-align: center;
}
/*sec02*/
.taidan  .sec02 {
    margin-top: 60px;
}
.taidan  .sec02 .upward-img-wrap {
    margin-bottom: 60%;
}
.taidan  .sec02 .tit-wrap {
    margin-bottom: 80px;
}
.taidan  .sec02 .tit-wrap h2 {
    border: none;
    margin-bottom: 10px;
}
.taidan  .sec02 .tit-wrap p{
text-align: center;
font-size: var(--20px);
line-height: 2;
}
.taidan  .sec02 .tit-wrap .plus_mark {
    margin: 0;
}

.taidan  .sec02 .tit-wrap-btm {
    margin: 80px 0px;
}
.taidan  .sec02 .tit-wrap-btm h2 {
    border-bottom: none;
    margin-bottom: 10px;
}
.taidan  .sec02 .tit-wrap-btm h3:before {
    border-top: 3px solid var(--red);
    border-left: 3px solid var(--red);
}
.taidan  .sec02 .tit-wrap-btm h3:after {
    border-right: 3px solid var(--red);
    border-bottom: 3px solid var(--red);
}
.taidan  .sec02 .tit-wrap-btm p{
text-align: center;
font-size: var(--20px);
line-height: 2;
}

/*profile*/
.taidan  .profile-wrap {
    background-color: var(--lightgray);
    width: 90%;
    margin: 0px auto 0px 0px;
    padding: 60px 15px;
}
.taidan  .profile-wrap .plus_mark {
    width: 40px;
    margin: 0px 10px 0px 0px;
}
.taidan  .profile-wrap h4 {
    margin-bottom: 20px;
    font-weight: 900;
	font-size: var(--40px);
    color: #b5bdc9;
	background-color: var(--lightgray);
	font-family: 'Noto Serif JP', serif;
}
.taidan  .profile-wrap h5 {
    font-weight: 900;
    font-size: var(--22px);
    margin: 0 0 10px;
	border-bottom: 0px;
	font-family: 'Noto Serif JP', serif;
}
.taidan  .profile-wrap h5 span {
    color: #b5bdc9;
}
.taidan  .profile-wrap p {
    font-size: var(--12px);
    /*font-weight: 600;*/
    line-height: 1.85;
}
.taidan  .profile-wrap .position {
    font-size: var(--14px);
    border-left: solid 3px var(--red);
    padding-left: 7px;
    line-height: 1.45;
    margin-bottom: 5px;
}

/*sec03*/
.taidan  .sec03 {
    margin: 100px 0px 50px;
}
.taidan  .sec03 p {
    font-weight: 900;
    letter-spacing: 0.08rem;
    color: var(--red);
    font-size: var(--40px);
    text-align: center;
    margin-bottom: -20px;
}
.taidan  .sec03 .menu-box {
    border: solid 3px var(--red);
    padding: 25px;
    text-align: center;
}
.taidan  .sec03 .menu-box  a {
    color: var(--black);
    font-weight: bold;
    font-size: var(--20px);
    letter-spacing: 0.08rem;
}
.taidan  .sec03 .menu-box  a span {
    color: var(--red);
    font-size: var(--32px);
    margin-right: 5px;
}
.taidan  .sec03 .menu-box  a img {
    width: 25px;
    margin: 0px 0px 0px 5px;
}
.taidan  .sec03 .menu-box  a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*sec05*/
.taidan  .sec05 a {
    font-weight: bold;
    color: var(--red);
	text-decoration: none;
}
.taidan  .sec05 .arrow {
    width: 20px;
    margin-left: 5px;
}

/*sec06*/
.taidan  .sec06 .box {
    border: solid 3px var(--black);
    margin: 40px 0px 100px;
    padding: 40px;
}
.taidan  .sec06 .box h4 {
    font-weight: bold;
    font-size: var(--28px);
    margin-bottom: 10px;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.taidan  .sec06 .box p {
    line-height: 1.75;
    margin-bottom: 25px;
}
.taidan  .sec06 .box h4 span {
    font-size: var(--14px);
    margin-left: 7px;
}
.taidan  .sec06 .box h4 img {
    margin: 0;
    width: 40px;
    margin-right: 7px;
}

.taidan  .upward-img-wrap {
    position: relative;
    margin-bottom: 70%;
}
.taidan  .upward-rectangle {
    margin-bottom: 105%;
}
.taidan .changeImg img{
    position: absolute;
    animation: ChangeImage 2.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    left: 0;
  right: 0;
  margin: auto;
}
@keyframes ChangeImage{
    0%{ opacity: 0;}
    25%{ opacity: 0;}
    50%{ opacity: 1;}
    75%{ opacity: 1;}
    100%{ opacity: 1;}
}
.taidan  .upward-img-wrap img:nth-of-type(1) {
    animation-delay: 0s;
}
.taidan .upward-img-wrap img:nth-of-type(2) {
  animation-delay: 1.25s;
}

@media (max-width: 1200px) {
    .taidan h2 {
            font-size: var(--28px);
        }
        .taidan h3 {
            font-size: var(--24px);
        }
        .taidan .sec01 h2 span {
            padding: 30px;
        }
        .taidan .profile-wrap {
            width: 95%;
        }
        .taidan .profile-wrap .position {
            font-size: var(--12px);
        }
        /*sec02*/
.taidan .profile-wrap h5 {
    font-size: var(--18px);
    margin-bottom: 10px;
}
}

@media (max-width: 991px) { 
    .taidan h2 {
    font-size: var(--20px);
    line-height: 1.6;
}
.taidan h3 {
    font-size: var(--18px);
    padding: 1em;
}
.taidan h3:before {
    left: 2%;
    width: 25px;
    height: 25px;
}
.taidan h3:after {
    right: 2%;
    bottom: 0;
    width: 25px;
    height: 25px;
}
.taidan .sec02 .tit-wrap p,.taidan .sec02 .tit-wrap-btm p {
    font-size: var(--16px);
    text-align: left;
}
}

@media (max-width: 575px) { 
	.taidan {
	padding-bottom: 160px;
}
    .taidan .plus_mark {
    width: 40px;
    margin: 40px 0px;
}
.taidan .sec-tit span {
    font-size: var(--12px);
}
.taidan .sec-tit {
    font-size: var(--40px);
}
.taidan .voice-box p {
    font-size: var(--16px);
    padding-top: 0px;
    line-height: 1.6;
}
.taidan .voice-box {
    width: 98%;
}
.taidan .voice-box img {
    width: 80px;
    height: 80px;
}
.taidan .voice-first-box img {
    margin-right: 10px;
}
.taidan .voice-second-box img {
    margin-left: 10px;
}
.taidan .breadcrumb {
    margin: 30px 5px 0px;
}
/*sec01*/
.taidan .sec01 h2 {
    text-align: left;
}
.taidan .sec01 h2 span {
    padding: 20px 8px;
}
/*sec02*/
.taidan .sec02 {
    margin-top: 0px;
}
.taidan .sec02 .tit-wrap .plus_mark {
    margin: 20px 0px;
}
.taidan .sec02 .tit-wrap {
    margin: 0px 15px 40px;
}
.taidan .sec02 .tit-wrap-btm {
    margin: 60px 15px;
}
.taidan .profile-wrap .container-xl {
    max-width: 100% !important;
    margin: auto;
}
.taidan .profile-wrap {
    background-color: var(--lightgray);
    width: 100%;
    margin: 0px auto 0px 0px;
	padding: 20px;
}
.taidan .profile-wrap p {
    font-size: var(--16px);
}
	
/*sec03*/
.taidan .sec03 {
    margin: 60px 0px 20px;
}
.taidan .sec03 p {
    font-size: var(--28px);
    margin-bottom: -13px;
}
.taidan .sec03 .menu-box p {
    font-weight: 900;
    letter-spacing: 0.08rem;
    color: var(--red);
    font-size: var(--40px);
    text-align: center;
    margin-bottom: 10px;
}
.taidan .sec03 .menu-box {
    padding: 10px;
    text-align: left;
}
.taidan .sec03 .menu-box a span {
    font-size: var(--28px);
}
.taidan .sec03 .menu-box a {
    font-size: var(--18px);
}
.taidan .sec06 .box {
    margin: 40px 0px 60px;
    padding: 40px 20px;
}
	.taidan .sec06 .box h4 {
    font-size: var(--20px);
}
}



/* ロハス工学の研究活動
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*sec02*/
.research .sec02 {
    padding-bottom: 80px;
}
.research .sec02 h3 {
    text-align: center;
    letter-spacing: 0.35rem;
    line-height: 0.75;
    font-size: var(--32px);
    margin-bottom: 40px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}

.research .sec02 h3:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100px;
    height: 4px;
    content: '';
    margin: auto;
    border-radius: 2px;
    background: var(--red);
}

.research .sec02 h3 span {
    font-size: var(--12px);
    letter-spacing: 0.1rem;
}

.research .sec02 .img-wrap {
    padding: 5px;
    margin-bottom: 10px;
}
.research .sec02 .img-wrap .img {
    position: relative;
    padding: 0px;
    overflow: hidden;
}

.research .sec02 .img-wrap .img img {
    padding: 0px;
    transition:0.8s all;
}
/*.research .sec02 .img-wrap .img img:hover {
    transform:scale(1.1,1.1);
    transition:0.8s all;
}*/
.research .sec02 .info-number {
    position: absolute;
    color: #fff;
    top: -15px;
    /*bottom: 5px;*/
    left: 15px;
    line-height: 0.95;
    font-size: var(--54px);
    font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}
.research .sec02 .info-number  span {
    font-size: 0.65rem;
}
.research .sec02 .info-link {
    position: absolute;
    color: #fff;
    bottom: 25px;
    right: 15px;
    font-size: var(--14px);
    text-align: right;
    letter-spacing: 0.08rem;
    display: inline-block;
	line-height: 1.6;
}
.research .sec02 .info-link span {
    margin-right: 45px;
    display: inline-block;
	font-family: 'Noto Serif JP', serif;
}
.research .sec02 .info-link .circle-arrow {
	width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0);
    border: solid 2px #fff !important;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    z-index: 1;
	right: 0px;
    bottom: 5px;
}
.research .sec02 a .circle-arrow:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 9px;
	left: 8px;
    transform: rotate(45deg);
}

/*modal*/
.research-inline-modal .tit-wrap{
    font-weight: 600;
    margin: 0px auto 60px;
    color: var(--black);
    text-align: center;
    width: 80%;
}
.research-inline-modal .tit-wrap .info-number {
    line-height: 1;
    font-size: var(--54px);
    font-weight: bold;
    text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.research-inline-modal .tit-wrap .info-number span {
    font-size: var(--10px);
}
.research-inline-modal .tit-wrap h3 {
    font-size: var(--28px);
    font-weight: 700;
    letter-spacing: 0.1rem;
    position: relative;
    line-height: 1.6;
	color: var(--blueblack);
	font-family: 'Noto Serif JP', serif;
	margin: 20px 0;
}
.research-inline-modal .tit-wrap h3:after {
        content: '';
        position: absolute;
        bottom: -25px;
        display: inline-block;
        width: 100px;
        height: 1.5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: var(--red);
        border-radius: 2px;
}
.research-inline-modal img {
    margin-bottom: 20px;
    padding: 0px;
}
.modaal-content-container {
    padding: 0px;
}
.research-inline-modal .about-wrap{
    padding: 0px;
    width: 80%;
    margin: auto;
}
.research-inline-modal h4 {
    font-size: var(--22px);
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    position: relative;
    padding: 20px;
	color: var(--blueblack);
}
.research-inline-modal h4::before, .research-inline-modal h4::after {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
}

.research-inline-modal h4::before {
	border-left: solid 2px var(--red);
	border-top: solid 2px var(--red);
	top: 0;
	left: 0;
}

.research-inline-modal h4::after {
	border-right: solid 2px var(--red);
	border-bottom: solid 2px var(--red);
	bottom: 0;
	right: 0;
}
.research-inline-modal .modal-comment{
    position: relative;
    z-index: 1;
    text-align: justify;
    font-size: var(--14px);
    line-height: 2;
    font-weight:300;
    margin-bottom: 60px;
    font-family: 'Noto Sans JP', sans-serif;
}
.research-inline-modal .round_btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    transition: all 1s;
    border: solid 1px var(--blueblack);
}

.research-inline-modal .round_btn:hover {
    cursor:pointer;
}

.research-inline-modal .round_btn::before, .round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 42%;
    width: 2px;
    height: 22px;
    background: var(--blueblack);
}
.research-inline-modal .round_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.research-inline-modal .round_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.research-inline-modal .btn {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    position: relative;
    margin: 20px auto 60px;
    padding: 1em 2em;
    width: 50%;
    color: var(--blueblack);
    font-size: var(--14px);
    font-weight: 400;
    transition: 0.3s;
    border-radius: 0px;
    letter-spacing: 0.08rem;
    border: solid 1px var(--blueblack);
}
.research-inline-modal .btn:after {
    content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: var(--red);
  transition: 0.3s;
  }
  .research-inline-modal  a {
  text-decoration : none !important;
}
.research-inline-modal  .btn:hover {
  background-color: #cedfdf;
}
.research-inline-modal  .btn:hover:after {
    transform: translateX(5px);
}
.research-inline-modal  .researchImg-wrap {
    background: rgb(233,236,241);
    background: linear-gradient(-135deg, rgba(233,236,241,1) 39%, rgba(218,241,241,1) 60%, rgba(242,255,225,1) 100%);
    padding: 70px 0px;
}
.research-inline-modal  .researchImg-wrap img{
    margin-bottom: 10px;
}
.research-inline-modal  .researchImg-wrap .row {
    margin: auto !important;
    width: 85%;
}
.research-inline-modal  .researchImg-wrap p {
    font-size: var(--28px);
    font-weight: 600;
    margin-bottom: 60px;
	position: relative;
}

.research-inline-modal  .researchImg-wrap p:after {
	position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    content: '';
    margin: auto;
    border-radius: 2px;
    background: var(--red);
}

.research-inline-modal  .researchImg-wrap  .caption {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: var(--14px);
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
}

.research-inline-modal  .researchImg-wrap  .caption:after {
	width: 0px;
}

.research-inline-modal  .researchImg-wrap .shift-img {
    margin-top: 100px;
}

@media (max-width: 991px) { 
	.research .px100 {
    padding: 0 25px;
}
	.research-inline-modal .researchImg-wrap .row {
		width: 90%;
	}
}


@media (max-width: 575px) { 
.research .sec02 {
    padding-bottom: 40px;
}
.research .sec02 h3 {
    font-size: var(--20px);
    line-height: 1;
}

.research .sec02 .info-number {
    font-size: var(--48px);
}
	
	.research .sec02 .info-link {
    bottom: 20px;
	font-size: var(--16px);
}
.research .sec02 .info-link .circle-arrow {
    width: 30px;
    height: 30px;
    right: -5px;
}
.research .sec02 a .circle-arrow:before {
    top: 7px;
    left: 5px;
}
.research .sec02 .info-link span {
    margin-right: 30px;
}
/*modal*/
.research-inline-modal{
    padding-top: 10px;
     font-family: 'Noto Serif JP', serif;
     color: var(--black);
}
	
.research-inline-modal .round_btn {
	left: 15px;
    top: 15px;
	}
	
.research-inline-modal .researchImg-wrap {
    padding: 60px 10px;
}
.research-inline-modal .researchImg-wrap p {
    font-size: var(--18px);
}
.research-inline-modal .researchImg-wrap .shift-img {
    margin-top: 0px;
}
	
	.research-inline-modal .container .col {
		padding: 0px;
	}
.modaal-inner-wrapper {
    padding: 10px 12px; 
}
.research-inline-modal .scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 59%;
    height: 40px;
    z-index: 9999;
}

.research-inline-modal .tit-wrap{
    font-weight: 600;
    margin: 0px auto 60px;
    width: 85%;
}
.research-inline-modal .tit-wrap .info-number {
    font-size: 2.5rem;
}
.research-inline-modal .tit-wrap h3 {
    font-size: 1.25rem;
	padding-bottom: 0;
}
.research-inline-modal .about-wrap{
	padding: 0 40px;
    width: 100%;
}
.research-inline-modal h4 {
    font-size: 1rem;
    margin-bottom: 10px;
}
.research-inline-modal .modal-comment{
    line-height: 1.8;
    margin-bottom: 60px;
	font-size: var(--16px);
}
	
.research-inline-modal .btn {
    width: 95%;
}
.research-inline-modal .btn:after {
    right: -15px;
    width: 50px;
}
	
	.research-inline-modal .researchImg-wrap .caption {
		font-size: var(--16px);
	}
}


/* KORIYAMA GUIDE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.koriyama-guide  {
    color: var(--kuro);
}
.koriyama-guide h3 {
    letter-spacing: 0.01rem;
    text-align: center;
    -ms-writing-mode: inherit;
    writing-mode: inherit;   
    margin: 40px 0;
    position: relative;
}
.koriyama-guide h3:before {
    position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: var(--orange);
}

.koriyama-guide section {
    padding: 120px 10px 80px;
}
.koriyama-guide .sec-title {
    margin-bottom: 25px;
}
  .koriyama-guide .box {
    height: 100%;
    margin-bottom: 60px;
  }
.koriyama-guide .box h4{
    font-size: var(--20px);
    font-weight: 900;
    margin: 10px 0 5px;
	background-color: #fff;
}
.koriyama-guide .box  p {
    font-size: var(--14px);
    line-height: 1.5;
    flex-grow: 1;
}
.koriyama-guide .box .info {
    background-color: var(--beige);
    padding: 15px;
}
.koriyama-guide .box .info p {
    margin-bottom: 5px;
    text-align: inherit;
}
.koriyama-guide .box .info p span {
    width: 50px;
}
.koriyama-guide .box .info p a {
    text-decoration: underline;
    color: var(--midori);
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    letter-spacing: 0.025rem;
}

/*sec01 */
  .koriyama-guide .sec01  {
    align-items: stretch;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    padding: 0;
    margin-top: -35px;
  }
  .koriyama-guide .sec01 .info {
    position: relative;
    padding: 40px;
    width: 30%;
  }
  .koriyama-guide .sec01 .info .Title,  .koriyama-guide .sec01 .info p {
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 1;
  }
  .koriyama-guide .sec01 .info p {
    font-size: var(--20px);
    font-weight: bold;
    position: relative;
    margin: 60% 0 0 20px;
  }
  .koriyama-guide .sec01 .info p:before {
    position: absolute;
  top: -45px;
  left: 0;
  width: 160px;
  height: 5px;
  content: '';
  background: var(--kuro);
  }
  .koriyama-guide .sec01 .img {
    width: 63%;
  }

.lifestyle-slick {
    width: 100%;
    max-width: 100%;
    margin: 65px auto 0;
    position: relative;
    overflow: hidden; 
}

.add-anime {
    animation: zoom-anime 10s linear 0s normal both;
}

@keyframes zoom-anime {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5); 
    }
}

  /*sec02*/
  .koriyama-guide .sec02 {
    border: solid 30px var(--beige);
    padding: 60px 20px 120px;
  }

  .koriyama-guide .sec02 h4 {
    font-size: var(--20px);
    font-weight: bold;
    margin: 10px 0 5px;
	background-color: #fff;
  }

  .koriyama-guide .sec02 p {
    font-size: var(--14px);
    line-height: 1.75;
  }

  /*sec03*/
    .koriyama-guide .sec03 {
        padding: 60px 20px 120px;
      }

  /*sec04 */
  .koriyama-guide .sec04 {
    background-color: var(--beige);
    padding: 60px 20px 120px;
  }

 .koriyama-guide .sec04 .sec-title {
    margin-bottom: 60px;
}

.koriyama-guide .sec04 .box h4 {
	background-color: var(--beige);
}
  .koriyama-guide .sec04  .circle {
    background-color: var(--midori);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 35px 10px 0;
    font-size: var(--14px);
    position: absolute;
    line-height: 1.2;
    letter-spacing: 0.01rem;
    z-index: 1;
    top: -15px;
    left: 0px;
    height: 90px;
    width: 90px;
  }

  .koriyama-guide .sec04  .twoline-circle {
    padding: 20px 10px 0;
  }

  .koriyama-guide .sec04  .twoline-circle .nyoro {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  /*sec05 */
  .koriyama-guide .sec05 {
    padding: 60px 20px;
  }
  .koriyama-guide .sec05  .circle {
    background-color: var(--midori);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 22px 5px 0;
    font-size: var(--14px);
    position: absolute;
    line-height: 1.3;
    letter-spacing: 0.01rem;
    z-index: 1;
    top: -15px;
    left: 0px;
    height: 90px;
    width: 90px;
  }
  .koriyama-guide .sec05 .osusume {
    text-align: center;
    position: relative;
	margin: 100px 0 40px;
  }
  .koriyama-guide .sec05 .osusume:before {
    content: ' ';
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/lifestyle2025-koriyamaguide-img16.jpg);
    background-color: #fff;
    display: inline-block;
    left: 28%;
    width: 160px;/*画像の幅*/
    height: 160px;/*画像の高さ*/
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .koriyama-guide .sec05 .osusume:after {
    content: ' ';
    background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/lifestyle2025-koriyamaguide-img17.jpg);
    display: inline-block;
    margin-bottom: -15px;
    width: 160px;/*画像の幅*/
    height: 160px;/*画像の高さ*/
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .koriyama-guide .sec05 .osusume span {
    background-color: var(--orange);    
    border-radius: 50px;
    padding: 10px 20px 15px;
    position: relative;
  } 
  .koriyama-guide .sec05 .osusume span:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 45%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-top: 15px solid  var(--orange);
    border-radius: 8px;
}
  .koriyama-guide .sec05  .balloon {
    background-color: var(--orange);
    border-radius: 50%;
    padding: 25px 15px 15px;
    position: relative;
    display: inline-block;
    height: 140px;
    width: 140px;
    z-index: 1;
    margin-top: 0px;
}
.koriyama-guide .sec05  .balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid  var(--orange);
    border-radius: 8px;
}
.koriyama-guide .sec05 .balloon h5 {
    margin: 5px 0 0;
    color: #fff;
    font-size: var(--14px);
    text-align: center;
    line-height: 1.4;
}
.koriyama-guide .sec05 .balloon h5 span {
    font-size: var(--22px);
}
.koriyama-guide .sec05 .balloon-docs {
    padding: 20px 20px 10px 45px;
    border: solid 2px var(--orange);
    margin: 10px 0 35px -25px;
}
.koriyama-guide .sec05 .balloon-docs a{
    color: var(--midori);
    text-decoration: underline;
}
.koriyama-guide .sec05 .balloon-docs strong span {
    background: linear-gradient(transparent 75%, var(--orange) 50%);
}

  /*sec06 */
  .koriyama-guide .sec06 {
    padding: 0 0 100px;
  }
  .koriyama-guide .sec06 .row {
    margin: -20px !important;
  }
  .koriyama-guide .sec06 .bnr {
    border: solid 2px #ddd;
    margin: 120px 0;
  }



  @media (max-width: 991px){ 
  .koriyama-guide .sec01 {
        flex-direction: column-reverse;
        display:flex;
        min-height: 100vh;
        padding: 0;
    }
    .koriyama-guide .sec01 .info {
    padding: 0px 10px 10px;
    width: 100%;
}
.koriyama-guide .sec01 .info .Title {
    position: inherit;
    top: -40px;
    left: 0;
        right: 0px;
        width: 60%;
        margin: auto;
}
	  	.koriyama-guide .sec01 .img {
    width: 100%;
}
	   .koriyama-guide .sec04 .sec-title {
    margin-bottom: 40px;
}
	  .koriyama-guide .sec05 .osusume:before {
    left: 25%;
    width: 80px;
    height: 80px;
}
.koriyama-guide .sec05 .osusume:after {
    width: 80px;
    height: 80px;
}
.koriyama-guide .sec05 .balloon {
    background-color: var(--orange);
    border-radius: 50%;
    padding: 20px 10px;
    position: absolute;
    display: inline-block;
    height: 120px;
    width: 120px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
}
.koriyama-guide .sec04 .twoline-circle {
    padding: 30px 10px 0;
}
	  .koriyama-guide .sec05 .circle {
		line-height: 1.6;
	}
.koriyama-guide .sec05 .balloon-docs {
    margin: 130px 0 25px 0px;
	padding: 20px 20px 10px;
}
    .koriyama-guide .sec05 .balloon:after {
        top: 107%;
        left: 42%;
        transform: rotate(90deg);
    }
	  .koriyama-guide .sec06 img {
		  margin: 0px auto;
		  width: 60%;
	  }
  }

@media (max-width: 575px){ 
	.lifestyle-slick {
    margin: 75px auto 0;
}
	.koriyama-guide .sec01 .info .Title {
        width: 100%;
}

	.koriyama-guide .sec02 {
    border: solid 15px var(--beige);
    padding: 60px 5px;
}
	.koriyama-guide .sec03 {
    padding: 60px 5px;
}
	.koriyama-guide .sec04 {
    padding: 60px 5px;
}

	.koriyama-guide .sec04 .circle {
		    height: 80px;
    width: 80px;
		padding: 32px 10px 0;
	}
	
	@media (max-width: 575px) {
    .koriyama-guide .sec04 .twoline-circle {
        padding: 16px 10px 0;
    }
}
	
	.koriyama-guide .sec05 {
    padding: 60px 5px;
}
	.koriyama-guide .sec05 .osusume {
    margin: 60px 0 40px;
	font-size: var(--18px);
}
	.koriyama-guide .sec05 .osusume:before {
		left: 5%;
	}
	    .koriyama-guide .sec06 img {
        width: 90%;
    }
}


/* 学生の活躍
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.student-active {
	padding-bottom: 80px;
}

.student-active h2 {
    color: var(--blueblack);
    padding: 0 0 0 10px;
    border-top: 0px solid var(--vk-color-primary);
    border-bottom: 0px solid var(--vk-color-border-hr);
    margin: 40px 0 20px;
    border-left: solid 4px var(--red);
}

.student-active h3 {
    color: var(--blueblack);
    font-size: var(--24px);
}

.student-active h4 {
    background-color: #fff;
    color: var(--blueblack);
}

.student-active h5 {
    color: var(--blueblack);
    font-size: var(--18px);
	border-bottom: 0px;
	margin-top: 0px;
}

.student-active p {
	text-align: justify;
}

.student-active .link-text {
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.student-active .link-text:before {
    position: absolute;
    content: "";
    top: 50%;
    width: 15px;
    height: 3px;
    background-color: var(--red);
}

.student-active .link-text a {
    text-decoration: underline;
    color: var(--blueblack);
}

.student-active .link-text a[target="_blank"] {
display: inline-block;
position: relative;
padding-left:25px;
 color: var(--blueblack);
}

@media screen and (max-width: 991px)  { 
	.student-active .wrapper {
		padding: 0 20px;
	}
}


@media screen and (max-width: 767px)  {
.student-active h2 {
    font-size: var(--22px); 
}
	
.student-active h3 {
    font-size: var(--20px);
}

.student-active h4 {
    font-size: var(--18px);
}

.student-active h5 {
    font-size: var(--16px);
}
}

@media screen and (max-width: 575px)  {
	.student-active {
	padding-bottom: 40px;
}
}


/* lifestyle2025
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lifestyle-first .link {
    color: var(--blueblack);
    text-decoration: underline;
	font-weight: bold;
	margin-right: 3px;
}

.lifestyle-first .caption {
	font-size: var(--16px);
	text-align: left;
}

.lifestyle-first .favorite {
    margin-top: 140px;
}

.lifestyle-first .favorite .balloon {
    background-color: var(--orange);
    border-radius: 50%;
    padding: 60px 40px 40px;
    position: relative;
    display: inline-block;
    height: 300px;
    width: 300px;
}

.lifestyle-first .favorite .balloon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 97%;
    margin-top: -15px;
    border: 25px solid transparent;
    border-left: 25px solid  var(--orange);
    border-radius: 8px;
}

.lifestyle-first .favorite .balloon h5 {
    margin: 10px 0 0;
	border-bottom: 0px;
}

.lifestyle-first .favorite .balloon p {
    font-size: var(--14px);
    line-height: 1.5;
    letter-spacing: 0.045rem;
}

/*sec03*/
.lifestyle-first .sec03 {
    background-color: var(--beige);
    padding: 50px 10px 35px;
	margin-top: 160px;
}
.lifestyle-first .sec03 .col-md-5,.lifestyle-first .sec03 .col-md-7 {
    display: flex;
}
.lifestyle-first .sec03 .box {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
}
.lifestyle-first .sec03 .box ul {
    text-align: left;
    font-size: var(--14px);
    list-style: none;
    padding-left: 10px;
    color: var(--kuro);
}
.lifestyle-first .sec03 .box ul li {
    margin: 0 0 6px 1.4em;
	text-indent: -1.4em;
}
.lifestyle-first .sec03 .box ul li:before {
    color: var(--orange);
    content: '●';
    margin-right: 5px;
}
.lifestyle-first .sec03 h4  {
    margin-bottom: 0;
	background-color: #fff !important;
}
.lifestyle-first .sec03 h4 img {
    width: 50%;
}
.lifestyle-first .sec03 p {
    border-bottom: 4px dotted var(--lightgray);
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.lifestyle-first .sec03 h5 {
    background-color: var(--beige);
    color: var(--kuro);
    font-size: var(--18px);
    font-weight: 500;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 15px;
    letter-spacing: 0.07rem;
	border-bottom: 0px;
}
.lifestyle-first .sec03 .box .graph {
    padding: 0 30px 20px;
}


/*sec04*/
.lifestyle-first .sec04 {
    background-color: var(--midori);
    padding: 50px 10px;
}
.lifestyle-first .sec04 h4 {
	background-color: var(--midori) !important;
}
.lifestyle-first .sec04 h4 img {
    margin-left: -15px;
    width: 50%;
}
.lifestyle-first .sec04 h5 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.08rem;
	border-bottom: 0px;
}
.lifestyle-first .sec04 p {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.5 ;
}
.lifestyle-first .sec04 .btn {
    background-color: var(--orange);
    border-radius: 50px;
    font-weight: bold;
    font-size: var(--14px);
    text-align: left;
    padding: 10px 20px;
    position: relative;
    width: 35%;
}
.lifestyle-first .sec04 .btn:after {
    position: absolute;
    transition: all .3s;
    right: 18px;
    bottom: -7px;
    display: inline-block;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    content:'';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow03.png);
    background-repeat: no-repeat;
    margin: 0px 0px 5px 5px;
	background-size: contain;
}
.lifestyle-first .sec04 .btn:hover:after {
    right: 12px;
}

@media (max-width: 991px){
.lifestyle-first .favorite {
    margin-top: 80px;
}
.lifestyle-first .favorite .balloon {
    margin: 0 0 40px 5%;
    padding: 35px;
    height: 280px;
    width: 280px;
}
.lifestyle-first .favorite .balloon:after {
    top: inherit;
    bottom: -13%;
    left: 45%;
    margin-top: 0;
    border: 25px solid transparent;
    border-top: 25px solid var(--orange);
}
.lifestyle-first .sec05 .menu-img {
    margin-bottom: 40px;
}
.lifestyle-first .sec05 .link {
    bottom: -10px;
}
}

@media (max-width: 575px){
    /*sec03*/
.lifestyle-first .sec03 h5 {
    font-size: var(--16px);
    margin-bottom: 8px;
}
.lifestyle-first .sec03 p {
    line-height: 1.4;
}
	.lifestyle-first .sec03 {
    background-color: var(--beige);
    padding: 50px 0px 35px;
    margin-top: 80px;
}
  /*sec04*/
.lifestyle-first .sec04 h4 img {
    width: 70%;
}
.lifestyle-first .sec04 h5 {
    font-size: var(--22px);
}
.lifestyle-first .sec04 .btn {
    margin-bottom: 40px;
    width: 60%;
}
}


/* lifestyle2024
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*sec03*/
.lifestyle-second .sec03 .first-img-wrap {
    width: 80%;
    margin: 12% auto 0;
}
.lifestyle-second .sec03 .caption-img {
    z-index: 1;
    width: 320px;
    position: absolute;
}
.lifestyle-second .sec03 .student-img {
    border: solid 2px var(--lifeType-black);
	border-radius: 12px;
}

.lifestyle-second .sec03 .docs-wrap {
	margin: 80px 0 100px !important;
}

.lifestyle-second .sec03 .plus_mark_space {
    margin: 80px 0px;
}
.lifestyle-second .sec03 .docs-wrap .plus_mark {
	margin: 40px 0;
}

.lifestyle-second .sec03  .first-img {
    margin-top: -20%;
}

.lifestyle-second .sec03 .shift-img {
    margin-top: 17%;
}

.lifestyle-second .sec03 .docs-wrap img {
    border-radius: 12px;
}

.lifestyle-second .sec03 .docs-wrap .docs-text {
    margin: 0 auto;
	width: 97%;
}
/*01 菊池 葉月さん*/
#life-style-type01 .sec03 .docs-wrap:nth-child(3)  {
    margin-bottom: -60px;
}
#life-style-type01 .sec03 .docs-wrap:nth-child(9)  {
    margin-bottom: -60px;
}
#life-style-type01 .sec03 .docs-wrap:nth-last-child(2)  {
    margin-bottom: -80px;
}
#life-style-type01 .sec03 .caption-img01 {
   left: 33%;
    top:-230px;
    width: 250px;
}
#life-style-type01 .sec03 .caption-img02 {
    left: -10%;
    bottom: 200px;
    width: 250px;
}
#life-style-type01 .sec03 .caption-img03 {
    left: 45%;
    bottom: -120px;
}
#life-style-type01 .sec03 .caption-img04 {
    left: 10%;
    top: -340px;
}
#life-style-type01 .sec03 .caption-img05 {
    left: 15%;
    top: -340px;
}
#life-style-type01 .sec03 .caption-img06 {
   right: 0;
    bottom: 450px;
}
#life-style-type01 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType01-2);
}
/*02 来栖 孝明さん*/
#life-style-type02 .sec03 .first-img-wrap {
    margin-bottom: -60px;
}
#life-style-type02 .sec03 .docs-wrap:nth-child(4)  {
    margin: 120px 0px;
}
#life-style-type02 .sec03 .docs-wrap:nth-child(7)  {
    margin-bottom: -70px;
}
#life-style-type02 .sec03 .docs-wrap:nth-child(8) {
    margin-bottom: 80px;
}
#life-style-type02 .sec03 .docs-wrap:nth-child(10) {
    margin-top: 20px;
} 
#life-style-type02 .sec03 .docs-wrap:nth-last-child(2) {
    margin: 130px 0px -40px;
} 
#life-style-type02 .sec03 .caption-img01 {
    left: 45%;
     bottom:490px;
 }
 #life-style-type02 .sec03 .caption-img02 {
     left: 5%;
     bottom: -30px;
 }
 #life-style-type02 .sec03 .caption-img03 {
     left: 38%;
     bottom: 450px;
 }
 #life-style-type02 .sec03 .caption-img04 {
     left: 52%;
     top: -100px;
     width: 250px;
 }
 #life-style-type02 .sec03 .caption-img05 {
    left: 0;
    bottom: -100px;
}
 #life-style-type02 .sec03 .student-img {
     box-shadow: 8px 8px 0px 0px var(--lifeType02-1);
 }
/*03 堤一馬さん*/
#life-style-type03 .sec03 .caption-img01 {
    right: 3%;
    top: -200px;
}
#life-style-type03 .sec03 .caption-img02 {
    left: -30%;
    bottom: 50px;
}
#life-style-type03 .sec03 .caption-img03 {
    left: 28%;
    top: -200px;
}
#life-style-type03 .sec03 .caption-img04 {
    left: 30%;
    bottom: -280px;
}
#life-style-type03 .sec03 .caption-img05 {
    left: 22%;
    top: -250px;
}
#life-style-type03 .sec03 .caption-img06 {
    left: -7%;
    top: -240px;
    width: 270px;
}
#life-style-type03 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType03-2);
}
/*04 百済憲人さん*/
#life-style-type04 .sec03 .caption-img01 {
    right: 0;
    top: -190px;
    width: 280px;
}
#life-style-type04 .sec03 .caption-img02 {
    left: 23%;
}
#life-style-type04 .sec03 .caption-img03 {
    right: -5%;
    top: -150px;
}
#life-style-type04 .sec03 .caption-img04 {
    left: -6%;
    bottom: 230px;
}
#life-style-type04 .sec03 .caption-img05 {
    right: -13%;
    bottom: 300px;
}
#life-style-type04 .sec03 .img06 {
    margin-bottom: 120px;
}
#life-style-type04 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType04-1);
}
 /*05 菊池優斗さん*/
#life-style-type05 .sec03 .caption-img01 {
    right: 4%;
    top: -280px;
}
#life-style-type05 .sec03 .caption-img02 {
    left: 4%;
    top: -100px;
}
#life-style-type05 .sec03 .caption-img03 {
    left: 35%;
    top: -240px;
}
#life-style-type05 .sec03 .caption-img04 {
    left: 10%;
    top:-320px;
}
#life-style-type05 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType05-2);
}
/*06 阿見由莉奈さん*/
#life-style-type06 .sec03 .caption-img01 {
    left: 4%;
    top: -200px;
    width: 280px;
}
#life-style-type06 .sec03 .caption-img02 {
    right: 0;
    bottom: 360px;
}
#life-style-type06 .sec03 .caption-img03 {
    left: -5%;
    top: -80px;
    width: 100px;
}
#life-style-type06 .sec03 .caption-img04 {
    right: -13%;
    bottom: 0px;
    width: 230px;
}
#life-style-type06 .sec03 .caption-img05 {
    left: -12%;
    top: -210px;
    width: 280px;
}
#life-style-type06 .sec03 .img06 {
    margin-bottom: 60px;
}
#life-style-type06 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType06-2-2);
}


/*sec04*/
:where(:not(.wp-block-table))>table :is(th,td) {
	 border-width: 0px;
}
.lifestyle-second .sec04 {
    background-color: var(--beige);
	padding: 80px 0;
}
.lifestyle-second .sec04 .box-wrap .box {
    display:flex;
  flex-direction:column;
}
.lifestyle-second .sec04 .box {
    background-color: #fff;
    border-radius: 12px;
        height: 650px;
}
.lifestyle-second .sec04 .box .box-tit {
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    padding: 25px;
}
.lifestyle-second .sec04 .box .box-tit , .lifestyle-second .sec04 .box .box-tit p {
    color: #fff !important;
}
.lifestyle-second .sec04 .box .box-tit h3 {
    margin-bottom: -10px;
    font-size: var(--40px);
    font-family: 'Hind Madurai', sans-serif;
    font-weight: bold;
	border-bottom:15px;
}
.lifestyle-second .sec04 .box .box-tit p {
    font-size: 1rem;
}
.lifestyle-second .sec04 .box .box-docs {
    padding: 40px 25px;
}
.lifestyle-second .sec04 .schedule-box .line {
    height: 255px;
    width: 5px;
    position: absolute;
    left: 28px;
}
.lifestyle-second .sec04  .schedule-box table tr {
    margin-bottom: 15px;
}
.lifestyle-second .sec04  .schedule-box table th {
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    font-size: var(--20px);
    padding-bottom: 27px;
    position: relative;
}
.lifestyle-second .sec04 .schedule-box table th:after {
    display: block;
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top:calc(30% - 1px);
  right:-35px;
}
.lifestyle-second .sec04 .schedule-box table th img {
    width: 35px;
    margin-right: 3px;
}
.lifestyle-second .sec04  .schedule-box table td {
    font-size: 1rem;
    font-weight: bold;
    padding: 0px 0px 27px 45px;
}
.lifestyle-second .sec04 .money-box table {
    font-size: 1rem;
    width: 100%;
}
.lifestyle-second .sec04 .money-box table th {
    position: relative;
    padding: 15px;
}
.lifestyle-second .sec04 .money-box table th:after {
    display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 15px);
  right:-12px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.lifestyle-second .sec04 .money-box table td {
    padding: 20px 20px 20px 40px;
    font-weight: 500;
}
.lifestyle-second .sec04 .money-box table .item {
    padding: 20px 10px 20px 40px;
    position: relative;
}
.lifestyle-second .sec04 .money-box table .item:after {
    display: block;
  content: "";
  width: 80px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top:calc(50% - 1px);
  right:-15px;
}
 /*01 菊池 葉月さん*/
 #life-style-type01 .sec04 {
    background-color: var(--lifeType01-2);
}
#life-style-type01 .sec04 .box {
    border: solid 3px var(--lifeType01-1);
    box-shadow: 6px 6px 0px 0px var(--lifeType01-1-3);
}
#life-style-type01 .sec04 .box .box-tit {
    background-color: var(--lifeType01-1);
    color: var(--lifeType01-1-3) !important;
}
#life-style-type01 .sec04 .box .box-tit p {
    color: var(--lifeType01-1-3) !important;
}
#life-style-type01 .sec04 table {
    color: var(--lifeType01-1-3);
}
#life-style-type01 .sec04 .schedule-box .line {
    border-left: solid 10px var(--lifeType01-1-2);
}
#life-style-type01 .sec04 .schedule-box table th:after {
  background-color: var(--lifeType01-1-3);
}
#life-style-type01 .sec04 .money-box table {
    border-top: solid 3px var(--lifeType01-2);
    border-bottom: solid 3px var(--lifeType01-1);
}
#life-style-type01 .sec04 .money-box table tr th {
    text-align: center;
    background-color: var(--lifeType01-1);
    color: var(--lifeType01-1-3);
}
#life-style-type01 .sec04 .money-box table tr:nth-child(even)  {
    background-color: var(--lifeType01-1-2);
}
#life-style-type01 .sec04 .money-box table tr th:after {
    border-left: 15px solid var(--lifeType01-1);
}
#life-style-type01 .sec04 .money-box table tr:first-child  th {
    background-color: var(--lifeType01-2);
    border-bottom: solid 2px #fff;
    color: #fff;
}
#life-style-type01 .sec04 .money-box table tr:first-child  th:after {
    border-left: 15px solid var(--lifeType01-2);
}
#life-style-type01  .sec04 .money-box table .item:after {
    background-color: var(--lifeType01-1-3);
}
 /*02 来栖 孝明さん*/
 #life-style-type02 .sec04 {
    background-color: var(--lifeType02-2-2);
}
#life-style-type02 .sec04 .box {
    border: solid 3px var(--lifeType-black);
    box-shadow: 12px 12px 0px 0px var(--lifeType02-2);
    height: 780px;
}
#life-style-type02 .sec04 .box .box-tit {
    background-color: var(--lifeType-black);
}
#life-style-type02 .sec04 .schedule-box .line {
    border-left: solid 10px var(--lifeType02-2-2);
}
#life-style-type02 .sec04 .schedule-box table th:after {
    background-color: var(--lifeType-black);
  }
#life-style-type02 .sec04 .money-box table {
    color: var(--lifeType-black);
    border-top: solid 3px var(--lifeType02-1);
    border-bottom: solid 3px var(--lifeType02-2);
}
#life-style-type02 .sec04 .money-box table tr th {
    text-align: center;
    background-color: var(--lifeType02-2);
    color: #fff;
}
#life-style-type02 .sec04 .money-box table .item {
    padding-left: 25px;
}
#life-style-type02 .sec04 .money-box table .item:after {
    right: -40px;
}
#life-style-type02 .sec04 .money-box table tr:nth-child(even)  {
    background-color: var(--lifeType02-2-3);
}
#life-style-type02 .sec04 .money-box table tr th:after {
    border-left: 15px solid var(--lifeType02-2);
}
#life-style-type02 .sec04 .money-box table tr:first-child  th {
    background-color: var(--lifeType02-1);
    border-bottom: solid 2px #fff;
    color: #fff;
}
#life-style-type02 .sec04 .money-box table tr:first-child  th:after {
    border-left: 15px solid var(--lifeType02-1);
}
#life-style-type02 .sec04 .money-box table tr:nth-of-type(2)  {
    background-color: var(--lifeType02-1-3);
}
#life-style-type02  .sec04 .money-box table .item:after {
    background-color: var(--lifeType-black);
}
#life-style-type02  .sec04 .money-box table td {
    padding-left: 60px;
}
 /*03 堤一馬さん*/
#life-style-type03 .sec04 {
    background-color: var(--lifeType03-2);
}
#life-style-type03 .sec04 .box {
    border: solid 3px var(--lifeType03-1);
    box-shadow: 12px 12px 0px 0px var(--lifeType03-2-2);
}
#life-style-type03 .sec04 .box .box-tit {
    background-color: var(--lifeType03-1);
}
#life-style-type03 .sec04 .schedule-box .line {
    border-left: solid 10px var(--lifeType03-1-2);
    height: 200px;
}
#life-style-type03 .sec04 .schedule-box table th:after {
    background-color: var(--lifeType-black);
  }
#life-style-type03 .sec04 .money-box table {
    border-top: solid 3px var(--lifeType03-3);
    border-bottom: solid 3px var(--lifeType03-1);
}
#life-style-type03 .sec04 .money-box table tr th {
    text-align: center;
    background-color: var(--lifeType03-1);
    color: #fff;
}
#life-style-type03 .sec04 .money-box table tr:nth-child(even)  {
    background-color: var(--lifeType03-1-3);
}
#life-style-type03 .sec04 .money-box table tr th:after {
    border-left: 15px solid var(--lifeType03-1);
}
#life-style-type03 .sec04 .money-box table tr:first-child  th {
    background-color: var(--lifeType03-3);
    border-bottom: solid 2px #fff;
    color: #fff;
}
#life-style-type03 .sec04 .money-box table tr:first-child  th:after {
    border-left: 15px solid var(--lifeType03-3);
}
#life-style-type03 .sec04 .money-box table tr:nth-of-type(2)  {
    background-color: var(--lifeType03-3-2);
}
#life-style-type03  .sec04 .money-box table .item:after {
    background-color: var(--lifeType03-2-2);
    width: 50px !important;
}
/*04 百済憲人さん*/
#life-style-type04 .sec04 {
    background-color: var(--lifeType04-2-2);
}
#life-style-type04 .sec04 .box {
    border: solid 3px var(--lifeType04-1-2);
    box-shadow: 12px 12px 0px 0px var(--lifeType04-2);
    height: 700px;
}
#life-style-type04 .sec04 .box .box-tit {
    background-color: var(--lifeType04-1-2);
    color: var(--lifeType04-2-3) !important;
}
#life-style-type04 .sec04 .box .box-tit p {
    color: var(--lifeType04-2-3) !important;
}
#life-style-type04 .sec04 .schedule-box .line {
    border-left: solid 10px var(--lifeType04-2-3);
}
#life-style-type04 .sec04 .schedule-box table {
    color: var(--lifeType04-1-2);
}
#life-style-type04 .sec04 .schedule-box table th:after {
    background-color: var(--lifeType04-1-2);
  }
#life-style-type04 .sec04 .money-box table {
    color: var(--lifeType04-1-2);
    border-top: solid 3px var(--lifeType04-2-2);
    border-bottom: solid 3px var(--lifeType04-1);
}
#life-style-type04 .sec04 .money-box table tr th {
    text-align: center;
    background-color: var(--lifeType04-1);
}
#life-style-type04 .sec04 .money-box table tr:nth-child(even)  {
    background-color: var(--lifeType04-1-3);
}
#life-style-type04 .sec04 .money-box table tr th:after {
    border-left: 15px solid var(--lifeType04-1);
}
#life-style-type04 .sec04 .money-box table tr:first-child  th {
    background-color: var(--lifeType04-2-2);
    border-bottom: solid 2px #fff;
}
#life-style-type04 .sec04 .money-box table tr:first-child  th:after {
    border-left: 15px solid var(--lifeType04-2-2);
}
#life-style-type04 .sec04 .money-box table tr:nth-of-type(2)  {
    background-color: var(--lifeType04-2-3);
}
#life-style-type04  .sec04 .money-box table .item:after {
    background-color: var(--lifeType04-1-2);
}
 /*05 菊池優斗さん*/
#life-style-type05 .sec04 {
    background-color: var(--lifeType05-2);
}
#life-style-type05 .sec04 .box  {
    border: solid 3px var(--lifeType05-1);
    box-shadow: 12px 12px 0px 0px var(--lifeType05-1-3);
}
#life-style-type05 .sec04 .box .box-tit {
    background-color: var(--lifeType05-1);
}
#life-style-type05 .sec04 .box .box-tit, #life-style-type05 .sec04 .box .box-tit p {
    color:var(--lifeType05-2-2) !important;
}
#life-style-type05 .sec04 .schedule-box .line {
    border-left: solid 10px var(--lifeType05-1-3);
    height: 220px;
}
#life-style-type05 .sec04 .schedule-box table {
    color: var(--lifeType05-1);
}
#life-style-type05 .sec04 .schedule-box table th:after {
    background-color: var(--lifeType05-1);
  }
#life-style-type05 .sec04 .money-box table {
    color: var(--lifeType05-1);
    border-top: solid 3px var(--lifeType05-2);
    border-bottom: solid 3px var(--lifeType05-1);
}
#life-style-type05 .sec04 .money-box table tr th {
    text-align: center;
    background-color: var(--lifeType05-1);
    color: #fff;
}
#life-style-type05 .sec04 .money-box table tr th:after {
    border-left: 15px solid var(--lifeType05-1);
}
#life-style-type05 .sec04 .money-box table tr:first-child  th {
    background-color: var(--lifeType05-2);
    color: var(--lifeType05-1);
}
#life-style-type05 .sec04 .money-box table tr:nth-child(even)  {
    background-color: var(--lifeType05-1-3);
}
#life-style-type05 .sec04 .money-box table tr:first-child  th:after {
    border-left: 15px solid var(--lifeType05-2);
}
#life-style-type05  .sec04 .money-box table .item:after {
    background-color: var(--lifeType05-1);
}
/*06 阿見由莉奈さん*/
#life-style-type06 .sec04  {
    background-color: var(--lifeType06-2);
}
#life-style-type06 .sec04 .box .box-tit {
    background-color: var(--lifeType06-1-2);
}
#life-style-type06 .sec04 .box {
    border: solid 3px var(--lifeType06-1-2);
    box-shadow: 12px 12px 0px 0px var(--lifeType06-2-2);
}
#life-style-type06 .sec04 .schedule-box .line {
    border-left: solid 10px var(--lifeType06-2);
    height: 220px;
}
#life-style-type06 .sec04 .schedule-box table {
    color: var(--lifeType06-1-2);
}
#life-style-type06 .sec04 .schedule-box table th:after {
    background-color: var(--lifeType06-1-2);
  }
#life-style-type06 .sec04 .box .box-tit, #life-style-type06 .sec04 .box .box-tit p {
    color:var(--lifeType06-2) !important;
}
#life-style-type06 .sec04 .money-box table {
    color: var(--lifeType06-1-2);
    border-top: solid 3px var(--lifeType06-1);
    border-bottom: solid 3px var(--lifeType06-1);
}
#life-style-type06 .sec04 .money-box table tr:first-child  th {
    background-color: var(--lifeType06-1);
    color: #fff;
}
#life-style-type06 .sec04 .money-box table tr:first-child  th:after {
    border-left: 15px solid var(--lifeType06-1);
}
#life-style-type06 .sec04 .money-box table tr:nth-of-type(2)  {
    background-color: var(--lifeType06-1-3);
}
#life-style-type06  .sec04 .money-box table .item:after {
    width: 25px;
    height: 1px;
    background-color: var(--lifeType06-1-2);
}

/*sec05*/
.lifestyle-second .sec05 {
    position: relative;
    background-color: var(--lightBlue);
	padding: 80px 0;
}
.lifestyle-second .sec05 h3 {
    text-align: center;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    margin-bottom: 0px;
    line-height: 0.875;
}
.lifestyle-second .sec05 h3:before,.lifestyle-second .sec05 h3:after {
    content: "";
	display: inline-block;
	height: 3.25rem;
	width: 3.25rem;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.lifestyle-second .sec05 h3:before {
	margin-right: 15px;
}
.lifestyle-second .sec05 h3:after {
	margin-left: 15px;
}
.lifestyle-second h4:before {
    background-color: var(--red) !important;
}
.lifestyle-second .sec05 h5 {
    text-align: center;
    font-size: var(--40px);
    color: var(--red);
    margin-bottom: 15px;
    font-family: 'Hind Madurai', sans-serif;
    font-weight: bold;
}
.lifestyle-second .sec05 h5:before {
	content: "";
	display: inline-block;
	height: 28px;
	width: 28px;
	vertical-align: middle;
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/text-deco01.png);
	background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}
.lifestyle-second .sec05 h5:after {
	content: "";
	display: inline-block;
	height: 28px;
	width: 28px;
	vertical-align: middle;
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/text-deco02.png);
	background-repeat: no-repeat;
    background-size: contain;
	margin-left: 15px;
}
.lifestyle-second .sec05 .box {
    background-color: #fff;
    border-radius: 12px;
    border: solid 3px var(--black);
    box-shadow: 12px 12px 0px 0px var(--beige);
}
.lifestyle-second .sec05 .box .box-tit {
    padding: 50px 10px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    background-color: var(--black);
    color: var(--beige);
}
.lifestyle-second .sec05 h3:before, .lifestyle-second .sec05 h3:after {
    content: "";
	display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/plus_mark15.png);
    opacity: 0.6;
}
.lifestyle-second  .sec05 .box .box-tit span {
    font-size: 1rem;
    letter-spacing: 0.08rem;
}
.lifestyle-second .sec05 .box hr {
    border: solid 2px #eee;
    margin: 35px 0px;
}
.lifestyle-second .sec05 .box .box-docs {
    padding: 60px 40px;
}
.lifestyle-second .sec05 .img-wrap {
    padding-right: 0px;
}
.lifestyle-second .sec05 img {
    border-radius: 6px;
    margin-bottom: 17px;
}
.lifestyle-second .sec05 .box p {
    line-height: 2;
    font-size: 1rem;
    color: var(--black) !important;
}
.lifestyle-second .sec05 .box .atten {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
}
.lifestyle-second .sec05 .box .btn {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    padding: 16px 50px;
    margin-top: 25px;
    font-weight: 500;
    color: #fff;
    transition: .3s;
    background-color:var(--red);
    box-shadow: 0 4px 0 var(--red02);
}
.lifestyle-second .sec05 .box .btn:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    font-style: normal;
    font-size: 1rem;
	margin-left: 7px;
    vertical-align: middle;
}
.lifestyle-second .sec05 .box .btn:hover {
    transform: translateY(4px);
  box-shadow: none;
}

 /*02 来栖 孝明さん*/
#life-style-type02 .sec05 h5 {
    text-align: center;
    font-size: 1.5rem;
    color: var(--red);
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
#life-style-type02 .sec05 h5:before {
	content: "";
	display: inline-block;
	height: 28px;
	width: 28px;
	vertical-align: middle;
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/text-deco01.png);
	background-repeat: no-repeat;
    margin: 0px 15px 10px 0px;
    background-size: contain;
}
#life-style-type02 .sec05 h5:after {
	content: "";
	display: inline-block;
	height: 28px;
	width: 28px;
	vertical-align: middle;
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/text-deco02.png);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 15px;
    background-size: contain;
}


@media (max-width: 1500px) {
       /*01 菊池 葉月さん*/
#life-style-type01 .sec03 .caption-img02 {
    left: -10%;
    bottom: 220px;
    width: 220px;
}
#life-style-type01 .sec03 .caption-img03 {
    left: 35%;
    bottom: -120px;
}
#life-style-type01 .sec03 .caption-img04 {
    left: 2%;
    top: -340px;
}
#life-style-type01 .sec03 .caption-img05 {
    left: 10%;
    bottom: 380px;
}
#life-style-type01 .sec03 .caption-img06 {
   right: 0;
    bottom: 450px;
/*02 来栖 孝明さん*/
} 
#life-style-type02 .sec03 .caption-img01 {
    left: 45%;
     bottom:500px !important;
 }
 #life-style-type02 .sec03 .caption-img02 {
     left: 5%;
     bottom: -50px;
 }
 #life-style-type02 .sec03 .caption-img03 {
     left: 45%;
     bottom: 450px;
     width: 250px;
 }
 #life-style-type02 .sec03 .caption-img05 {
    left: 0;
    bottom: -100px;
}
/*03 堤一馬さん*/
#life-style-type03 .sec03 .caption-img01 {
    right: 3%;
    top: -200px;
}
#life-style-type03 .sec03 .caption-img02 {
    left: -30%;
    bottom: 50px;
}
#life-style-type03 .sec03 .caption-img03 {
    left: 28%;
    top: -200px;
}
#life-style-type03 .sec03 .caption-img04 {
    left: 30%;
    bottom: -280px;
}
#life-style-type03 .sec03 .caption-img05 {
    left: 22%;
    top: -230px;
}
#life-style-type03 .sec03 .caption-img06 {
    left: -7%;
    top: -240px;
    width: 270px;
}
#life-style-type03 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType03-2);
}
/*04 百済憲人さん*/
#life-style-type04 .sec03 .caption-img02 {
    left:13%;
}
 /*05 菊池優斗さん*/
#life-style-type05 .sec03 .caption-img01 {
    right: 4%;
    top: -280px;
}
#life-style-type05 .sec03 .caption-img02 {
    left: 4%;
    top: -100px;
}
#life-style-type05 .sec03 .caption-img03 {
    left: 35%;
    top: -240px;
}
#life-style-type05 .sec03 .caption-img04 {
    left: 10%;
    top:-320px;
}
#life-style-type05 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType05-2);
}
/*06 阿見由莉奈さん*/
#life-style-type06 .sec03 .caption-img01 {
    left: 4%;
    top: -190px;
    width: 280px;
}
#life-style-type06 .sec03 .caption-img02 {
    right: 0;
    bottom: 360px;
}
#life-style-type06 .sec03 .caption-img03 {
    left: -5%;
    top: -80px;
    width: 100px;
}
#life-style-type06 .sec03 .caption-img04 {
    right: -13%;
    bottom: 0px;
    width: 230px;
}
#life-style-type06 .sec03 .caption-img05 {
    left: -12%;
    top: -210px;
    width: 280px;
}
#life-style-type06 .sec03 .img06 {
    margin-bottom: 60px;
}
#life-style-type06 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType06-2-2);
}
}

@media (max-width: 1200px) {
.lifestyle-second .sec03 .caption-img {
    width: 230px;
}
.lifestyle-second .sec03 .docs-wrap .docs-text {
    width: 80%;
}
.lifestyle-second .sec03 .plus_mark_space {
    margin: 40px 0px;
}
/*01 菊池葉月さん*/
#life-style-type01 .sec03 .first-img-wrap {
    margin: 15% auto 0;
}
#life-style-type01 .sec03 .caption-img01 {
    left: 33%;
    top: -200px;
    width: 250px;
}
#life-style-type01 .sec03 .caption-img02 {
    left: -10%;
    bottom: 180px;
    width: 230px;
}
#life-style-type01 .sec03 .caption-img03 {
    left: 33%;
    bottom: -70px;
}
#life-style-type01 .sec03 .caption-img04 {
    left: 15%;
    top: -260px;
    width: 250px;
}
#life-style-type01 .sec03 .caption-img05 {
    left: 15%;
    top: -280px;
    width: 280px;
}
#life-style-type01 .sec03 .caption-img06 {
    right: 0;
    top: -150px;
    width: 280px;
}
/*02 来栖 孝明さん*/
#life-style-type02 .sec03 .caption-img01 {
    left: 45%;
     bottom:320px !important;
     width: 280px;
 }
 #life-style-type02 .sec03 .caption-img02 {
     width: 280px;
 }
 #life-style-type02 .sec03 .caption-img05 {
    width: 280px;
    top: 20px;
}
/*03 堤一馬さん*/
#life-style-type03 .sec03 .caption-img01 {
    top: -160px;
}
#life-style-type03 .sec03 .caption-img02 {
    left: -35%;
    width: 280px;
}
#life-style-type03 .sec03 .caption-img03 {
    bottom: -10px;
    width: 280px;
}
#life-style-type03 .sec03 .caption-img04 {
    left: 25%;
    bottom: -200px;
    width: 280px;
}
#life-style-type03 .sec03 .caption-img05 {
    left: 10%;
    top: -220px;
    width: 280px;
}
#life-style-type03 .sec03 .caption-img06 {
    top: -62%;
    width: 250px;
}
/*04 百済憲人さん*/
#life-style-type04 .sec03 .caption-img01 {
    top: -140px;
    width: 230px;
}
#life-style-type04 .sec03 .caption-img03 {
    right: -10%;
    top: -100px;
}
#life-style-type04 .sec03 .caption-img04 {
    left: -12%;
    top: -170px;
}
#life-style-type04 .sec03 .caption-img05 {
    right: -3%;
    top: -200px;
}
#life-style-type04 .sec03 .img06 {
    margin-bottom: 60px;
}
 /*05 菊池優斗さん*/
#life-style-type05 .sec03 .caption-img01 {
    top: -220px;
    width: 250px;
}
#life-style-type05 .sec03 .caption-img02 {
    left: 5%;
    top: -90px;
    width: 250px;
}
#life-style-type05 .sec03 .caption-img03 {
    top: -170px;
    width: 250px;
}
#life-style-type05 .sec03 .caption-img04 {
    left: 0%;
    top: -240px;
    width: 250px;
}
#life-style-type05 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType05-2);
}
/*06 阿見由莉奈さん*/
#life-style-type06 .sec03 .caption-img01 {
    left: 2%;
    top: -200px;
}
#life-style-type06 .sec03 .caption-img02 {
    right: 0;
    top: -150px;
    width: 280px;
}
#life-style-type06 .sec03 .caption-img05 {
    left: -12%;
    bottom: 70px;
    width: 250px;
}
/*sec04*/
.lifestyle-second .sec04 .money-box table .item {
    padding: 20px 10px 20px 25px;
}
.lifestyle-second .sec04 .money-box table .item:after {
    width: 45px;
    right: -20px;
}
}

@media (max-width: 991px) { 
    .lifestyle-second .sec06 .col-lg-2 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.lifestyle-second .sec03 .docs-wrap .docs-text {
    width: 90%;
}
/*01 菊池葉月さん*/
#life-style-type01 .sec03 .caption-img01 {
    left: 27%;
    top: -210px;
    width: 220px;
}
#life-style-type01 .sec03 .caption-img02 {
    left: -8%;
    bottom: 150px;
    width: 190px;
}
#life-style-type01 .sec03 .caption-img03 {
    left: 17%;
    bottom: -100px;
}
#life-style-type01 .sec03 .caption-img04 {
    left: 10%;
    top: -260px;
    width: 250px;
}
#life-style-type01 .sec03 .caption-img05 {
    left: 8%;
    top: -280px;
    width: 280px;
}
#life-style-type01 .sec03 .caption-img06 {
    right: 0;
    top: -170px;
    width: 280px;
}
/*02 来栖 孝明さん*/
#life-style-type02 .sec03 .caption-img01 {
    left: 48%;
     bottom:320px !important;
     width: 280px;
 }
 #life-style-type02 .sec03 .caption-img02 {
     width: 280px;
     bottom: -70px;
 }
 #life-style-type02 .sec03 .caption-img03 {
    width: 280px;
    top: -120px;
    left: 55%;
}
#life-style-type02 .sec03 .caption-img04 {
    left: 55%;
    top: -110px;
    width: 250px;
}
 #life-style-type02 .sec03 .caption-img05 {
    width: 280px;
    top: 60px;
}
/*03 堤一馬さん*/
#life-style-type03 .sec03 .caption-img01 {
    top: -160px;
}
#life-style-type03 .sec03 .caption-img02 {
    left: -35%;
    width: 280px;
}
#life-style-type03 .sec03 .caption-img03 {
    bottom: -10px;
    width: 280px;
    left: 20%;
}
#life-style-type03 .sec03 .caption-img04 {
    left: 25%;
    bottom: -250px;
    width: 280px;
}
#life-style-type03 .sec03 .caption-img05 {
    left: 10%;
    top: -220px;
    width: 280px;
}
#life-style-type03 .sec03 .caption-img06 {
    top: -250px;
    width: 280px;
}
/*04 百済憲人さん*/
#life-style-type04 .sec03 .caption-img01 {
    width: 180px;
}
#life-style-type04 .sec03 .caption-img03 {
    right: -0%;
    top: -120px;
    width: 260px;
}
#life-style-type04 .sec03 .caption-img04 {
    left: -12%;
    top: -170px;
}
#life-style-type04 .sec03 .caption-img05 {
    right: -5%;
    top: -200px;
}
#life-style-type04 .sec03 .img06 {
    margin-bottom: 60px;
}
 /*05 菊池優斗さん*/
#life-style-type05 .sec03 .caption-img02 {
    top: -100px;
}
#life-style-type05 .sec03 .caption-img03 {
    top: -190px;
    left: 25%;
    width: 250px;
}
#life-style-type05 .sec03 .caption-img04 {
    left: 0%;
    top: -240px;
    width: 250px;
}
#life-style-type05 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType05-2);
}
/*06 阿見由莉奈さん*/
#life-style-type06 .sec03 .caption-img01 {
    left: 0%;
    top: -190px;
    width: 240px;
}
#life-style-type06 .sec03 .caption-img02 {
    right: 0;
    top: -160px;
    width: 280px;
}
#life-style-type06 .sec03 .caption-img05 {
    left: -12%;
    top: -150px;
    width: 280px;
}
#life-style-type01 .sec04 .box,#life-style-type02 .sec04 .box,#life-style-type03 .sec04 .box,#life-style-type04 .sec04 .box, #life-style-type05 .sec04 .box, #life-style-type06 .sec04 .box  {
    height: auto;
}
}

@media (max-width: 575px) { 
	.lifestyle-second .mb80 {
        margin-bottom: 0px;
     }
	
    .lifestyle-second .sec03 {
    padding: 40px 5px;
}
.lifestyle-second .sec03 .sp-fix01 {
    margin-bottom: 100px;
}
.lifestyle-second .sec03 .sp-fix02 {
    margin-bottom: 80px;
}
.lifestyle-second .sec03 .docs-wrap:first-child .docs-text {
    padding: 0px 15px;
}
.lifestyle-second .sec03 .first-img-wrap {
    width: 100%;
    margin: 38% auto 80px;
}
.lifestyle-second .sec03 .caption-img {
    width: 200px;
}
.lifestyle-second .sec03 .plus_mark {
    width: 40px;
    margin: 20px 0;
}
.lifestyle-second .sec03 .plus_mark_space {
    margin: 40px 0px 0px;
}
.lifestyle-second .sec03  .first-img {
    margin-top: -32%;
}
.lifestyle-second .sec03 .shift-img {
    margin-top: 10%;
}
.lifestyle-second .sec03 .docs-wrap {
    margin: 60px 0px !important;
}
.lifestyle-second .sec03 .docs-wrap .docs-text {
    width: 95%;
}
/*01 菊池 葉月さん*/
#life-style-type01 .sec03 .first-img-wrap {
    margin: 40% auto 0;
}
/*01 菊池葉月さん*/
#life-style-type01 .sec03 .caption-img01 {
    left: 0%;
    top: -160px;
    width: 180px;
}
#life-style-type01 .sec03 .caption-img02 {
    left: -20%;
    bottom: 100px;
    width: 180px;
}
#life-style-type01 .sec03 .caption-img03 {
    left: 20%;
    bottom: -100px;
}
#life-style-type01 .sec03 .caption-img04 {
    left: 10%;
    top: -260px;
    width: 250px;
}
#life-style-type01 .sec03 .caption-img05 {
    left: 0%;
    top: -240px;
    width: 240px;
}
#life-style-type01 .sec03 .caption-img06 {
    right: 0;
    top: -180px;
    width: 250px;
}
/*02 来栖 孝明さん*/
#life-style-type02 .sec03 .docs-wrap:nth-child(4) {
    margin: 60px 0px;
}
#life-style-type02 .sec03 .docs-wrap:nth-child(8) {
    margin-bottom: 20px;
}
#life-style-type02 .sec03 .caption-img01 {
    left: 42%;
     bottom: 150px !important;
     width: 180px;
 }
 #life-style-type02 .sec03 .caption-img02 {
     width: 250px;
     bottom: -110px;
 }
 #life-style-type02 .sec03 .caption-img03 {
    width: 200px;
    top: -160px;
    left: 30%;
}
#life-style-type02 .sec03 .caption-img04 {
    left: 30%;
    top: -140px;
    width: 200px;
}
 #life-style-type02 .sec03 .caption-img05 {
    width: 250px;
    top: 25px;
}
/*03 堤一馬さん*/
#life-style-type03 .sec03 .caption-img01 {
    top: -120px;
    right: -6%;
    width: 200px;
}
#life-style-type03 .sec03 .caption-img02 {
    left: -5%;
    width: 220px;
    bottom: -190px;
}
#life-style-type03 .sec03 .caption-img03 {
    left: 20px;
}
#life-style-type03 .sec03 .caption-img04 {
    left: 10%;
    bottom: -240px;
}

#life-style-type03 .sec03 .caption-img05 {
    left: 15%;
    top: -210px;
    width: 250px;
}
#life-style-type03 .sec03 .caption-img06 {
    top: -190px;
    width: 220px;
}
/*04 百済憲人さん*/
#life-style-type04 .sec03 .caption-img01 {
    left: 0%;
    top: -130px;
    width: 180px;
}
#life-style-type04 .sec03 .caption-img02 {
    left: 0;
    width: 200px;
    margin-top: -170px;
}
#life-style-type04 .sec03 .caption-img03 {
    right: 0;
    bottom: 30px;
    top: -140px;
    width: 220px;
}
#life-style-type04 .sec03 .caption-img04 {
    right: 0;
    top: -140px;
    width: 220px !important;
}
#life-style-type04 .sec03 .caption-img05 {
    right: -10%;
    top: -180px;
    width: 220px;
}
#life-style-type04 .sec03 .caption-img06 {
    right: 0;
    bottom: 81%;
}
#life-style-type03 .sec04 .money-box table .item:after {
    width: 20px !important;
}
 /*05 菊池優斗さん*/
#life-style-type05 .sec03 .caption-img01 {
    top: -170px;
    width: 220px;
    right: 0;
}
#life-style-type05 .sec03 .caption-img02 {
    left: 2%;
    top: -140px;
    width: 220px;
}
#life-style-type05 .sec03 .caption-img03 {
    top: -210px;
    left: 0;
}
#life-style-type05 .sec03 .caption-img04 {
    left: 0%;
    top: -240px;
}
#life-style-type05 .sec03 .student-img {
    box-shadow: 8px 8px 0px 0px var(--lifeType05-2);
}
/*06 阿見由莉奈さん*/
#life-style-type06 .sec03 .first-img-wrap {
    margin: 45% auto 80px;
}
#life-style-type06 .sec03 .caption-img01 {
    left: 0;
    top: -150px;
    width: 200px;
}
#life-style-type06 .sec03 .caption-img02 {
    right: 0;
    bottom: 0px;
    width: 220px;
    top: -140px;
}
#life-style-type06 .sec03 .caption-img03 {
    left: -6%;
    top: -60px;
    width: 60px;
}
#life-style-type06 .sec03 .caption-img04 {
   right: -5%;
    bottom: -25px;
    width: 120px;
}
#life-style-type06 .sec03 .caption-img05 {
    left: -5%;
    top: -200px;
    width: 240px;
}
#life-style-type06 .sec03 .img06 {
    margin-bottom: 30px;
}

/*sec04*/
.lifestyle-second .sec04  {
    padding: 40px 0px;
}
.lifestyle-second .sec04 .box {
    border-radius: 6px;
    box-shadow: 8px 8px 0px 0px rgba(119,119,119,0.3);
    height: auto;
}
#life-style-type02 .sec04 .box {
    box-shadow: 6px 6px 0px 0px var(--lifeType02-2);
}
#life-style-type03 .sec04 .box {
    box-shadow: 6px 6px 0px 0px var(--lifeType03-2-2);
}
#life-style-type04 .sec04 .box {
    box-shadow: 6px 6px 0px 0px var(--lifeType04-2);
}
#life-style-type06 .sec04 .box {
    box-shadow: 6px 6px 0px 0px var(--lifeType06-2-2);
}
#life-style-type05 .sec04 .box {
    box-shadow: 6px 6px 0px 0px var(--lifeType05-1-3);
}
.lifestyle-second .sec04 .box:first-child {
    margin-bottom: 20px;
}
.lifestyle-second .sec04 .box .box-tit {
    border-radius: 6px 6px 0px 0px;
    padding: 15px;
}
.lifestyle-second .sec04 .box .box-tit h3 {
    font-size: 2.25rem;
    margin-bottom: 0px;
}
.lifestyle-second .sec04 .box .box-tit p {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.lifestyle-second .sec04 .box .box-docs {
    padding: 15px;
    height: auto;
}

.lifestyle-second .sec04 .money-box table {
    font-size: 0.875rem;
}
.lifestyle-second .sec04 .money-box table th {
    padding: 10px;
}
.lifestyle-second .sec04 .money-box table td {
    padding: 20px 10px 20px 30px;
    font-size: 0.75rem;
}
.lifestyle-second .sec04 .money-box table .item {
    padding: 20px 10px 20px 25px;
    position: relative;
}
.lifestyle-second .sec04 .money-box table .item:after {
  width: 35px;
}


/*sec05*/
.lifestyle-second .sec05 {
    padding: 50px 0px;
}
.lifestyle-second .sec05 h3 {
    font-size: var(--24px);
    letter-spacing: 0.2rem;
    margin-bottom: 0px;
    line-height: 0.875;
}
.lifestyle-second .sec05 h3:before {
    margin-left: 10px;
}
.lifestyle-second .sec05 h3:after {
    margin-left: 88%;
}
#life-style-type04 .sec05 h3:before {
    margin-left: 5px;
}
#life-style-type04 .sec05 h3:after {
    margin-left: 5px;
}
.lifestyle-second .sec05 h3:before, .lifestyle-second .sec05 h3:after {
    height: 2rem;
    width: 2rem;
    display: block;
}
.lifestyle-second .sec05 h5 {
    font-size: var(--36px);
    margin-bottom: 5px;
}
.lifestyle-second .sec05 h5:before {
    margin: 0px 15px 30px 0px;
}
.lifestyle-second .sec05 h5:after {
	margin: 0px 0px 30px 15px;
}
.lifestyle-second .sec05 .box {
    border-radius: 6px;
    box-shadow: 6px 6px 0px 0px rgba(41, 39, 66, 0.35);
}
.lifestyle-second .sec05 .box .box-tit {
    padding: 30px 10px;
    border-radius: 6px 6px 0px 0px;
}
.lifestyle-second  .sec05 .box .box-tit span {
    font-size: 0.75rem;
}
.lifestyle-second .sec05 .box .box-docs {
    padding: 20px;
}
.lifestyle-second .sec05 .img-wrap {
    padding-right: 15px;
}
.lifestyle-second .sec05 img {
    border-radius: 6px;
    margin-bottom: 17px;
}
.lifestyle-second .sec05 .btm-img-wrap .col-6:first-child {
    padding-right: 7px !important;
}
.lifestyle-second .sec05 .btm-img-wrap .col-6:last-child {
    padding-left: 7px !important;
}
.lifestyle-second .sec05 .box p {
    line-height: 1.8;
    font-size: var(--14px);
}
.lifestyle-second .sec05 .box .atten {
    font-size: var(--12px);
    line-height: 1.8;
}
.lifestyle-second .sec05 .box .btn {
    width: 100%;
    padding: 14px;
    margin-top: 25px;
}
.lifestyle-second .sec05 .box hr {
    margin: 15px 0px;
}
}



/* My story
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mystory-first .movie-bg {
    padding: 0px 0px 50px;
    margin-bottom: 120px;
}

.mystory-first .movie-bg h2 {
    font-size: var(--32px);
    top: -80px;
    margin-left: -50px;
    letter-spacing: 0.08rem;
    position: absolute;
    z-index: 1;
}

.mystory-first .movie-bg h2 img {
    width: 300px;
}

.mystory-first .movie-bg h2 span {
    font-size: var(--100px);
}

.mystory-first-civil .sec03 .movie-bg h2 {
    top: -110px !important;
}

.mystory-first-civil .movie-bg {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #ffddd8 50%,   #ffddd8 100%);
}
.mystory-first-arch .movie-bg {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff6d0 50%,   #fff6d0 100%);
}
.mystory-first-mech .movie-bg {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #d5f5d5 50%, #d5f5d5 100%);
}
.mystory-first-ee .movie-bg {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #DBF3F3 50%, #DBF3F3 100%);
}
.mystory-first-chem .movie-bg {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #d7f2fd 50%, #d7f2fd 100%);
}
.mystory-first-cs .movie-bg {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f4e6fa 50%, #f4e6fa 100%);
}

/*プロフィール*/
.mystory-first .profile {
    color: #fff;
    margin: 0 0 140px auto;
    padding: 40px;
    position: relative;
    max-width: 800px;
}

.mystory-first .profile img {
    position: absolute;
    top: -80px;
    right: 10px;
    width: 170px;
}

.mystory-first .profile .name {
	color: #fff;
    margin-bottom: 0px;
}

.mystory-first .profile .name span {
    font-size: var(--14px);
}

.mystory-first .company  {
    font-size: var(--24px);
    margin-bottom: 0px;
    font-weight: 900;
	color: #fff;
}

.mystory-first .company span {
    background-color: #fff;
    font-size: var(--12px);
    padding: 3px 7px;
    margin-right: 5px;
}

.mystory-first .sec02 .Title-plusmark,.mystory-first .sec03 .Title-plusmark {
    margin: 0 0 40px 5px;
    width: 140px;
}

/*本文*/
.mystory-first h3 {
    font-size: var(--20px);
    font-weight: bold;
    letter-spacing: 0.06rem;
    margin-bottom: 0px;
}

.mystory-first-civil h3 {
    color: var(--civil);
}

.mystory-first-arch h3 {
    color: var(--arch);
}

.mystory-first-mech h3 {
    color: var(--mech);
}

.mystory-first-ee h3 {
    color: var(--ee);
}

.mystory-first-chem h3 {
    color: var(--chem);
}

.mystory-first-cs h3 {
    color: var(--cs);
}


.mystory-first p {
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 40px;
    letter-spacing: 0.07rem;
}

.mystory-first .plusmark {
    margin: 80px;
    width: 80px;
}


/*4年間*/
.mystory-first .four-year .Title-box {
	padding: 30px;
	position: relative;
}

.mystory-first .four-year .col-md-6 {
    padding: 0 10px;
}

.mystory-first .four-year h3 {
    color: var(--black);
    font-size: var(--28px);
    text-align: center;
    margin-bottom: 40px;
}

.mystory-first .four-year h5 {
    font-size: var(--16px);
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mystory-first .four-year h5 .circle {
    border-radius: 50%;
    color: #fff;
    font-size: var(--14px);
    display: inline-block;
    margin-right: 7px;
    padding: 20px 0 0 8px;
    height: 70px;
    width: 70px;
}
.mystory-first-civil .four-year h5 .circle {
    background-color: var(--civil);
}
.mystory-first-arch .four-year h5 .circle {
    background-color: var(--arch);
}
.mystory-first-mech .four-year h5 .circle {
    background-color: var(--mech);
}
.mystory-first-ee .four-year h5 .circle {
    background-color: var(--ee);
}
.mystory-first-chem .four-year h5 .circle {
    background-color: var(--chem);
}
.mystory-first-cs .four-year h5 .circle {
    background-color: var(--cs);
}


.mystory-first .four-year h5 .circle .en {
    color: #fff;
    font-size: var(--40px);
}

.mystory-first .four-year p {
    font-size: var(--14px);
    line-height: 1.4;
}

.mystory-first .four-year img {
    margin-bottom: 10px;
}

.mystory-first .four-year .Title-box:before,.mystory-first .four-year .Title-box:after {
    content: '';
	width: 20px;
	height: 20px;
	position: absolute;
}

.mystory-first .four-year .Title-box:before {
    border-left: solid 3px;
	border-top: solid 3px ;
	top: 5px;
	left: 23%;
}

.mystory-first .four-year .Title-box:after {
    border-right: solid 3px #000000;
	border-bottom: solid 3px #000000;
	bottom: 30px;
	right: 23%;
}
.mystory-first-civil .four-year .Title-box:before {
    border-left: solid 3px var(--civil) !important;
	border-top: solid 3px var(--civil) !important;
}
.mystory-first-civil .four-year .Title-box:after {
    border-right: solid 3px var(--civil) !important; 
	border-bottom: solid 3px var(--civil) !important;
}

.mystory-first-arch .four-year .Title-box:before {
    border-left: solid 3px var(--arch) !important;
	border-top: solid 3px var(--arch) !important;
}
.mystory-first-arch .four-year .Title-box:after {
    border-right: solid 3px var(--arch) !important; 
	border-bottom: solid 3px var(--arch) !important;
}
.mystory-first-mech .four-year .Title-box:before {
    border-left: solid 3px var(--mech) !important;
	border-top: solid 3px var(--mech) !important;
}
.mystory-first-mech .four-year .Title-box:after {
    border-right: solid 3px var(--mech) !important; 
	border-bottom: solid 3px var(--mech) !important;
}

.mystory-first-ee .four-year .Title-box:before {
    border-left: solid 3px var(--ee) !important;
	border-top: solid 3px var(--ee) !important;
}
.mystory-first-ee .four-year .Title-box:after {
    border-right: solid 3px var(--ee) !important; 
	border-bottom: solid 3px var(--ee) !important;
}
.mystory-first-chem .four-year .Title-box:before {
    border-left: solid 3px var(--chem) !important;
	border-top: solid 3px var(--chem) !important;
}
.mystory-first-chem .four-year .Title-box:after {
    border-right: solid 3px var(--chem) !important; 
	border-bottom: solid 3px var(--chem) !important;
}
.mystory-first-cs .four-year .Title-box:before {
    border-left: solid 3px var(--cs) !important;
	border-top: solid 3px var(--cs) !important;
}
.mystory-first-cs .four-year .Title-box:after {
    border-right: solid 3px var(--cs) !important; 
	border-bottom: solid 3px var(--cs) !important;
}



/*研究室紹介*/
.mystory-first .lab {
    background-color: var(--black);
    color: var(--white);
    margin-top: 120px;
}

.mystory-first .lab img {
	margin-bottom: -7px;
}

.mystory-first .lab p {
	color: var(--white);
}

.mystory-first .lab .col-lg-6 {
    padding-right: 0;
}
.mystory-first .lab .docs {
    padding: 40px 30px 40px 70px;
}

.mystory-first .lab h4 {
    font-size: var(--28px);
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0.075rem;
	background-color: var(--black);
}

.mystory-first .lab .en {
    font-size: var(--24px);
    font-weight: bold;
    letter-spacing: 0.07rem;
    margin-bottom: 0;
}

.mystory-first .lab p {
    line-height: 1.75;
    font-weight: 400;
    font-size: var(--14px);
    margin-bottom: 5px;
}

.mystory-first .lab .name {
    margin-bottom: 15px;
}

.mystory-first .lab .plusmark {
    margin: 0 0 20px 0;
    width: 45px;
}

.mystory-first .lab .link {
    color: var(--red);
    font-size: var(--14px);
    font-weight: bold;
    letter-spacing: 0.07rem;
    text-decoration: underline;
}

.mystory-first .lab .link .icon {
	margin-bottom: -3px;
    width: 18px;
}

.mystory-first .sec03  {
    padding-top: 120px;
}

.mystory-first-civil .lab .en {
    color: var(--civil);
}

.mystory-first-arch .lab .en {
    color: var(--arch);
}

.mystory-first-mech .lab .en {
    color: var(--mech);
}

.mystory-first-ee .lab .en {
    color: var(--ee);
}

.mystory-first-chem .lab .en {
    color: var(--chem);
}

.mystory-first-cs .lab .en {
    color: var(--cs);
}



@media (max-width: 991px){
	.mystory-first .wrapper {
	padding: 0 20px;
}
        .mystory-first .sec04 .btn {
        margin-bottom: 25px;
    }
		.mystory-first .lab img {
		margin-bottom: -35px;
	}
}

@media (max-width: 575px){
.mystory-first .movie-bg {
    padding: 0px 0px 40px 0px;
    margin-bottom: 80px;
}
.mystory-first .movie-bg h2 {
    font-size: var(--24px);
    top: -50px;
    margin-left: -15px;
}
.mystory-first .movie-bg h2 span {
    font-size: var(--60px);
}
.mystory-first .movie-bg h2 img {
    width: 160px;
}
.mystory-first-civil .sec03 {
    padding-top: 90px !important;
}
.mystory-first-civil .sec03 .movie-bg h2 {
    top: -80px !important;
}
/*profile*/
.mystory-first .profile .name {
    font-size: var(--14px);
    letter-spacing: 0.08rem;
    line-height: 1.4;
    margin-bottom: 15px;
}
.mystory-first .profile .name span {
    font-size: var(--12px);
}
.mystory-first .profile .company {
    font-size: var(--16px);
}
.mystory-first .profile .company span {
    font-size: var(--12px);
}
.mystory-first .profile img {
    top: -60px;
    right: 0px;
    width: 110px;
}
.mystory-first .profile {
    margin: 0 0 60px auto;
    padding: 25px 95px 25px 15px;
}
/*本文*/
.mystory-first h3 {
    font-size: var(--18px);
}
.mystory-first p {
    line-height: 1.7;
    margin-bottom: 40px;
    font-size: var(--16px);
}
.mystory-first .plusmark {
    margin: 80px;
    width: 50px;
}
/*４年間*/
.mystory-first .four-year h3 {
    color: var(--black);
    font-size: var(--20px);
    text-align: center;
    margin-bottom: 40px;
}
.mystory-first .four-year h5 {
    display: block;
    font-size: var(--14px);
    text-align: center;
	border-bottom: 0px;
}
.mystory-first .four-year h5 .circle {
    margin-bottom: 15px;
}
.mystory-first .four-year .col-6 {
    padding: 0 7px;
}
.mystory-first .four-year .Title-box:before {
    left: 5%;
}
.mystory-first .four-year .Title-box:after {
    right: 5%;
}
.mystory-first .four-year p {
    font-size: var(--14px);
    margin-bottom: 25px;
}
/*研究室紹介*/
.mystory-first .lab {
	margin-top: 60px;
}

	
.mystory-first .lab .docs {
    padding: 50px 40px 0;
}
.mystory-first .lab h4 {
    font-size: var(--20px);
}
.mystory-first .lab p {
    margin-bottom: 10px;
	font-size: var(--16px)
	
}
.mystory-first .lab .link {
    margin-bottom: 40px;
    display: block;
}
	

}


/* Mystory 2024
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mystory-second h3 {
	font-size: var(--32px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.15rem;
	margin: 60px 0px 80px;
	text-align: center;
	position: relative;
  padding: 1em 2em;
  text-align: center;
}
.mystory-second h3:before,.mystory-second h3:after {
	position: absolute;
  content: '';
}
.mystory-second h3:before {
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}
.mystory-second h3:after {
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
}
.mystory-second h4 {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	margin-bottom: 20px;
    background-color: #fff;
}

.mystory-second .plusmark-wrap {
    text-align: center;
    margin: 100px 0px;
}
.mystory-second .plusmark-wrap img{
    width: 80px;
}


.mystory-second .movie-wrap {
	padding: 60px;
}
.mystory-second .movie-wrap .img-wrap {
	overflow: hidden;
	margin-bottom: 0px;
}
.mystory-second .movie-wrap img {
	transition:1.2s all;
}
.mystory-second .movie-wrap img:hover {
	transform:scale(1.15,1.15);
	transition:1.2s all;
}

.mystory-second a[class*='lightcase-icon-'].lightcase-icon-close {
	left:15px !important;
	}

.mystory-second .docs-wrap {
    margin-bottom: 80px;
}

/*youtube 埋め込み*/
.mystory-second  .video {
	position: relative;
	width:100%;
	height:0;
	padding-top: 56.25%;
  }
  
  /* YouTube埋め込み用のiframe */
  .mystory-second  .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

.mystory-second .sec03 {
	margin-top: 140px;
}

/*プロフィール*/
.mystory-second .sec03 .box-wrap {
	margin-top: -60px;
	width: 80%;
}
.mystory-second .sec03 .profile-box {
	background-color: #FFF;
	padding: 12px;
	margin-bottom: 120px;
	position: relative;
}
.mystory-second .sec03  .profile-box .profile-title {
	font-size: var(--40px);
	font-weight: bold;
	margin: -50px 0 -10px;
	text-align: center;
}
.mystory-second .sec03  .profile-box .profile-title span {
    background-color: #fff;
	padding: 0 25px;
}
.mystory-second .sec03 .profile-box .pl-fix {
    padding: 25px 10px 0 25px;
}
.mystory-second .sec03 .profile-box .pr-fix {
    padding: 25px 25px 0 10px;
}
.mystory-second .sec03 .profile-box p {
	line-height: 1.65;
}
.mystory-second .sec03 .profile-box .name {
	font-weight: bold;
	font-size: var(--18px);
	margin-bottom: 0px;
	line-height: 1.3;
}
.mystory-second .sec03 .profile-box .name span,.mystory-second .sec03 .profile-box .text {
	font-weight: normal;
	font-size: var(--14px);
}
.mystory-second .sec03 .profile-box .type {
	font-size: var(--14px);
	margin-bottom: 20px;
}
.mystory-second .sec03 .profile-box .title {
	font-weight: bold;
	margin-bottom: 0px;
}
.mystory-second .sec03 .profile-box .bottom-docs {
	padding: 25px;
	color: #fff;
	margin: 25px -5px -20px;
	width: 100%;
}
.mystory-second .sec03 .profile-box .bottom-docs h5 {
	font-size: var(--20px);
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff !important;
	letter-spacing: 0.08rem;
	text-align: center;
    border-bottom: 0px;
}
.mystory-second .sec03 .profile-box .bottom-docs h5:before ,.mystory-second .sec03 .profile-box .bottom-docs h5:after {
	content: '';
  position: absolute;
  display: inline-block;
  margin-top: 15px;
  width: 45px;
  height: 2px;
  background-color: #fff;
} 
.mystory-second .sec03 .profile-box .bottom-docs h5:before {
	left: 20%;
}
.mystory-second .sec03 .profile-box .bottom-docs h5:after {
	right: 20%;
}
.mystory-second .sec03 .profile-box .bottom-docs p {
	margin-bottom: 0px;
	font-weight: 500 !important;
	font-size: var(--14px) !important;
	color: #fff;
}

/*4年間*/
.mystory-second .sec03 .fouryears-wrap .title-img{
	max-width: 500px;
	margin-bottom: 25px;
}
.mystory-second .sec03 .fouryears-wrap .docs-wrap {
	padding: 0;
}

.mystory-second .sec03 .fouryears-wrap .docs-wrap .docs {
	padding: 0px 15px;
}
.mystory-second .sec03 .fouryears-wrap h5 {
	font-size: var(--24px);
	font-weight: 600;
	border-bottom: solid 3px var(--black);
	position: relative;
	line-height: 1.25;
    border-bottom: 3px;
}
.mystory-second .sec03 .fouryears-wrap h5 span {
	font-family: 'Hind Madurai', sans-serif;
    font-style: italic;
    font-weight: 700;
	font-size: var(--54px);
	margin-right: 7px;
}
.mystory-second .sec03 .fouryears-wrap h5:before {
	content: "●";
	font-size: var(--18px);
	position: absolute;
	left: 7px;
	bottom: -11px;
}
.mystory-second .sec03 .fouryears-wrap .docs-last-wrap h5:after {
	position: absolute;
	content: "";
	width: 40px;
  height: 25px;
  border-right: 3px solid #000;
  transform: skew(45deg);
  bottom: -2px;
  right: 10px;
}
.mystory-second .sec03 .fouryears-wrap h6 {
	font-size: var(--16px);
	margin: 10px 0px 5px;
	font-weight: 700;
	text-align: center;
}
.mystory-second .sec03 .fouryears-wrap p {
	font-size: var(--12px);
	line-height: 1.8;
	letter-spacing: 0.05rem;
}
.mystory-second .sec03 .circle-arrow {
	width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--black);
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 33%;
    z-index: 1;
	right: -10%;
}
.mystory-second .sec03 .circle-arrow:before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 22px;
	left: 20px;
    transform: rotate(45deg);
}

/*土木*/
.mystory-second-civil h3, .mystory-second-civil h4 {
    color: var(--civil-v1);
}
.mystory-second-civil h3:before {
    border-right: 3px solid var(--civil-v104);
    border-bottom: 3px solid var(--civil-v104);
}
.mystory-second-civil h3:after {
    border-left: 3px solid var(--civil-v104);
    border-top: 3px solid var(--civil-v104);
}
.mystory-second-civil .bgLRextend::before{
	background-color: var(--civil-v1);
}
.mystory-second-civil .color-area {
	background-color: var(--civil-v102);
}
.mystory-second-civil .movie-wrap {
	background: linear-gradient(180deg, var(--civil-v102) 0%, var(--civil-v102) 50%, var(--civil-v1) 50%, var(--civil-v1) 100%);
}
.mystory-second-civil .sec03 {
    background-color: var(--civil-v102);
}
.mystory-second-civil h5, .mystory-second-civil .sec03 h6 {
    color: var(--civil-v1);
}
.mystory-second-civil .sec03 .fouryears-wrap h5:before {
    color: var(--civil-v104);
}
.mystory-second-civil .sec03 .circle-arrow {
    background-color: var(--civil-v104) !important;
}
.mystory-second-civil .sec03 .fouryears-wrap .docs-last-wrap h5:after {
    border-right: 4px solid var(--civil-v1);
}
.mystory-second-civil .sec03 .fouryears-wrap h5 {
	border-bottom: solid 3px var(--civil-v1) !important; 
}
.mystory-second-civil .sec03 .profile-box {
    border: solid 3px var(--civil-v1);
}
.mystory-second-civil .sec03 .profile-box .profile-title,.mystory-second-civil .sec03 .profile-box .title {
    color: var(--civil-v1);
}
.mystory-second-civil .sec03 .profile-box .bottom-docs {
    background-color: var(--civil-v1);
}

/*建築*/
.mystory-second-arch h3, .mystory-second-arch h4 {
    color: var(--arch-v1);
}
.mystory-second-arch h3:before {
    border-right: 3px solid var(--arch-v104);
    border-bottom: 3px solid var(--arch-v104);
}
.mystory-second-arch h3:after {
    border-left: 3px solid var(--arch-v104);
    border-top: 3px solid var(--arch-v104);
}
.mystory-second-arch .bgLRextend::before{
	background-color: var(--arch-v1);
}
.mystory-second-arch .color-area {
	background-color: var(--arch-v102);
}
.mystory-second-arch .movie-wrap {
	background: linear-gradient(180deg, var(--arch-v102) 0%, var(--arch-v102) 50%, var(--arch-v1) 50%, var(--arch-v1) 100%);
}
.mystory-second-arch .sec03 {
    background-color: var(--arch-v102);
}
.mystory-second-arch h5, .mystory-second-arch .sec03 h6 {
    color: var(--arch-v1);
}
.mystory-second-arch .sec03 .fouryears-wrap h5:before {
    color: var(--arch-v104);
}
.mystory-second-arch .sec03 .circle-arrow {
    background-color: var(--arch-v104);
}
.mystory-second-arch .sec03 .fouryears-wrap .docs-last-wrap h5:after {
    border-right: 4px solid var(--arch-v1);
}
.mystory-second-arch .sec03 .fouryears-wrap h5 {
	border-bottom: solid 3px var(--arch-v1) !important; 
}
.mystory-second-arch .sec03 .profile-box {
    border: solid 3px var(--arch-v1);
}
.mystory-second-arch .sec03 .profile-box .profile-title,.mystory-second-arch .sec03 .profile-box .title {
    color: var(--arch-v1);
}
.mystory-second-arch .sec03 .profile-box .bottom-docs {
    background-color: var(--arch-v1);
}

/*機械*/
.mystory-second-mech h3, .mystory-second-mech h4 {
    color: var(--mech-v1);
}
.mystory-second-mech h3:before {
	border-right: 3px solid var(--mech-v104);
    border-bottom: 3px solid var(--mech-v104);
}
.mystory-second-mech h3:after {
    border-left: 3px solid var(--mech-v104);
    border-top: 3px solid var(--mech-v104);
}
.mystory-second-mech .bgLRextend::before{
	background-color: var(--mech-v1);
}
.mystory-second-mech .color-area {
	background-color: var(--mech-v102);
}
.mystory-second-mech .movie-wrap {
	background: linear-gradient(180deg, var(--mech-v102) 0%, var(--mech-v102) 50%, var(--mech-v1) 50%, var(--mech-v1) 100%);
}
.mystory-second-mech .sec03 {
    background-color: var(--mech-v102);
}
.mystory-second-mech h5, .mystory-second-mech .sec03 h6 {
    color: var(--mech-v1);
}
.mystory-second-mech .sec03 .fouryears-wrap h5:before {
    color: var(--mech-v104);
}
.mystory-second-mech .sec03 .circle-arrow {
    background-color: var(--mech-v104);
}
.mystory-second-mech .sec03 .fouryears-wrap .docs-last-wrap h5:after {
    border-right: 4px solid var(--mech-v1);
}
.mystory-second-mech .sec03 .fouryears-wrap h5 {
	border-bottom: solid 3px var(--mech-v1) !important; 
}
.mystory-second-mech .sec03 .profile-box {
    border: solid 3px var(--mech-v1);
}
.mystory-second-mech .sec03 .profile-box .profile-title,.mystory-second-mech .sec03 .profile-box .title {
    color: var(--mech-v1);
}
.mystory-second-mech .sec03 .profile-box .bottom-docs {
    background-color: var(--mech-v1);
}

/*電気*/
.mystory-second-ee h3, .mystory-second-ee h4 {
    color: var(--ee-v1);
}
.mystory-second-ee h3:before {
    border-right: 3px solid var(--ee-v104);
    border-bottom: 3px solid var(--ee-v104);
}
.mystory-second-ee h3:after {
    border-left: 3px solid var(--ee-v104);
    border-top: 3px solid var(--ee-v104);
}
.mystory-second-ee .bgLRextend::before{
	background-color: var(--ee-v1);
}
.mystory-second-ee .color-area {
	background-color: var(--ee-v102);
}
.mystory-second-ee .movie-wrap {
	background: linear-gradient(180deg, var(--ee-v102) 0%, var(--ee-v102) 50%, var(--ee-v1) 50%, var(--ee-v1) 100%);
}
.mystory-second-ee .sec03 {
    background-color: var(--ee-v102);
}
.mystory-second-ee h5, .mystory-second-ee .sec03 h6 {
    color: var(--ee-v1);
}
.mystory-second-ee .sec03 .fouryears-wrap h5:before {
    color: var(--ee-v104);
}
.mystory-second-ee .sec03 .fouryears-wrap h5 {
	border-bottom: solid 3px var(--ee-v1) !important; 
}
.mystory-second-ee .sec03 .circle-arrow {
    background-color: var(--ee-v104);
}
.mystory-second-ee .sec03 .fouryears-wrap .docs-last-wrap h5:after {
    border-right: 4px solid var(--ee-v1);
}
.mystory-second-ee .sec03 .profile-box {
    border: solid 3px var(--ee-v1);
}
.mystory-second-ee .sec03 .profile-box .profile-title,.mystory-second-ee .sec03 .profile-box .title {
    color: var(--ee-v1);
}
.mystory-second-ee .sec03 .profile-box .bottom-docs {
    background-color: var(--ee-v1);
}

/*生命*/
.mystory-second-chem h3, .mystory-second-chem h4 {
    color: var(--chem-v1);
}
.mystory-second-chem h3:before {
    border-right: 3px solid var(--chem-v104);
    border-bottom: 3px solid var(--chem-v104);
}
.mystory-second-chem h3:after {
    border-left: 3px solid var(--chem-v104);
    border-top: 3px solid var(--chem-v104);
}
.mystory-second-chem .bgLRextend::before{
	background-color: var(--chem-v1);
}
.mystory-second-chem .color-area {
	background-color: var(--chem-v102);
}
.mystory-second-chem .movie-wrap {
	background: linear-gradient(180deg, var(--chem-v102) 0%, var(--chem-v102) 50%, var(--chem-v1) 50%, var(--chem-v1) 100%);
}
.mystory-second-chem .sec03 {
    background-color: var(--chem-v102);
}
.mystory-second-chem h5, .mystory-second-chem .sec03 h6 {
    color: var(--chem-v1);
}
.mystory-second-chem .sec03 .fouryears-wrap h5:before {
    color: var(--chem-v104);
}
.mystory-second-chem .sec03 .fouryears-wrap h5 {
	border-bottom: solid 3px var(--chem-v1) !important; 
}
.mystory-second-chem .sec03 .circle-arrow {
    background-color: var(--chem-v104);
}
.mystory-second-chem .sec03 .fouryears-wrap .docs-last-wrap h5:after {
    border-right: 4px solid var(--chem-v1);
}
.mystory-second-chem .sec03 .profile-box {
    border: solid 3px var(--chem-v1);
}
.mystory-second-chem .sec03 .profile-box .profile-title,.mystory-second-chem .sec03 .profile-box .title {
    color: var(--chem-v1);
}
.mystory-second-chem .sec03 .profile-box .bottom-docs {
    background-color: var(--chem-v1);
}

/*情報*/
.mystory-second-cs h3, .mystory-second-cs h4 {
    color: var(--cs-v1);
}
.mystory-second-cs h3:before {
    border-right: 3px solid var(--cs-v104);
    border-bottom: 3px solid var(--cs-v104);
}
.mystory-second-cs h3:after {
    border-left: 3px solid var(--cs-v104);
    border-top: 3px solid var(--cs-v104);
}
.mystory-second-cs .bgLRextend::before{
	background-color: var(--cs-v1);
}
.mystory-second-cs .color-area {
	background-color: var(--cs-v102);
}
.mystory-second-cs .movie-wrap {
	background: linear-gradient(180deg, var(--cs-v102) 0%, var(--cs-v102) 50%, var(--cs-v1) 50%, var(--cs-v1) 100%);
}
.mystory-second-cs .sec03 {
    background-color: var(--cs-v102);
}
.mystory-second-cs h5, .mystory-second-cs .sec03 h6 {
    color: var(--cs-v1);
}
.mystory-second-cs .sec03 .fouryears-wrap h5:before {
    color: var(--cs-v104);
}
.mystory-second-cs .sec03 .circle-arrow {
    background-color: var(--cs-v104);
}
.mystory-second-cs .sec03 .fouryears-wrap .docs-last-wrap h5:after {
    border-right: 4px solid var(--cs-v1);
}
.mystory-second-cs .sec03 .fouryears-wrap h5 {
	border-bottom: solid 3px var(--cs-v1) !important; 
}
.mystory-second-cs .sec03 .profile-box {
    border: solid 3px var(--cs-v1);
}
.mystory-second-cs .sec03 .profile-box .profile-title,.mystory-second-cs .sec03 .profile-box .title {
    color: var(--cs-v1);
}
.mystory-second-cs .sec03 .profile-box .bottom-docs {
    background-color: var(--cs-v1);
}

/*先輩*/
.mystory-second-senpai .profile-box-wrap {
	margin: 40px 0px 0px 30%;
}
.mystory-second-senpai .profile-box-wrap h5 {
	font-size:var(--40px);
	border-bottom: 0px;
	margin-bottom: -32px;
}
.mystory-second-senpai .profile-box-wrap .profile-box {
	padding: 20px;
	height: 170px;
	position: relative;
}
.mystory-second-senpai .profile-box-wrap .profile-box .name {
	font-size: var(--20px);
	line-height: 1.25;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: solid 2px #fff;
	color: #fff;
}
.mystory-second-senpai .profile-box-wrap .profile-box .name span {
	font-size: var(--14px);
	font-weight: normal;
}
.mystory-second-senpai .profile-box-wrap .profile-box .company-name span {
	font-size: var(--16px);
	background-color: #fff;
	margin-right: 10px;
	padding: 3px 10px;
	vertical-align: top;
}
.mystory-second-senpai .profile-box-wrap .profile-box .company-name {
	font-size: var(--24px);
	font-weight: 700;
	color: #fff;
}
.mystory-second-senpai .profile-box-wrap .profile-box img {
	width: 250px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: -30%;
} 

.mystory-second-senpai .lab-box-tit {
    text-align: center;
	font-size: var(--24px);
    font-weight: 900;
    color: var(--red) !important;
	margin-bottom: 30px;
}

.mystory-second-senpai .lab-box-tit:before {
    display: inline-block;
    height: 28px;
    width: 28px;
    vertical-align: middle;
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/text-deco01.png);
    content: '';
    background-repeat: no-repeat;
    margin-right: 10px;
	background-size: contain;
}

.mystory-second-senpai .lab-box-tit:after {
    display: inline-block;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    content: '';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/text-deco02.png);
    background-repeat: no-repeat;
    margin-left: 5px;
	background-size: contain;
}

/*研究室*/
.mystory-second-senpai .sec05  {
	background-position: top center;
	padding: 40px 0;
}
.mystory-second-senpai .sec05 .lab-box {
	padding: 25px;
	background-color:#fff;
}
 
.mystory-second-senpai .sec05 .lab-box h5 {
	font-weight: 900;
	margin-bottom: 0px;
	font-size: var(--28px);
	letter-spacing: 0.1rem;
	border-bottom: 0px;
}
.mystory-second-senpai .sec05 .lab-box .name {
	font-size: 1rem;
	font-weight: 500;
}
.mystory-second-senpai .sec05 .lab-box .plusmark-wrap {
	margin: 10px 0px;
	text-align: left;
}
.mystory-second-senpai .sec05 .lab-box .plus_mark {
	opacity: 0.3;
	width: 40px;
	margin-bottom:10px;
}
.mystory-second-senpai .sec05 .lab-box p {
	line-height: 1.85;
	font-size: var(--14px);
}

/*先輩 土木*/
.mystory-second-senpai-civil h5, .mystory-second-senpai-civil .tit-wrap p, .mystory-second-senpai-civil .profile-box-wrap .profile-box .company-name span {
    color: var(--civil-v1);
}
.mystory-second-senpai-civil .profile-box {
    background-color: var(--civil-v1);
}
.mystory-second-senpai-civil .sec05 {
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory01-senpai-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.mystory-second-senpai-civil .sec05 .lab-box {
	border: solid 3px var(--civil-v1);
}
.mystory-second-senpai-civil .sec05 .lab-box h5, .mystory-second-senpai-civil .sec05 .lab-box .name{
	color: var(--civil-v1);
}

/*先輩 建築*/
.mystory-second-senpai-arch h5, .mystory-second-senpai-civil .tit-wrap p, .mystory-second-senpai-arch .profile-box-wrap .profile-box .company-name span {
    color: var(--arch-v1);
}
.mystory-second-senpai-arch .profile-box {
    background-color: var(--arch-v1);
}
.mystory-second-senpai-arch .sec05 {
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory02-senpai-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.mystory-second-senpai-arch .sec05 .lab-box {
	border: solid 3px var(--arch-v1);
}
.mystory-second-senpai-arch .sec05 .lab-box h5, .mystory-second-senpai-arch .sec05 .lab-box .name{
	color: var(--arch-v1);
}

/*先輩 機械*/
.mystory-second-senpai-mech h5, .mystory-second-senpai-civil .tit-wrap p, .mystory-second-senpai-mech .profile-box-wrap .profile-box .company-name span {
    color: var(--mech-v1);
}
.mystory-second-senpai-mech .profile-box {
    background-color: var(--mech-v1);
}
.mystory-second-senpai-mech .sec05 {
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory03-senpai-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.mystory-second-senpai-mech .sec05 .lab-box {
	border: solid 3px var(--mech-v1);
}
.mystory-second-senpai-mech .sec05 .lab-box h5, .mystory-second-senpai-mech .sec05 .lab-box .name{
	color: var(--mech-v1);
}

/*先輩 電気*/
.mystory-second-senpai-ee h5, .mystory-second-senpai-civil .tit-wrap p, .mystory-second-senpai-ee .profile-box-wrap .profile-box .company-name span {
    color: var(--ee-v1);
}
.mystory-second-senpai-ee .profile-box {
    background-color: var(--ee-v1);
}
.mystory-second-senpai-ee .sec05 {
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory04-senpai-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.mystory-second-senpai-ee .sec05 .lab-box {
	border: solid 3px var(--ee-v1);
}
.mystory-second-senpai-ee .sec05 .lab-box h5, .mystory-second-senpai-ee .sec05 .lab-box .name{
	color: var(--ee-v1);
}

/*先輩 生命*/
.mystory-second-senpai-chem h5, .mystory-second-senpai-civil .tit-wrap p, .mystory-second-senpai-chem .profile-box-wrap .profile-box .company-name span {
    color: var(--chem-v1);
}
.mystory-second-senpai-chem .profile-box {
    background-color: var(--chem-v1);
}
.mystory-second-senpai-chem .sec05 {
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory05-senpai-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.mystory-second-senpai-chem .sec05 .lab-box {
	border: solid 3px var(--chem-v1);
}
.mystory-second-senpai-chem .sec05 .lab-box h5, .mystory-second-senpai-chem .sec05 .lab-box .name{
	color: var(--chem-v1);
}

/*先輩 情報*/
.mystory-second-senpai-cs h5, .mystory-second-senpai-civil .tit-wrap p, .mystory-second-senpai-cs .profile-box-wrap .profile-box .company-name span {
    color: var(--cs-v1);
}
.mystory-second-senpai-cs .profile-box {
    background-color: var(--cs-v1);
}
.mystory-second-senpai-cs .sec05 {
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory06-senpai-bg.jpg);
	background-position: top center;
	background-size: cover;
}
.mystory-second-senpai-cs .sec05 .lab-box {
	border: solid 3px var(--cs-v1);
}
.mystory-second-senpai-cs .sec05 .lab-box h5, .mystory-second-senpai-cs .sec05 .lab-box .name{
	color: var(--cs-v1);
}

@media (max-width: 991px) {
    .mystory-second .wrapper {
        padding: 0 20px;
    }
	.mystory-second .movie-wrap {
    padding: 30px;
}
	
	.mystory-second .sec03 {
		padding-bottom: 80px;
		margin-bottom: -35px;
	}
	.mystory-second .sec03 .fouryears-wrap .fouryears-docs {
	padding: 0px 5px 0px 10px;
	margin-left: 3px;
	position: relative;
}
.mystory-second .sec03 .fouryears-wrap .fouryears-docs:after {
	position: absolute;
	content: "";
	width: 40px;
  height: 20px;
  transform: skew(-45deg);
  bottom: 1px;
  left: -29px;
}
.mystory-second .sec03 .fouryears-wrap h2 {
	margin-bottom: 60px;
}
.mystory-second .sec03 .fouryears-wrap h2 p {
	font-size: 1.5rem;
}
.mystory-second .sec03 .fouryears-wrap h5 {
	border-bottom: 0px !important;
	padding-left: 10px;
	margin: 60px 0px 0px;
}
.mystory-second .sec03 .fouryears-wrap .docs-last-wrap h5:after {
	width: 0px;
	height: 0px;
}
.mystory-second .sec03 .fouryears-wrap h5:before {
	left: -20px;
	top: 25px;
}
.mystory-second .sec03 .fouryears-wrap .docs-first-wrap h5 {
	margin-top: -40px;
}
.mystory-second .sec03 .fouryears-wrap h6 {
	text-align: left;
	margin-top: 0px;
}
.mystory-second .sec03 .fouryears-wrap .title-img{
	width: 90%;
	margin-bottom: 50px;
}
.mystory-second .sec03 .circle-arrow {
	top: 102%;
	right: 45%;
}
.mystory-second .sec03 .circle-arrow:before {
	top: 20px;
	left: 22px;
	transform: rotate(135deg);
}
.mystory-second .sec03 .fouryears-wrap .fouryears-docs {
	padding: 0px 5px 0px 10px;
	margin-left: 3px;
	position: relative;
	width: 80%;
	margin: auto;
}
/*01 土木工学科*/
.mystory-second-civil .sec03 .fouryears-wrap .fouryears-docs {
	border-left: solid 3px var(--civil-v1);
}
.mystory-second-civil .sec03 .fouryears-wrap .fouryears-docs:after {
	border-right: 4px solid var(--civil-v1);
}
/*02 建築学科*/
.mystory-second-arch .sec03 .fouryears-wrap .fouryears-docs {
	border-left: solid 3px var(--arch-v1);
}
.mystory-second-arch .sec03 .fouryears-wrap .fouryears-docs:after {
	border-right: 4px solid var(--arch-v1);
}
/*03 機械工学科*/
.mystory-second-mech .sec03 .fouryears-wrap .fouryears-docs {
	border-left: solid 3px var(--mech-v1);
}
.mystory-second-mech .sec03 .fouryears-wrap .fouryears-docs:after {
	border-right: 4px solid var(--mech-v1);
}
/*04 電気電子工学科*/
.mystory-second-ee .sec03 .fouryears-wrap .fouryears-docs {
	border-left: solid 3px var(--ee-v1);
}
.mystory-second-ee .sec03 .fouryears-wrap .fouryears-docs:after {
	border-right: 4px solid var(--ee-v1);
}
/*05 生命応用化学科*/
.mystory-second-chem .sec03 .fouryears-wrap .fouryears-docs {
	border-left: solid 3px var(--chem-v1);
}
.mystory-second-chem .sec03 .fouryears-wrap .fouryears-docs:after {
	border-right: 4px solid var(--chem-v1);
}
/*06 情報工学科*/
.mystory-second-cs .sec03 .fouryears-wrap .fouryears-docs {
	border-left: solid 3px var(--cs-v1);
}
.mystory-second-cs .sec03 .fouryears-wrap .fouryears-docs:after {
	border-right: 4px solid var(--cs-v1);
}
	
/*先輩*/
	.mystory-second-senpai .profile-box-wrap {
			margin: 40px 0px 0px 15%;
		}
		.mystory-second-senpai .profile-box-wrap .profile-box img {
			width: 200px;
		}
		.mystory-second-senpai-chem .profile-box {
			height: 230px;
		}
		.mystory-second-senpai-cs .profile-box {
			height: 260px;
		}
.mystory-second-senpai .sec05 {
    padding: 60px 40px;
}
	.mystory-second-senpai-civil .sec05 {
        background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory01-senpai-bg-sp.jpg);
        background-position: top center;
        background-size: cover;
        height: 950px;
    }
    .mystory-second-senpai-arch .sec05 {
        background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory02-senpai-bg-sp.jpg);
        background-position: top center;
        background-size: cover;
        height: 950px;
    }

.mystory-second-senpai-mech .sec05 {
        background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory03-senpai-bg-sp.jpg);
        background-position: top center;
        background-size: cover;
        height: 950px;
    }
    .mystory-second-senpai-ee .sec05 {
        background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory04-senpai-bg-sp.jpg);
        background-position: top center;
        background-size: cover;
        height: 950px;
    }
    .mystory-second-senpai-chem .sec05 {
        background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory05-senpai-bg-sp.jpg);
        background-position: top center;
        background-size: cover;
        height: 950px;
    }
    .mystory-second-senpai-cs .sec05 {
        background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/mystory06-senpai-bg-sp.jpg);
        background-position: top center;
        background-size: cover;
        height: 950px;
    }
}


@media (max-width: 575px) {
	.mystory-second .movie-wrap {
		padding: 15px;
	}
	
	.mystory-second .sec03 {
		padding-bottom: 40px;
	}
	
	.mystory-second .sec03 .box-wrap {
    width: 90%;
}
	
	    .mystory-second .sec03 .profile-box {
        margin-bottom: 80px;
    }
      .mystory-second .sec03 .profile-box .bottom-docs h5:before, .mystory-second .sec03 .profile-box .bottom-docs h5:after {
            width: 25px
    }
    
    .mystory-second .sec03 .profile-box .bottom-docs h5:before {
    left: 7%;
    margin-top: 25px;
}

.mystory-second .sec03 .profile-box .bottom-docs h5:after {
    margin-top: 0;
    right: 8%;
}
.mystory-second .sec03 .profile-box .pl-fix {
    padding: 25px 0px 0 0px;
}
.mystory-second .sec03 .profile-box .pr-fix {
        padding: 20px 20px 0 20px;
}
	
	.mystory-second .sec03 .fouryears-wrap .fouryears-docs {
		width: 98%;
	}
	
.mystory-second .sec03 .fouryears-wrap h2 {
			margin-bottom: 60px;
		}
		.mystory-second .sec03 .fouryears-wrap h2 p {
			font-size: 1.5rem;
		}
		.mystory-second .sec03 .fouryears-wrap h5 {
			border-bottom: none;
			padding-left: 10px;
			margin: 0px;
		}
		.mystory-second .sec03 .fouryears-wrap .docs-last-wrap h5:after {
			width: 0px;
			height: 0px;
		}
		.mystory-second .sec03 .fouryears-wrap h5:before {
			left: -20px;
			top: 25px;
		}
		.mystory-second .sec03 .fouryears-wrap .docs-first-wrap h5 {
			margin-top: -40px;
		}
		.mystory-second .sec03 .fouryears-wrap h6 {
			text-align: left;
			margin-top: 10px;
			font-size: var(--18px);
		}
.mystory-second .sec03 .fouryears-wrap p {
	font-size: var(--16px);
}
		.mystory-second .sec03 .fouryears-wrap .title-img{
			width: 90%;
			margin-bottom: 50px;
		}
	
	/*先輩*/
	.mystory-second-senpai .profile-box-wrap .profile-box {
			padding: 15px;
			margin-right: -15px;
			height: 250px;
			margin-bottom: 100px;
		}
		.mystory-second-senpai .profile-box-wrap .profile-box .name {
			font-size: var(--16px);
			line-height: 1.3;
		}
		.mystory-second-senpai .profile-box-wrap .profile-box .name span,.mystory-second-senpai .sec04 .profile-box-wrap .profile-box .company-name span {
			font-size: var(--12px);
		}
		.mystory-second-senpai .profile-box-wrap .profile-box .company-name {
			font-size: var(--18px);
			line-height: 1.5;
		}
		.mystory-second-senpai .profile-box-wrap .profile-box img {
			width: 120px;
			top: 110px;
			margin-right: -15px;
		}
	 .mystory-second-senpai .lab-box-tit {
    font-size: var(--18px);
}

.mystory-second-senpai .lab-box-tit:before {
    height: 22px;
    width: 22px;
}
.mystory-second-senpai .lab-box-tit:after {
    height: 22px;
    width: 22px;
    }
    .mystory-second-senpai .sec05 {
    padding: 60px 10px;
	height: 900px;
}
.mystory-second-senpai .sec05 .lab-box {
    padding: 25px 15px;
}
.mystory-second-senpai .sec05 .lab-box h5 {
    font-size: var(--24px);
}
}




/* 人事の声
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hr {
	padding-bottom: 80px;
}

.hr .vk_posts-postType-post {
    justify-content: center;
}

.hr .vk_posts .vk_post-col-xxl-6 {
    width: calc(40% - 30px);
}

.hr h2 {
   color: var(--blueblack);
    border-top: 0px solid var(--vk-color-primary);
    border-bottom: 0px solid var(--vk-color-border-hr);
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

.hr h2:before,.hr h2:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}

.hr h2:before {
    border-left: solid 2px var(--red);
    border-top: solid 2px var(--red);
    top: 0;
    left: 5px;
}

.hr h2:after {
    border-right: solid 2px var(--red);
    border-bottom: solid 2px var(--red);
    bottom: 0;
    right: 5px;
}

@media (max-width: 575px) {
	.hr {
	padding-bottom: 40px;
}
	.hr h2 {
		font-size: var(--20px);
		margin-bottom: 40px;
		line-height:1.6;
	}
}



/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
    background-color: var(--whiteblue);
    padding: 160px 20px 0;
}

.footer h2 {
	border: 0px;
}

.footer h2 img {
    margin-bottom: 0;
}

.footer p {
    text-align: center;
    font-size: var(--20px);
    font-weight: 600;
    line-height: 1.9;
    margin: 40px 0 60px; 
}

.footer .bnr {
    border: solid 1px #cbd4dd;
    margin-bottom: 40px;
}

.footer .logo {
    margin: 140px 20px 40px 0;
    width: 500px;
}

.footer .btn {
    border: solid 2px var(--red);
    border-radius: 0px;
    color: var(--red);
    font-weight: 700;
    font-size: var(--20px);
    padding: 40px 15px;
    transition : all 0.5s ease 0s;
    width: 100%;
}

.footer .btn:after {
    content: '';
	background-image: url(https://www.ce.nihon-u.ac.jp/manapa/wp-test/wp-content/uploads/2025/07/arrow-left02-red.png);
    right: 40px;
    position: absolute;
    height: 32px;
    width: 32px;
    margin: 0px 0px 10px 8px;
	display: inline-block;
	background-size: contain;
     vertical-align: middle;
}

.footer .btn:hover {
    color: var(--red);
    opacity: 0.7;
}

.footer .sns img {
    margin: 0 12px 30px;
    width: 40px;
}

.footer .sns a:hover {
    text-decoration: none;
}

.footer p small {
    font-size: var(--10px);
}

.footer .copyright {
    margin: 0 0 10px !important;
	font-weight: normal;
}

/*pagetop*/
#page-top a{
	display: flex;
  z-index: 9999;
	justify-content:center;
	align-items:center;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top  {
	position: fixed;
	right: 0px;
	bottom:160px;
	z-index: 10;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.6s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(400px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(400px);
  }
}


@media (max-width: 991px) {
.footer p {
    text-align: left;
}
.footer .logo {
    width: 60%;
}

.footer .copyright {
    text-align: center;
}
}

@media (max-width: 575px) {
.footer {
    padding: 70px 10px 15px;
}


.footer p {
    font-size: var(--16px);
    line-height: 1.8;
    margin: 10px 0 40px; 
}

.footer .btn {
    font-size: var(--14px);
    padding: 25px 15px;
    margin-bottom: 12px;
}

.footer .btn:after {
    right: 30px;
    top: 23%;
}

.footer .bnr {
    margin-bottom: 20px;
}

.footer .logo {
    margin: 80px 20px 30px 0;
    width: 80%;
}
	
.footer .btn {
    font-size: var(--14px);
    padding: 25px 15px;
    margin-bottom: 12px;
}

.footer .btn:after {
    right: 30px;
    top: 23%;
}

.footer .sns img {
    margin: 0 12px 30px;
}

.footer p small {
    font-size: var(--10px);
}

.footer .copyright {
    margin: 0 0 10px !important;
    line-height: 1.2;
}

#page-top a{
	width: 55px;
	height: 55px;
}

/*リンクを右下に固定*/
#page-top  {
	bottom:150px;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.6s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(400px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(400px);
  }
}
}