@charset "utf-8";
/* CSS Document */

body #main3 #cover,body #main3 #cover h2,body #main3 #cover h3,body #main3 #cover h4{ font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-feature-settings: 'palt' on; letter-spacing: 1px;}
#cover h1{margin: 10px auto 90px;}

/***アンカーリンク***/
#cover nav{
	margin: 20px;
}
/*気になる個所*/
#cover nav#navi-w h2{
	position: relative;
	text-align: center;
	margin: 40px auto 20px;
}
#cover nav#navi-w h2:before{
	content: "";
	background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/pc_img-navi.png) no-repeat 100%;
	position: absolute;
	top: -150%;
	left: 50%;
	padding: 30px 150px;
	transform: translateX(-50%);
}
#cover nav#navi-w h2 span{font-size: 26px; font-weight: bold; margin: 20px auto;}
#cover nav ul{ 
	display: flex;
	justify-content: space-around;
}
/*サービス*/
#cover nav#navi-s{
	padding: 15px 15px 30px;
    background: #f1f1f1;
    margin: 50px 20px 30px;
}
#cover nav#navi-s h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto 20px;
	position: relative;
}
#cover nav#navi-s h2:before{
	content: "";
	background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/img-nmark.png) no-repeat 100%;
	position: absolute;
	top: -150%;
	left: 15%;
	padding: 35px;
}
#cover nav#navi-s h2:after{
	content: "";
	background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-ths.png) no-repeat 100%;
	position: absolute;
	top: -120%;
	right: 17%;
	padding: 50px;
}
#cover nav#navi-s ul li{
	background: #fff;
	box-shadow: 10px 10px 0px -5px #35c1b6;
	border-radius: 10px;
	padding: 15px 10px;
	position: relative;
	width: calc(28%);
	text-align: center;
}
#cover nav#navi-s ul li a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cover nav#navi-s ul li h3{
	font-size: 20px;
	font-weight: bold;	
	padding: 60px 5px 5px;
	text-align: center;
}
#cover nav#navi-s ul li:first-child:before{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-size.png) no-repeat 100%;
    position: absolute;
    top: -2%;
    left: 50%;
    padding: 45px;
    transform: translateX(-50%);
}
#cover nav#navi-s ul li:nth-child(2):before{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-try.png) no-repeat 50%;
    position: absolute;
    left: 50%;
    top: 2%;
    padding: 35px;
    transform: translateX(-50%);
}
#cover nav#navi-s ul li:nth-child(3):before{
	content: "";
	background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-tell.png) no-repeat 100%;
	position: absolute;
	left: 50%;
	padding: 24px;
	transform: translateX(-50%);
}
#cover nav#navi-s ul li .c-btn {
	background: #1e2f56;
	color: #fff;
    margin: 10px auto 5px;
    border-radius: 9px;
    width: 40%;
	position:relative;
	font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
#cover nav#navi-s ul li .c-btn:after{
	content: "▼";
	font-size: 5px;
	color: #fff;
	position:absolute;
	top:50%;
	left:75%;
    transform: translateY(-50%);
}


/***メイン***/
#cover #wear{ margin: 60px auto; width: 940px;}
#cover #wear h2,#cover #service h2{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-left: calc(50% - 50vw);
    margin-right: calc(49% - 49vw);
    text-align: center;
    padding: 40px 0 15px;
	position: relative;
} 

/*大見出し*/
#cover #wear h2{
	background: #3baea5;
} 
#cover #wear h2:before{
	content: "nurse wear";
	font-size: 16px;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
}
#cover #service h2{
	background: #2f8f9d;
	position: relative;
} 
#cover #service h2:before{
	content: "service";
	font-size: 16px;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
}
#cover #service h2:after{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-ths.png) no-repeat 100%;
    position: absolute;
    left: 50%;
    top: -40%;
    padding: 50px;
}

/**　ウェア　**/
#cover #wear h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-top:1px solid #333;
	border-bottom: 1px solid #333;
	padding: 20px;
	margin: 30px auto;
	position: relative;
}
#cover #wear section{ margin: 0 auto 80px; }
#cover #wear section ul{
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	padding: 0 15px;
}
#cover #wear section ul > li{
	padding: 10px;
	display: flex;
	flex-direction: column;
}
#cover #wear section ul li > h4{ font-size: 26px; font-weight: bold; margin: 0 0 10px;}
#cover #wear section ul li > img{ width: 400px ; height: auto; }
#cover #wear section h5{
	font-family: "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 5px;
}
#cover #wear section h5:first-letter{ color: #3baea5; }
#cover #wear section ul li div{
	margin-top: auto;
}
#cover #wear section ul li ol{
	display: flex;
	justify-content: space-around;
}
#cover #wear section ul li ol li{
	width: calc(50%);
	padding: 0;
}
#cover #wear section ul li ol li img{
	width: 260px;
	height: 290px;
}
#cover #wear section > h4{
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cover #wear section > h4:before, #cover #wear section > h4:after{
  	content: "";
	border-top: 1px solid;
	flex-grow: 1;
	margin: 50px 10px;
}
#cover #wear section ul.products li{
	width: calc(24%);
	position: relative;
}
#cover #wear section ul.products li a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cover #wear section ul.products li img{width: 210px;height: auto;}
#cover #wear section ul.products li p.catch {
    text-align: center;
    background: #e8f7f6;
    padding: 10px 5px;
    width: 80%;
    margin: 5px auto 30px;
    position: relative;
    font-weight: bold;
	font-size: 15px;
}
#cover #wear section ul.products li p.catch:after{
	content: "";
	background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/img-back.png) no-repeat 100%;
	position: absolute;
	bottom: -25%;
	left: 50%;
	padding: 4px 50px;
	transform: translateX(-50%);
}
#cover #wear section ul.products li p{
	font-size: 13px;
	letter-spacing: 0;
	margin: 5px 0;
}
/*コンシェルジュとその他お悩み併用*/
#cover #wear section .staff{
	width: 940px;
	margin: 30px auto;
	background: #ecf6f5;
	padding: 20px 0;
}
#cover #wear section .staff > div{
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cover #wear section .staff > div h4{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 140px;
	position: relative;
}
#cover #wear section .staff > div:before, #cover #wear section .staff > div:after{
  	content: "";
  	border-top: 15px solid #c1e2df;
  	flex-grow: 1;
  	margin: 30px 0;
}
#cover #wear section .staff > p{
	padding: 0 20px;
}
#cover #wear section .staff ul.products {
    padding: 0 10px;
    margin: 10px auto;
}
#cover #wear section .staff ul.btn{
	align-items: center;
}
#cover #wear section .staff ul.btn li{
    background: #1e2f56;
    padding: 5px 40px;
	position: relative;
}
#cover #wear section .staff ul.btn li:after {
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
#cover #wear section .staff ul.btn p{ color: #fff; }
#cover #wear section .staff ul.btn a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*その他*/
#cover #wear section#case5 .staff{
	width: 940px;
	margin: 40px auto 50px;
	background: #ecf6f5;
	padding: 20px 0;
	border-top: #c1e2df solid 5px;
}
#cover #wear section#case5 .staff h4{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0 20px;
}


/*セクションごとの個別指定*/
/*見出しアイコン*/
#cover #wear section#case1 h3:before{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-case1.png) no-repeat 100%;
    position: absolute;
    left: 15%;
    top: -10%;
    padding: 20px 45px;
}
#cover #wear section#case2 h3:before{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-case2.png) no-repeat 100%;
    position: absolute;
    left: 15%;
    top: -10%;
    padding: 20px 45px;
}
#cover #wear section#case3 h3:before{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-case3.png) no-repeat 100%;
    position: absolute;
    left: 15%;
    top: -10%;
    padding: 20px 45px;
}
#cover #wear section#case4 h3:before{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-case4.png) no-repeat 100%;
    position: absolute;
    left: 15%;
    top: -10%;
    padding: 20px 45px;
}
#cover #wear section#case5 h3:before{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/icon-case5.png) no-repeat 100%;
    position: absolute;
    left: 15%;
    top: -10%;
    padding: 20px 45px;
}
/*スタッフの顔*/
#cover #wear section#case1 .staff > div h4:after{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/img-staff1.png) no-repeat 100%;
    position: absolute;
    bottom: -25%;
    right: -35%;
    padding: 50px;
}
#cover #wear section#case2 .staff > div h4:after{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/img-staff2.png) no-repeat 100%;
    position: absolute;
    bottom: -25%;
    right: -35%;
    padding: 50px;
}
#cover #wear section#case3 .staff > div h4:after{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/img-staff3.png) no-repeat 100%;
    position: absolute;
    bottom: -25%;
    right: -30%;
    padding: 50px;
}
#cover #wear section#case4 .staff > div h4:after{
	content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/img-staff4.png) no-repeat 100%;
    position: absolute;
    bottom: -25%;
    right: -30%;
    padding: 50px;
}

/**　サービス　**/
#cover #service > section{
	background: #f1f1f1;
	padding:60px 20px 40px;
	margin: 0 auto 60px;
}
#cover #service section p.catch {
    text-align: center;
    background: #ccf4fb;
    padding: 10px 5px;
    width: 60%;
    margin: -30px auto 30px;
    position: relative;
    font-weight: bold;
	font-size: 15px;
}
#cover #service section div p.catch{
	width: 40%;
}
#cover #service section p.catch:after{
	content: "";
	background: url(https://gigaplus.makeshop.jp/thsnet/images/page/cover/img-back.png) no-repeat 100%;
	position: absolute;
	bottom: -25%;
	left: 50%;
	padding: 4px 50px;
	transform: translateX(-50%);
}
#cover #service section h3{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 20px;
}

#cover #service section ul{
	display: flex;
	justify-content: space-between;
}
#cover #service section ul li{
	background: #fff;
	padding: 15px;
}
#cover #service section ul li div{
	display: flex;
}
#cover #service section ul li div p{ margin: 0 15px; }
#cover #service section > ul{ margin: 0 auto 45px; }
#cover #service section > ul li{
	width: calc(46%);
}
#cover #service section > div{ background: #fff; padding: 15px;}
#cover #service section div ul li{
	width: 100%;
}
#cover #service section div ul li:first-child img{
	margin: 30px auto;
}
#cover #service section  ul.btn{
	display: flex;
    justify-content: space-evenly;
    margin: 20px auto;
}
#cover #service section  ul.btn li{
    background: #1e2f56;
    padding: 5px 40px;
    position: relative;
    width: 50%;
    text-align: center;
}
#cover #service section  ul.btn li:after {
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
#cover #service section ul.btn p{ color: #fff; }
#cover #service section ul.btn a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** 全共通 **/
.txt_green{ color: #19a296;}
.txt_mark{ background: linear-gradient(transparent 40%, #fed5d8 30%); }
.txt_big{ font-size: 1.3em; }