@charset "UTF-8";


/*========================================

  TOPページ

========================================*/

.topics {
	background-color: #fff;
	padding: 40px 60px;
	border-radius: 10px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 70px;
	box-sizing: border-box;
}

.topics h2 {
	font-size: 34px;
	color: #c00;
	padding-bottom: .3em;
}

.topics p {
	font-size: 20px;
	margin-top: .5em;
	text-align: left;
}


@media screen and (max-width: 767px) {
	.topics {
		padding: 5vw;
		margin-bottom: 10vw;
	}

	.topics h2 {
		font-size: 5.6vw;
	}

	.topics p {
		font-size: 3.8vw;
		text-align: left;
	}
}


/*   ページ内共通   */
.btn a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	background-color: #858075;
	border-radius: 5px;
	padding: .7em 1.5em;
}

.btn a:hover {
	opacity: .7;
	transition: .3s;
}

.btn a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	.btn {
		text-align: center;
	}

	.btn a {
		font-size: 4.6vw;
		padding: .5em 1.5em;
	}
}



/*   hero   */
#hero {
	position: relative;
	background-image: url(../img/hero_img_pc.jpg);
	background-size: cover;
	height: 45vw;
}

#hero .txt_box {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	width: 965px;
	margin: 0 auto;
	text-align: left;
}

#hero .txt_box h1 {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#hero {
		position: relative;
		background-image: url(../img/hero_img_sp.jpg);
		background-size: cover;
		height: 75vw;
	}

	#hero .txt_box {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
		margin: 0;
	}

	#hero .txt_box h1 {
		position: absolute;
		top: 35vw;
		left: 5vw;
		margin: 0;
	}

	#hero .txt_box h1 img {
		width: 60vw;
		height: auto;
	}

	#hero .txt_box span {
		display: block;
		position: absolute;
		top: 61vw;
		left: 2vw;
		text-align: center;
	}

	#hero .txt_box span img {
		width: 96vw;
		height: auto;
	}
}



/*   sec001   */
#sec001 {
	position: relative;
	z-index: 10;
	background-color: #eae8e7;
	padding: 50px 0;
}

#sec001 .box .boxL {
	width: 680px;
	margin: 0;
	padding: 0;
}

#sec001 .box .boxL dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid #888075;
	padding-left: .2em;
	padding-bottom: .3em;
}

#sec001 .box .boxL dt h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}

#sec001 .box .boxL dt span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
}

#sec001 .box .boxL dt span a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

#sec001 .box .boxL dd ul {
	text-align: left;
}

#sec001 .box .boxL dd ul li {
	list-style: none;
	margin: .5em 0;
}

#sec001 .box .boxL dd ul li span {
	width: 6em;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background-color: #888075;
	padding: .4em 0;
	margin-right: 15px;
	line-height: 1em;
}

#sec001 .box .boxL dd ul li small {
	font-size: 18px;
	letter-spacing: 1px;
}

#sec001 .box .boxL dd ul li a {
	font-size: 18px;
	margin-left: 1em;
}

#sec001 .box .boxR {
	width: 480px;
	background-color: #fff;
	border: 1px solid #d6d2ce;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px 30px;
}

#sec001 .box .boxR dl {
	display: flex;
	text-align: left;
	margin: 0;
	padding: 0;
}

#sec001 .box .boxR dl dt {
	width: 100px;
	margin-right: 20px;
}

#sec001 .box .boxR dl dd {
	width: 300px;
	font-size: 24px;
	font-weight: bold;
}

#sec001 .box .boxR dl dd a {
	display: block;
	color: #888075;
	font-size: 20px;
	text-align: right;
	margin-top: .5em;
}

#sec001 .box .boxR dl dd a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding: 8vw 0;
	}

	#sec001 .box .boxL {
		width: 86%;
		margin: 0 auto;
	}

	#sec001 .box .boxL dt h2 {
		font-size: 5vw;
	}

	#sec001 .box .boxL dt span {
		font-size: 3.8vw;
	}

	#sec001 .box .boxL dd ul li {
		margin-top: 3vw;
		padding-bottom: 1em;
		border-bottom: 1px dotted #888075;
	}

	#sec001 .box .boxL dd ul li span {
		width: 20vw;
		font-size: 3.4vw;
		margin-right: 3vw;
	}

	#sec001 .box .boxL dd ul li small {
		font-size: 4vw;
	}

	#sec001 .box .boxL dd ul li a {
		display: block;
		font-size: 3.6vw;
		margin-left: 0;
		margin-top: .3em;
	}

	#sec001 .box .boxR {
		width: 86%;
		margin: 0 auto;
		padding: 2vw 3vw;
		margin-top: 5vw;
	}

	#sec001 .box .boxR dl {
		display: flex;
		text-align: left;
		margin: 0;
		padding: 0;
	}

	#sec001 .box .boxR dl dt {
		width: 18vw;
		margin-right: 3vw;
	}

	#sec001 .box .boxR dl dd {
		font-size: 4.2vw;
		line-height: 1.4em;
	}

	#sec001 .box .boxR dl dd a {
		font-size: 3.4vw;
		margin-top: .3em;
	}
}



/*   sec002   */
#sec002 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec002 .box .boxL {
	width: 530px;
	text-align: left;
}

#sec002 .box .boxL h3 {
	font-size: 28px;
	font-weight: bold;
}

#sec002 .box .boxL p {
	font-size: 16px;
	margin-top: .5em;
	margin-bottom: 1.5em;
}

#sec002 .box .boxR {
	width: 630px;
}

#sec002 .box .boxR img {
	border-radius: 8px;
}

#sec002 h2 {
	font-size: 34px;
	font-weight: bold;
	margin-top: 80px;
}

#sec002 .box2 {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

#sec002 .box2.boxone {
	justify-content: center;
}

#sec002 .box2 .item {
	width: 480px;
}

#sec002 .box2 .item span img {
	width: 480px;
	border-radius: 8px;
}

#sec002 .box2 .item h3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: .8em;
}

#sec002 .box2 .item a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: .5em;
}

#sec002 .box2 .item a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: .5em;
}

#sec002 .youtubewrap {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec002 .youtubebox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#sec002 .youtubebox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 5vw;
		padding-bottom: 10vw;
	}

	#sec002 .flex_1200 {
		flex-direction: column-reverse;
		width: 86%;
	}

	#sec002 .box .boxL {
		width: 100%;
		margin: 0 auto;
		margin-top: 5vw;
	}

	#sec002 .box .boxL h3 {
		font-size: 5.5vw;
	}

	#sec002 .box .boxL p {
		font-size: 4vw;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	#sec002 .box .boxR {
		width: 100%;
		margin-top: 5vw;
	}

	#sec002 .box .boxR img {
		border-radius: 0;
	}

	#sec002 h2 {
		font-size: 6vw;
		margin-top: 20vw;
	}

	#sec002 .box2 {
		flex-direction: column;
		width: 86%;
		margin-top: 5vw;
	}

	#sec002 .box2 .item {
		width: 100%;
		margin-top: 8vw;
	}

	#sec002 .box2 .item span img {
		width: 100%;
	}

	#sec002 .box2 .item h3 {
		font-size: 5vw;
		margin-top: .5em;
	}

	#sec002 .box2 .item a {
		font-size: 3.8vw;
	}

	#sec002 .youtubewrap {
		width: 86%;
		padding-bottom: 7vw;
	}
}



/*   sec003   */
#sec003 {
	background-color: #e7e5e4;
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec003 h2 {
	font-size: 34px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	#sec003 h2 {
		font-size: 6vw;
	}

	#sec003 .com_medical_8box {
		margin-top: 4vw;
	}

	#sec003 .com_medical_8box.flex_1200 {
		justify-content: space-between;
		justify-content: center;
		flex-direction: row;
		width: 90%;
		column-gap: 4%;
	}

	#sec003 .com_medical_8box .item {
		width: 48%;
		margin: 0;
		margin-top: 6vw;
	}

	#sec003 .com_medical_8box .item p {
		display: none;
	}

	#sec003 .com_medical_8box .item h3 {
		font-size: 4vw;
	}
}



/*   sec004   */
#sec004 {
	padding-top: 80px;
	padding-bottom: 80px;
}

#sec004 h2 {
	font-size: 34px;
	font-weight: bold;
}

#sec004 .box {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	margin-top: -120px;
}

#sec004 .box dl {
	width: 300px;
	margin: 0;
	padding: 0;
}

#sec004 .box dl dt img {
	width: 300px;
	border-radius: 150px;
	border: 10px solid #fff;
	box-sizing: border-box;
}

#sec004 .box dl dd {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#sec004 .box dl dd strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#sec004 .btn {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#sec004 {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}

	#sec004 h2 {
		font-size: 5.5vw;
	}

	#sec004 .box {
		width: 90%;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
		margin-top: -15vw;
	}

	#sec004 .box dl {
		width: 45%;
		margin: 0 2vw;
		margin-top: -5vw;
		padding: 0;
		margin-bottom: 5vw;
	}

	#sec004 .box dl dt img {
		border: 5px solid #fff;
	}

	#sec004 .box dl dd {
		font-size: 3.4vw;
		margin-top: 0;
	}

	#sec004 .box dl dd strong {
		font-size: 4.2vw;
		font-weight: bold;
	}

	#sec004 .btn {
		margin-top: 5vw;
	}
}





/*   loopSlider   */
.loopSlider {
	margin-top: 40px;
	margin-bottom: 40px;
	height: 250px;
}


.loopSlider ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.loopSlider ul li {
	margin-right: 2px;
	overflow: hidden;
}

.ls_01 ul li {
	width: 400px;
	height: 250px;
}

.ls_02 ul li {
	width: 250px;
	height: 250px;
}

.ls_01 ul li img,
.ls_02 ul li img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 767px) {
	.loopSlider {
		margin-top: 5vw;
		margin-bottom: 5vw;
		height: 50vw;
	}

	.ls_01 ul li {
		width: 80vw;
		height: 50vw;
	}

	.ls_02 ul li {
		width: 50vw;
		height: 50vw;
	}
}


.loopSlider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}

.loopSlider ul {
	font-size: 0;
	float: left;
	overflow: hidden;
	height: 250px;
}

.loopSlider ul li {
	display: inline;
	float: left;
	overflow: hidden;
	width: 400px;
	height: 250px;
	margin-right: 2px;
}

.loopSlider.ls_01 ul li {
	width: 400px;
	height: 250px;
}

.loopSlider.ls_02 ul li {
	width: 250px;
	height: 250px;
}

.loopSlider ul li img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 767px) {
	.loopSliderWrap {
		height: 40vw;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}

	.loopSlider {
		height: 40vw;
	}

	.loopSlider ul {
		height: 40vw;
	}

	.loopSlider ul li {
		width: 64vw;
		height: 40vw;
	}

	.loopSlider.ls_01 ul li {
		width: 64vw;
		height: 40vw;
	}

	.loopSlider.ls_02 ul li {
		width: 40vw;
		height: 40vw;
	}
}