/*下層*/
.mv-sub {
	position: relative;
	margin-top: 130px;
    height: 300px;
	background: url(../img/sub/sub-mv-img.jpg) center / cover no-repeat;
	margin-bottom: 100px;
	color: #445958;
}
h1.mv-sub-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 40px;
	font-family: 'Shippori Mincho', serif;
    letter-spacing: 2px;
    font-weight: 500;
}
h2.ttl {
    font-weight: 600;
    font-size: 36px;
    background: #c4bda7;
    color: #ffffff;
    letter-spacing: .1em;
    padding: 20px 0 20px 30px;
    position: relative;
    z-index: 1;
    margin: 150px 0px 30px;
    border-left: solid 3px #8c9c91;
    font-family: 'Shippori Mincho', serif;
}
h3.ttl {
    background: #f6f6f6;	
    font-size: 24px;
    text-align: left;
    font-weight: 500;
	padding: 8px 20px;
    margin: 40px 0px 10px;
    font-family: 'Shippori Mincho', serif;
}
h4.ttl{
    background: url(/wp-content/themes/asano/img/sub/h4-icon.svg) no-repeat top left;	
    font-size: 28px;
    color: #a1905a;	
    text-align: left;
	border-bottom: solid 1px #a1905a;
    font-weight: 600;
    padding-left: 50px;	
    margin: 60px 0px 10px;
}
.sub-content {
    margin-bottom: 200px;
}
section.content p {
    line-height: 2;
	letter-spacing: 0.1px;
}


@media screen and (max-width: 959px) {
.mv-sub {
	background: url(../img/sub/sub-mv-img.jpg) 35% center / cover no-repeat;
}	
h1.mv-sub-ttl {
	padding-top: 60px;
	font-size: 30px;
}
h1.mv-sub-ttl {
    position: absolute;
    top: 45%;
	padding-top: 50px;
	font-size: 24px;
}	
}

@media screen and (max-width: 750px) {
.mv-sub {
   height: 200px;
　 margin-bottom: 50px;
   margin-top: 70px;
}
.sub-content {
    margin-bottom: 150px;
}	
h1.mv-sub-ttl {
	padding-top: 50px;
	font-size: 28px;
}
h2.ttl {
   font-size: 20px;
   padding: 15px 0 15px 20px;
   margin: 60px 0px 20px 0px;
}
h3.ttl {
    font-size: 18px;
    padding: 10px 10px;
    margin-bottom: 20px;
}
h4.ttl {
    font-size: 20px;
    margin: 40px 0px 10px;
    padding: 0px 0px 0px 40px;	
}	
h1.mv-sub-ttl {
    padding-top: 40px;
    font-size: 20px;
    width: 90%;
	text-align:center;
	line-height: 1.5;
}	
}



/*主な症状*/
.main-symptoms-bk {
    background: url(/wp-content/themes/asano/img/sub/main-symptoms-bk-img.jpg) center / cover no-repeat;
    margin: 50px 0px;
    padding: 30px 0px;
}

.main-symptoms-box {
    border: 1px solid #ede6ce;
    border-radius: 12px;
    padding: 60px 50px 30px;
    position: relative;
    background: #fff;
    position: relative;
    background: #fff;
    text-align: center;
    margin: 80px auto;
}
.ribbon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ede6ce;
    color: #a1905a;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 15px 130px;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 1;
}
.ribbon:before {
   content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    width: 100px;
    height: 40px;
    background: url(../img/sub/example-l.svg) no-repeat;
    pointer-events: none;
}
.ribbon:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 100px;
    height: 40px;
    background: url(../img/sub/example-r.svg) no-repeat;
    pointer-events: none;
}

.main-symptoms {
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333;
}
.main-symptoms ul li {
    position: relative;
    padding: 5px 20px 8px 60px;
    margin: 0px 10px 20px 10px;
    border-bottom: solid 1px #e4e4e4;
   display: inline-block;
    width: 100%;	
}

.main-symptoms h4 {
    color: #006b6a;
    font-weight: 600;
}

@media screen and (max-width: 750px) {
.main-symptoms-bk {
    margin: 30px 0px;
    padding: 5px 0px;
}	
.main-symptoms-box {
    padding: 50px 20px 10px;
    margin: 80px auto 50px;
}
.main-symptoms ul li {
    padding: 5px 20px 8px 35px;
    margin: 0px 10px 5px 0px;
}
.ribbon {
    font-size: 17px;
    letter-spacing: 0px;
    padding: 15px 50px;	
}	
.ribbon:before {
    left: 7px;
	width: 45px;
    height: 17px;
}
.ribbon:after {
    right: 5px;
    width: 45px;
    height: 17px;
}	
}



/*✓マークリスト*/
.list01 {
    list-style: disc;
    padding: 0px 0px 0px 30px;
}
.list01 li {
	margin-bottom: 10px;
    border-bottom: solid 1px #e7e7e7;	
}
.list01 li::marker {
    color: #ecb0b0;
}
.box02 {
	position: relative;
    margin: 20px 0px;
    background: #fffcef;
    padding: 40px;	
}
.list02 {
    list-style: none;
    padding: 0;
}
.box02 ul li {
	position: relative;
    padding: 5px 20px 8px 60px;
    margin: 0px 10px 20px 10px;
    border-bottom: solid 1px #e4e4e4;
}
.list02 li:before {
    content: "";
    position: absolute;
	background: url(../img/sub/icn_check02.svg) center / cover no-repeat;
    display: inline-block;
    width: 21px;
    height: 15px;;
    border-radius: 0;
    left: 20px;
    top: 15px;
}
@media screen and (max-width: 959px) {
.box02 {
    padding: 30px 15px;	
}
.box02 ul li {
    position: relative;
    padding: 5px 10px 8px 40px;
    margin: 0px 10px 10px 10px;
}
.list02 li:before {
    width: 14px;
    height: 10px;
    border-radius: 0;
    left: 10px;
    top: 15px;
}	
}


/*丸●リスト　背景なし*/
ul.list03 {
    margin: 20px 0px;
}
.list03 li {
    position: relative;
    padding: 0px 5px 20px 30px;
}
.list03 li span {
    font-size: 20px;	
    font-weight: 600;
    color: #333333;
}
.list03 li:before {
    content: "●";
    color: #70bbb9;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 0;
    left: 0px;
    top: 0px;
}

@media screen and (max-width: 750px) {
ul.list03 {
    margin: 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.list03 li	{
    position: relative;
    padding: 0px 5px 10px 30px;	
}
.list03 li span {
    font-size: 16px;
}
.list03 li:before {
    top: 0px;
}	
}	

/*丸●リスト 背景黄色*/
ul.list04 {
    margin: 20px 0px;
    background: #fdfcf2;
    padding: 30px 20px 20px 40px;
}
.list04 li {
    position: relative;
    padding: 0px 5px 20px 40px;
}
.list04 li span {
    font-size: 20px;	
    font-weight: 600;
    color: #99800a;
}
.list04 li:before {
    content: "●";
    color: #ffe6a3;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 0;
    left: 0px;
    top: 0px;
}

@media screen and (max-width: 750px) {
ul.list04 {
    margin: 20px 0px;
    padding: 20px 20px 20px 25px;
}
.list04 li	{
    position: relative;
	padding: 0px 5px 20px 20px;
}
.list04 li span {
    font-size: 17px;
}
.list04 li:before {
    top: 3px;
}	
}	
	

.comment-wrap {
    background: #e4eee7;
    margin: 60px 0px;
    padding: 60px 60px;
}
@media screen and (max-width: 750px) {
.comment-wrap {
    background: #e4eee7;
    margin: 40px 0px;
    padding: 40px 20px;
}
}


/*求人*/
/*.wrap_box {
    display: flex;
    justify-content: flex-start;
}*/
/*.link--list {
    width: 25%;
}*/
section.content.nurse-wrap {
    margin-bottom: 200px;
    margin-top: 200px;	
}
span.title-img img {
    border-radius: 30px 0px 0px 30px;
}
span.title-img{
    position: relative;
    border-radius: 24px 0px 0px 24px;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    display: block;
    text-align: right;	
}
h2.recruit-ttl {
    position: relative;
	margin-bottom: 100px;	
}
.title-sub {
    font-size: 6.5rem;
    line-height: 1;
    margin-top: -0.5em;	
}
.subtitle-front {
    position: absolute;
    color: #7e423b;
    mix-blend-mode: difference;
    z-index: 1;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.subtitle-back {
    position: absolute;
    font-size: 24px;
    font-family: "Zen Old Mincho", serif;
    color: #7e423b;
    mix-blend-mode: normal;
    z-index: -1;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

h3.recruit-ttl {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    color: #141414;
    display: inline-block;
}
.recruit-ttl::first-letter {
  color: #ab880e; /* 変えたい色 */
}
.recruit.two-column.two-column {
    gap: 70px;
}
h3.saiyou-ttl {
    font-size: 30px;
	font-weight:500;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 3px;
    font-family: "Zen Old Mincho", serif;
}
h3.saiyou-ttl p {
	color: #a29566 !important;
    line-height: 1.5;	
}

.ttl--deco {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4.5rem;
}
.ttl--deco span {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
}
.ttl--deco span:nth-of-type(1) {
    background-color: #e7e1c1;
}
.ttl--deco span:nth-of-type(2) {
    background-color: #d5cfb4;
}
.ttl--deco span:nth-of-type(3) {
    background-color: #bcb5a1;
}
.gap12 {
    gap: 0.75rem;
}
.ol-list01{
	padding-left:30px;
}
.ol-list01 li {
    list-style: auto;
    line-height: 1.5;
    padding-bottom: 10px;	
}




@media screen and (max-width: 750px) {
section.content.nurse-wrap {
    margin-bottom: 150px;
    margin-top: 100px;		
}	
span.title-img {
    margin-left: 30px;
}	
.title-sub {
    font-size: 6.5rem;
    line-height: 1;
    margin-top: -0.5em;
    bottom: 50px;	
}
.subtitle-back {
    font-size: 18px;
    bottom: 20px;	
}    	
.medical-affairs-wrap .title-sub {
    font-size: 5rem;
    line-height: 1;
    margin-top: -0.5em;
    bottom: 30px;	
}
.medical-affairs-wrap .subtitle-back{
    font-size: 18px;
    bottom: -0px;
    width: 100%;
    text-align: center;
}    		
.nurse-wrap .recruit.two-column .column40,.medical-affairs-wrap .recruit.two-column .column40 {
     width: 75%;
}
.nurse-wrap .recruit.two-column .column60,.medical-affairs-wrap .recruit.two-column .column60 {
     padding:0px 15px;
}
h2.recruit-ttl {
    margin-bottom: 30px;	
}	
h3.recruit-ttl {
    font-size: 20px;
    margin-bottom: 10px;
}
h3.saiyou-ttl {
    font-size: 22px;
    margin-bottom: 30px;	
}
.ttl--deco {
    padding-top: 2.5rem;
}	
}



/*疾患*/





/*院長紹介ページ*/
h2.doctor-ttl {
    margin-bottom: 30px;
}
h2.doctor-ttl span {
    font-size: 20px;
    background: #8c9c91;
    color: #ffffff;
    padding: 5px 15px 6px 15px;
    margin-right: 20px;
    border-radius: 5px;
}
.recruit.two-column.two-column {
    gap: 70px;
}


@media screen and (max-width: 750px) {
.recruit.two-column.two-column {
    gap: 30px;
}
}



/*脱毛ページ*/
.sub-features.two-column {
    gap: 70px;
}
h3.datsumou-ttl {
    font-size: 45px;
    font-weight: 400;	
    font-family: "Cormorant", serif;
    color: #a1905a;	
}
h3.datsumou-ttl span{
     font-size: 90px;	
    color: #a1905a;	
}

.sub-features .column60 {
    padding: 15px;
}


@media screen and (max-width: 750px) {
.sub-features.two-column {
    gap: 0px;
}	
h3.datsumou-ttl {
	font-size: 30px;
    font-family: "Cormorant", serif;
}
}	



/*採用フォーム*/
table.tbl-r02 {
    width: 100%;
}
.tbl-r02 th {
    width: 40%;
}
.tbl-r02 th span {
    font-size: 14px;
    color: #bd6565;
    padding-left: 15px;
}
.tbl-r02 td {
    width: 60%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    font-size: 18px;	
}

input#zip,input#city,input#addr{
    padding: 10px;
    font-size: 18px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 80%;
    padding: 10px;	
    font-size: 18px;	
}
.form .text-center {
    text-align: center;
    margin-top: 50px;	
}
.form .text-center:hover {
    opacity:0.6;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 20px 30px;
    font-size: 18px;
    letter-spacing: 3px;
    width: 30%;
    color: #ffffff;
    background: #d9b2b2;
    border: solid;
}
span.wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 750px) {
.tbl-r02 th {
    width: 100%;
    text-align: left;	
}
.tbl-r02 th p {
   line-height:1.5;
}	
.tbl-r02 th span {
	font-size: 13px;
    padding-left: 3px;
}
.tbl-r02 td {
    width: 100%;
}
.tbl-r02 td p {
    margin: 4px 0px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    font-size: 15px;		
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 15px 30px;
    font-size: 15px;
    width: 60%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    font-size: 15px;
    width: 100%;
}
input#zip,input#city,input#addr{
    padding: 10px;
    font-size: 15px;
    width: 100%;	
}	
}




