@charset "utf-8";

#contents {
width: 100%;
}


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
position: relative;
margin: 0 0 5rem 0;
}
.block-head::before {
position: absolute;
right: 0;
top: 0;
width: 100vw;
height: 100%;
background: #39b79b;
content: "";
pointer-events: none;
z-index: -1;
}
.block-head::after {
position: absolute;
left: 0;
top: -5.7rem;
width: 100%;
height: 5.8rem;
content: "";
}
.addParts03 .block-head::after {
background: url(img/en_cliniclist.png) no-repeat left top;
background-size: contain;
}
.addParts04 .block-head::after {
background: url(img/en_knowledge.png) no-repeat left top;
top: -7.3rem;
width: 100%;
height: 9.8rem;
background-size: contain;
}
.block-head .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: 3rem 3rem 3rem 0;
}
.block-head .title {
display: flex;
align-items: center;
width: 54rem;
padding: 0 4rem 0 0;
color: #fff;
font-size: 3rem;
font-weight: 700;
letter-spacing: 0.2rem;
line-height: 1.4;
}
.block-head .title span {
font-size: 2.2rem;
}
.block-head .title a {
display: block;
width: 100%;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.png) no-repeat right center;
background-size: 25px auto;
color: inherit;
text-decoration: none;
}
.block-head .txt {
display: flex;
align-items: center;
position: relative;
width: calc(100% - 54rem);
padding: 0 0 0 4rem;
color: #fff;
}
.block-head .txt::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 0.1rem;
height: calc(100% + 2rem);
border-left: 1px solid #fff;
content: "";
}
.block-head .txt p:not([class]) {
margin: 0;
}
.block-head .txt p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, rgba(255,221,125,0.7) 70%);
font-weight: 700;
color: #fff;
font-size: 1.5rem;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea .mainArea {
min-height: 60rem;
padding: 3rem 0 5rem 0;
background: url(img/mv_bg_01.jpg) no-repeat center center;
background-size: cover;
}
#visArea .mainArea .siteName {
margin: 0 0 3rem 0;
text-align: center;
}
#visArea .mainArea .siteName img {
width: 35rem;
}
#visArea .catchArea {
width: 100rem;
margin: 0 auto;
}
#visArea .catchArea .catch {
margin: 0 0 2rem 0;
color: #3972B7;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.6;
text-align: center;
}
#visArea .catchArea .catch span {
display: inline-block;
margin: 0.5rem 0;
padding: 0 1.5rem 0.2rem 1.5rem;
background: #3c75b8;
color: #fff;
font-size: 3.2rem;
}
#visArea .txtArea {
width: 44rem;
margin: 0 auto;
}
#visArea .txtArea p span {
color: #3972b7;
font-weight: 700;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 10rem 0;
background: #ecfaf7 url(img/en_detail.png) no-repeat left 5rem;
}
.addParts02-clinic {
margin: 10rem 0 0 0;
background: #fff;
}
.block-name {
position: relative;
}
.block-name .catch {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: -1rem;
top: -7rem;
width: 48rem;
min-height: 14rem;
padding: 2rem 2rem 2rem 12rem;
color: #fff;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
#clinic-1.catch {
background: #3972b7 url(img/add01_ico_01.png) no-repeat 3.4rem center;
background-size: 78px auto;
}
#clinic-2.catch {
background: #3972b7 url(img/add01_ico_02.png) no-repeat 3.4rem center;
background-size: 78px auto;
}
#clinic-3.catch {
background: #3972b7 url(img/add01_ico_03.png) no-repeat 3.4rem center;
background-size: 78px auto;
}
.block-name .catch span span {
background: linear-gradient(transparent 70%, #9adfdc 70%);
font-size: 2.8rem;
}
.block-name .name {
display: flex;
align-items: center;
min-height: 12rem;
margin: 0 0 0 20rem;
padding: 3rem 2rem 3rem 30rem;
background: #39b79b;
color: #fff;
font-size: 4.2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.addParts02-clinic .inner {
padding: 5rem;
}
.addParts02-clinic .inner > .fig {
max-width: 50rem;
margin: 0 auto;
text-align: center;
}
.addParts02-clinic .inner > .fig + .caption {
max-width: 50rem;
margin: 0.8rem auto 0 auto;
text-align: center;
}
.addParts02 .title-wrap {
margin: 10rem 0 4rem 0;
text-align: center;
}
.addParts02 .title-wrap .title {
display: inline-block;
position: relative;
}
.addParts02 .title-wrap .title::before {
position: absolute;
left: -2.4rem;
top: -1.2rem;
width: 3.5rem;
height: 3.5rem;
background: url(img/title_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
.addParts02 .title-wrap .title span {
position: relative;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}

.block-recommend {
display: flex;
justify-content: center;
}
.block-recommend ul:not([class]) {
margin: 0;
}
.block-reason {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.block-reason .box {
width: calc((100% - 4.2rem) / 2);
padding: 3rem 4rem;
background: #f0f8fe;
box-shadow: 1rem 1rem 0 0 #3972b7;
}
.block-reason .box-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
}
.block-reason .box-head .ttl {
color: #000;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.6;
text-align: center;
padding: 1rem 1.5rem;
}
.block-reason .box-head .ttl span {
background: linear-gradient(transparent 70%, #d6c070 70%);
}
.block-reason .box-body p:not([class]) {
margin: 0;
}
.cost {
margin: 0 0 2rem 0;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.cost span {
background: linear-gradient(transparent 70%, #d6c070 70%);
}
.tags {
text-align: center;
margin-top: 3rem;
}
.tags .tag {
display: inline-block;
margin: 0 0.8rem 1.2rem 0.8rem;
padding: 0.8rem 1.5rem;
background: #39b79b;
color: #fff;
font-size: 1.5rem;
line-height: 1.4;
text-align: center;
}
.addParts02 .float-wrap {
margin: 0;
padding: 5rem;
border: 1px solid #3972b7;
box-shadow: 1rem 1rem 0 0 #3972b7;
}
.addParts02 .float-wrap .center img {
width: auto;
max-height: 32rem;
}
.addParts02 .float-wrap .catch {
font-size: 2.5rem;
}
.addParts02 .float-wrap p:not([class]) {
margin: 1em 0 0 0;
}
.addParts02 .float-wrap h5 {
    color: #3972b7;
    margin: 3rem 0 0;
    font-size: 1.8rem;
}
.addParts02 .float-wrap ul {
    margin-top: 1rem;
}
.addParts02 table {
width: calc(100% - 14rem);
}
.addParts02 p:not([class]) + table th {
width: 14rem;
}
.addParts02 .g-map {
    text-align: center;
    margin-top: 4rem;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 18rem 0 0 0;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 18rem 0 6rem 0;
}
.addParts04 .block-head .title {
width: 42rem;
}
.addParts04 .block-head .txt {
width: calc(100% - 42rem);
}
.addParts04 .float-wrap {
width: 85rem;
margin: 0 auto 6rem auto;
}
.addParts04 .float-wrap .catch {
font-size: 2.4rem;
}
.addParts04 .addInner > .title {
margin: 0 auto 2rem auto;
color: #3972b7;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.addParts04 .addInner > .title a {
display: inline;
padding: 0 4rem 0 0;
background: url(img/arrow01_blue.png) no-repeat right center;
background-size: 25px auto;
color: inherit;
text-decoration: none;
}
.addParts04 p.lead {
margin: 0 auto;
}
.addParts04 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 0 1.5rem;
counter-reset: number 0;
}
.addParts04 .block::after {
display: block;
width: calc((100% - 11.2rem) / 3);
content: "";
}
.addParts04 .block .box {
position: relative;
width: calc((100% - 11.2rem) / 3);
margin: 9rem 0 0 0;
border: 1px solid #3972b7;
}
.addParts04 .block .box::before {
position: absolute;
left: calc(100% + 1.5rem);
top: 50%;
transform: translateY(-50%);
width: 2.3rem;
height: 3rem;
background: url(img/add04_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.addParts04 .block .box:nth-child(3n)::before,
.addParts04 .block .box:last-child::before {
display: none;
content: none;
}
.addParts04 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: calc(100% - 6rem);
margin: -3.5rem 0 0 4rem;
padding: 1.5rem 1.5rem 1.5rem 6rem;
background: #3972b7;
}
.addParts04 .block .box-head::before {
position: absolute;
left: -5.6rem;
top: 50%;
transform: translateY(-50%);
width: 10rem;
height: 10rem;
background: #fff;
border: 1px solid #3972b7;
border-radius: 50%;
color: #3972b7;
font-size: 5rem;
line-height: 9.6rem;
text-align: center;
content: counter(number);
counter-increment: number;
}
.addParts04 .block .box-head .ttl {
width: 100%;
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.addParts04 .block .box-head .ttl a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_black.png) no-repeat right center;
background-size: 25px auto;
color: inherit;
text-decoration: none;
}
.addParts04 .block .box-body {
padding: 3rem 2.4rem;
}
.addParts04 .block .box-body p:not([class]) {
margin: 0;
}
.addParts04 .block .box-body .fig {
margin: 0 0 2rem 0;
text-align: center;
}





















@media screen and (max-width: 480px) {

.main-index {
font-size: 1.6rem;
}


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
position: relative;
margin: 0 0 5rem 0;
}
.block-head::after {
position: absolute;
left: 0;
top: -2.4rem;
width: 100%;
height: 2.4rem;
content: "";
}
.block-head .box {
display: block;
padding: 3rem 1.5rem 2rem 0.5rem;
}
.block-head .title {
width: 100%;
margin: 0 0 2rem 0;
padding: 0 0 2rem 0;
border-bottom: 1px solid #fff;
font-size: 2.4rem;
}
.block-head .title span {
display: inline-block;
font-size: 1.8rem;
line-height: 1.4;
}
.block-head .txt {
width: 100%;
padding: 0;
}
.block-head .txt::before {
display: none;
content: none;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea .mainArea {width: 100%;padding: 0;background: none;min-height: 0;}
#visArea .mainArea .siteName {
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 14rem;
margin: 0;
background: url(img/mv_bg_02.jpg) no-repeat center center;
background-size: cover;
}
#visArea .mainArea .siteName img {
position: absolute;
left: 50%;
bottom: -2rem;
transform: translateX(-50%);
width: 20rem;
}
#visArea .mainArea .mainTxtBox {
width: 100%;
padding: 3rem 1.5rem;
}
#visArea .catchArea {
width: 100%;
}
#visArea .txtArea {
width: 100%;
}
#visArea .catchArea .catch {
margin: 0 0 2rem 0;
color: #3972B7;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.6;
text-align: center;
}
#visArea .catchArea .catch span {
display: inline-block;
margin: 0.5rem 0;
padding: 0 1rem 0.2rem 1rem;
font-size: 2.2rem;
}
#visArea .txtArea {
width: 100%;
margin: 0 auto;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 5rem 0;
background-position: left 2rem;
background-size: 24rem auto;
}
.addParts02-clinic {
margin: 6rem 0 0 0;
}
.block-name .catch {
position: relative;
left: -1.5rem;
top: -2rem;
width: calc(100% - 1rem);
min-height: auto;
padding: 2rem 1.5rem 2rem 9rem;
font-size: 1.6rem;
z-index: 1;
}
#clinic-1.catch {
background: #3972b7 url(img/add01_ico_01.png) no-repeat 2rem center;
background-size: 60px auto;
}
#clinic-2.catch {
background: #3972b7 url(img/add01_ico_02.png) no-repeat 2rem center;
background-size: 60px auto;
}
#clinic-3.catch {
background: #3972b7 url(img/add01_ico_03.png) no-repeat 2rem center;
background-size: 60px auto;
}
.block-name .catch span span {
background: linear-gradient(transparent 70%, #9adfdc 70%);
font-size: 2.2rem;
}
.block-name .name {
display: block;
position: relative;
min-height: auto;
margin: -3rem 0 0 0;
padding: 2.5rem 1.5rem 2rem 1.5rem;
font-size: 2.2rem;
text-align: center;
}
.addParts02-clinic .inner {
padding: 3rem 1.5rem;
}
.addParts02-clinic .inner > .fig {
max-width: 100%;
}
.addParts02-clinic .inner > .fig + .caption {
max-width: 100%;
}
.addParts02 .title-wrap {
width: calc(100% - 2rem);
margin: 8rem auto 3rem auto;
}
.addParts02 .title-wrap .title::before {
position: absolute;
left: -1.4rem;
top: -1.2rem;
width: 2.8rem;
height: 2.8rem;
}
.addParts02 .title-wrap .title span {
font-size: 2rem;
}
.block-reason {
display: block;
}
.block-reason .box {
width: 100%;
margin: 0 0 3rem 0;
padding: 2rem;
box-shadow: 0.6rem 0.6rem 0 0 #3972b7;
}
.block-reason .box-head .ttl {
font-size: 1.8rem;
}
.cost {
font-size: 1.8rem;
}
.tags {
text-align: center;
}
.tags .tag {
margin: 0 0.4rem 0.8rem 0.4rem;
padding: 0.6rem 1rem;
}
.addParts02 .float-wrap {
margin: 0;
padding: 2rem;
border: 1px solid #3972b7;
box-shadow: 1rem 1rem 0 0 #3972b7;
}
.addParts02 .float-wrap .center img {
width: auto;
max-height: 24rem;
}
.addParts02 .float-wrap .catch {
font-size: 1.8rem;
}
.addParts02 table {
width: 100%;
}
.addParts02 .block-timetable table {
width: 86rem;
}
.addParts02 .g-map iframe {
width: 100%;
}

/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 8rem 0 0 0;
}
.addParts03 .block-head .title {
font-size: 2.4rem;
}
.addParts03 .block {
padding: 1.5rem;
background: #eaf0eb;
}
.addParts03 .block .box {
display: block;
margin: 0 0 3rem 0;
}
.addParts03 .block .box-fig {
width: 100%;
margin: 0 0 2rem 0;
}
.addParts03 .block .box-txt {
width: 100%;
padding: 0;
}
.addParts03 .block .box-txt .ttl {
font-size: 2rem;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 8rem 0 4rem 0;
}
.addParts04 .block-head .title {
width: 100%;
}
.addParts04 .block-head .txt {
width: 100%;
}
.addParts04 .float-wrap {
width: 100%;
margin: 0 auto 4rem auto;
}
.addParts04 .float-wrap .catch {
font-size: 2rem;
}
.addParts04 .addInner > .title {
width: 100%;
font-size: 2rem;
}
.addParts04 p.lead {
margin: 0 auto;
}
.addParts04 .block {
display: block;
margin: 0 0 4rem 1.5rem;
}
.addParts04 .block::after {
display: none;
content: none;
}
.addParts04 .block .box {
width: 100%;
margin: 9rem 0 0 0;
}
.addParts04 .block .box::before {
left: 50%;
top: calc(100% + 1.5rem);
transform: translate(-50%,0);
width: 3rem;
height: 2.3rem;
background: url(img/add04_bg_02.png) no-repeat left top;
background-size: contain;
}
.addParts04 .block .box:nth-child(3n)::before {
display: block;
content: "";
}
.addParts04 .block .box:last-child::before {
display: none;
content: none;
}
.addParts04 .block .box-head {
padding: 1.5rem 1.5rem 1.5rem 4rem;
}
.addParts04 .block .box-head::before {
width: 8rem;
height: 8rem;
font-size: 3rem;
line-height: 7.6rem;
}
.addParts04 .block .box-head .ttl {
font-size: 1.8rem;
}

}
