* {
    font-family: "Segoe UI", "Meiryo", sans-serif;
    font-size: 1.1rem;
    box-sizing: border-box;
    color: #222;
}
.container {
    width: 94%;
    /* min-width: 1000px; */
    margin-left: 3%;
    background-color: #F9F9FF;
    padding: 0 1rem;
    overflow: hidden;
}

/*共通*/
section{
    margin-top: 100px;
} 
.sub-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #AAA;
    text-shadow: -1px -1px 0.5px black;
    text-align: center;
}
a.btn {
    display: inline-block;
    padding: 0.7em 1.5em;
    background: rgba(58, 26, 26, 0.508);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-top: 1em;
    border-radius: 30px;
    z-index: 10;
  }
  a.btn:hover {
    background-color: rgba(58, 26, 26, 0.8);
  }


.header{
    margin-top: 10px;
    height: 4rem;
}
.header .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    margin: 10px 20px 0;
    line-height: 3rem;
}
.header .astropro {
    font-weight: bold;
    font-size: 2rem;
    width: 400px;
}
.header .astropro img {
    width: 100%;
}
.header .renraku {
    background-color: rgba(58, 26, 26, 0.508);
    border-radius: 1.5rem;
    width: 10%;
    text-align: center;
    color: white;
}

.mvv, .greeting { margin-bottom: 2em; }
h1 {
    color: #2d87f0;
    font-size: 2.8em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  section.mvv, section.greeting {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 2rem;
    width: 100%;
    margin: 1.5em auto;
  }
  section.mvv h2, section.greeting h2 {
    /* color: #2d87f0; */
    border-bottom: 2px solid #2d87f0;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: 700;
    color: #AAA;
    text-shadow: -1px -1px 0.5px black;
  }
  section.mvv p, section.greeting p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  section.mvv ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  section.mvv ul li {
    background: #ccddf5;
    /* background: url('../img/AdobeStock_269014286.jpeg') 80% 80% / 50%; */
    color: #2d87f0;
    font-weight: 600;
    padding: 0.6em 1.2em;
    border-radius: 20px;
    margin: 0.3em;
    flex: 1 1 120px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(45,135,240,0.3);
    transition: background-color 0.3s ease;
    cursor: default;
  }
  section.mvv ul li:hover {
    background-color: #2d87f0;
    color: white;
  }
.section1 {
    margin-top: 12px;
    width: 100%;
    background: radial-gradient(circle closest-side at 20% 20%,hsla(34, 44%, 69%, 0.6) 0,hsla(35, 20%, 69%, 0.1) 500%, rgba(255, 255, 255, 0)), url('../img/AdobeStock_269014286.jpeg') 0 0 / cover;
    border-radius: 3rem;
    padding: 2rem;
}
.section1 .subtitle, .aijidai {
    font-size: 1.4rem;
    text-align: center;
}
.section1 .title {
    font-size: 4rem;
    text-align: center;
    color: #AAA;
    text-shadow: -2px -2px 1px black, 0 0 30px #FCC;
}

.section2 {
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section2 .it-photo {
    background: url('../img/AdobeStock_610243250.png') no-repeat 0 0 / contain;
    width: 50%;
    border-radius: 3rem;
}
.section2 .realtime {
    width: 50%;
    padding: 3rem; 
}
.section2 .subtitle {
    text-align: left;   
    font-size: 1.4rem;
}
.blog-link {
    background-color: rgba(58, 26, 26, 0.508);
    border-radius: 1.5rem;
    width: 10%;
    min-width: 5rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: white;
    margin-top: auto
}
/* .consul-link {
    width: 15%;
    min-width: 7rem;
} */
.consul-link a, .blog-link a {
    color: white;
    text-decoration: none;
}
.section3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    gap:50px;
}
.section3 .box {
    width: 31%;
}
.section3 .circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
}
.section3 .sub-title {
    font-size: 1.4rem;
    text-align: center;
}
.section3 p {
    text-align: center;
}
.section3 .circle1 {
    background: url('../img/AdobeStock_1307336019.jpeg') 0 0 / cover;
}
.section3 .circle2 {
    background: url('../img/AdobeStock_1438832321.jpeg') 0 0 / cover;
}
.section3 .circle3 {
    background: url('../img/AdobeStock_574106993.jpeg') 50% 50% / 90% no-repeat;
    border: 1px solid rgba(58, 26, 26, 0.508);
}
.section3 .expla {
    text-align: left;
}
.section4 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    gap: 30px;
}
.section4 .kouritsuka {
    width: 50%;
    background-color:#D2B48C;
    padding: 2rem;
    border-radius: 3rem;
}
.section4 .enjoy {
    width: 100%;
    height: 40vw;
    background: url('../img/AdobeStock_712831308.jpeg') 0 0 / cover;
    border-radius: 3rem;
}
.section5 {
    margin-top: 0;
    width: 100%;
    height: 1000px;
    padding-top: 0px;
}
.section5 .robot {
    width: 100%;
    height: 100%;
    background: url('../img/AdobeStock_622350382.jpeg') 0 0 / 110%;
    /* パフォーマンス最適化 */
    /* will-change: background-position; */
    /* transform: translateZ(0); */
}  
/* PC版 section6 */
.section6 {
    margin-top: 0;
    height: 740px;
    position: relative;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
                url('../img/AdobeStock_923477470.jpeg') center/cover fixed;
    padding: 4rem;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section6 .flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section6 .kirikae {
    display: flex;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    padding: 1rem 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.section6 .kirikae div {
    padding: 1rem 0.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.section6 .kirikae div.active {
    border-bottom-color: #1565c0;
    background: rgba(21, 101, 192, 0.1);
}

.section6 .flex2 {
    display: flex;
    gap: 3rem;
    position: relative;
    height: 100%;
}

.section6 .circle {
    width: 35%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: url('../img/AdobeStock_648924248.jpeg') center/cover;
    flex-shrink: 0;
}

.section6 .expla {
    width: 60%;
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s ease;
}

.section6 .expla.active {
    opacity: 0.7;
    transform: translateX(0);
}

.section7 {
    background: #f8f5f0;
    padding: 2.5em 0;
  }
  
  .section7 .sub-title {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 2em;
    letter-spacing: 0.05em;
    color: #533c1b;
  }
  
  .section7 .choice {
    display: flex;
    gap: 2em;
    max-width: 1100px;
    margin: 0 auto;
    align-items: stretch;
  }
  
  .section7 .left {
    flex: 5;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .section7 .right {
    flex: 5;
    min-width: 0;
    background: url('../img/AdobeStock_862681567.jpeg') 60% center/cover no-repeat;
    border-radius: 18px;
    min-height: 420px;
    /* 高さはカードリストに合わせて調整 */
    box-shadow: 0 4px 16px rgba(210,180,140,0.15);
  }
  
  .section7 .reasons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.3em;
  }
  
  .section7 .reason-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(210,180,140,0.13);
    padding: 1.2em;
    display: flex;
    align-items: flex-start;
    gap: 1em;
    position: relative;
    transition: box-shadow 0.2s;
  }
  
  .section7 .reason-card:hover {
    box-shadow: 0 6px 20px rgba(210,180,140,0.23);
  }
  
  .section7 .reason-number {
    min-width: 2.8em;
    min-height: 2em;
    padding: 0.2em 0.8em;
    background: rgba(210,180,140,0.5);
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 2em / 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(210,180,140,0.17);
    margin-top: 0.1em;
    margin-right: 0.5em;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
  }
  
  .section7 .reason-text {
    font-size: 1.15em;
    color: #533c1b;
    font-weight: 500;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    flex-shrink: 0;
    z-index: 2;
  }
  
  .section7 .expla {
    display: inline-block;
    opacity: 0;
    width:  70%;
    overflow: hidden;
    white-space: pre-line;
    vertical-align: middle;
    background: #fff8f0;
    color: #7e5b2b;
    font-size: 0.98em;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(210,180,140,0.13);
    margin-left: 0em;
    padding: 0.6em 1em;
    position: absolute;
    left: 6em;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 10;
  }
  
  .section7 .reason-card:hover .expla,
  .section7 .reason-card.active .expla,
  .section7 .reason-card:focus-within .expla {
    opacity: 1;
    /* max-width: 420px; */
    pointer-events: auto;
  }


.section8 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 650px;
    gap: 30px;
}
.section8 .screen {
    border-radius: 3rem;
    width: 30%;
    background: url('../img/AdobeStock_1058960661.jpeg') 60% 50% / cover no-repeat;
}
.section8 .client {
    width: 70%;
    padding: 2rem;
}
.section9 {
    width: 100%;
    background-color: rgba(58, 26, 26, 0.508);
    border-radius: 3rem;
    padding: 1rem;
}
.section9 .btn-wrap {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.section9 .btn {
    height: 100%;
    padding: 0 1rem;
    background-color: white;
    border-radius: 30px;
    text-align: center;
    line-height: 3rem;
}
.section9 .flex {
    margin: 3rem 3rem 1rem;
    height: 60%;
}
.section9 .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
}
.section9 .expla {
    height: 100%;
    width: 45%;
}
.section9 .photo {
    height: 20rem;
    width: 45%;
}
.section9 img {
    height: 100%;
    width: 100%;
}
.section9 .photo2 {
    background: url('../img/AdobeStock_.jpeg') 0 0 / cover;
}
.section9 .photo3 {
    background: url('../img/AdobeStock_.jpeg') 0 0 / cover;
}
.section9 .photo4 {
    background: url('../img/AdobeStock_.jpeg') 0 0 / cover;
}
.section9 .photo {
    background: url('../img/AdobeStock_.jpeg') 0 0 / cover;
}

.section9 .wrap2,.section9 .wrap3, .section9 .wrap4,.section9 .wrap5 {
    display: none;
}

.section10 .faq-table {
    width: 90%;
    margin-left: 5%;
    border-collapse: collapse;
    margin: 3rem 5%;
    font-size: 1rem;
}
.section10 .faq-table th, .faq-table td {
    padding: 16px 12px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
.section10 .faq-table th {
    background: #f5f7fa;
    width: 30%; /* タイトル側の幅 */
    font-weight: bold;
    color: #2c3e50;
}
.section10 .faq-table tr:nth-child(even) {
    background: #f9fbfd;
}
.section10 .faq-table tr:nth-child(odd) {
    background: #ffffff;
}
.section10 .answer-click {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: radial-gradient(circle, hsla(0deg 100% 50% / 0) 50%, hsl(300deg 100% 25%) 90%) 0 0 / 100% 100% no-repeat;
    border: 1px #AAA solid; 
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
    user-select: none;
}
.section10 .answer {
    display: none;
    transition: all 0.3s ease;
    opacity: 0;
    color: #00F;
}
.section10 .answer.visible {
    display: table-row;
    opacity: 1;
}
  
.section11 {
    height: 500px;
    width: 100%;
    background: url('../img/AdobeStock_152613619.jpeg') 0 0 / cover;
    border-radius: 30px;
}
.section12 {
    position: relative;
    height: 500px;
    width: 100%;
    background:  url('../img/AdobeStock_394439449.jpeg') 0 100% / cover;
    border-radius: 30px;
}
.section12 .hatten {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 33%;
    height: auto;
    background: rgb(2, 13, 90);
    color: white;
    padding: 0.5rem 2rem;
}
.section12 .expla {
    color: white;
}
.kouza {
    position: relative;
    height: 12.5rem;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0,0,0,0)),  no-repeat 100% 30% / 100% url('../img/AdobeStock_1375277337.jpeg');
    border-radius: 30px;
    margin: 1rem 0;
    padding: 1rem 3rem;
}
.kouza .ikinuku {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
    color: white;
    text-shadow: -1px -1px 0.5px black;
}
.kouza .title {
    margin: 0;
    padding: 0;
    font-size: 4rem;
    color: white;
    text-shadow: -1px -1px 0.5px black;
}
.kouza .syoninzu-lesson {
    font-size: 2rem;
    color: white;
}
.kouza a.btn {
    background: rgba(58, 26, 26, 1);
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    transition: background-color 0.3s ease;
    border: 1px white solid;
    padding: 0.3em 1.5em;
}
.kouza a.btn:hover {
    background-color: rgba(58, 26, 26, 1);
}
.kouza .catch {
    color: white;
    font-style: italic;
}

.section13 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section13 .left {
    width: 45%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background: rgba(58, 26, 26, 0.508);
    border-radius: 30px;
}
.section13 .email {
    width: 45%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background: #D2B48C;
    border-radius: 30px;
}
.section14 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section14 .left {
    width: 45%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background: rgba(58, 26, 26, 0.508);
    border-radius: 30px;
    line-height: 3rem;
}
.section14 .wrap {
    width: 45%;
}
.section14 .address {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background: #D2B48C;
    border-radius: 30px;
    margin-bottom: 1rem;
}
.section14 .tel {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;

    background: #D2B48C;
    border-radius: 30px;
}
  .dx-diagnosis-section {
    background: #f6faff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(70,120,160,0.09);
    padding: 2.5em 3em 2.2em 3em;
    max-width: 780px;
    margin: 2.5em auto;
  }
  .dx-diagnosis-section h2 {
    color: #1a73e8;
    text-align: center;
    font-size: 1.55em;
    margin-bottom: 0.7em;
    line-height: 1.4;
  }
  .dx-diagnosis-section h2 span {
    font-weight: normal;
    font-size: 0.93em;
  }
  .dx-diagnosis-btn-wrap {
    text-align: center;
    margin: 2.1em 0 1.6em 0;
  }
  .dx-diagnosis-btn {
    display: inline-block;
    background: linear-gradient(90deg, #197ee6, #27b6b8);
    color: #fff;
    font-size: 1.16em;
    font-weight: bold;
    padding: 1.18em 3.2em;
    border-radius: 9px;
    text-decoration: none;
    box-shadow: 0 3px 12px #aed7ef;
    letter-spacing: 0.5px;
    line-height: 1.3;
    vertical-align: middle;
    transition: background 0.15s;
    position: relative;
    border: none;
    cursor: pointer;
  }
  .dx-diagnosis-btn:hover,
  .dx-diagnosis-btn:focus {
    background: linear-gradient(90deg,#27b6b8,#197ee6);
    color: #fff;
  }
  .dx-diagnosis-btn .icon-left {
    margin-right: 0.7em;
    font-size: 1.26em;
    vertical-align: middle;
  }
  .dx-diagnosis-btn .icon-right {
    margin-left: 0.7em;
    font-size: 1.17em;
    vertical-align: middle;
  }
  .dx-diagnosis-desc {
    color: #27505a;
    font-size: 1.09em;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .dx-diagnosis-desc .strong {
    color: #1aab8f;
    font-weight: bold;
  }
.SP {
    display: none;
}
.to-top-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 12px 20px;
    font-size: 16px;
    background: #0078d7;
    color: #fff;
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    opacity: 0.8;
    z-index: 9999;
    display: none; /* 最初は非表示 */
    transition: opacity 0.3s;
}
.to-top-btn:hover {
    opacity: 1;
}
   
  
@media screen and (max-width: 767px) {
    * {
        font-size: 1.12rem;
    }
    .container {
        width: 99%;
        min-width: 0;
        margin-left: 0.5%;
        padding: 0 0.1rem;
    }
    .sub-title {
        font-size: 1.6rem;
        text-align: center;
    }
    .header .renraku {
        width: 30%;
    }
    .section1 {
        background: radial-gradient(circle closest-side at 20% 20%,hsla(34, 44%, 69%, 0.6) 0,hsla(35, 20%, 69%, 0.1) 500%, rgba(255, 255, 255, 0)), url('../img/AdobeStock_269014286.jpeg') 60% 0 / cover;
    }
    .section1 .title {
        font-size: 2.8rem;
    }
    section.mvv, section.greeting {
        padding: 1rem;
    }
    section.mvv ul {
        flex-direction: column;
        align-items: center;
      }
      section.mvv ul li {
        flex: none;
        width: 80%;
      }
    .section2 {
        height: auto;
        flex-direction: column;
    }
    .section2 .it-photo {
        width: 100%;
        height: 300px;
    }
    .section2 .realtime {
        width: 100%;
        padding: 1rem;
    }
    .section3 {
        flex-direction: column;
    }
    .section3 .box {
        width: 100%;
    }
    .section4 {
        flex-direction: column;
    }
    .section4 .kouritsuka {
        width: 100%;
    }
    .section4 .enjoy {
        width: 100%;
        height: 80vw;
    }
    .section5 {
        height: 900px;
    }
    .section5 .robot {
        margin-top: -150px;
        background: url('../img/AdobeStock_622350382.jpeg') 35% 100% / 300%;
        /* background-attachment: scroll; */
    }
    .section6 {
        height: 1050px;
        padding: 0.5rem;
        background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.8)), url('../img/AdobeStock_923477470.jpeg') 70% 0 / cover;
    }
    .section6 .sub-title {
        margin: 1rem 0;
    }
    .section6 .flex1 {
        flex-direction: column;
    }
    .section6 .kirikae {
        width: 100%;
        height: auto;
    }
    .section6 .fit-text {
        width: 32%;
        text-align: center;
    }
    .section6 .flex2 {
        position: relative;;
        height: 640px;
        flex-direction: column;
    }
    .section6 .circle {
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translate(-50%, 0);
        width: 70vw;
        height: 70vw;
        margin: 1rem auto;
        order: 2;
        z-index: 10;
    }
    .section6 .expla {
        margin-left: 0;
        width: 100%;
        height: 100%;
        order: 1;
    }
    .section7 .choice {
        flex-direction: column;
        gap: 1.2em;
      }
    .section7 .left,
    .section7 .right {
    flex: unset;
    width: 100%;
    min-width: 0;
    }
    .section7 .right {
    min-height: 180px;
    margin-top: 1.2em;
    border-radius: 10px;
    }
    .section7 .reasons-list {
    gap: 1em;
    }
    .section7 .reason-card {
    flex-direction: row;
    padding: 1em 0.8em 1em 0.8em;
    }
    .section7 .expla {
        font-size: 0.8rem;
    }
    .section8 {
        height: auto;
        flex-direction: column;
    }
    .section8 .screen {
        height: 300px;
        width: 100%;
    }
    .section8 .client {
        width: 100%;
        padding: 0.5rem;
    }
    .section9 {
        position: relative;
        height: 900px;
    }
    .section9 .btn-wrap {
        display: flex;
        flex-direction: row;
        gap: 8px; /* ボタン間の隙間 */
        justify-content: space-between;
        height: auto;
        align-items: stretch;
        width: 100%;
        overflow-x: auto; /* 横に多い場合スクロール */
        padding: 8px 0;
    }
    
    .section9 .btn {
        writing-mode: vertical-lr;        /* 正しい縦書き方向 */
        text-orientation: upright;        /* 文字を正しい向きに */
        background: #FFF;
        border-radius: 0.5rem;
        padding: 1rem 0;
        min-width: 40px;                  /* 最小幅 */
        height: auto;                    /* 縦長に調整 */
        text-align: center;
        font-size: 1rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.08);
        border: none;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s ease;
    }
    .section9 .btn:hover {
        background: #1565c0;
    }
    .section9 .flex {
        height: auto;
        margin: 1rem 0.5rem;
    }
    .section9 .wrap {
        position: relative;
        height: 520px;
        flex-direction: column;
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.5s ease;
        transform: translateY(20px);
    }
    .section9 .wrap.active {
        opacity: 1;
        transform: translateY(0);
    }
    .section9 .expla {
        width: 100%;
    }
    .section9 .photo {
        position: absolute;
        width: 100%;
        height: 50vw;
        bottom: 1rem;
    }
    .section11 {
        height: 60vw;
        width: 100%;
        background: url('../img/AdobeStock_152613619.jpeg') 50% 0 / cover;
    }
    .section12 .hatten {
        top: 1.5rem;
        right: 0.5rem;
        width: 55%;
        padding: 0.5rem;
    }
    .section12 .sub-title {
        margin: 0rem;
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .section12 .expla {
        margin-bottom: 0;
        font-size: 0.9rem;
    }
    .kouza {
        padding: 0.5rem 1rem;
    }
    .kouza .title {
        font-size: 1.7rem;
    }
    .kouza .syoninzu-lesson {
        font-size: 1rem;
    }
    .section13 {
        display: block;
    }
    .section13 .email {
        margin-top: 10px;
        width: 100%;
        font-size: 0.8rem;
    }
    .section14 {
        display: block;
    }
    .section14 .address {
        text-decoration: none;
    }
    .section14 .wrap {
        margin-top: 10px;
        width: 100%;
        font-size: 0.8rem;
    }
    .dx-diagnosis-section {
      padding: 1.3rem 0.6rem 1.1rem 0.6rem;
      max-width: 98vw;
      margin: 1.3rem auto;
    }
    .dx-diagnosis-section h2 {
      font-size: 1.4rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
      /* word-break: keep-all; */
    }
     .dx-diagnosis-btn-wrap {
      width: 100%;
     }
.dx-diagnosis-btn {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.80rem 0.2rem;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
  /* 以下は自由に */
  background: linear-gradient(90deg, #197ee6, #27b6b8);
  color: #fff;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 0 3px 12px #aed7ef;
  letter-spacing: 0.5px;
  transition: background 0.15s;
  border: none;
}

    .dx-diagnosis-btn .icon-left,
    .dx-diagnosis-btn .icon-right {
      font-size: 1.15rem;
      margin-right:0.1rem; margin-left:0.1rem;
    }
    .dx-diagnosis-desc {
      font-size: 0.98rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
      max-width: 97vw;
      word-break: break-all;
    }
    .SP {
        display: block;
    }   
}