* {
	font-family: Arial, sans-serif;
}

.top {
	background-image: url(../image/back.jpg);
	background-size: cover;
}

.body {
	background-image: url(../image/back.jpg);
	background-size: cover;
	background-repeat: repeat;
}

header {
	padding-top: 15px;
	padding-left: 80px;
	background-color: #FFF;
	width: 100%;
	z-index: 10;
	border-bottom: 1px solid #008dd1;
}

header.index {
	background-color: transparent;
	display: flex;
	border-bottom: none;
}


.main-content {
	padding-top: 95px;
	background-color: #FFF;
}

footer.footer {
	background-color: transparent;
	width: 50%;
}

footer {
	background-color: #eeeeee;
}

.logo_box {
	display: inline-block;
	width: 50px;
	height: 60px;
	background-image: url(../image/logo.png);
}

.logo {
	width: 100%;
}

.logo_txt {
	display: inline-block;
	margin-top: 10px;
	height: 60px;
	font-size: 1.0rem;
	font-weight: bold;
}

.logo_txt p {
	margin-bottom: 0px;
}

.footer_msg_en {
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}

.footer_msg_en p {
	margin-bottom: 0;
	line-height: 2.3rem;

}

.footer_msg {
	color: #FFF;
	font-size: 1.5rem;
}

.footer_msg p {
	margin-bottom: 0;
	line-height: 1.8rem;

}

.menu_list {
	border-top: 1px solid #FFF;
	list-style: none;
	padding-left: 0;
}

.menu_list li {
	border-bottom: 1px solid #FFF;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

}

.menu_list li a {
	color: #FFF;
	text-decoration: none;
}

.menu_list p {
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.menu_list p.subtitle {
	font-size: 0.8rem;
	font-weight: normal;
}


.inner p {
	margin-bottom: 0;
}


.inner p.subtitle {
	display: none;
}

/*============
nav
=============*/
nav {
	display: block;
	position: fixed;
	top: 94px;
	/* top: 0; */
	/* left: -300px; */
	bottom: 0;
	width: 300px;
	background: #ffffff;
	background-image: url(../image/hum_menu.png);
	background-size: cover;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: .5s;
	z-index: 3;
}

.open nav {
	left: 0;
}

nav .inner {
	padding: 25px;
}

nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav .inner ul li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

nav .inner ul li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	padding: 1em;
	text-decoration: none;
	transition-duration: 0.2s;
}

nav .inner ul li a:hover {
	background: #e4e4e4;
}

@media screen and (max-width: 767px) {
	nav {
		left: -240px;
		width: 240px;
	}
}

/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 30px;
	left: 30px;
	width: 60px;
	height: 30px;
	transform: translate(0, 0);
	transition: all .5s;
	cursor: pointer;
	z-index: 30;
}

.open .toggle_btn {
	left: 330px;
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #666;
	transition: all .5s;
}

.toggle_btn span:nth-child(1) {
	top: 5px;
	width: 30px;
}

.toggle_btn span:nth-child(2) {
	top: 15px;
	width: 30px;
}

.toggle_btn span:nth-child(3) {
	top: 25px;
}

.open .toggle_btn span {
	background-color: #fff;
	width: 30px;
}

.open .toggle_btn span:nth-child(1) {
	transform: translate(0, 10px) rotate(-45deg);
	animation: unset;
}

.open .toggle_btn span:nth-child(2) {
	opacity: 0;
	animation: unset;
}

.open .toggle_btn span:nth-child(3) {
	transform: translate(0, -10px) rotate(45deg);
	animation: unset;
}

@media screen and (max-width: 767px) {
	.open .toggle_btn {
		left: 260px;
		z-index: 40px;
	}

	header.index {
		display: block;
	}
}

/*============
#mask
=============*/
#mask {
	display: none;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
	transition: all .5s;
}

.content {
	padding-left: 80px;
}

h1 {
	font-size: 2rem;
	margin-bottom: 50px;
}

.h1_ceo {
	font-size: 0.8em;
	padding-left: 0.5em;
}

.sub_title {
	color: #006bb7;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}

.sub_title p {
	margin-bottom: 0;
	line-height: normal;
}

.summary p {
	margin-bottom: 1.0rem;
	line-height: normal;
}

.introduce p {
	font-size: 0.9rem;
	margin-bottom: 0.2em;
	line-height: normal;
}

h2 {
	margin-top: 2rem;
	margin-bottom: 0.2rem;
	color: #006bb7;

}

.min_title {
	color: #666666;
}


.summary {
	font-size: 0.9rem;
}



.leader {
	color: #0e7abe;
}

.img-ceo {
	margin-top: -11.2vw;
	z-index: 0;
}

.leadership_history {
	margin-top: 0.2rem;
	font-size: 0.9rem;
	padding-left: 0.2em;
}

.leadership_history li {
	list-style-type: none;
	position: relative;
	padding-left: 0.6em;
}

.leadership_history li:before {
	border-radius: 50%;
	/*丸くする*/
	width: 5px;
	/*点の幅*/
	height: 5px;
	/*点の高さ*/
	display: block;
	position: absolute;
	/*絶対配置*/
	left: 0;
	/*点の位置*/
	top: 0.6em;
	/*点の位置*/
	content: "";
	background: #006fb9;
	/*点の色*/
}

.content_blue {
	color: #FFF;
	background-color: #008dd1;
	font-size: 0.9rem;
}

.content_white {
	font-size: 0.9rem;
}

.content_blue .title,
.content_white .title {
	font-size: 1.0rem;
	font-weight: bold;
}

.back_image {
	margin-top: -40px;
	padding-bottom: 60px;
	padding-top: 40px;
	background-size: auto 100%;
	/* background-size: cover; */
	background-repeat: no-repeat;
}

.radius_box {
	top: 40px;
	margin-left: 60px;
	margin-right: 60px;
	padding: 60px;
	background-color: #FFF;
	border-radius: 80px 80px 0 80px;
}

.white_box {
	top: 10px;
	margin-left: 80px;
}

.lr_list {
	padding-bottom: 1rem;
	font-size: 0.9rem;
}

.lr_list .title {
	font-size: 1.0rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.lr_list .title .w_title {
	color: #006bb7;
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
}


.list_icn {
	margin-top: 2rem;
	margin-left: 1rem;
	width: 80%;
}


.icon_list .title {
	font-size: 1.1rem;
	font-weight: bold;
	padding-bottom: 1rem;
}



.icon_list .sub_list {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #006bb7;
	border-bottom: 1px solid #006bb7;
}

.icon_list .white_border {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.like {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: #008dd1;
	font-weight: bold;
}

.like:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../image/like.png);
	background-size: contain;
	vertical-align: bottom;
}

ul.check_list {
	list-style: none;
	font-size: 0.9rem;
}

ul.check_list li {
	background-image: url(../image/check.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 30px;
	padding-left: 40px;
	line-height: 30px;
}

ul.check_list li .title {
	font-size: 1.0rem;
	font-weight: bold;
}

.image-container {
	position: relative;
	display: inline-block;
	width: 100%;
	/* This allows the container to fit the size of the image */
}

.image-container img {
	width: 100%;
}

.image-container .title {
	position: absolute;
	top: 10px;
	left: 70px;
	/* Centers the text */
	color: #000;
	/* Text color */
	background-color: #FFF;
	/* Semi-transparent background */
	padding: 10px;
	/* Padding around the text */
	border-radius: 5px;
	/* Rounded corners for the background */
	font-size: 1.5em;
	/* Font size */
}

.image-container .title h1 {
	margin-bottom: 10px;
}

.sia_list {
	font-size: 0.9rem;
}

.sia_func_title {
	color: #0099d7;
	font-weight: bold;
	font-size: 1.5rem;
}

.top_link:hover {
	cursor: pointer;
}

.member {
	font-weight: bold;
	font-size: 1.2rem;
}

.position {
	color: #77787b;
}

.honor_txt {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	font-weight: bold;
}

.honor_txt p {
	margin-bottom: 2px;
}

.edu_photo_list .graduation_title {
	background-image: url(../image/graduation.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 30px;
	color: #FFF;
	/* padding-left: 10px; */
	text-align: center;
	font-weight: bold;
}

.edu_photo_list p {
	font-size: 0.9rem;
	margin-bottom: 0.3rem;
}

.content-box p {
	font-size: 0.9rem;
}

.news {
	margin-left: auto;
	margin-right: auto;
}


.news a {
	text-decoration: none;
}

.news .title {
	font-size: 1.2rem;
	padding-left: 20px;
}

.news .summary {
	padding-top: 10px;
	font-size: 0.9rem;
	padding-left: 20px;
}


.artical {
	width: 640px;
	margin: 0 auto;
}

.artical .title {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #006bb7;
	border-bottom: 1px solid #006bb7;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.artical .released_at {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.0rem;
	text-align: center;
}

.artical .image {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 1.0rem;
	text-align: center;
}

.artical .content {
	padding: 0;
}


@media (max-width: 960px) {

	/* 960px以下の場合に適用されるスタイルをここに記述 */
	.content {
		padding-left: 20px;
	}

	.summary {
		font-size: 0.8rem;
	}

	.image-container .title {
		left: 20px;
		width: 250px;
		margin-right: auto;
	}

	.sub_title {
		font-size: 1.0rem;
	}

	h1 {
		font-size: 1.5rem;
	}

	.sia_list {
		font-size: 0.8rem;
	}

	.service_blue {
		font-size: 0.8rem;
		color: #FFF;
	}

	.white_box {
		margin-left: 20px;
	}

	.core_members {
		text-align: center;
	}

	.radius_box {
		top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		padding: 10px;
		border-radius: 10px;
		max-width: 600px;
	}

	.image_box h1 {
		margin-bottom: 20px;
	}

	li.project {
		font-size: 0.9rem;
	}

	.content-box p {
		font-size: 0.8rem;
	}

	.artical {
		width: 100%;
		margin: 0 auto;
	}

	.news {
		width: 100%;
	}

	.news .title {
		font-size: 1.0rem;

	}

	.news .summary {
		font-size: 0.8rem;
	}
}

.language {
	color: #FFFFFF;
}

.language a {
	text-decoration: none;
	color: #FFFFFF;
}