/* font */
* {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  box-sizing: border-box;
}

body {
    background-color: #FCF7E1;
}
/*-------------------------------------------------------- header */
header {
    padding-top: 86px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
h1 {
    padding-left: 87px;
}
h1 img {
    max-width: 216px;
}
.header-cta {
    display: flex;
    align-items: center;
    margin-right: 37px;
    background-color: #FFFFFF;
    border-radius: 50px;
}
.header-cta a.tel,
.header-cta a.contact {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.header-cta a.tel {
    position: relative;
    padding: 20px 21px 20px 80px;
}
.header-cta a.contact {
    padding: 20px 80px 20px 21px;
}
.header-cta a.tel:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.header-cta a.tel:before,
.header-cta a.contact:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 17px;
}
.header-cta a.tel:before {
    width: 12px;
    height: 34px;
    background-image: url(./images/tel.svg);
}
.header-cta a.contact:before {
    width: 20px;
    height: 37px;
    background-image: url(./images/iPhone.svg);
}
@media screen and (max-width: 960px) {
    header {
        padding-top: 0px;
    }
    .header-inner {
        padding: 20px 20px 0;
    }
    h1 {
        padding-left: 0px;
    }
    h1 img {
        max-width: 150px;
    }
    .header-cta {
        margin-right: 0px;
        border-radius: 40px;
    }
    .header-cta a.tel,
    .header-cta a.contact {
        font-size: 16px;
    }
    .header-cta a.tel {
        padding: 10px 20px;
    }
    .header-cta a.contact {
        padding: 10px 20px;
    }
    .header-cta a.tel:before,
    .header-cta a.contact:before {
        margin-right: 10px;
    }
    .header-cta a.tel:before {
        height: 30px;
    }
    .header-cta a.contact:before {
        height: 30px;
    }
}
@media screen and (max-width: 768px) {
    .header-inner {
        padding: 20px 10px 0;
    }
    h1 img {
        max-width: 100px;
    }
    .header-cta a.tel,
    .header-cta a.contact {
        font-size: 12px;
    }
}
/*-------------------------------------------------------- メインビジュアル */
.top-mess-section {
    width: calc(100% - 50px);
    max-width: 1400px;
    padding: 10px;
    margin: 147px auto 126px;
}
.top-mess-section h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
}
.top-mess-section p {
    font-size: 24px;
    max-width: 654px;
    font-weight: 400;
    text-shadow: 0 4px 10px rgba(0,0,0,.25);
    line-height: 1.8;
}
@media screen and (max-width: 960px) {
    .top-mess-section {
        width: 100%;
        padding: 0px 20px;
        margin: 80px auto;
    }
    .top-mess-section h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .top-mess-section p {
        font-size: 18px;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .top-mess-section {
        padding: 0px 10px;
        margin: 50px auto;
    }
    .top-mess-section h2 {
        font-size: 30px;
    }
    .top-mess-section p {
        font-size: 16px;
    }
}
/*-------------------------------------------------------- メインビジュアル画像 */
figure.main-visual-image {
    width: calc(100% - 50px);
    max-width: 1400px;
    margin: 0 auto 147px;
}
figure.main-visual-image img {
    border-radius: 54px;
    max-height: 770px;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 960px) {
    figure.main-visual-image {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    figure.main-visual-image img {
        border-radius: 30px;
    }
}
@media screen and (max-width: 768px) {
    figure.main-visual-image {
        padding: 0 10px;
    }
}
/*--------------------------------------------------------共通 */
/* @media screen and (min-width: 1440px) {
    .l-content {
        max-width: 1440px;
        margin: 0 auto;
    }
} */
.sec-ttl {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.8;
}
.mrg-btm-none {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
    .sec-ttl {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    .sec-ttl {
        font-size: 23px;
    }  
}
/*-------------------------------------------------------- MESSAGE */
.message-section {
    margin-bottom: 200px;
    overflow: hidden;
}
span.message-label {
    display: block;
    text-align: right;
    font-size: 200px;
    font-weight: 700;
    color: #494949;
    opacity: .05;
    margin-right: 52px;
    line-height: 1;
}
.towcolumn-ltr-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    max-width: calc(100% - 130px);
    margin-right: auto;
    position: relative;
}
.message-section-inner.towcolumn-ltr-content {
    margin-top: -70px;
}
@media screen and (min-width: 1450px) {
    .towcolumn-ltr-content {
        max-width: 1300px;
        margin: 0 auto;
    } 
}
.towcolumn-ltr-content figure img {
    max-height: 934px;
    border-radius: 0 54px 0 0;
}
.towcolumn-txt-unit {
    max-width:580px;
}
.towcolumn-txt-unit h2 {
    margin-bottom: 40px;
}
.towcolumn-txt-unit p {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.8;
}
.towcolumn-txt-unit p:nth-child(3) {
    margin-bottom: 60px;
}
.simple-btn {
    max-width: 413px;
    height: 78px;
}
.simple-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 39px;
    background-color: #005928;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
@media screen and (max-width: 960px) {
    .message-section {
        margin-bottom: 150px;
    }
    span.message-label {
        text-align: center;
        font-size: 150px;
        margin-right: 0px;
    }
    .towcolumn-ltr-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 70px;
        max-width: 100%;
        margin-right: 0;
    }
    .message-section-inner.towcolumn-ltr-content {
        margin-top: 0px;
    }
    .towcolumn-ltr-content figure {
        width: 100%;
    }
    .towcolumn-ltr-content figure img {
        max-height: 500px;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    .towcolumn-txt-unit {
        max-width: 100%;
        padding: 0 20px;
    }
    .towcolumn-txt-unit h2 {
        margin-bottom: 30px;
    }
    .towcolumn-txt-unit p {
        font-size: 16px;
    }
    .towcolumn-txt-unit p:nth-child(6) {
        margin-bottom: 50px;
    }
    .simple-btn {
        width: atuo;
        max-width: 100%;
        height: auto;
    }
    .simple-btn a {
        display: inline-block;
        width: auto;
        height: atuo;
        padding: 20px 30px;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    span.message-label {
        font-size: 80px;
    }
    .towcolumn-ltr-content {
        gap: 40px;
    }
    .towcolumn-ltr-content figure img {
        max-height: 200px;
    }
    .towcolumn-txt-unit {
        padding: 0 10px;
    }
    .simple-btn {
        text-align: center;
    }
}
/*--------------------------------------------------------  医療としての正しいヘルメット治療*/
.thought-section {
    margin-bottom: 492px;
}
.thought-section .txt-unit {
    width: calc(100% - 270px);
    max-width: 1400px;
    margin: 0 auto 83px;
}
.thought-section .txt-unit h2 {
    margin-bottom: 37px;
}
.thought-section .txt-unit p {
    max-width: 604px;
    font-size: 18px;
    line-height: 1.8;
}
.thought-section .txt-unit p:nth-child(2),
.thought-section .txt-unit p:nth-child(3) {
    margin-bottom: 1em;
}
.thought-item-unit {
    width: calc(100% - 80px);
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 28px;
}
.thought-item {
    position: relative;
}
.thought-item figure img {
    max-height: 561px;
    aspect-ratio: 437 / 561;
    object-fit: cover;
}
.thought-item p {
    font-size: 24px;
    line-height: 1.8;
    color: #FFFFFF;
    position: absolute;
    bottom: 24px;
    left: 24px;
    text-shadow: 0 2px 6px rgba(0,0,0,.8);
}
.thought-item span {
  font-family: "Zen Antique Soft", serif;
  font-size: 128px;
  position: absolute;
  bottom: -50px;
  right: 0;
  line-height:1;
  color: #D9D9D9;
}
@media screen and (max-width: 960px) {
    .thought-section {
        margin-bottom: 200px;
    }
    .thought-section .txt-unit {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0 20px;
    }
    .thought-section .txt-unit h2 {
        margin-bottom: 30px;
    }
    .thought-section .txt-unit p {
        max-width: 100%;
        font-size: 16px;
    }
    .thought-item-unit {
        width: 100%;
        padding: 0 20px;
        gap: 10px;
    }
    .thought-item p {
        font-size: 18px;
    }
    .thought-item span {
    font-size: 70px;
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
    text-shadow: 0 3px 6px rgba(0,0,0,.9);
    }
}
@media screen and (max-width: 768px) {
    .thought-section {
        margin-bottom: 150px;
    }
    .thought-section .txt-unit {
        padding: 0 10px;
    }
    .thought-item-unit {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .thought-item {
        width: 100%;
    }
    .thought-item figure img {
        max-height: 300px;
        aspect-ratio:  3 / 2;
    }
    .thought-item p {
        font-size: 20px;
    }
}
/*-------------------------------------------------------- 問題提起、あなたは、ヘルメットを。。、、 */
.issue-section {
    margin-bottom: 267px;
}
.back-image-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 653px;
    max-width: 1400px;
    margin: 0 auto 100px;
    background-image: url(./images/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 54px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.back-image-content:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.31);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 54px;
}
.back-image-content h2 {
    margin-bottom: 28px;
    color: #FFFFFF;
    text-align: center;
}
.back-image-content p {
    color: #FFFFFF; 
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.issue-section .simple-btn {
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .issue-section {
        margin-bottom: 200px;
    }
    .back-image-content {
        width: calc(100% - 40px);
        height: auto;
        margin: 0 auto 50px;
        border-radius: 30px;
        padding: 100px 20px;
    }
    .back-image-content:before {
        border-radius: 30px;
    }
    .back-image-content h2 {
        margin-bottom: 30px;
    }
    .back-image-content p {
        font-size: 16px;
    }
    .issue-section .simple-btn {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .issue-section {
        margin-bottom: 150px;
    }
    .back-image-content {
        width: calc(100% - 0px);
        border-radius: 0px;
        padding: 100px 10px;
    }
    .back-image-content:before {
        border-radius: 0px;
        background-color: rgba(0,0,0,.6);
    }
    .back-image-content h2 {
        text-align: left;
    }
    .back-image-content p {
        text-align: left;
    }
}
/*-------------------------------------------------------- チーム医療で1人の赤ちゃんに最適な診療を */
.team-section {
    margin-bottom: 195px;
}
.towcolumn-ltr-content.column-rtl {
    margin-right: 0;
    margin-left: auto;
}
.towcolumn-ltr-content.column-rtl figure img {
    max-height: 934px;
    border-radius: 54px 0 0 0;
}
.team-txt-unit p strong {
    text-decoration: underline;
}
@media screen and (min-width: 1440px) {
    .team-section-inner.towcolumn-ltr-content.column-rtl {
        margin: 0 auto; 
    }
}
@media screen and (max-width: 960px) {
    .towcolumn-ltr-content.column-rtl {
        margin-left: 0;
        max-width: 100%;
    }
    .towcolumn-ltr-content.column-rtl figure {
        width: 100%;
        text-align: center;
    }
    .towcolumn-ltr-content.column-rtl figure img {
        max-height: 700px;
        border-radius: 0;
        width: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
    .team-section {
        margin-bottom: 150px;
    }
    .towcolumn-ltr-content.column-rtl figure img {
        max-height: 500px;
    }
}
/*-------------------------------------------------------- ドクター紹介  */
.doctor-profile-section {
    margin-bottom: 321px;
}
.doctor-unit-outer {
    width: calc(100% - 260px);
    max-width: 1400px;
    margin: 0 auto 195px;
}
.doctor-unit-outer.last {
    margin-bottom: 0;
}
.doctor-unit-outer h2 {
    margin-bottom: 92px;
    position: relative;
    z-index: 1;
}
.doctor-unit-outer h2 span {
    background-color: #FCF7E1;
    padding-right: 74px;
}
.doctor-unit-outer h2:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.doctor-unit-inner {
    display: flex;
    gap: 38px;
    justify-content: center;
}
.doctor-unit-inner.last {
    justify-content: flex-start;
}
.doctor-profile {
    flex-basis: calc((100% - 76px) / 3);
}
.doctor-profile figure {
    margin-bottom: 19px;
}
.doctor-profile figure img {
    object-fit: cover;
    aspect-ratio: 2.5 / 3;
    border-radius: 30px;
}
h3.doctor-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 23px;
}
h4.info-ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 19px;
}
ul.info-list {
    list-style-type: disc;
    padding-left: 20px;
}
ul.info-list li {
    font-size: 14px;
}
@media screen and (max-width: 960px) {
    .doctor-profile-section {
        margin-bottom: 200px;
    }
    .doctor-unit-outer {
        width: 100%;
        margin: 0 auto 100px;
        padding: 0 20px;
    }
    .doctor-unit-outer h2 {
        margin-bottom: 50px;
    }
    .doctor-unit-outer h2 span {
        padding-right: 30px;
    }
    .doctor-unit-inner {
        gap: 20px;
    }
    .doctor-profile {
        flex-basis: calc((100% - 40px) / 3);
    }
    .doctor-profile figure {
        margin-bottom: 10px;
    }
    h3.doctor-name {
        font-size: 20px;
        margin-bottom: 15px;
    }
    h4.info-ttl {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .doctor-profile-section {
        margin-bottom: 150px;
        overflow: hidden;
    }
    .doctor-unit-outer {
        padding: 0 10px;
    }
    .doctor-unit-outer h2 span {
        padding-right: 10px;
    }
    .doctor-unit-inner {
        flex-wrap: wrap;
        gap: 40px;
    }
    .doctor-profile {
        flex-basis: 100%;
    }
}
/*-------------------------------------------------------- 見える化  */
.simple-towcolumn-section {
    margin-bottom: 263px;
}
.simple-towcolumn-section-inner {
    width: calc(100% - 174px);
    max-width: 1400px;
    margin: 0 auto;
}
.simple-towcolumn {
    display: flex;
    gap: 30px;
}
.simple-towcolumn > * {
    flex-basis: 50%;
}
.simple-towcolumn-section .simple-towcolumn {
    margin-bottom: 146px;
}
.simple-towcolumn p strong {
    text-decoration: underline;
}
@media screen and (max-width: 960px) {
    .simple-towcolumn-section {
        margin-bottom: 200px;
    }
    .simple-towcolumn-section-inner {
        width: 100%;
        padding: 0 20px;
    }
    .simple-towcolumn {
        flex-wrap: wrap;
        gap: 30px;
    }
    .simple-towcolumn > * {
        flex-basis: 100%;
    }
    .simple-towcolumn-section .simple-towcolumn {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 768px) {
    
}

/*-------------------------------------------------------- Case 症例紹介  */
.case-section {
    margin-bottom: 300px;
}
.case-section-inner {
    width: calc(100% - 174px);
    max-width: 1400px;
    margin: 0 auto;
}
.case-head {
    margin-bottom: 133px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.case-head span {
    display: block;
    text-align: right;
    font-size: 200px;
    font-weight: 700;
    color: #494949;
    opacity: .05;
    margin-right: 52px;
    line-height: 1;
}
.case-unit {
    margin-bottom: 291px;
}
h3.case-ttl {
    margin-bottom: 133px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 24px;
}
h3.case-ttl span {
    background-color: #FCF7E1;
    padding-right: 74px;
}
h3.case-ttl:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.case-unit .simple-towcolumn {
    margin-bottom: 82px;
}
.case-unit h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.full-image {
    margin-bottom: 115px;
}
.full-image img {
    width: 100%;
}
.patient-info {
    background-color: #FFFFFF;
    border-radius: 54px;
    padding: 100px 150px;
}
.patient-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 55px;
}
.patient-info ul {
    list-style-type: disc;
    padding-left: 20px;
}
.patient-info ul li {
    font-size: 18px;
}
@media screen and (max-width: 960px) {
    .case-section {
        margin-bottom: 200px;
    }
    .case-section-inner {
        width: 100%;
        padding: 0 20px;
    }
    .case-head {
        margin-bottom: 50px;
        display: flex;
    }
    .case-head span {
        font-size: 100px;
        margin-right: 0px;
    }
    .case-unit {
        margin-bottom: 100px;
    }
    h3.case-ttl {
        margin-bottom: 50px;
        font-size: 20px;
    }
    h3.case-ttl span {
        padding-right: 30px;
    }
    .case-unit .simple-towcolumn {
        margin-bottom: 50px;
    }
    .case-unit h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .full-image {
        margin-bottom: 50px;
    }
    .patient-info {
        border-radius: 30px;
        padding: 50px 20px;
    }
    .patient-info h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .patient-info ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .case-section {
        margin-bottom: 150px;
    }
}
/*-------------------------------------------------------- ヘルメット種類  */
.helmet-section {
    margin-bottom: 330px;
}
.helmet-section-inner {
    width: calc(100% - 216px);
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 137px 0 200px;
    z-index: 1;
}
.helmet-section-inner:before {
    content: "";
    display: inline-block;
    width: calc(100% + 108px);
    height: 100%;
    border-radius: 54px 0 0 54px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: -216px;
    z-index: -1;
}
.helmet-section-inner h2 {
    margin-bottom: 68px;
}
.helmet-item-unit {
    display: flex;
    gap: 60px;
}
.helmet-item {
    flex-basis: calc((100% - 180px) / 4);
}
.helmet-item figure {
    margin-bottom: 13px;
}
.helmet-item figure img {
    border-radius: 30px;
}
.helmet-item h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 11px;
}
.helmet-item p {
    font-size: 14px;
    line-height: 1.8;
}
@media screen and (max-width: 960px) {
    .helmet-section {
        margin-bottom: 200px;
    }
    .helmet-section-inner {
        width: 100%;
        padding: 80px 20px;
    }
    .helmet-section-inner:before {
        width: 100%;
        border-radius: 30px;
        right: 0;
        top: 0;
    }
    .helmet-section-inner h2 {
        margin-bottom: 30px;
    }
    .helmet-item-unit {
        flex-wrap: wrap;
        gap: 30px;
    }
    .helmet-item {
        flex-basis: calc((100% - 30px) / 2);
    }
    .helmet-item figure img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .helmet-item h3 {
        font-size: 18px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 768px) {
    .helmet-section {
        margin-bottom: 150px;
    }
    .helmet-item {
        flex-basis: 100%;
    }
    .helmet-item figure img {
        height: 400px;
    }
}


/*--------------------------------------------------------  CTA 「医療」の側面から正しい治療を  */
.aboutus-section {
    margin-bottom: 650px;
}
.aboutus-section .back-image-content {
    background-image: url(./images/26.jpg);
}
.aboutus-section .simple-btn {
    margin: 0 auto;
}
.aboutus-section .issue-txt-unit p {
    max-width: 604px;
}
@media screen and (max-width: 960px) {
    .aboutus-section {
        margin-bottom: 200px;
    }
    .aboutus-section .simple-btn {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .aboutus-section {
        margin-bottom: 150px;
    }
}


/*--------------------------------------------------------  赤ちゃんの「成長」に寄り添う医療  */
.yorisou-section {
    margin-bottom: 480px;
}
.yorisou-list-txt h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.yorisou-list-txt ul {
    list-style-type: disc;
    padding-left: 20px;
}
.yorisou-list-txt ul li {
    font-size: 18px;
}
.yorisou-txt-unit p:nth-child(3) {
    margin-bottom: 60px;
}
.yorisou-section-inner figure img {
    border-radius: 0 54px 54px 0;
}
.yorisou-txt-unit p strong {
    text-decoration: underline;
} 
@media screen and (max-width: 960px) {
    .yorisou-section {
        margin-bottom: 200px;
    }
    .yorisou-list-txt h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .yorisou-list-txt ul li {
        font-size: 16px;
    }
    .yorisou-section-inner figure img {
        max-height: 400px;
        border-radius: 0;
    }
}
@media screen and (max-width: 768px) {
    .yorisou-section {
        margin-bottom: 150px;
    }
}


/*--------------------------------------------------------  医療体制がここにあります  */
.system-section {
    margin-bottom: 481px
}
.system-section-inner {
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    align-items: stretch;
}
.system-section-txt {
    flex-basis: 45%;
    min-height: 400px;
    background-color: #FFFFFF;
    padding: 150px 50px;
    position: relative;
}
.system-section-txt:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    position: absolute;
    top: -100px;
    left: 0;
}
.system-section-txt h2 {
    margin-bottom: 68px;
}
.system-section-txt p {
    font-size: 18px;
    line-height: 1.8;
}
.system-section-inner figure {
    flex-basis: 55%;
}
.system-section-inner figure img {
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 960px) {
    .system-section {
        margin-bottom: 200px;
    }
    .system-section-inner {
        flex-wrap: wrap;
    }
    .system-section-txt {
        flex-basis: 100%;
        min-height: 100%;
        padding: 80px 20px;
    }
    .system-section-txt:after {
        content: none;
    }
    .system-section-txt h2 {
        margin-bottom: 30px;
    }
    .system-section-txt p {
        font-size: 16px;
    }
    .system-section-inner figure {
        flex-basis: 100%;
    }
    .system-section-inner figure img {
        max-height: 400px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .system-section {
        margin-bottom: 150px;
    }
    .system-section-txt {
        padding: 80px 10px;
    }
}


/*--------------------------------------------------------  STEP  */
.step-section {
    margin-bottom: 336px;
}
.step-section-inner {
    max-width: 900px;
    margin: 0 auto;
}
.step-section-inner h2 {
    margin-bottom: 50px;
    text-align: center;
}
.step-section-inner p.step-read {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 195px;
}
.step-item-unit {
    max-width: 636px;
    margin: 0 auto;
}
.step-item {
    padding-bottom: 70px;
    position: relative;
}
.step-item:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #006B3E;
    position: absolute;
    top: 0;
    left: -33px;
}
.step-item.step4:before {
    content: none;
}
.step-item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 19px;
    position: relative;
}
.step-item h3:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: #006B3E;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    border-radius: 20px;
}
.step-item p {
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 960px) {
    .step-section {
        margin-bottom: 200px;
    }
    .step-section-inner {
        max-width: 100%;
        padding: 0 20px;
    }
    .step-section-inner h2 {
        margin-bottom: 30px;
        text-align: left;
    }
    .step-section-inner p.step-read {
        font-size: 16px;
        text-align: left;
        margin-bottom: 100px;
    }
    .step-item-unit {
        max-width: 80%;
        margin: 0 0 0 atuo;
    }
    .step-item {
        padding-bottom: 50px;
    }
    .step-item:before {
        top: 0;
        left: -20px;
    }
    .step-item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .step-item h3:before {
        width: 20px;
        height: 20px;
        left: -30px;
    }
    .step-item p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .step-section {
        margin-bottom: 150px;
    }
    .step-section-inner {
        padding: 0 10px;
    }
    .step-item-unit {
        max-width: 85%;
    }
    .step-item h3:before {
        top: 0;
    }
}

/*--------------------------------------------------------  FAQ  */
.faq-section {
    margin-bottom: 472px;
}
.faq-section-inner {
    max-width: 900px;
    margin: 0 auto;
}
.faq-section-inner h2 {
    margin-bottom: 50px;
    text-align: center;
}
.faq-section-inner p.faq-read {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 195px;
}
.faq-item-unit {
    max-width: 1123px;
    margin-bottom: 79px;
}
.faq-item {
    background-color: #FFFFFF;
    padding: 75px 0;
    margin-bottom: 32px;
}
.faq-item h3 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 19px;
}
.faq-item p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
}
.faq-section-inner .simple-btn{
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .faq-section {
        margin-bottom: 200px;
    }
    .faq-section-inner {
        max-width: 100%;
        padding: 0 20px;
    }
    .faq-section-inner h2 {
        margin-bottom: 30px;
        text-align: left;
    }
    .faq-section-inner p.faq-read {
        font-size: 16px;
        text-align: left;
        margin-bottom: 100px;
    }
    .faq-item-unit {
        max-width: 100%;
        margin-bottom: 50px;
    }
    .faq-item {
        background-color: #FFFFFF;
        padding: 40px  10px;
        margin-bottom: 30px;
    }
    .faq-item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .faq-item p {
        line-height: 1.8;
    }
    .faq-section-inner .simple-btn{
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .faq-section {
        margin-bottom: 150px;
    }
    .faq-section-inner {
        padding: 0 10px;
    }
    .faq-item {
        padding: 30px 10px;
    }
}

/*--------------------------------------------------------  治療費用について  */
.price-section {
    margin-bottom: 246px;
}
.price-section-inner {
    width: calc(100% - 280px);
    max-width: 1400px;
    margin: 0 auto;

}
.price-section-inner h2 {
    margin-bottom: 40px;
}

.price-item-unit {
    display: flex;
    gap: 70px 30px;
    flex-wrap: wrap;
}
.price-item-top {
    flex-basis: 100% ;
    display: flex;
}
.price-item {
    flex-basis: calc((100% - 60px) / 3);
    background-color: #FFFFFF;
    border-radius: 54px;
    padding: 70px 50px;
    box-sizing: border-box;
}
.price-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}
.price-item ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 80px;
}
.price-item p {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    color: #005928;
}
.price-section-inner p.sub-ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 38px;
}
.price-item-top .price-item h3 {
 margin-bottom: 20px;   
}
.price-item-top .price-item p.price-txt {
    text-align: left;
    margin-bottom: 46px;
}
.price-item-top .price-item p.price-item-btm {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

div.price-item-btm {
    flex-basis: 100% ;
    display: flex;
    flex-wrap: wrap;
}
.price-item-btm p.sub-ttl {
    flex-basis: 100%;
}
.price-item-btm .price-item {
    padding: 70px 30px;
}
.price-item-btm .price-item h3 {
 margin-bottom: 15px;

}
.price-item-btm .price-item p.price-txt {
    text-align: left;
    margin-bottom: 30px;
}
.price-item-btm .price-item p.price-item-btm {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}
@media screen and (max-width: 960px) {
    .price-section {
        margin-bottom: 200px;
    }
    .price-section-inner {
        width: 100%;
        padding: 0 20px;
    }
    .price-section-inner h2 {
        margin-bottom: 30px;
    }
    .price-item-unit {
        gap: 30px;
    }
    .price-item {
        flex-basis: calc((100% - 30px) / 2);
        border-radius: 30px;
        padding: 30px 20px;
    }
    .price-item-btm .price-item {
        padding: 30px 20px;
    }
    .price-section-inner p.sub-ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .price-item h3 {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.8
    }
    .price-item ul {
        margin-bottom: 30px;
    }
    .price-item p {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .price-section {
        margin-bottom: 150px;
    }
    .price-section-inner {
        padding: 0 10px;
    }
    .price-item {
        flex-basis: 100%;
        padding: 30px 10px;
    }
    .price-item-btm .price-item {
        padding: 30px 10px;
    }
}



/*--------------------------------------------------------  必ずお読みください  */
.important-points-section {
    margin-bottom: 333px;
}
.important-points-inner {
    width: calc(100% - 280px);
    max-width: 1400px;
    margin: 0 auto;
}
.important-points-inner h2 {
    margin-bottom: 140px;
}

.important-points-item-unit {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.important-points-item {
    flex-basis: calc((100% - 50px) / 2);
    background-color: #FFFFFF;
    border-radius: 54px;
    padding: 80px 50px;
    box-sizing: border-box;
}
.important-points-item h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
}
.important-points-item p {
    font-size: 18px;
    line-height: 1.8;
}
.important-points-item ul {
    list-style-type: disc;
    padding-left: 20px;
}
.important-points-item ul li {
    font-weight: 18px;
    line-height: 1.8;
}
.important-points-item ul li strong {
    border-bottom: 1px solid #333;
}
.important-points-item.item-1 ul{
    margin-bottom: 30px;
}
.important-points-item.item-1 ul li{
    margin-bottom: 20px;
}
.important-points-item.item-1 p {
    color: #FF2424;
    font-weight: 700;
}
@media screen and (max-width: 960px) {
    .important-points-section {
        margin-bottom: 200px;
    }
    .important-points-inner {
        width: 100%;
        padding: 0 20px;
    }
    .important-points-inner h2 {
        margin-bottom: 50px;
    }
    .important-points-item-unit {
        gap: 30px;
    }
    .important-points-item {
        /* flex-basis: calc((100% - 50px) / 2); */
        border-radius: 30px;
        padding: 40px 20px;
    }
    .important-points-item h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .important-points-item p {
        font-size: 16px;
    }
    .important-points-item ul li {
        font-weight: 16px;
    }
}
@media screen and (max-width: 768px) {
    .important-points-section {
        margin-bottom: 150px;
    }
    .important-points-inner {
        padding: 0 10px;
    }
    .important-points-item {
        flex-basis: 100%;
        padding: 40px 10px;
    }
}



/*--------------------------------------------------------  診療のご予約はこちらから  */
.footer-cta {
    margin-bottom: 148px;
}
.footer-cta-inner {
    width: calc(100% - 156px);
    margin-right: auto;
    max-width: 1400px;
    background-color: #FFFFFF;
    padding: 100px 170px;
    border-radius: 0 54px 54px 0;
}
.footer-cta-inner h2 {
    margin-bottom: 47px;
}
p.footer-cta-read {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.footer-cta-unit {
    display: flex;
    max-width: 500px;
    align-items: center;
    margin-right: 37px;
    background-color: rgba(155,203,94,.3);
    border-radius: 50px;
    margin-bottom: 71px;
}
.footer-cta-unit a.tel,
.footer-cta-unit a.contact {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.footer-cta-unit a.tel {
    position: relative;
    padding: 20px 21px 20px 80px;
}
.footer-cta-unit a.contact {
    padding: 20px 80px 20px 21px;
}
.footer-cta-unit a.tel:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.footer-cta-unit a.tel:before,
.footer-cta-unit a.contact:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 17px;
}
.footer-cta-unit a.tel:before {
    width: 12px;
    height: 34px;
    background-image: url(./images/tel.svg);
}
.footer-cta-unit a.contact:before {
    width: 20px;
    height: 37px;
    background-image: url(./images/iPhone.svg);
}

.time-table {
    display: flex;
    max-width: 390px;
    flex-wrap: wrap;
    gap: 10px 50px;
    margin-bottom: 50px;
}
.time-table p {
    font-size: 18px;  
}
.footer-cta-inner p.btm-txt {
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 960px) {
    .footer-cta {
        margin-bottom: 150px;
    }
    .footer-cta-inner {
        width: 100%;
        padding: 80px 20px;
        border-radius: 30px;
    }
    .footer-cta-inner h2 {
        margin-bottom: 30px;
    }
    p.footer-cta-read {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .footer-cta-unit {
        max-width: 350px;
        margin-right: 0px;
        border-radius: 30px;
        margin-bottom: 40px;
    }
    .footer-cta-unit a.tel,
    .footer-cta-unit a.contact {
        font-size: 16px;
    }
    .footer-cta-unit a.tel {
        padding: 20px 30px;
    }
    .footer-cta-unit a.contact {
        padding: 20px 30px;
    }
    .footer-cta-unit a.tel:before,
    .footer-cta-unit a.contact:before {
        margin-right: 10px;
    }
    .footer-cta-unit a.tel:before {
        height: 30px;
    }
    .footer-cta-unit a.contact:before {
        height: 30px;
    }
    .time-table {
        gap: 30px;
    }
    .time-table p {
        font-size: 16px;  
    }
    .footer-cta-inner p.btm-txt {
        font-size: 16px;
    }

}

/*--------------------------------------------------------  アクセス  */
.access-section {
    margin-bottom: 230px;
}
.access-inner {

}
.ttl-group {
    display: flex;
    align-items: center;
    gap:20px  60px;
    /* flex-wrap: wrap; */
    width: calc(100% - 248px);
    margin: 0 auto 71px;
}
.ttl-group p {
    font-size: 16px;
    font-weight: 700;
}
.access-map {

}
.access-btm-txt {
    max-width: 500px;
    padding: 70px 0;
    margin-left: 176px;
}
.access-btm-txt  div {
    display: flex;
    gap:10px 60px;
}
.access-btm-txt > div {
    margin-bottom: 25px;
}
.access-btm-txt p {
    font-size: 16px;
    font-weight: 700;
}
.access-btm-txt > div p:first-child {
    flex-basis: 80px;
}
/* footer */
.copy {
    background-color: #005928;
}
.copy p {
    text-align: center;
    padding: 11px 5px;
    color: #FFFFFF;
    font-weight: 700;
}
@media screen and (max-width: 960px) {
    .access-section {
        margin-bottom: 150px;
    }
    .ttl-group {
        display: block;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 50px;
    }
    .ttl-group h2 {
        margin-bottom: 20px;
    }
    .access-btm-txt {
        max-width: 100%;
        padding: 50px 20px;
        margin-left: 0px;
    }
    .access-btm-txt  div {
        display: block;
    }
    .access-btm-txt > div {
        margin-bottom: 20px;
    }
     .access-btm-txt div p:first-child {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 700;
     }
    .access-btm-txt p {
        font-size: 16px;
        font-weight: 500;
    }
    /* footer */
    .copy p {
        padding: 5px;
        font-weight: 500;
        font-size: 14px;
    }
}
