@charset "utf-8";
/* CSS Document */


/*--------------------------- general ----------------------------*/

body {
	font-size: 1rem;
	/* line-height: 1.7; */
	padding-top: 50px;
}
header.mv,
section {
	background-color: #f2dcab;
	background-image: url("../images/main_bk.png");
	background-repeat: no-repeat;
	/*background-size: cover;*/
	background-position: bottom center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contents-section {
    width: 100%;
    max-width: 1210px;
    /* padding: 0 35px; */
    margin: 0 auto;
}

a {
    color: #0095d9;
}
a:hover {
    color: #0095d9;
    text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: 800;
}
ul {

}

h1, h2{
	font-size: 4rem;
	font-family: "Comic Neue", cursive;
	font-weight: 700;
	color: rgb(169 109 0);
	text-align: center;
	margin-bottom: 50px;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.no-break {
	white-space: nowrap;
}



@media screen and (max-width: 767px) {
    .contents-section {
        padding: 0 20px;
    }
    
    .pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	
}




/*--------------------------- nav ----------------------------*/

/*.tagline {
    margin-bottom: 0;
    font-size: 70%;
    line-height: 1.5;
    color: #888;
}

.site-title {
	margin-left: -15px;
}
.navbar-brand {
    max-width: 260px;
}
*/
@media screen and (min-width: 767px) {
	/*--- IE11 hack*/
	/*.nav-area {
		width: 54%;
	}*/
	
} /* end media query */

@media screen and (max-width: 767px) {
    /*.nav-area {
        margin-bottom: 10px;
    }*/
	
} /* end media query */

@media screen and (max-width: 480px) {
	/*.navbar .navbtn {
    	padding: 0 1%;
	}
	.navbar-brand {
		max-width: 130px;
	}*/
	
} /* end media query */


/*--------------------------- page-header ----------------------------*/
.page-header {
	margin-bottom: 0;
	padding-top: 1em;
	padding-bottom: 0;
	box-shadow: 0px 0px 10px #ccc;
	align-items: flex-end;
	position: relative;
	background: rgba(42, 53, 96, 1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.page-header .site-title {
	
}
.page-header .site-title img{
	width: 80px;
	height: auto;
	border-radius: 10px
}
.page-header p.tagline {
    margin-bottom: 0;
    font-size: 80%;
    line-height: 1.5;
    color: #888;
}
.page-header .navbar-brand {
	width: 100%;
	max-width: 250px;
	padding-top: 0px;
}

.page-header .main-nav {
	font-size: 0.85rem;
	font-weight: bold;
	
}
.page-header .main-nav .nav-link {
    color: #0b0960;
}
.page-header .main-nav .nav-link:hover,
.page-header .main-nav .nav-link:focus {
	color: #0b0960;
}
.page-header .contact-nav {
    position: absolute;
    top: 10px;
    right: 1rem;
}
.page-header .contact-nav {
	font-size: 0.75rem;
	
}
.page-header .contact-nav .nav-item {
	
}
.page-header .contact-nav .nav-item a {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.2em;
}
.page-header .contact-nav .nav-item .btn-sm {
    font-size: 0.75rem;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-radius: 3px;
	color: #fff;
	margin-right: 0.3em;
	margin-left: 0.3em;
	margin-top: 0;
}
.page-header .contact-nav .nav-item .btn-sm.btn-outline {
    border: 1px solid #4c7ed3;
    background: none !important;
    color: #4c7ed3;
}

/*--- dropdown menu */
.dropdown-menu {
	font-size: 0.75rem;
}
.page-header .contact-nav .nav-item .dropdown-menu a {
	padding: .2rem .75rem;
	color: #272587;
}
.page-header .contact-nav .nav-item .dropdown-menu a:hover {
	color: #272587;
}


@media screen and (min-width: 768px) {
	
	.navbar-expand-md .main-nav .nav-link {
    	padding-right: 0.75rem;
    	padding-left: 0.75rem;
    	margin: auto 10px;
    	text-align: center;
    	border-radius: 10px;
    	font-size: 1.25rem;
    	color: #333;
    	font-weight: normal;
 }
	.navbar-expand-md .main-nav .nav-item:last-child .nav-link {
		/* padding-right: 0; */
	}
}

@media screen and (max-width: 767px) {
	
	.page-header {
		align-items: center;
        padding: 8px 8px 0;
	}
    .page-header p.tagline {
        /*font-size: 70%;*/
    }
    .page-header .navbar-brand {
        max-width: 240px;
    }
	.page-header .main-nav {
    	border-top: 3px solid #272587;
		padding-top: .5em;
	}
	.page-header .main-nav li {
		border-bottom: 1px dotted #ccc;
	}
	.page-header .main-nav li:last-child {
		border-bottom: none;
	}
    .page-header .main-nav .nav-link {
        padding: 1.2em 1em .7em;
    }

	.page-header .site-title {
		width: calc(100% - 60px);
	}
	.page-header .contact-nav {
    	position: static;
		margin-bottom: 2em;
	}
	.page-header .contact-nav .nav-item .btn-sm {
		font-size: 0.85rem;
		padding-top: 1em;
		padding-bottom: 0.8em;
		margin-top: .75em;
	}
	.page-header .contact-nav .nav-item a {
    	margin-top: 1.2em;
	}
	
} /* end media query */


/*--------------------------- main visual ----------------------------*/

.mv {
	text-align: center;
}
.main-visual {
    position: relative;
}
.mv p{
	font-size: 2rem;
	font-weight: bold;
	width: 500px;
	margin: 0 auto;
}
.mv .contents-section{
	position: relative;
}
.mv .contents-section .mv_img_01,
.mv .contents-section .mv_img_02{
	position: absolute;
	bottom: -100px;
}
.mv .contents-section .mv_img_01{
	left: 0;
}
.mv .contents-section .mv_img_02{
	right: 0;
}


@media screen and (max-width: 767px) {
    .mv {
		margin-bottom: 3em;
	}
    .main-visual h2 {
        /*margin: 0 -20px;*/
    }
	
} /* end media query */

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
ul.team_profile{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	margin-right: -20px;
	
}
ul.team_profile li{
	list-style: none;
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	margin-right: 20px;
}

ul.team_profile.team_01 li{
	width: 48%;	
}
ul.team_profile h3{
	font-size: 18px;
	font-weight: bold;
}
.team_01_pic{
	width: 275px;
	margin-right: 20px;
}
.team_01_pic img{
	width: 255px;
	height: 255px;
	border-radius: 20px;
	object-fit: cover;
}

ul.team_profile.team_02 li{
	width: 31.5%;
}
ul.team_profile.team_02 h3{
	font-size: 16px;
	font-weight: bold;
}
.team_02_pic{
	width: 185px;
	margin-right: 20px;
}
.team_02_pic img{
	width: 165px;
	height: 165px;
	border-radius: 20px;
	object-fit: cover;
}
.team_02_txt p{
	font-size: 14px;
}



/*--------------------------------------------------------------
# program
--------------------------------------------------------------*/
#program .read{
	font-size: 24px;
	font-weight: bold;
}
#program h3{
	font-size: 20px;
}
#program li{
	font-size: 18px;
}
#program ul{
	margin-bottom: 50px;
}
#program .contents-section{
	position: relative;
}
.program_img_02{
	position: absolute;
	bottom: -100px;
	right: 0;
}

/*--------------------------------------------------------------
# adp
--------------------------------------------------------------*/
#adp h3{
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;	
}
#adp h4{
	font-size: 20px;
	font-weight: bold;
}
#adp li{
	font-size: 20px;
}



/*--------------------------- footer ----------------------------*/

.bg-footer {
    background: #0b0960;
	padding-top: 50px;
	text-align: center;
	padding-bottom: 20px;
}
.copyright{
	font-size: 14px;
	margin-top: 40px;
}

/*------------------------ video ----------------------------*/

iframe {
    max-width: 100%;
    /* text-align: center; */
    margin: auto;
}
.video-area{
	padding: 36px 0 30px;
    background: #333;
}
.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

