#left .ttl1 {
	margin-bottom: 20px;
	position: relative;
}
#left .ttl1 .img1 {
	width:580px;
}
#left .ttl1 .img2 {
	width:290px;
	position:absolute;
	right:-40px;
	top: 70px;
}

#left .ttl2 {
	margin-bottom: 50px;
	font-weight: 700;
}

#left .ttl2 span {
	display: block;
	color: #C00000;
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 5px;
}

/* --------------------------------------------------- */
.achievement {
	margin-bottom: 60px;
}

.achievement .ttl_style08 {
	margin-bottom: 30px;
}

.achievement .btn_style02 {
	width: 380px;
	margin: 0px auto;
}

/* --------------------------------------------------- */
.voice,
.thoughts {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice .box,
.thoughts .box {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
	
	line-height: 160%;
	font-weight: 500;
}

.voice .box:nth-child(3n),
.thoughts .box:nth-child(3n) {
	margin-right: 0;
}

.voice .box a,
.thoughts .box a {
	display: block;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	background-color: #ccc;
}

.voice .box a img,
.thoughts .box a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	transition: .3s;
}

.voice .box span,
.thoughts .box span {
	display: block;
	font-weight: 700;
}

.voice .box a:hover img,
.thoughts .box a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: .8;
	-khtml-opacity: .8;
}

/* --------------------------------------------------- */
.voice {}

.voice .box a {
	padding-top: 65%;
}

/* --------------------------------------------------- */
.thoughts {}

.thoughts .box a {
	padding-top: 100%;
	border: rgba(0, 0, 0, .1) 1px solid;
}



.blog_ttl {
	border-bottom: #103362 1px dashed;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.ttl_cap {
	line-height: 130%;
}

.ttl_cap span,
.ttl_cap a {
	font-size: 12px;
	color: #888;
	display: inline-block;
	margin-right: 15px;
}

.ttl_cap a:hover {
	color: #103362;
	text-decoration: underline;
}

.ttl_cap span.day {}

.ttl_cap a.category {}

.ttl_cap span.day::before {
	content: 'Day：';
}

.ttl_cap span.update::before {
	content: 'Update：';
}

.ttl_cap a.category::before {
	content: 'Category：';
}

.blog_ttl ul {}

.blog_ttl li {
	display: inline-block;
	width: 25px;
	margin-right: 3px;
}

.blog_ttl li a {}

.blog_ttl li a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: .6;
	-khtml-opacity: .6;
}

/* --------------------------------------------------- */
.pager .pagination {
	text-align: center;
	margin-top: 30px;
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	border-radius: 10px;
}


.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #5F7796;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
	color: #fff;
	background: #5F7796;
}

/* --------------------------------------------------- */
.more01,
.more02,
.more03,
.more04,
.more05,
.more06 {
	margin-bottom: 40px;
}

/* --------------------------------------------------- */
.more01 {}

.more01 h5 {
	font-size: 130%;
	font-weight: 700;
	line-height: 170%;
	margin-bottom: 20px;
	color: #103362;
}

.sns_icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

.sns_icon li {
	width: 25px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.sns_icon a {}

.sns_icon a:hover {}

/* --------------------------------------------------- */
.more02 {}

.more02 dl {
	width: 100%;
}

.more02 dt,
.more02 dd {
	display: inline;
	line-height: 160%;
}

.more02 dt {
	width: auto;
	font-weight: 500;
}

.more02 dt::after {
	content: '：';
}

.more02 dd {}

/* --------------------------------------------------- */
.more03 {}

.more03 ol {
	list-style: outside decimal;
	margin-left: 25px;
}

.more03 ol>li {}

.more03 ul {
	list-style: outside disc;
	margin-left: 25px;
}

.more03 ul>li {}

/* --------------------------------------------------- */
.more04 {}

/* --------------------------------------------------- */
.more05 {}

.more05 img {
	max-width: 800px;
	margin-bottom: 10px;
}

/* --------------------------------------------------- */
.more06 {}

.more06 dl {
	width: 100%;
	display: table;
}

.more06 dt,
.more06 dd {
	display: table-cell;
	vertical-align: top;
}

.more06 dt {
	width: 190px;
	text-align: center;
	font-size: 11px;
}

.more06 dt img {
	display: block;
	width: 100px;
	margin: 0px auto 10px;
}

.more06 dd {}

/* --------------------------------------------------- */

/* --------------------------------------------------- */


/* --------------------------------------------------- */
.balloon1 {
	position: relative;
	padding: 15px 20px;
	border-radius: 10px;
	color: #ffffff;
	background-color: #103362;
	margin-left: 90px;
	line-height: 160%;
	font-size: 90%;
	margin-bottom: 40px;
}

.balloon1 .icon {
	position: absolute;
	left: -90px;
	top: 0;
	width: 70px;
	border: #103362 1px solid;
	border-radius: 50%;
}

.balloon1::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	border-right: 10px solid #103362;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/* --------------------------------------------------- */


@media screen and (max-width: 600px) {
	#left .ttl1 .img1 {
        width:80%;
    }
    #left .ttl1 .img2 {
        width:32%;
        position:absolute;
        right:-6%;
        top: 30px;
    }
	/* ----------------------------------------------- */
	.achievement {
		margin-bottom: 40px;
	}

	/* ----------------------------------------------- */
	.voice .box,
	.thoughts .box,
	.voice .box:nth-child(3n),
	.thoughts .box:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.voice .box:nth-child(2n),
	.thoughts .box:nth-child(2n) {
		margin-right: 0;
	}

	/* ----------------------------------------------- */

	/* ----------------------------------------------- */
	.pager .pagination li {
		display: none;
	}

	.pager .pagination li.pre,
	.pager .pagination li.next {
		display: inline-block;
		width: 40%;
		height: 50px;
		text-align: center;
	}

	.pager .pagination li.pre a,
	.pager .pagination li.next a {
		width: 100%;
		text-align: center;
	}

	.pager .pagination li.pre span::after {
		content: "　前の10件へ";
	}

	.pager .pagination li.next span::before {
		content: "次の10件へ　";
	}

	/* ----------------------------------------------- */
	.more01 {}

	.more01 h5 {
		font-size: 120%;
	}

	/* ----------------------------------------------- */

	/* ----------------------------------------------- */

	/* ----------------------------------------------- */

	/* ----------------------------------------------- */

	/* ----------------------------------------------- */
	.more06 dl,
	.more06 dt,
	.more06 dd {
		display: block;
		width: 100%;
	}

	.more06 dd {
		margin-bottom: 20px;
	}

	/* ----------------------------------------------- */



	.blog_ttl {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.ttl_cap {
		margin-bottom: 10px;
	}

	.ttl_cap span,
	.ttl_cap a {
		font-size: 11px;
	}

}