@charset "utf-8";
/*------------------------------------------------------------------------------------------------
  home
--------------------------------------------------------------------------------------------------*/
#home .main {
	background:url(../image/home/main-bg.jpg) no-repeat center / cover;
}

#home .main .container {
	position:relative;
	padding-top:10em;
	display:flex;
	justify-content:space-between;
}

#home .main .container div p {
	font-size:1.25em;
	margin-top:2em;
}

#home .main .container div p:first-of-type {
	margin-top:4em;
}

#home .main .container img.logo {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}

#home .mission {
	position:relative;
}

#home .mission .container {
	position:relative;
	padding:8em 0;
}

#home .mission .container h2 {
	font-size:1.5em;
}

#home .mission .container p {
	line-height:3;
	margin-top:2em;
}

#home .seminar {
	background:#f9f6f4;
}

#home .seminar .container {
	padding:8em 0;
}

#home .seminar .seminar-wrapper {
	display:flex;
}

#home .seminar .seminar-wrapper div {
	width:50%;
}

#home .seminar h2,
#home .news h2,
#home .contact h2 {
	font-size:2em;
	color:#232187;
}

#home .seminar p {
	margin-top:1em;
}

#home .news {
	background:#f9f6f4;
}

#home .news .container {
	padding:8em 0;
	background:#fff;
	display:flex;
	box-shadow:-270px 0 0 #fff, 270px 0 0 #fff;
}

#home .news h2 {
	width:270px;
}

#home .news li {
	margin-top:1em;
}

#home .news li span {
	margin-right:2em;
}

#home .contact {
	padding:8em 0;
	text-align:center;
	background:#fff;
}

#home .contact p {
	margin-top:1em;
}

#home .contact .contact-wrapper {
	display:flex;
	margin-top:4em;
}

#home .contact .contact-wrapper div {
	width:50%;
}

#home .contact a {
	font-size:2em;
	display:inline-block;
}

#home .contact .contact-wrapper div p {
    margin-bottom: 10px;
}

#home .contact .contact-wrapper div p img {
    margin-right: 4px;
    vertical-align: -8px;
}

.contactform {
    width: 310px;
    height: 41px;
    background-image: url(../image/btn_form.png);
    text-indent: -9999px;
}

.contactform:hover {
    background-image: url(../image/btn_form.png);
    background-position: 0 -42px;
}

.hbtn {
	width: 260px;
	margin: 80px 0 0;
	display: inline-block;
	border: 1px solid #232187;
	background-color: #FFF;
	padding:12px 8px 10px;
	position: relative;
}

.hbtn:before {
	position: absolute;
	top: calc( 50% - 6px);
	right: 20px;
	width: 24px;
 height: 6px;
	content: "";
 border-bottom: 1px solid #232187;
 border-right: 1px solid #232187;
 transform: skew(45deg);
	transition: all .6s;
}

.hbtn:hover {
	background-color: #232187;
	color: #FFF;
}

.hbtn:hover:before {
	right: 10px;
	border-color: #FFF;
}

.gostaff {
	position: absolute;
	bottom: 8em;
	right: 2em;
}

.gostaff:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #e9dccb;
}

.gostaff:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #e9dccb;
}

.gostaff a {
	position: relative;
	padding: 0.4em 1.4em 0.4em 0.4em;
}

.gostaff a:before {
	position: absolute;
	content: "";
	top: 50%;
	right: -0.4em;
	width: 0.8em;
	height: 1px;
	background-color: #e9dccb;
}

.gostaff a:hover:before {
	right: 0;
}

.menubtn {
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.menubtn a {
	position: relative;
	display: block;
	width: 320px;
	padding: 1.6em 1.8em;
	font-size: 2em;
	line-height: 1.3;
	color: #232187;
	background: url(../image/back-01.png);
	background-size: cover;
	border-radius: 8px;
}

.menubtn a:before {
	position: absolute;
	top: 50%;
	left: -1em;
	content: "";
	background-color: #DFC9AD;
	width: 2em;
	height: 1px;
}

.menubtn a span {
	display: block;
	font-size: 0.8em;
}

.menubtn a:hover {
	opacity: 0.8;
}

.gostaff2 {
	position: absolute;
	right: 1em;
	bottom: -3.8em;
	z-index: 10;
	line-height: 1.4;
}

.gostaff2 a {
	color: #232187;
	text-align: right;
	font-feature-settings: "palt";
}

.gostaff2 a img {
	vertical-align: 2px;
	margin-right: 4px;
}

.menubtn2 {
	width: 540px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.menubtn2 a {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	font-size: 2em;
	line-height: 1.3;
	color: #232187;
	background: url(../image/back-01.png);
	background-size: cover;
	border-radius: 100vh;
	letter-spacing: 0.06em;
}

.menubtn2 a span {
	display: block;
	font-size: 0.7em;
	letter-spacing: 0.02em;
}

.menubtn2 a div {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}

#home .leadTitle {
	width: 1080px;
	margin: 0 auto;
	padding-top: 6em;
	padding-bottom: 4em;
}

#home .lead {
	position: relative;
	display: flex;
	width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
}

#home .lead img.logo {
	position:absolute;
	top: -35%;
	left:0;
}

#home .lead p:first-of-type {
	margin-top: 4em;
}

#home .lead p {
	font-size:1.25em;
	margin-top:2em;
}

#home .lead .image {
	width: 53%;
}

#home .lead .image img {
	max-width: 100%;
}



/*------------------------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------------------------*/
.staffIntro {
	margin: 0 0 60px;
	display: flex;
	justify-content: space-between;
}

.staffIntro .text {
	width: 70%;
}

.namae {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 6px !important;
	border-bottom: 1px solid #232187;
}

.staffIntro .text ul {
	padding: 0 0 0 20px;
	line-height: 1.6;
}

.staffIntro .text ul li {
	margin-bottom: 16px;
	position: relative;
}

.staffIntro .text ul li:before {
	position: absolute;
	top: 10px;
	left: -20px;
	background-color: #232187;
	width: 14px;
	height: 1px;
	content: "";
}

.namae span {
	font-size: 14px;
}

.staffIntro .photo {
	width: 30%;
	text-align: right;
	position: relative;
	z-index: 10;
}

.staffDl dt {
	margin: 0 0 8px;
	font-weight: bold;
}

.staffDl dt.dn {
	margin: 0 0 50px;
}

.staffUl {
	margin: 0 0 60px 20px;
	line-height: 1.4;
}

.staffUl li {
	margin: 0 0 24px;
	list-style: disc;
}

.staffUl li .small {
	font-size: 10px;
}

p.photoz {
	position: relative;
	z-index: 10;
}

#staff .secTitle {
	background: linear-gradient(90deg, #E6F2F1, #C1DDE3);
}

