@charset "utf-8";

/* ============================================
      base
============================================ */
.contentsArea {
	color: #404040;
	line-height: 1.5;
	padding: 20px 0 50px;
}

.contentsArea:before,
.contentsArea:after {
	content: none;
	background: none;
}

.pg-canvas {
	position: absolute;
	top: 0;
}

.bgArea:before,
.bgArea:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.bgArea:before {
	background: url(/healthcare/item/img/bg_index_001.png) no-repeat center 0;
}

.bgArea:after {
	background: url(/healthcare/item/img/bg_index_002.png) no-repeat center bottom;
}

.contentsArea p,
.contentsArea figure,
.contentsArea ul,
.contentsArea ol,
.contentsArea dl {
	margin: 0 0 10px;
}

.mainArea h1,
.itemArea h2,
.mainArea h3,
.leadTxt {
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
}

.contentsArea img {
	max-width: none;
	height: auto;
}

#wrapper aside {
	display: none;
}


/* ============================================
      font-size (base 16px)
============================================ 
6px 37.50%
7px 43.80%
8px 50.00%
9px 56.30%
10px 62.50%
11px 68.80%
12px 75.00%
13px 81.30%
14px 87.50%
15px 93.80%
16px 100.00%
17px 106.30%
18px 112.50%
19px 118.80%
20px 125.00%
21px 131.30%
22px 137.50%
23px 143.80%
24px 150.00%*/

/*16px*/
.newsArea h2,
.aboutArea h1,
.aboutArea dt {
	font-size: 100%;
}

.itemArea h2 {
	font-size: 125.00%;
}

/*36px*/
.modalArea h2 {
	font-size: 225%;
}

/* ============================================
      font color (base #404040)
============================================ */
.newsArea .news .date {
	color: #444;
}

.itemArea h2,
.modalArea h2 {
	color: #404040;
}

.newsArea h2,
.newsArea h2 a,
.itemArea section a:hover h2 {
	color: #fff;
}

/* ============================================
      .topArea
============================================ */
.topArea {
	line-height: 1;
	margin: 0 0 20px;
}

.leadingArea {
	float: left;
	margin: 60px 0 0;
}

.leadingArea p:first-child {
	margin: 0;
}

.leadingArea p:first-child img {
	margin-bottom: 40px;
}

.leadingArea p:first-child img:last-child {
	margin: -2px 0 46px;
}

.aboutArea {
	width: 470px;
	min-height: 470px;
	background: #404040;
	border-radius: 50%;
	float: right;
	position: relative;
	overflow: hidden;
}

.aboutArea .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aboutArea h1 {
	text-align: center;
	line-height: 1;
	background: none;
	margin: 0 0 62px;
	padding: 0;
}

.aboutArea h1:before {
	content: none;
	display: none;
}

.aboutArea h1 span {
	display: inline-block;
	margin: 17px 0 72px;
}

.aboutArea dl {
	line-height: 1;
	display: table;
	margin: 0 0 13px 52px;
}

.aboutArea dl:last-of-type {
	margin-bottom: 0;
}

.aboutArea dt,
.aboutArea dd {
	width: auto;
	vertical-align: middle;
	display: table-cell;
	float: none;
	margin: 0;
}
.aboutArea dt {
	background: #d4f0fe;
	border-radius: 3px;
	padding: 1px 13px;
}

.aboutArea dd {
	padding: 1px 10px;
}

/* ============================================
      .newsArea
============================================ */
.newsArea,
.newsArea h2,
.newsArea .control {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: none;
	margin: 0;
	padding: 0;
}

.newsArea h2 a,
.newsArea .news a,
.newsArea .news div>span {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 9px 15px 0;
	min-height: 40px;
}

.newsArea {
	margin: 0 0 39px;
}

#newsList {
	display: none;
}

/*h2*/
.newsArea h2 {
	font-weight: bold;
	background: #637689;
	width: 190px;
	margin: 0;
}

.newsArea h2.noLink {
	box-sizing: border-box;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 9px 0 0;
}

.newsArea h2 a {
	background: #637689 url(/healthcare/item/img/icon_arrow_002.png) no-repeat 160px center;
}

/*.news*/
.newsArea .news {
	background: #fff;
	width: 658px;
	height: 40px;
	overflow: hidden;
}

.newsArea .news a,
.newsArea .news div>span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsArea .news .date {
	display: inline-block;
	font-weight: bold;
	margin: 0 10px 0 0;
}

/*.control*/
.newsArea .control {
	list-style: none;
}

.newsArea .control li {
	text-indent: 100%;
	width: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	background: #637689 no-repeat center center;
	border-right: #a1adb8 1px solid;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.newsArea .control li:last-child {
	border: none;
}

.newsArea .control #play-pause {
	background-image: url(/healthcare/item/img/icon_puse_001.png);
}

.newsArea .control #play-pause.pause {
	background-image: url(/healthcare/item/img/icon_play_001.png);
}

.newsArea .control #prevDiv {
	background-image: url(/healthcare/item/img/icon_arrow_003.png);
}

.newsArea .control #nextDiv {
	background-image: url(/healthcare/item/img/icon_arrow_004.png);
}

/*hover*/
.newsArea h2 a,
.newsArea .control li {
	transition: .3s;
}

.newsArea h2 a:hover,
.newsArea .control li:hover {
	text-decoration: none;
	background-color: #709dca;
}


/* ============================================
      .itemArea
============================================ */
.itemArea {
	position: relative;
	min-height: 1285px;
	margin: 0 40px;
}

.itemArea section {
	width: 260px;
	position: absolute;
	z-index: 3;
}

.itemArea .item01::before,
.itemArea .item01::after,
.itemArea .item04::before,
.itemArea .item04::after,
.itemArea .item09::before,
.itemArea .item09::after {
	content: "";
	display: block;
	height: 11px;
	width: 728px;
	background: #fff;
	position: absolute;
	top: 118px;
	z-index: -1;
}

.itemArea .item01::before,
.itemArea .item04::before,
.itemArea .item09::before {
	left: 130px;
	-webkit-transform: rotate(31deg);
	transform: rotate(31deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.itemArea .item01::after,
.itemArea .item04::after,
.itemArea .item09::after {
	left: 35px;
	-webkit-transform: rotate(-31deg);
	transform: rotate(-31deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.itemArea .item09::before,
.itemArea .item09::after {
	width: 369px;
}

.itemArea .item09::after {
	left: -235px;
}


.itemArea .title,
.itemArea .title h2 {
	border-radius: 50%;
	box-sizing: border-box;
}

.itemArea .title {
	text-align: center;
	border: transparent 4px solid;
	margin: 0;
}

.itemArea .title h2 {
	line-height: 1.1;
	font-weight: normal;
	display: block;
	background: #fff;
	min-height: 240px;
	margin: 6px;
	padding: 159px 0 0;
}

.itemArea .title h2 span {
	background: url(/healthcare/item/img/icon_arrow_005.png) no-repeat 0 40%;
	padding: 0 0 0 25px;
}

.itemArea .item02 h2 span,
.itemArea .item04 h2 span,
.itemArea .item05 h2 span,
.itemArea .item07 h2 span,
.itemArea .item09 h2 span {
	background-image: url(/healthcare/item/img/icon_arrow_002.png);
}

.itemArea .detail {
	margin: 2px 22px 0;
}

/*posituion*/
.itemArea .item01,
.itemArea .item04,
.itemArea .item07 {
	left: 0;
}

.itemArea .item03,
.itemArea .item06,
.itemArea .item09 {
	left: 317px;
}

.itemArea .item02,
.itemArea .item05,
.itemArea .item08 {
	left: auto;
	right: 5px;
}

.itemArea .item09 {
	top: 0;
}

.itemArea .item01,
.itemArea .item02 {
	top: 183px;
}

.itemArea .item03 {
	top: 360px;	
}

.itemArea .item04,
.itemArea .item05 {
	top: 550px;
}

.itemArea .item06 {
	top: 725px;
}

.itemArea .item07,
.itemArea .item08 {
	top: 920px;
}

/*background*/
.itemArea .item01 h2 {
	background: #fff url(/healthcare/item/img/icon_bg_001.png) no-repeat center 41%;
}

.itemArea .item02 h2 {
	background: #92beea url(/healthcare/item/img/icon_bg_003.png) no-repeat center 37%;
}

.itemArea .item03 h2 {
	background: #def url(/healthcare/item/img/icon_bg_002.png) no-repeat 49.5% 40%;
}

.itemArea .item04 h2 {
	background: #92beea url(/healthcare/item/img/icon_bg_004.png) no-repeat center 42%;
}

.itemArea .item05 h2 {
	background: #9fbad7 url(/healthcare/item/img/icon_bg_006.png) no-repeat 48% 35%;
}

.itemArea .item06 h2 {
	background: #fff url(/healthcare/item/img/icon_bg_005.png) no-repeat center 37%;
}

.itemArea .item07 h2 {
	background: #9fbad7 url(/healthcare/item/img/icon_bg_007.png) no-repeat center 43%;
}

.itemArea .item08 h2 {
	background: #def url(/healthcare/item/img/icon_bg_008.png) no-repeat center 35%;
}

.itemArea .item09 h2 {
	background: #9fbad7 url(/healthcare/item/img/icon_bg_009.png) no-repeat 53% 38%;
}

/*hover*/
.itemArea a .title {
	transition: .3s;
}

.itemArea a:hover {
	text-decoration: none;
}

.itemArea a:hover p {
	text-decoration: underline;
}

.itemArea a:hover .title {
	border-color: #637689;
}

.itemArea a:hover h2 {
	background-color: #637689;
}

.itemArea a:hover h2 span {
	background-image: url(/healthcare/item/img/icon_arrow_002.png);
}

.itemArea .item01 a:hover h2 {
	background-image: url(/healthcare/item/img/icon_bg_001_o.png);
}

.itemArea .item03 a:hover h2 {
	background-image: url(/healthcare/item/img/icon_bg_002_o.png);
}

.itemArea .item04 a:hover h2 {
	background-image: url(/healthcare/item/img/icon_bg_004_o.png);
}

.itemArea .item06 a:hover h2 {
	background-image: url(/healthcare/item/img/icon_bg_005_o.png);
}

.itemArea .item08 a:hover h2 {
	background-image: url(/healthcare/item/img/icon_bg_008_o.png);
}


/* ============================================
      modalArea
============================================ */
.modalArea {
	text-align: center;
	margin: 70px 0 20px;
}

.modalArea h2 {
	font-weight: normal;
	text-align: center;
	margin: 0 0 25px;
}

.modalArea p {
	margin: 0 0 20px;
}

.modalArea .thumList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.modalArea .thumList li {
	width: 186px;
	display: inline-block;
	margin: 0 8px 15px;
}

.modalArea .thumList figure {
	transition: .3s;
}

.modalArea .thumList figure {
	border: rgba(99,118,137,0) 3px solid;
	border-radius: 50%;
	margin: 0 0 5px;
}

.modalArea .thumList span {
	display: block;
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	margin: 5px;
}

.modalArea .thumList p {
	display: inline-block;
	background: url(/healthcare/item/img/icon_arrow_005.png) no-repeat 0 .05em;
	margin: 0;
	padding: 0 0 0 25px;
}

.modalArea .thumList a:hover figure {
	border-color: rgba(99,118,137,1);
}

.modalArea .thumList a:hover span {
	background: #637689;
}

.modalArea .thumList a:hover img {
	opacity: .5;
}


/* ============================================
      bottomArea
============================================ */
.bottomArea {
	background: none;
	padding: 0;
}

.bottomArea .btnList01 {
	margin: 0 auto 50px;
}

/* ============================================
      clearfix
============================================ */
.topArea::after,
.twoItems::after,
.threeItems::after {
  content: "";
  display: block;
  clear: both;
}



@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */
/* ============================================
      base
============================================ */
#contentsArea {
	background:#fff;
	width: 100%;
	overflow: hidden;
}

.contentsArea {
	background: #c0dcf8;
}

.bgArea:before {
	background: url(/healthcare/item/img/bg_index_sp_001.png) no-repeat center 0;
	background-size: 100% auto;
}

.bgArea:after {
	background: url(/healthcare/item/img/bg_index_sp_002.png) no-repeat center bottom;
	background-size: 100% auto;
}

#wrapper aside {
	line-height: 1.71;
	display: block;
	position: relative;
	z-index: 5;
}

#wrapper aside ul {
	line-height: 1.5;
}

.contentsArea img {
	max-width: 100%;
}


/* ============================================
      display none
============================================ */
.newsArea .control,
.itemArea .detail,
#wrapper aside .snsList {
	display: none;
}

/* ============================================
      width reset
============================================ */
.newsArea .news {
	width: 100%;
	float: none;
}

/* ============================================
      font color (base #444)
============================================ */

/* ============================================
      font-size (base 14px)
============================================ 
6px 42.90%
7px 50.00%
8px 57.10%
9px 64.30%
10px 71.40%
11px 78.60%
12px 85.70%
13px 92.90%
14px 100.00%
15px 107.10%
16px 114.30%
17px 121.40%
18px 128.60%
19px 135.70%
20px 142.90%
21px 150.00%
22px 157.10%
23px 164.30%
24px 171.40%*/

/*14px*/
.newsArea h2,
.aboutArea h1,
.aboutArea dt {
	font-size: 100%;
}

#wrapper aside {
	font-size: 14px;
}

/*12px*/
.news {
	font-size: 85.70%;
}

/*11px*/
.itemArea h2 {
	font-size: 78.60%;
}

/*9px*/
.aboutArea dt,
.aboutArea dd {
	font-size: 64.30%;
}


/*36px*/
.modalArea h2 {
	font-size: 225%;
}

/* ============================================
      .topArea
============================================ */
.leadingArea {
	width: 215px;
	float: none;
	margin: 0 auto 0;
	padding: 15px 0 0;
}

.leadingArea p:first-child img {
	width: 92px;
	margin: 0 0 15px;
}

.leadingArea p:first-child img:first-child {
	margin-right: 18px;
}

.leadingArea p:first-child img:last-child {
	width: 197px;
	margin: 0 0 12px;
}

.leadingArea p:last-child {
	text-align: center;
}

.leadingArea p:last-child img {
	width: 200px;
}

.aboutArea {
	width: 202px;
	min-height: 202px;
	float: none;
	overflow: hidden;
	margin: 0 auto;
}

.aboutArea .inner {
	width: 202px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aboutArea h1 {
	margin: 0 5px 20px;
}

.aboutArea h1 span {
	display: block;
	margin: 17px 25px 28px;
}

.aboutArea dl {
	display: block;
	margin: 0 0 6px 20px;
}

.aboutArea dl:last-of-type {
	margin-bottom: 0;
}

.aboutArea dt,
.aboutArea dd {
	display: block;
	margin: 0;
}

.aboutArea dt {
	width: 30px;
	padding: 1px 6px 0;
	float: left;
	border-radius: 1px;
	box-sizing: border-box;
}

.aboutArea dd {
	width: 130px;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 0 35px;
}


/* ============================================
      .newsArea
============================================ */
.newsArea,
.newsArea h2 {
	display: block;
}

.newsArea {
	margin: 0 20px 25px;
}

#newsList {
	display: block;
}

/*h2*/
.newsArea h2 {
	text-align: center;
	width: auto;
	margin: 0;
}

.newsArea h2.noLink {
	box-sizing: border-box;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 4px 0 3px;
}

/*.news*/
.newsArea .news {
	height: auto;
	overflow: visible;
	box-sizing: border-box;
	padding: 10px 10px 5px;
}

.newsArea .news ul {
	list-style: none;
	padding: 0;
}

.newsArea .news a,
.newsArea .news div>span {
	overflow: visible;
	white-space: normal;
	padding: 0;
}

.newsArea .news .date {
	display: block;
	margin: 0;
}



/* ============================================
      .itemArea
============================================ */
.itemArea {
	width: 320px;
	min-height: 832px;
	margin: 20px auto;
}

.itemArea section {
	width: 152px;
}

.itemArea .item01::before,
.itemArea .item01::after,
.itemArea .item04::before,
.itemArea .item04::after,
.itemArea .item09::before,
.itemArea .item09::after {
	height: 6px;
	width: 360px;
	top: 55px;
}

.itemArea .item01::before,
.itemArea .item04::before,
.itemArea .item09::before {
	left: 250px;
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.itemArea .item01::after,
.itemArea .item04::after,
.itemArea .item09::after {
	left: 70px;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.itemArea .item09::before,
.itemArea .item09::after {
	width: 180px;
}

.itemArea .item09::before {
	left: 88px;
}

.itemArea .title h2 {
	line-height: 1.18;
	min-height: 132px;
	padding: 85px 0 0;
}

.itemArea div.title h2 span {
	background: none;
	padding: 0 0 0 17px;
	position: relative;
}

.itemArea .title h2 span:before {
	content: "";
	display: inline-block;
	height: 12px;
	width: 12px;
	background: url(/healthcare/item/img/icon_arrow_005.svg) no-repeat 0 0;
	background-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.itemArea .item02 h2 span:before,
.itemArea .item04 h2 span:before,
.itemArea .item05 h2 span:before,
.itemArea .item07 h2 span:before,
.itemArea .item09 h2 span:before {
	background-image: url(/healthcare/item/img/icon_arrow_002.svg);
}

/*posituion*/
/*.itemArea section:nth-child(3n-2),*/
.itemArea .item01,
.itemArea .item04,
.itemArea .item07 {
	left: 0;
}

/*.itemArea section:nth-child(3n),*/
.itemArea .item03,
.itemArea .item06,
.itemArea .item09 {
	left: 84px;
}

/*.itemArea section:nth-child(3n-1),
.itemArea section:last-child,*/
.itemArea .item02,
.itemArea .item05,
.itemArea .item08 {
	left: auto;
	right: 0;
}

.itemArea .item09 {
	top: 0;
}

.itemArea .item01,
.itemArea .item02 {
	top: 132px;
}

/*.itemArea section:nth-child(3),*/
.itemArea .item03 {
	top: 264px;	
}

/*.itemArea section:nth-child(4),
.itemArea section:nth-child(5)*/
.itemArea .item04,
.itemArea .item05 {
	top: 396px;
}

/*.itemArea section:nth-child(6)*/
.itemArea .item06 {
	top: 528px;
}

/*.itemArea section:nth-child(7),
.itemArea section:nth-child(8)*/
.itemArea .item07,
.itemArea .item08 {
	top: 660px;
}

/*background*/
.itemArea .item01 h2 {
	background: #fff url(/healthcare/item/img/icon_bg_001.png) no-repeat center 41%;
	background-size: 32px auto;
}

.itemArea .item02 h2 {
	background: #92beea url(/healthcare/item/img/icon_bg_003.png) no-repeat center 37%;
	background-size: 30px auto;
}

.itemArea .item03 h2 {
	background: #def url(/healthcare/item/img/icon_bg_002.png) no-repeat 49.5% 40%;
	background-size: 24px auto;
}

.itemArea .item04 h2 {
	background: #92beea url(/healthcare/item/img/icon_bg_004.png) no-repeat center 42%;
	background-size: 38px auto;
}

.itemArea .item05 h2 {
	background: #9fbad7 url(/healthcare/item/img/icon_bg_006.png) no-repeat 48% 35%;
	background-size: 30px auto;
}

.itemArea .item06 h2 {
	background: #fff url(/healthcare/item/img/icon_bg_005.png) no-repeat center 37%;
	background-size: 40px auto;
}

.itemArea .item07 h2 {
	background: #9fbad7 url(/healthcare/item/img/icon_bg_007.png) no-repeat center 43%;
	background-size: 40px auto;
}

.itemArea .item08 h2 {
	background: #def url(/healthcare/item/img/icon_bg_008.png) no-repeat center 35%;
	background-size: 25px auto;
}

.itemArea .item09 h2 {
	background: #9fbad7 url(/healthcare/item/img/icon_bg_009.png) no-repeat 53% 38%;
	background-size: 36px auto;
}

/* ============================================
      modalArea
============================================ */
.modalArea {
	margin: 25px 20px 20px;
}


/* ============================================
      bottomArea
============================================ */
.bottomArea {
	margin: 0 30px;
}

.bottomArea .btnList01 {
	margin: 0 auto 20px;
}

}
