/*title*/
/*------------------------------------------------------------------------------*/
.toptitle02 {
	font-size: 42px;
	color: #FF6666;
	letter-spacing: -0.05em;
	margin-bottom: 14px;
	line-height: 1.2;
}
.toptitle02 .sub {
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	color: #FFA500;
	margin-bottom: 18px;
}
.toptitle03_01 {
	color: #FF9900;
	line-height: 1.2;
	letter-spacing: 0.068em;
	font-size: 42px;
}
.toptitle03_01:first-letter {
	font-size: 60px;
}
.toptitle03_01 .sub {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
	color: #A8B1BC;
	margin-top: 3px;
}
.toptitle03_02 {
	color: #FF9900;
	line-height: 1.2;
	letter-spacing: 0.068em;
	font-size: 42px;
	margin-bottom: 15px;
}
.toptitle03_02:first-letter {
	color: #FF6666;
	font-size: 60px;
}

/*mainimage*/
/*------------------------------------------------------------------------------*/
#mainimage {
	background: url(../images/top_img01.jpg) no-repeat center center;
	width: 100%;
	height: 680px;
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 1600px) {
 #mainimage {
 	height: 42.5vw;
 	background: url(../images/top_img01.jpg) no-repeat center center;
 	background-size: cover;
 }
}

/*top_box01*/
/*------------------------------------------------------------------------------*/
#top_box01 {
	background: url(../images/top_box01_bg.png) no-repeat center center;
	width: 100%;
}
#top_box01 .top_box01_in {
	height: 667px;
	padding-top: 27px;
	position: relative;
}
#top_box01 .img_box {
	background: url(../images/top_box01_img01.jpg) no-repeat right center;
	position: absolute;
	top: 27px;
	right: 70%;
	transform: translateX(530px);
	width: 1024px;
	height: 640px;
}
#top_box01 .text_box {
	position: absolute;
	top: 50%;
	left: 49.17%;
	transform: translateY(-50%);
	background: #FFF;
	padding: 44px 84px;
	box-shadow:0px 0px 14px 0px rgba(138,138,138,0.63);
	line-height: 1.2;
	width: 61.5%;
	max-width: 738px;
}
#top_box01 p {
	font-size: 16px;
	color: #686868;
	line-height: 1.6;
}
#top_box01 .catch {
	font-size: 25px;
	color: #FF6666;
	margin-bottom: 14px;
	line-height: 1.2;
}

/*top_news*/
/*------------------------------------------------------------------------------*/
#top_news {
	padding: 80px 0 60px;
}
#top_news .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_news .left_box {
	width: 30%;
	display: flex;
	justify-content: center;
}
#top_news .right_box {
	width: 67%;
}
#top_news li {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
	font-size: 15px;
	margin-bottom: 20px;
}
#top_news li .date {
	width: 160px;
	color: #787878;
}
#top_news li .new {
	color: #FF6666;
	margin-left: 10px;
	padding: 2px 15px;
	border: 1px solid #FF6666;
	display: inline-block;
}
#top_news li a {
	display: inline-block;
	width: calc(100% - 160px);
	font-size: 15px;
	padding: 2px 0;
}

/*top_contact*/
/*------------------------------------------------------------------------------*/
#top_contact .top_contact_in {
	display: flex;
	flex-wrap: wrap;
	min-height: 373px;
	color: #FFF;
}
#top_contact .top_contact_in a {
	color: #FFF;
}
#top_contact .left_box {
	width: 50%;
	background: url(../images/top_contact_img.jpg) no-repeat right bottom;
	background-size: cover;
}
#top_contact .right_box {
	width: 50%;
	display: flex;
	align-items: center;
	background: #DF96A4;
}
#top_contact .right_box dl {
	width: 100%;
	max-width: 600px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.068em;
}
#top_contact .right_box dt {
	font-size: 42px;
	margin-bottom: 40px;
}
#top_contact .right_box .tel {
	font-size: 48px;
	display: block;
	margin-bottom: 10px;
}
#top_contact .right_box .tel .sub {
	font-size: 36px;
}
#top_contact .right_box .text {
	font-size: 16px;
	display: block;
	letter-spacing: 0;
}
#top_contact .right_box .in_bl:first-of-type {
	margin-right: 0.5em;
}

/*top_access*/
/*------------------------------------------------------------------------------*/
#top_access {
	padding: 80px 0;
}
#top_access .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_access .left_box {
	width: 380px;
	padding-left: 50px;
}
#top_access .right_box {
	width: calc(100% - 430px);
}
#top_access li {
	border-bottom: 1px solid #FF9900;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6;
	color: #676767;
}
#top_access li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#top_access li .sub {
	color: #FF6666;
	display: inline-block;
	margin-right: 1em;
}

/*top_pdf*/
/*------------------------------------------------------------------------------*/
#top_pdf {
	padding: 0 0 80px;
}
#top_pdf .inner {
	display: flex;
	justify-content: center;
}
#top_pdf .inner a {
	padding: 0.5em 1em;
	font-size: 1.5em;
	line-height: 1.2;
	background: #FF6666;
	color: #FFF;
	border: 1px solid #FF6666;
}
#top_pdf .inner a:hover {
	background: #FFF;
	color: #FF6666;
}
