@charset "utf-8";

html {
    font-size: 62.5%;
}

@media only screen and (max-width: 575px) {
    html {
        font-size: 50%;
    }
}

img{
	max-width:100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.6em;
    color: #222526;
    line-height: 2.6rem;
    font-weight:500;
}
.fon-min {
	font-family: 'Noto Serif JP', sans-serif, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
}

a{
	text-decoration:none;
	color:#666;
}

a:hover{
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover img {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

p{
   text-align:left;
}

small {
    font-size: 1.4rem;
}

.sec-campaign h2 img,.sec1 h2 img,.sec2 h2 img,.sec3 h2 img,
.sec4 h2 img,.sec5 h2 img,.sec6 h2 img,.sec7 h2 img,.sec12 h2 img{
	max-width:60%;
	margin:0 auto;
	margin-bottom:50px;
}

.sp{
	display:none;
}

br.pc{
	display:block;
}
br.sp{
	display:none;
}

ul li{
	font-size:20px;
	padding-bottom:10px;
}
ul li:before{
    position: absolute;
    transform: translateX(-95%);
    content: "\30FB";
}
span.pink{
	background: linear-gradient(transparent 50%, #f1d6d6 0%);
}

/* common part */
.detail_area{
	display: -webkit-box; /*old Android*/
	display: -webkit-flex; /*Safari etc.*/
	display: -ms-flexbox; /*IE10*/
	display: flex;
}
.detail_area .right,
.detail_area .left{
	width:50%;
}

.sec3 .syousai{
	width:85%;
	margin:0 auto;
    border:solid 2px #404145;
    padding:15px 10px 10px 15px;
    margin-bottom:80px;
}
.sec3 .syousai.last{
	margin-bottom:40px;
}
.sec3 .syousai span{
	font-weight:bold;
}
.sec3 .syousai p{
  color:#434f52;
  font-size:13px;
   letter-spacing:-0.5px;
   line-height:1.4;
   margin-bottom:6px;
}

.bgi_contact{
    background: url(../img/bg-contact.jpg)no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:right;
    background-attachment: fixed;
}
.sec-contact ul{
	display: -webkit-box; /*old Android*/
	display: -webkit-flex; /*Safari etc.*/
	display: -ms-flexbox; /*IE10*/
	display: flex;
    align-items: center;
	padding-top:50px;
}
.sec-contact ul li{
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
	padding-bottom:30px;
}
.sec-contact ul li:before{
	display:none;
}
.sec-contact ul li.three-btn{
    margin-right:120px;
}
.sec-contact .c-btn{
	margin-top:30px;
}
.sec-contact .c-btn a img{
    margin-bottom:15px;
}
.sec-contact ul li.three-btn .title img{
	opacity:0.8;
}

@media only screen and (max-width: 1700px) {
	.bgi_contact{
		background-position:center;
	}
}
@media only screen and (max-width: 1400px) {
	.bgi_contact{
		background-attachment:unset;
	}
}
@media only screen and (max-width: 1024px) {
	.sec-contact ul li.three-btn{
        margin-right:40px;
	}
}
@media screen and (max-width: 768px) {
	.pc{
    	display:none;
    }
    .sp{
    	display:block;
    }
    ul li{
		font-size:16px;
	}
	.sec-campaign h2 img,.sec1 h2 img,.sec2 h2 img,.sec3 h2 img,
	.sec4 h2 img,.sec5 h2 img,.sec6 h2 img,.sec7 h2 img,.sec12 h2 img{
		max-width:70%;
		margin:0 auto;
		margin-bottom:30px;
	}
	.sec3 .syousai{
		width:90%;
	}
	.sec-contact ul{
		display:block;
		padding-top:20px;
	}
	.sec-contact ul li{
		width:65%;
		padding-top:0;
	}
	.sec-contact ul li.three-btn{
		margin-right:20px;
	}
}

@media screen and (max-width: 575px) {
	br.sp{
		display:block;
	}
	br.pc{
		display:none;
	}
	ul li{
		font-size:14px;
	}
	.sec3 .syousai{
		padding:10px 5px 5px 10px;
		margin-bottom:40px;
	}
    .sec3 .syousai p{
    	font-size:11px;
    	line-height:1.3;
		margin-bottom:5px;
	  }
  	.sec-campaign h2 img,.sec1 h2 img,.sec2 h2 img,.sec3 h2 img,
	.sec4 h2 img,.sec5 h2 img,.sec6 h2 img,.sec7 h2 img,.sec12 h2 img{
		max-width:88%;
		margin:0 auto;
		margin-bottom:30px;
	}
	.bgi_contact{
		background: url(../img/sp/bg-contact-sp.jpg)no-repeat left 88% center;
		-webkit-background-size: cover;
		background-size: cover;
		background-attachment:unset;
	}
	.sec-contact ul{
		display:block;
		padding-top:10px;
	}
	.sec-contact .c-btn{
		margin-top:20px;
		margin-right:20px;
	}
	.sec-contact ul li{
		width:96%;
		margin:0 auto;
		padding-top:5px;
		padding-bottom:0px;
	}
	.sec-contact ul li.three-btn{
		margin-right:0px;
	}
	.sec-contact ul li.three-btn .title img{
	    max-width:84%;
	    margin:0 auto;
	    padding-left:10px;
	}
}

header {
    display: flex;
    position: relative;
    z-index: 1000;
}
header .imgwrap {
    margin: 31px 0 0 16px;
}
header .imgwrap img {
     width:70%;
}
header .btn {
    position: fixed;
    right: -200px;
    z-index: 1000;
    margin-top: 10px;
}
header .btn a {
    text-decoration: none;
}
header .btn a img{
	width:25%;
}

@media only screen and (max-width: 1200px) {
	header .btn a img{
		width:20%;
	}
	header .btn{
		text-align:right;
		margin-right:220px;
		padding-top:5px;
	}
}

@media only screen and (max-width: 768px) {
    header .imgwrap {
        width: 39%;
        margin: 28px 0 0 14px;
    }

    header .imgwrap img {
        width: 100%;
    }
    header .btn {
        margin: 0;
        width: 100vw;
        display: flex;
        bottom: 0;
        right: 0;
        left:0;
    }

    header .btn a {
        width: 50%;
        margin: 0;
    }

    header .btn a img {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    header .imgwrap {
        width: 50%;
        margin-top:10px;
        margin-bottom:50px;
    }
    header .imgwrap img {
		width: 80%;
    }
}

.sec-campaign,.sec1,.sec2,.sec3,.sec4,.sec5,.sec6,.sec7,sec9-new,.sec12,.sec_contact{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

main{
    background: #ffffff;
    position:relative;
    z-index:1;
}

.top{
	width: 100%;
	margin: -90px auto;
}

.top img{
    width: 100%;
    text-align:center;
    margin:0 auto;
}

@media only screen and (max-width: 1000px) {
	.sec-campaign,.sec1,.sec2,.sec3,.sec4,.sec5,.sec6,.sec7,sec9-new,.sec12,.sec_contact{
		width: 98%;
		margin: 0 auto;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.top{
		margin: -100px auto;
	}
}

.sec-campaign{
	padding:170px 0 100px 0;
	background: url(../img/bg-campaign.jpg)no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
	background-attachment: fixed;

}
.sec-campaign img{
    width:50%;
    margin:0 auto;
    text-align:center;
}


.bg01{
	background: url(../img/bg-sec1.jpg)no-repeat center right 20%;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.sec1{
	position:relative;
    top:0;
	left:-250px;
	padding:50px 0 60px 0;
    background-color: rgba(0,0,0,0.6);
    width:50%;
}
.sec1 h2 img{
    max-width:90%;
    margin: 0 auto;
    margin-bottom:50px;
}
.sec1 img{
	max-width:90%;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
}

@media only screen and (max-width: 1400px){
	.bg01,.sec-campaign{
		background-attachment:unset;
	}
}
@media only screen and (max-width: 1200px){
	.sec-campaign img{
		width:70%;
		margin:0 auto;
	}
}
@media only screen and (max-width: 1024px){
	.sec1{
		left:-180px;
		padding:40px 20px 40px 20px;
	}
}

@media only screen and (max-width: 768px){
	.sec-campaign{
		padding:150px 0 80px 0;
	}
	.sec-campaign h2 img{
		max-width:100%;
	}
	.sec-campaign img{
		width:90%;
	}
	.sec1{
		padding:30px 20px 40px 10px;
	}
	.sec1 h2 img{
		max-width:100%;
		margin: 0 auto;
		margin-bottom:30px;
	}
}

@media only screen and (max-width: 575px){
	.sec-campaign{
		padding:130px 0 50px 0;
	}
	.bg01{
		background: url(../img/bg-sec1.jpg)no-repeat center right 42%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.sec1{
		padding:20px 10px 30px 10px;
		left:0;
		margin-left:-10px;
		width:80%;
	}
	.sec1 h2 img{
		max-width:97%;
		margin: 0 auto;
		margin-bottom:30px;
	}
}

.bg02{
  background:url(../img/bg-sec2.jpg)no-repeat center;
  	-webkit-background-size: cover;
	background-size: cover;
   background-attachment:fixed;
}

.sec2{
	padding:60px 0;
	margin-bottom:-100px;
}
.sec2 ul{
	margin:20px 0;
}
.sec2 ul li{
    width:65%;
    margin:0 auto;
    line-height:1.4;
}
.sec2 :last-child img{
	width:70%;
	margin:0 auto;
}
@media only screen and (max-width: 1400px){
	.bg02{
		background-attachment:unset;
		background-position:right;
	}
}
@media only screen and (max-width: 768px){
	.sec2 ul li,.sec2 :last-child img{
		width:86%;
	}
}
@media only screen and (max-width: 575px){
	.sec2{
		padding:40px 0;
	}
}

.bg03{
	background: url(../img/bg-sec3.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.sec3{
	padding:150px 0 80px 0;
}
.sec3 .detail_area.case{
    width:100%;
    margin:0 auto;
    margin-bottom:21px;
    align-items:center;
}
.sec3 .detail_area.case .left{
    width:25%;
}
.sec3 .detail_area.case .right{
    width:75%;
}
.sec3 .detail_area.case .right p{
    font-size:24px;
    color:#282828;
    margin-left:20px;
}
.sec3 .detail_area.case .right p span{
    font-size:18px;
    color:#282828;
}
.sec3 .detail_area.icon{
    width:75%;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
    align-items:center;
    background:#fff;
}
.sec3 .detail_area.icon .left{
    width:25%;
    text-align:left;
}
.sec3 .detail_area.icon .right{
    width:75%;
	padding: 10px 30px 10px 0;
}
.sec3 .detail_area.icon .right p{
	font-size:14px;
	line-height:1.3;
}
.sec3 .detail_area.icon .right p.doctor-name{
	font-size:20px;
	color:#282828;
	border-bottom:solid 1px #4b4b4b;
	margin-bottom:10px;
	padding-bottom:5px;
}
.sec3 .detail_area.icon .right p.doctor-name span{
	font-size:25px;
}
.sec3 .case-link a{
  display: inline-block;
  text-align:center;
  position: relative;
  border: solid 3px #3d3d3d;
  padding:30px 40px 25px 25px;
  background: url(../img/sec-03-img11.png) no-repeat right center;
}
.sec3 .case-link a::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: -11px;
  right: -11px;
  left: 5px;
  border: solid 3px #3d3d3d;
}
.sec3 .case-link a{
	color:#242424;
    letter-spacing:3px;
}

@media only screen and (max-width: 1400px) {
	.bg03{
		background-attachment:unset;
	}
}
@media only screen and (max-width: 1024px) {
	.sec3{
		width:90%;
		margin:0 auto;
	}
}
@media only screen and (max-width: 768px) {
	.sec3{
		width:98%;
		margin:0 auto;
	}
	.sec3 .detail_area.icon{
		width:98%;
		margin:0 auto;
		margin-top:30px;
		margin-bottom:30px;
	}
	.sec3 .detail_area.icon .left{
		width:18%;
	}
	.sec3 .detail_area.icon .right{
		width:82%;
		padding: 10px 20px 10px 20px;
	}
	.sec3 .detail_area.icon .right p{
		font-size:13px;
		line-height:1.2;
	}
	.sec3 .detail_area.icon .right p.doctor-name{
		font-size:16px;
	}
	.sec3 .detail_area.icon .right p.doctor-name span{
		font-size:22px;
	}
}
@media only screen and (max-width: 575px) {
	.sec3{
		padding:120px 0 60px 0;
	}
	.sec3 .detail_area.case{
        margin-top:0px;
		margin-bottom:0px;
	}
	.sec3 .detail_area.case .left{
		width:30%;
	}
	.sec3 .detail_area.case .right{
		width:70%;
		margin-left:10px;
		margin-bottom:10px;
	}
	.sec3 .detail_area.case .right p span{
		font-size:13px;
	}
	.sec3 .detail_area.case .right p{
		font-size:16px;
		margin-left:0px;
		line-height:1;
	}
	.sec3 .detail_area.icon{
		margin-top:10px;
		margin-bottom:10px;
	}
	.sec3 .detail_area.icon .left{
		width:30%;
		padding-right:0px;
	}
	.sec3 .detail_area.icon .right{
		width:60%;
	}
	.sec3 .detail_area.icon .right p.doctor-name{
		font-size:12px;
	}
	.sec3 .detail_area.icon .right p.doctor-name span{
		font-size:15px;
	}
	.sec3 .detail_area.icon .right p{
		font-size:12px;
		line-height:1.1;
	}
	.sec3 .case-link a{
		width:70%;
		padding:20px 20px 10px 25px;
		font-size:16px;
		line-height:1.5;
	}
	.sec3 .case-link a::before {
		content: "";
		position: absolute;
		top: 5px;
		bottom: -11px;
		right: -11px;
		left: 5px;
	}
}


.bgi04::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(../img/bg-sec4.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size:cover;
}
.sec4{
	padding:50px 0 60px 0;
}
.sec4 img{
	max-width:90%;
}
.sec4 h2 img{
    margin-top:40px;
    max-width:80%;
}
.sec4 .detail_area{
    width:100%;
    margin:0 auto;
    justify-content:space-around;
    margin-top:25px;
}
.sec4 .detail_area div{
    margin-left:5px;
    margin-right:5px;
}
.sec4 ul{
   margin:20px 0;
}
.sec4 ul li{
    width:80%;
    margin:0 auto;
    line-height:1.4;
}
.sec4 ul li:before{
    position: absolute;
    transform: translateX(-95%);
    content: "\30FB";
}
.sec4 .sibou{
	background: url(../img/bg-sec2-2.png)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom:50px;
	padding:50px 0 60px 0;
}

.sec4 .sibou .detail_area .left{
	background:#fff;
	padding:10px 0 0 10px;
}
.sec4 .sibou .detail_area ul li{
	width:75%;
	margin:0 auto;
}
.sec4 .sibou p{
	font-size:18px;
	color:#525252;
	text-align:center;
	padding-bottom:20px;
	letter-spacing:1px;
}
.sec4 .sibou h3{
	font-size:40px;
	color:#222526;
	letter-spacing:2px;
	margin-bottom:45px;
}
.sec4 .waku{
	border:solid 3px #232323;
	margin-bottom:60px;
	margin-top:60px;
}
.sec4 .waku img{
	margin-top:50px;
}
.sec4 .waku:last-child{
	padding-bottom:20px;
	margin-bottom:30px;
}
.sec4 .waku:last-child .detail_area{
	width:80%;
}
.sec4 .waku:last-child .detail_area .left{
	width:60%;
}
.sec4 .waku:last-child .detail_area .right{
	width:40%;
}
.sec4 .waku:last-child .detail_area .right img{
	margin-top:0px;
}
.sec4 .waku:last-child .detail_area .right p{
	color:#828282;
	padding-top:15px;
	line-height:1.4;
}
.sec4 .waku:last-child ul{
	margin-top:20px;
}
.sec4 .waku:last-child ul li{
	width:80%;
	margin:0 auto;
    padding-bottom:30px;
    padding-right:30px;
}

@media only screen and (max-width: 1400px) {
	.bgi04{
		background-attachment: unset;
	}
	.sec4 .waku{
		background-color:rgba(255,255,255,0.5);
	}
}
@media only screen and (max-width: 1024px) {
	.sec4 .detail_area{
		width:90%;
	}
	.sec4 .sibou .detail_area ul li{
		width:84%;
	}
	.sec4 .waku{
		width:80%;
	    margin:0 auto;
	    margin-bottom:60px;
		margin-top:60px;
	}
	.sec4 .waku:last-child{
		padding-bottom:0px;
		margin-bottom:0px;
	}
	.sec4 .waku:last-child .detail_area{
		width:96%;
	}
}

@media only screen and (max-width: 768px) {
	.sec4 ul{
	   margin:10px 0;
	}
	.sec4 .detail_area{
		width:98%;
	}
	.sec4 .detail_area div{
		margin-left:0px;
		margin-right:0px;
	}
	.sec4 .detail_area .right{
		margin-left:20px;
	}
	.sec4 .detail_area .left{
		margin-left:10px;
	}
	.sec4 .sibou{
		background: url(../img/bg-sec2-2.png)no-repeat center;
		-webkit-background-size: contain;
		background-size: contain;
		margin-bottom:0px;
	}
	.sec4 .waku{
		width:98%;
	    margin-bottom:40px;
		margin-top:40px;
	}
	.sec4 .waku img{
		margin-top:30px;
	}
	.sec4 .waku:last-child{
		padding-bottom:0px;
		margin-bottom:0px;
	}
	.sec4 .waku:last-child .detail_area{
		width:96%;
	}
	.sec4 .waku ul{
		padding:10px 0;
	}
	.sec4 ul li{
		width:85%;
	}
	.sec4 .waku:last-child .detail_area .right img{
		max-width:70%;
		padding-right:30px;
	}
	.sec4 .waku:last-child .detail_area .right p{
		font-size:13px;
		padding-bottom:20px;
	}
	.sec4 .waku:last-child ul li{
		width:90%;
		margin:0 auto;
		padding-bottom:30px;
		padding-right:0px;
	}
}

@media only screen and (max-width: 575px) {
	.bgi04::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../img/sp/bg-sec4-sp.jpg)repeat-y center;
		-webkit-background-size: contain;
		background-size:contain;
	}
	.sec4{
		padding:40px 0 40px 0;
	}
	.sec4 img{
		max-width:98%;
	}
	.sec4 h2 img{
		margin-top:0px;
		margin-bottom:10px;
		max-width:98%;
	}
	.sec4 .sibou{
		padding-top:20px;
	}
	.sec4 .sibou p{
		font-size:15px;
		letter-spacing:0.5px;
		padding-bottom:10px;
	}
	.sec4 .sibou h3{
		font-size:28px;
		margin-bottom:10px;
	}
	.sec4 .waku .detail_area{
		display:block;
	}
	.sec4 .sibou .detail_area{
		flex-direction: column-reverse;
	}
	.sec4 .sibou .detail_area .left,
	.sec4 .sibou .detail_area .right,
	.sec4 .waku .detail_area .left,
	.sec4 .waku .detail_area .right,
	.sec4 .waku:last-child .detail_area .left,
	.sec4 .waku:last-child .detail_area .right{
		width:90%;
		margin:0 auto;
	}
	.sec4 .sibou .detail_area .right{
		margin-bottom:15px;
	}
	.sec4 .sibou .detail_area .right img{
		max-width:85%;
	}
	.sec4 .sibou{
		background: url(../img/sp/bg-sec2-2-sp.png)no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		margin-bottom:0px;
		margin-top:20px;
		padding-top:20px;
		padding-bottom:15px;
	}
	.sec4 .sibou:first-of-type{
		margin-top:0px;
	}
	.sec4 .sibou .detail_area ul li{
		width:94%;
	}
	.sec4 .waku{
		border:solid 2px #232323;
		margin-bottom:30px;
		margin-top:30px;
	}
	.sec4 .waku img{
		max-width:90%;
		margin-top:20px;
	}
	.sec4 .waku ul{
		padding:5px 0 0 0;
	}
	.sec4 .waku:last-child h4 img{
		max-width:98%;
		margin-top:30px;
		margin-bottom:10px;
	}
	.sec4 .waku:last-child .detail_area{
		width:100%;
		margin-top:0;
	}
	.sec4 .waku:last-child .detail_area .right img{
		max-width:50%;
		padding-right:0px;
	}
	.sec4 .waku:last-child .detail_area .right p{
		font-size:13px;
		padding-bottom:20px;
		text-align:center;
	}
	.sec4 .waku:last-child ul li{
		width:96%;
		margin:0 auto;
		padding-bottom:10px;
		padding-right:0px;
	}
}


.bgi05{
	background: url(../img/bg-sec5.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.sec5{
	padding:80px 0 80px 0;
}
.sec5 h3{
    max-width:80%;
    margin:0 auto;
    margin-bottom:30px;
}
.sec5 .waku{
	border:solid 3px #fff;
	padding:30px 10px 50px 10px;
	margin-bottom:60px;
}
.sec5 .waku:last-child{
	margin-bottom:0;
}
.sec5 p{
    color:#fff;
    text-align:center;
    margin-bottom:40px;
}
.sec5 .detail_area{
    width:96%;
    margin:0 auto;
    margin-bottom:60px;
}

@media only screen and (max-width: 1024px) {
	.sec5 .waku{
		width:80%;
		margin:0 auto;
		margin-bottom:40px;
	}
	.sec5 h3{
		max-width:90%;
		margin:0 auto;
		margin-bottom:30px;
	}
}
@media only screen and (max-width: 768px) {
	.sec5{
		padding:40px 0;
	}
	.sec5 h3{
		max-width:100%;
	}
	.sec5 .waku{
		width:94%;
		margin:0 auto;
		margin-bottom:30px;
	}
}

@media only screen and (max-width: 575px) {
	.sec5 h3{
		margin-bottom:15px;
	}
	.sec5 .waku{
		width:92%;
		margin:0 auto;
		margin-bottom:30px;
		border:solid 2px #fff;
		padding:20px 10px;
	}
	.sec5 p{
		margin-bottom:20px;
	}
}

.bgi09-new{
    background: url(../img/sec9-bg.png)no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position:right;
	background-attachment:fixed;
    padding:60px 0;
}
.sec9-new img{
    width:55%;
    margin-bottom:40px;
}
.sec9-new .textwrap{
    margin-bottom:25px;
    background:#fff;
}
.sec9-new h3{
    background:#7bacba;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    padding:25px 5px;
}
.sec9-new p{
    text-align:center;
    padding:20px 5px;
    color:#010101;
    font-size:18px;
    line-height:1.8;
}
.sec9-new .textwrap img{
    width:65%;
    margin-bottom:0px;
}
@media (max-width: 1200px){
	.bgi09-new{
		background:none;
		padding-bottom:10px;
	}
}
@media only screen and (max-width: 768px) {
	.sec9-new .textwrap img{
		width:80%;
		margin:0 auto;
		margin-bottom:0px;
	}
}
@media only screen and (max-width: 575px) {
	.sec9-new img{
		width:75%;
		margin-bottom:40px;
	}
	.sec9-new h3{
		font-size:22px;
		letter-spacing:1px;
		line-height:1.2;
		padding:25px 5px;
	}
	.sec9-new p{
		text-align:left;
		padding-left:10px;
		font-size:14px;
		line-height:1.5;
	}
	.sec9-new .textwrap img{
		width:90%;
		margin:0 auto;
		margin-bottom:0px;
	}
}


.bgi12{
	background: url(../img/bg-sec6.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.sec12{
	padding:80px 0 40px 0;
}
.sec12 h3{
    font-size:28px;
    color:#3e3e3e;
    text-align:left;
    margin-top:10px;
    margin-left:-40px;
    padding-bottom:15px;
}
.sec12 p{
    color:#3e3e3e;
}
.sec12 .detail_area{
	position: relative;
	width:80%;
	margin:0 auto;
	margin-bottom:60px;
	border:solid 1px #232323;
}
.sec12 .detail_area .left{
	padding:10px 0;
    width:40%;
}
.sec12 .detail_area .left img{
    width:80%;
    margin-left:-100px;
}
.sec12 .detail_area .right{
    width:60%;
    padding:20px 30px 20px 0;
}
.sec12 .detail_area::after{
	content: ' ';
	position: absolute;
	bottom: -45px;
	left: 0;
	right:0;
	width: 0;
	height: 0;
	border: none;
	border-top: 20px solid #4b4b4b;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	margin:0 auto;
}
.sec12 .detail_area:last-child::after{
    display:none;
}

@media only screen and (max-width: 1400px) {
	.bgi12{
		background: url(../img/bg-sec6.jpg)repeat-y top center;
	    -webkit-background-size: contain;
	    background-size: contain;
		background-attachment: unset;

	}
}
@media only screen and (max-width: 768px) {
	.sec12{
		padding:60px 0 20px 0;
	}
	.sec12 h3{
		font-size:20px;
		margin-top:0px;
		margin-left:0px;
	}
	.sec12 .detail_area{
		position: relative;
		width:90%;
		align-items:center;
	}
	.sec12 .detail_area .left{
		padding:10px 0;
		width:35%;
	}
	.sec12 .detail_area .left img{
		width:90%;
		margin-left:-60px;
	}
	.sec12 .detail_area .right{
		width:65%;
		padding:20px 10px 20px 0;
	}
}

@media only screen and (max-width: 575px) {
	.sec12{
		padding:50px 0;
	}
	.sec12 h3{
		font-size:18px;
		letter-spacing:-0.5px;
	}
	.sec12 .detail_area{
		display:block;
		background-color:rgba(255,255,255,0.6);
	}
	.sec12 .detail_area:last-child{
		margin-bottom:0;
	}
	.sec12 .detail_area .left,
	.sec12 .detail_area .right{
		width:90%;
		margin:0 auto;
	}
	.sec12 .detail_area .right{
		padding:10px 0px 15px 0
	}
	.sec12 .detail_area .left img{
		padding-left:60px;
	}
}



.bgi7{
	background: url(../img/bg-sec7.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.sec7{
	padding:80px 0 70px 0;
}

.sec7 table {
  border-collapse: collapse;
  table-layout: fixed;
  padding: 0;
  width: 80%;
  margin: 40px auto;
}
.sec7 table tr {
  background-color: #fff;
  padding: 20px;
  border:solid 2px #d9d9d9;
}
.sec7 table th,
.sec7 table td {
  padding: 20px;
  border:solid 2px #d9d9d9;
}
.sec7 table td {
	font-size:22px;
	color:#505050;
	vertical-align:middle;
}
.sec7 table thead th {
    width: 60%;
    font-size: 24px;
}
.sec7 table thead td {
  background-color: #4b4b4b;
  color:#fff;
  width: 40%;
  font-size: 24px;
}
.sec7 table thead tr{
  background-color: #4b4b4b;
  color:#fff;
}
.sec7 table tbody th {
    text-align: left;
    font-size: 20px;
    background: #fff;
    color: #505050;
    text-align:center;
}
.sec7 table tbody th.one{
    background-color: #f0d1d1;
}
.sec7 table tbody th.two{
    background-color: #e2bfbf;
}
.sec7 table tbody th.three{
    background-color: #c9bed5;
}
.sec7 table tbody th.four{
    background-color: #bdaecd;
}
.sec7 table tbody th.five{
    background-color: #afc9d1;
}
.sec7 .syounin{
	width:70%;
	margin:0 auto;
	color:#434f52;
	background:#efefef;
	margin-top:30px;
	padding:10px 40px;
	font-size:1.4rem;
	line-height:1.4;
}

@media only screen and (max-width: 768px) {
	.sec7{
		padding:60px 0 50px 0;
	}
	.sec7 img{
		max-width:90%;
	}
	.sec7 table {
		width:90%;
		margin:0 auto;
		margin: 30px auto;
	}
	.sec7 .syounin{
		width:86%;
		margin:0 auto;
		margin-top:30px;
		padding:10px 20px;
	}
}

@media only screen and (max-width: 575px) {
	.sec7{
		padding:40px 0;
	}
	.sec7 img{
		max-width:96%;
	}
	.sec7 table {
		width:96%;
		margin:0 auto;
		margin: 20px auto 25px;
	}
	.sec7 table th,
	.sec7 table td {
	  padding:15px 5px;
	}
	.sec7 table thead th {
	  font-size: 15px;
	}
	.sec7 table thead td {
	  width: 75%;
	  font-size: 15px;
	}
	.sec7 table tbody th {
		font-size: 15px;
	}
	.sec7 p{
		width:94%;
		margin:0 auto;
		font-size:13px;
		line-height:1.2;
	}
	.sec7 .syounin{
		width:90%;
		padding:10px 10px;
	}
	.sec7 table td{
		font-size:18px;
	}
}


.bgi9{
    background:#fff;
    padding:60px 0 ;
    text-align:center;
}
.sec9 {
    width: 1160px;
    margin: 0px auto;
}
.sec9 .textwrap p{
    text-align: center;
}
.sec9 .textwrap p {
    margin: 45px 0 0 9px;
}
.sec9 .imgwrap {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width:1200px) {
	.sec9 .imgwrap img{
		margin-bottom:20px;
	}
}
@media only screen and (max-width:1160px) {
	.sec9 {
		max-width:90%;
		margin: 0px auto;
		text-align:center;
	}
	.sec9 .imgwrap {
		margin-top: 40px;
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.bgi9{
		padding:40px 0;
	}
    .sec9 {
        width: 70%;
    }
    .sec9 h2 {
        width: 96%;
        margin: 0 auto;
    }
    .sec9 h2 img {
        width: 90%;
    }
    .sec9 .textwrap p {
        margin-top: 10px;
    }
    .sec9 .imgwrap img {
        width: 90%;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 575px) {
	.bgi9{
		padding:30px 0 20px 0;
	}
	.sec9 h2 img {
        width: 100%;
        margin-bottom:10px;
    }
    .sec9 .imgwrap{
    	margin-top:15px;
    }
	.sec9 .imgwrap img {
        width: 100%;
    }
}

/* bg10 */
.bg10{
	background: #efefef;
    padding: 84px 0;
}
.bg10 .container {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}

.bg10 .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.bg10 .box {
	display: block;
	background: #fff;
	border-radius: 10px;
	margin: 20px 0;
	width:48.5%;
	padding-bottom: 10px;
	font-size: 1.5rem;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg10 .main_tit,
.bgi11 .main_tit{
  position: relative;
	padding-top: 100px;
	margin-bottom: 60px;
	text-align: center;
	z-index: 10;
	color: #434343;
}
.bg10 .main_tit::before,
.bgi11 .main_tit::before{
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #434343;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {transform: scale(1, 0);transform-origin: 0 0;}
	50% {transform: scale(1, 1);transform-origin: 0 0;}
	50.1% {transform: scale(1, 1);transform-origin: 0 100%;}
	100% {transform: scale(1, 0);transform-origin: 0 100%;}
}
.bg10 .main_tit p,
.bgi11 .main_tit p,
.bg10 .main_tit .webf,
.bgi11 .main_tit .webf{
	font-family: century-gothic, sans-serif;
	font-size: 4rem;
	letter-spacing: 0.05em;
  line-height: 1.5;
}
.bg10 .main-tit h2,
.bgi11 .main-tit h2,
.bg10 .main_tit .fon-min,
.bgi11 .main_tit .fon-min {
	font-size: 2rem;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 10px;
}

.bg10 .box .name {
  display: flex;
	width: 100%;
}

.bg10 .box .name .imgwrap picture img {
  width: 180px;
}

.bg10 .box .name .textwrap {
  margin: 15px 0 0 15px;
}

.bg10 .box .name .textwrap h3 {
	font-weight: bold;
	font-size: 22px;
}

.bg10 .box .name .textwrap p {
  margin-top: 10px;
}

.bg10 .box .career,
.bg10 .box .licence {
	width:100%;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg10 .box:first-of-type .inner .career,
.bg10 .box:first-of-type .inner .licence {
	width: 390px;
	box-sizing: border-box;
	margin-top: 30px;
}

.bg10 .box h4 {
    color: #fff;
    letter-spacing:5px;
    font-weight:bold;
    background: #aaa;
    margin-top: 28px;
    padding:10px 10px 10px 24px;
    margin-bottom:15px;
}

.bg10 .box dl {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
	font-size: 14px;
	margin: 0 10px;
}

.bg10 .box dl dt {
    width: 100px;
}
.bg10 .box dl dd {
    width: 300px;
}

.bg10 .box:first-of-type .inner dl dt {
    width: 100px;
}
.bg10 .box:first-of-type .inner dl dd {
    width: 270px;
}

.bg10 .box ul {
	margin-top: 15px;
	font-size: 14px;
	margin: 0 10px;
}

/* 5/29 追加 */
.bg10 .box:first-of-type .inner .career h4{
	width: 90%;
}


@media screen and (max-width: 1000px) {
	.bg10 .inner {
		width: 92%;
		margin:0 auto;
	}
}

@media screen and (max-width: 1200px) {
  .bg10 .inner {
  	width: 89%;
  	margin: 0 auto;
  	padding: 25px 0 50px;
  }
}

@media screen and (max-width: 768px) {
	.bg10 .container{
		display:block;
		width:100%;
	}
	.bg10 .container .box{
		width:100%;
	}
	.bg10 .box .inner .career {
      width: 100%;
    }
	.bg10 .box:first-of-type .inner .career,
  .bg10 .box:first-of-type .inner .licence {
        width: 100%;
    }
    .bg10 .box dl dt{
        width: 35%;
    }
    .bg10 .box dl dd {
        width: 65%;
    }
    .bg10 .box:nth-of-type(2) .inner ul {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
	.bg10 .box .name .imgwrap picture img{
		width:120px;
		height:120px;
	}
	.bg10{
		padding: 64px 0 50px 0;
	}
  .bg10 .main_tit,
  .bgi11 .main_tit{
    padding-top: 50px;
  }
  .bg10 .main_tit::before{
    top: 0;
  }
  .bg10 .main-tit h2,
  .bg10 .main_tit .fon-min {
    font-size: 2rem;
  }
  .bg10 .main_tit p,
  .bg10 .main_tit .webf{
    font-size: 4rem;
    line-height: 1;
  }
}

/*bgi11 access*/
/* sec11 */
.bgi11 {
	padding: 70px 0;
  background: #fff;
}
.bgi11 .inner {
	width: 850px;
}

.sec11 .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 850px;
	margin: auto;
}

.sec11 .container .box {
	text-align: left;
	width: 400px;
	margin: 0 0 30px 0;
	display: block;
}

.sec11 .container .box h3 {
  margin: 20px 0 10px;
	color: #666;
	font-size: 22px;
	font-weight: bold;
}

.sec11 .container .box .add-wrap {
	font-size: 14px;
}

.sec11 .container .box dl {
  display:flex;
  flex-wrap: wrap;
  border-top: none;
	margin: 10px 0;
}

.sec11 .container .box dl dt {
  width: 20%;
  box-sizing: border-box;
}

.sec11 .container .box dl dd {
  width: 80%;
  margin: 0;
  box-sizing: border-box;
	line-height: 1.5;
}

.sec11 .tel {
	background-color: #c79896;
	border: 1px solid #c79896;
	color: #fff;
}
.sec11 .tel:hover {
	background-color: #ffffff;
	border: 1px solid #c79896;
	color: #c79896;
}

@media only screen and (max-width: 1200px) {
    section.sec11 {
      width: 89%;
      margin: 0 auto;
      padding: 25px 0 50px;
    }
    .bgi11 {
    	padding: 60px 0 30px 0;
    }
    .sec11 .container {
    	width: 100%;
    }
    .sec11 .container .box img {
    	width: 100%;
    }
}

@media screen and (max-width: 990px) {
  .sec11 .container .box {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .bgi11 .main_tit{
    padding-top: 50px;
  }
  .bgi11 .main_tit::before{
    top: 0;
  }
  .bgi11 .main-tit h2,
  .bgi11 .main_tit .fon-min {
    font-size: 2rem;
  }
  .bgi11 .main_tit p,
  .bgi11 .main_tit .webf{
    font-size: 4rem;
    line-height: 1;
  }
}


footer{
	position:relative;
	 z-index:200;
}

footer p{
    padding-top: 52px;
    background:#fff;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    footer p{
        padding-top: 10px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 575px) {
    footer p{
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 575px) {
	header .btn {
        margin: 0;
        width: 100%;
        margin:0 auto;
        text-align:center;
        display: flex;
        bottom: 0;
        right: 0;
        left:0;
        margin-left:2px;
    }
    header .imgwrap {
        margin-top:6px;
        margin-bottom:50px;
    }
    header .imgwrap img {
        width: 90%;
        padding-top:5px;
    }
	header .btn a {
		width: 33%;
		margin: 0;
		margin-left:0px;
		margin-right:0px;
	}
	header .btn a img {
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	header .btn a.line{
		width:33%;
		padding-top:0px;
	}
}

/* sibou-cyuunyu-cp */
.sibou-cp{
	width:100%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.sibou-cp img{
	max-width:80%;
	margin:0 auto;
}
@media screen and (max-width: 1024px) {
	.sibou-cp{
		width:100%;
		margin:0 auto;
		margin-top:40px;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 768px) {
	.sibou-cp{
		padding:20px 0;
		position:relative;
		top:30px;
		left:0;
		right:0;
		margin:0 auto;
	    margin-bottom:30px;
	}
	.sibou-cp img{
		max-width:96%;
	}
}
@media screen and (max-width: 575px) {
	.sibou-cp{
		padding:20px 0;
		position:relative;
		top:5px;
		left:0;
		right:0;
		margin:0 auto;
	    margin-bottom:0px;
	}
	.sibou-cp img{
		max-width:96%;
	}
}
