@media screen and (min-width:751px) and (max-width:1199px) {
    body {}
    header {}
    header #logo h1 {
        font-size: 11.5pt !important;
        line-height: 1.5 !important;
        display: block;
        padding: 35px 0 0 0 !important;
    }
    header #logo h1 .tb_no {
        display: none !important;
    }
    header .tel span a {}
    nav#gnav-wrap {}
    nav#gnav-wrap ol#gnav {}
    .content_wrap {}
    #kv .txt {}
    #index01 {}
}
@media screen and (min-width: 751px) {
    @charset "utf-8";
    .sp_hidden {
        display: inline
    }
    .pc_hidden {
        display: none
    }
    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        min-width: 1200px;
        -webkit-text-size-adjust: none;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #222;
        font-size: 13pt;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.8pt;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    a {
        transition: all 0.5s ease 0s;
    }
    a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
    img, iframe {
        vertical-align: bottom;
    }
    img {
        -webkit- backface-visibility: hidden;
    }
    p {
        width: 100%;
    }
    * {
        margin: 0;
        padding: 0;
    }
    a:hover img {
        transition: all 0.1s ease; /*0.5秒かけて要素を変化させる*/
        opacity: 0.7; /*要素の透明度を指定*/
    }
    #wrap {
        position: relative;
    }
    .pop {
        width: 186px;
        position: absolute;
        right: 30px;
        top: 620px;
        z-index: 99999;
    }
    .pop img {
        width: 186px;
    }
    #m-menu {
        display: none;
    }
    .sec main {
        width: 1200px;
        margin: 0 auto;
        padding: 50px 0 80px;
    }
    .sec article {}
    #ind article img, .sec article img {
        width: auto;
        max-width: 100%;
    }
    .content_wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 10px;
        background: #fff;
        border-style: none;
        width: 100%;
        margin: 0 auto;
    }
    .table_basic th {
        border-bottom: 1px solid #ccc;
        padding: 15px 0px 15px 0px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_basic th span {
        display: block;
        border-right: 1px solid #ccc;
    }
    .table_basic td {
        padding: 15px 20px;
        border-bottom: 1px solid #ccc;
    }
    .table_basic td textarea {
        height: 200px;
        width: 100%;
    }
    .table_basic td input.input {
        width: 100%;
    }
    .table_basic td input.radio {
        margin-right: 5px;
    }
    .table_basic td .title-text {
        font-size: 18px;
        margin: 10px 0 0 0;
        color: #f02d83;
    }
    .table_basic td dl {
        line-height: 2;
    }
    .table_basic td dl dt {
        display: inline-block;
        font-weight: 400;
    }
    .table_basic td dl dt:after {
        content: ":";
        display: inline-block;
        padding: 0 .5em;
    }
    .table_basic td dl dd {
        display: inline-block;
    }
    .table_scrool {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_scrool th {
        background: #f3f3f3;
        padding: 20px;
        font-weight: normal;
        text-align: center;
        width: 20%;
    }
    .table_scrool td {
        background-color: #FFF;
        padding: 20px;
        text-align: center;
        vertical-align: top;
    }
    .table_scrool td.left{
        text-align:left;
    }
    .scrool-table {}
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .pc_no {
        display: none
    }
    .txt_blue {
        color: #2c5eab;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        width: 100%;
        position: relative;
        height: 206px;
        z-index: 2;
    }
    header #logo {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: row-reverse;
    }
    header #logo img {
        width: 255px;
    }
    header #logo h1 {
        font-size: 12.5pt;
        font-weight: 500;
        line-height: 1.8;
        display: block;
        padding: 50px 0 0 0;
    }
    header #head_menu {
        position: absolute;
        right: 50px;
        top: 32px;
        width: 650px;
        text-align: right;
    }
    header #head_menu #head_menu_box {
        display: flex;
        align-items: center;
        white-space: nowrap;
        color: #2d62cc;
    }
    header #head_menu #head_menu_box p {
        display: block;
        font-size: 12pt;
        font-weight: 500;
    }
    header #head_menu #head_menu_box span {
        display: block;
        font-size: 20pt;
        line-height: 20pt;
        font-weight: 600;
        margin: 0 10px;
        letter-spacing: 1pt;
    }
    header #head_menu #head_menu_box span:before {
        font-family: FontAwesome;
        content: "\f095";
        margin-right: 5px;
        font-size: 85%;
    }
    header #head_menu #head_menu_box .qrbox {
        border: 2px solid #2d62cc;
        border-radius: 12px;
        padding: 8px 10px 8px;
        display: block;
        font-weight: 600;
        letter-spacing: 1pt;
        display: flex;
        align-items: center;
    }
    header #head_menu #head_menu_box .qrbox p.line {
        display: block;
        background: url("../img/ico_line.svg") no-repeat center left / 27px auto;
        padding: 10px 0px 10px 33px;
        line-height: 1;
    }
    header #head_menu #head_menu_box .qrbox div img {
        display: block;
        width: 36px;
        margin-left: 10px;
    }
    .sp_nav {
        display: none;
    }
    /*----------------------------------------gnav----------------------------------------*/
    nav#gnav-wrap {}
    nav#gnav-wrap ol#gnav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 17px auto 0;
        width: 100%;
    }
    nav#gnav-wrap ol#gnav li {
        display: inline-block;
    }
    nav#gnav-wrap ol#gnav li + li {
        border-left: 1px solid #dedede;
    }
    nav#gnav-wrap ol#gnav li a.set {
        display: block;
        padding: 10px 10px;
        line-height: 1;
        font-size: 12.5pt;
        text-align: center;
        font-weight: 500;
        white-space: nowrap;
        color: #222;
    }
    nav#gnav-wrap ol#gnav li p {
        line-height: 1;
    }
    nav#gnav-wrap ol#gnav > li:hover .megamenu {
        max-height: 9999px;
        opacity: 1;
        padding: 0px 0;
    }
    div.megamenu {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 800px;
        position: absolute;
        top: 114px;
        right: 0;
        transition: all .5s ease-in;
        z-index: 999;
    }
    div.megamenu ul.megamenu-inner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        background: linear-gradient(to top, #2967ad 30%, #1986b4 100%);
        padding: 20px 10px 1px;
        box-sizing: border-box;
    }
    div.megamenu ul.megamenu-inner li {
        width: calc(100% / 3 - 20px) !important;
        margin: 0px 10px 20px;
        border-left: none !important;
    }
    div.megamenu ul.megamenu-inner li a {
        display: block;
        padding: 20px 10px;
        background: #fff;
        color: #2d62cc;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1pt;
        border-radius: 6px;
    }
    div.megamenu ul.megamenu-inner li a:hover {
        color: #1d3498;
        text-decoration: none;
        background: #b8daf6;
    }
    /*----------------------------------------フッタ----------------------------------------*/
    #m-group {
        background: #e3effb;
        padding: 50px 0 30px;
    }
    #m-group ol {
        display: flex;
        justify-content: center;
    }
    #m-group ol li img {
        display: block;
        width: 376px;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
        border-radius: 20px;
        margin: 0 20px;
    }
    #torikumi {
        width: 1200px;
        margin: 40px auto 0;
        border: 1px solid #2c5eab;
        padding: 40px 35px;
        border-radius: 10px;
    }
    #torikumi p {
        display: block;
        padding-bottom: 20px;
        padding-left: 10px;
        color: #2c5eab;
        font-weight: 500;
        font-size: 16pt;
    }
    #torikumi ul li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    .sec #torikumi {
        display: none;
    }
    .crumbs {
        background: #e3effb;
    }
    .crumbs .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1200px;
        padding: 10px 0;
        font-size: 10pt;
        color: #1d3498;
    }
    .crumbs p {
        display: block;
    }
    .crumbs p a {
        color: #1d3498;
    }
    .crumbs .copy {
        font-size: 9pt;
        width: 50%;
        text-align: right;
    }
    footer {
        display: flex;
        width: 100%;
        padding: 40px 0 40px;
        background: #3c74c1 url("../img/footer_bg.png") no-repeat center bottom / contain;
        color: #fff;
        font-size: 12pt;
        font-weight: 500;
    }
    footer .f_set {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 20px;
    }
    footer .f_logo {}
    footer .f_logo img {
        width: 138px;
    }
    footer .f_info {
        text-align: center;
    }
    footer .f_info .name {
        font-weight: 600;
        font-size: 15pt;
        line-height: 15pt;
        padding-bottom: 10px;
    }
    footer .f_info .add {
        padding-bottom: 10px;
    }
    footer .f_info .infobox {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .f_info .infobox .tel {
        display: flex;
        align-items: center;
    }
    footer .f_info .infobox .tel p {
        display: contents;
    }
    footer .f_info .infobox .tel span {
        font-weight: 600;
        font-size: 22pt;
        line-height: 22pt;
        letter-spacing: 1pt;
        display: block;
        margin-left: 15px;
    }
    footer .f_info .infobox .tel span:before {
        font-family: FontAwesome;
        content: "\f095";
        margin-right: 5px;
        font-size: 85%;
    }
    footer .f_info .infobox .qrbox {
        background: #fff;
        border-radius: 12px;
        padding: 10px 12px;
        display: block;
        font-weight: 600;
        letter-spacing: 0.5pt;
        color: #2c5eab;
        margin-left: 10px;
        display: flex;
        align-items: center
    }
    footer .f_info .infobox .qrbox p.line {
        display: block;
        background: url("../img/ico_line.svg") no-repeat center left / 27px auto;
        padding: 10px 0px 10px 33px;
        line-height: 1;
    }
    footer .f_info .infobox .qrbox div img {
        display: block;
        width: 36px;
        margin-left: 10px;
    }
    footer .f_time {
        width: 520px;
    }
    footer .f_time table {
        border: 0px;
        border-collapse: collapse;
        width: 100%;
        margin: 0 auto 20px;
    }
    footer .f_time table th {
        padding: 15px 5px;
        font-weight: normal;
        text-align: center;
        line-height: 1;
        white-space: nowrap;
    }
    footer .f_time table td {
        padding: 15px 5px;
        text-align: center;
        border-top: 1px solid #9ebbdc;
        line-height: 1;
        width: 8.8%;
    }
    footer .f_time table td.head {
        width: 20%;
        line-height: 1;
        white-space: nowrap;
    }
    footer .f_list {
        display: flex;
        padding: 0 0px 130px;
    }
    footer .f_list .box {}
    footer .f_list .box .tit {
        display: block;
        font-size: 18pt;
        display: flex;
        align-items: center;
        padding-right: 30px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    footer .f_list .box .tit:after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #9ebbdc;
        display: block;
    }
    footer .f_list .box .tit:after {
        margin-left: .4em;
    }
    footer .f_list .box .box_inner {
        display: flex;
    }
    footer .f_list .box ol {
        width: 240px;
    }
    footer ol li a {
        display: block;
        color: #FFF;
        padding: 0px 0 16px 20px;
        font-size: 11pt;
    }
    footer ol li a:before {
        font-family: FontAwesome;
        content: "\f105";
        margin-right: 10px;
        color: #fff;
        font-size: 9pt;
        display: inline-block;
        transform: translateY(-2px);
    }
    footer ol li a:hover {
        color: #fff
    }
    #topcontrol {
        background: #add4f4;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 100px;
    }
    #topcontrol img {
        display: block;
        width: 60px;
        height: 60px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    #wiewerbox {
        padding: 0 50px;
        margin-top: -60px;
    }
    .viewer {
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
        height: 738px;
        box-sizing: border-box;
        border-radius: 30px;
        background: #fff;
    }
    .viewer .t1, .viewer .t2, .viewer .t3 {
        position: absolute;
        display: inline-block;
        background: #fff;
        padding: 20px 30px;
        border-radius: 0 100px 100px 0;
        z-index: 99999;
        font-size: 20pt;
        line-height: 1;
        font-weight: 600;
        left: 0px;
    }
    .viewer .t1 p, .viewer .t2 p, .viewer .t3 p {
        background: linear-gradient(90deg, #1786cc 0%, #2c5eab 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }
    .viewer .t1 {
        bottom: 280px;
    }
    .viewer .t2 {
        bottom: 190px;
    }
    .viewer .t3 {
        bottom: 100px;
    }
    .viewer ul {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .viewer ul li {
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }
    .viewer ul li img {
        position: absolute;
        left: 50%;
        width: 1920px;
        margin-left: -960px;
    }
    ul#slides {
        display: none;
    }
    /*----------------------------------------index----------------------------------------*/
    #index01 {
        background: linear-gradient(to top, #2967ad 0%, #1986b4 100%);
        position: relative;
        margin-top: -100px;
        padding-top: 190px;
        padding-bottom: 70px;
        z-index: 0;
    }
    #index01 .inner {
        display: flex;
        justify-content: space-between;
        color: #fff;
    }
    #index01 .inner .box {
        width: 47%;
    }
    #index01 .inner .box h2 {
        display: flex;
        align-items: center;
        letter-spacing: 2.5pt;
        margin: 0 0 26px 0;
        padding: 0;
        font-size: 20pt;
        line-height: 20pt;
        font-weight: 600;
        color: #fff;
    }
    #index01 .inner .box h2 span {
        color: #77d7ff;
        letter-spacing: 1pt;
        margin: 0 0 0 15px;
        padding: 0;
        font-size: 12pt;
        line-height: 12pt;
        font-weight: 400;
    }
    #index01 .inner .box ol {}
    #index01 .inner .box ol li {
        margin-bottom: 20px;
    }
    #index01 .inner .box ol li span {
        display: block;
    }
    #index01 .inner .box table {
        border: 0px;
        border-collapse: collapse;
        width: 100%;
        margin: 0 auto 20px;
    }
    #index01 .inner .box table th {
        padding: 30px 5px;
        font-weight: normal;
        text-align: center;
        line-height: 1;
        white-space: nowrap;
        border-bottom: 1px solid #7a9ec3;
    }
    #index01 .inner .box table td {
        padding: 30px 5px;
        text-align: center;
        border-bottom: 1px solid #7a9ec3;
        line-height: 1;
        width: 8.8%;
    }
    #index01 .inner .box table td.head {
        width: 20%;
        line-height: 1;
        white-space: nowrap;
    }
    #index01 .inner .box table td span {
        color: #add4f4;
    }
    #clinic-mov{
        text-align: center;
        background: #e3effb;
        padding: 70px;
        border-radius: 30px;
        margin-bottom: 120px;
    }
    #clinic-mov .box{
        display:flex;
        justify-content: center;
        margin-bottom:40px;
    }
    #clinic-mov .box div{
        padding: 0 30px;
    }
    #clinic-mov .box video{
        width: 300px;
        border-radius: 20px 0 20px 0;
    }
    #index02 {
        padding: 100px 0 120px;
        text-align: center;
    }
    #index02 h2 {
        color: #000;
        margin: 0 0 25px;
        padding: 0;
        font-size: 24pt;
        line-height: 24pt;
    }
    #index02 .h2cap {
        color: #32b1eb;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 600;
        margin-bottom: 40px;
        display: block;
    }
    #index02 p {
        padding-bottom: 60px;
    }
    #index02 .btn {
        text-align: center;
    }
    #index02 .btn a {
        display: inline-block;
        color: #fff;
        border-radius: 100px;
        width: 280px; /* ← 背景幅を固定 */
        padding: 15px 0px 19px;
        background: linear-gradient(45deg, rgba(44, 94, 171, 1) 0%, rgba(25, 134, 180, 1) 100%);
        text-decoration: none;
        overflow: hidden; /* はみ出た文字を隠す */
    }
    #index02 .btn a span {
        display: inline-block;
        transition: letter-spacing 0.3s ease;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }
    #index02 .btn a:hover span {
        letter-spacing: 0.15em;
    }
    #index02 ol {
        display: flex;
        justify-content: center;
    }
    #index02 ol li {
        width: 44%;
    }
    #index03 {}
    #loopslider {
        margin: 0px auto;
        width: 100%;
        height: 250px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
    #loopslider ul {
        height: 250px;
        float: left;
        display: inline;
        overflow: hidden;
    }
    #loopslider ul li {
        width: 407px;
        height: 250px;
        float: left;
        display: inline;
        overflow: hidden;
        text-align: center;
    }
    #loopslider ul li img {
        width: 406px;
        height: 250px;
    }
    #loopslider ul li p {
        display: block;
        padding-top: 10px;
    }
    #index04 {
        padding: 130px 0 160px;
        text-align: center;
        background: #e3effb;
        position: relative;
        z-index: 0;
    }
    #index04 h2 {
        color: #000;
        margin: 0 0 25px;
        padding: 0;
        font-size: 24pt;
        line-height: 24pt;
    }
    #index04 .h2cap {
        color: #32b1eb;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 600;
        margin-bottom: 35px;
        display: block;
    }
    #index04 p {
        padding-bottom: 60px;
    }
    #index04 ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 23px;
    }
    #index04 ol li {
        width: calc((100% - 92px) / 4);
        background: #fff;
        text-align: center;
        padding: 40px 15px 40px;
        border-radius: 15px;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
        background: rgb(255, 255, 255);
        background: linear-gradient(130deg, rgba(255, 255, 255, 1) 50%, rgba(249, 252, 255, 1) 50%);
    }
    #index04 ol li img {
        width: 105px;
        display: block;
        margin: 0 auto;
    }
    #index04 ol li a img {
        transition: transform 0.4s ease;
    }
    #index04 ol li:hover a img {
        transform: scale(1.1);
    }
    #index04 ol li span {
        display: block;
        color: #2c5eab;
        padding: 20px 0 10px;
        font-size: 15pt;
        font-weight: 600;
        transition: color 0.3s ease; /* ふわっと変化させる */
    }
    #index04 ol li:hover a span {
        color: #04a6e9;
    }
    #index04 ol li p {
        color: #000;
        line-height: 1.6;
        padding-bottom: 0;
    }
    #index05 {
        padding: 80px 0 40px;
        text-align: center;
    }
    #index05 h2 {
        color: #000;
        margin: 0 0 25px;
        padding: 0;
        font-size: 24pt;
        line-height: 24pt;
    }
    #index05 .h2cap {
        color: #32b1eb;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 600;
        margin-bottom: 40px;
        display: block;
    }
    #index05 .comment {
        margin-bottom: 70px;
    }
    #index05 .inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1px;
    }
    #index05 .box {
        width: calc((100% - 2px) / 3);
    }
    #index05 .box .pic {
        width: 100%;
    }
    #index05 .box .txt {
        width: 100%;
        text-align: center;
        padding: 30px 60px 80px;
    }
    #index05 .box .txt span.tit {
        display: block;
        color: #2c5eab;
        padding-bottom: 18px;
        font-size: 18pt;
        font-weight: 600;
    }
    #index05 .box .txt p {
        padding-bottom: 40px;
        text-align: left;
    }
    #index05 .box .txt .btn {
        text-align: center;
    }
    #index05 .box .txt .btn a {
        display: inline-block;
        color: #fff;
        border-radius: 100px;
        width: 180px; /* ← 背景幅を固定 */
        padding: 8px 0px 13px;
        background: linear-gradient(45deg, rgba(44, 94, 171, 1) 0%, rgba(25, 134, 180, 1) 100%);
        text-decoration: none;
        overflow: hidden; /* はみ出た文字を隠す */
        font-size: 11pt;
    }
    #index05 .box .txt .btn a span {
        display: inline-block;
        transition: letter-spacing 0.3s ease;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }
    #index05 .box .txt .btn a:hover span {
        letter-spacing: 0.15em;
    }
    #index05 .box:nth-child(odd) {
        flex-direction: row-reverse;
    }
    #index06 {
        padding: 80px 0 100px;
        text-align: center;
    }
    #index06 h2 {
        color: #000;
        margin: 0 0 25px;
        padding: 0;
        font-size: 24pt;
        line-height: 24pt;
    }
    #index06 .h2cap {
        color: #32b1eb;
        font-size: 14pt;
        line-height: 14pt;
        font-weight: 600;
        margin-bottom: 60px;
        display: block;
    }
    #index06 ol {
        display: flex;
        justify-content: space-between;
        gap: 90px;
        padding: 0;
    }
    #index06 ol li {
        width: calc((100% - 180px) / 3);
        background: #fff;
        text-align: center;
        padding: 0px 0px 0px;
    }
    #index06 ol li img {
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    #index06 ol li span {
        display: block;
        color: #2c5eab;
        padding: 30px 0 20px;
        font-size: 17pt;
        font-weight: 600;
    }
    #index06 ol li p {
        color: #000;
        line-height: 1.8;
        padding-bottom: 0;
    }
    #index07 {
        background: rgb(25, 134, 180);
        background: linear-gradient(135deg, rgba(25, 134, 180, 1) 0%, rgba(44, 94, 171, 1) 100%);
        padding: 44px 50px;
        border-radius: 15px;
        margin-bottom: 80px;
    }
    #index07 ol {
        display: flex;
        justify-content: space-between;
    }
    #index07 ol li img {
        display: block;
        width: 348px;
        border-radius: 10px;
    }
    /*----------------------------------------セカンド共通----------------------------------------*/
    #ind #sec_wave {
        display: none;
    }
    #kv_box {
        background: linear-gradient(to top, #2967ad 0%, #1986b4 45%, #fff 45%);
        position: relative;
        margin-top: -60px;
        padding: 0px 80px 70px;
        z-index: 0;
    }
    #kv_sec {
        height: 330px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 30px;
    }
    .kv_concept {
        background: url("../img/kv_concept.png") no-repeat center center / cover;
    }
    .kv_clinic {
        background: url("../img/kv_clinic.png") no-repeat center center / cover;
    }
    .kv_treatment {
        background: url("../img/kv_treatment.png") no-repeat center center / cover;
    }
    .kv_focus {
        background: url("../img/kv_focus.png") no-repeat center center / cover;
    }
    .kv_flow {
        background: url("../img/kv_flow.png") no-repeat center center / cover;
    }
    .kv_access {
        background: url("../img/kv_access.png") no-repeat center center / cover;
    }
    .kv_news {
        background: url("../img/kv_news.png") no-repeat center center / cover;
    }
    .kv_recruit {
        background: url("../img/kv_recruit.png") no-repeat center center / cover;
    }
    h2 {
        color: #000;
        margin: 0 0 20px;
        padding: 0;
        font-size: 24pt;
        line-height: 24pt;
        text-align: center;
    }
    .h2cap {
        color: #32b1eb;
        font-size: 11pt;
        line-height: 11pt;
        font-weight: 500;
        margin-bottom: 60px;
        display: block;
        text-align: center;
    }
    h3 {
        font-size: 16pt;
        font-weight: 600;
        margin: 0 0px 35px;
        color: #1d3498;
        line-height: 1.5;
        width: 100%;
        background: #e3effb;
        border-radius: 100px;
        padding: 10px 25px;
    }
    h4 {
        color: #32b1eb;
        border-bottom: 1px dashed #32b1eb;
        font-size: 14pt;
        padding: 15px 20px;
        margin-bottom: 30px;
        font-weight: 600;
        text-align: left;
        border-radius: 10px 10px 0px 0px;
    }
    .mbs {
        margin-bottom: 20px;
    }
    .mbm {
        margin-bottom:50px;
    }
    .mbl {
        margin-bottom: 80px;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 7px 0 15px 0.7em;
    }
    ol.check li span {
        display: block;
        color: #1d3498;
        font-weight: 600;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #32b1eb;
    }
    .mov {
        border: 1px solid #ccc;
    }
    .mov iframe {
        width: 100%;
        height: 400px;
    }
    ol.list {}
    ol.list li {
        padding: 0 20px 15px;
        display: flex;
    }
    ol.list li span {
        display: block;
        white-space: nowrap;
        margin-right: 20px;
    }
    .sec .hbox {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
    }
    .sec .hbox .pic {
        width: 350px;
    }
    .sec .hbox .txt {
        width: calc(100% - 400px);
        padding-top: 20px;
    }
    .sec .hbox .txt span {
        display: block;
        color: #2c5eab;
        font-weight: 600;
        font-size: 18pt;
        margin-bottom: 20px;
    }
    .sec .dbox {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
    }
    .sec .dbox .pic {
        width: 330px;
    }
    .sec .dbox .pic > img{
        border-radius: 20px;
    }
    .sec .dbox .txt {
        width: calc(100% - 370px);
    }
    .ul_red {
        border-bottom: 1px solid #ff0000;
    }
    /*---------------------------------concept-----------------------------------------------*/
    #concept {}
    #concept .tit {
        color: #2c5eab;
        text-align: center;
        font-weight: 600;
        font-size: 18pt;
        margin-bottom: 25px;
    }
    #concept .doctor {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
    }
    #concept .doctor .pic {
        width: 350px;
    }
    #concept .doctor .txt {
        width: calc(100% - 400px);
        padding-top: 20px;
    }
    #concept .doctor .txt span {
        display: block;
        color: #2c5eab;
        font-weight: 600;
        font-size: 18pt;
        margin-bottom: 20px;
    }
    #concept .box {
        margin-bottom: 60px;
    }
    /*---------------------------------clinic-----------------------------------------------*/
    #clinic .comment{
        text-align: center;
    }
    #clinic .box {
        display: flex;
        align-items: center;
    }
    #clinic .box .pic {
        width: 50%;
    }
    #clinic .box .txt {
        width: 50%;
        padding: 0 100px;
    }
    #clinic .box .txt span {
        display: block;
        color: #2c5eab;
        font-weight: 600;
        font-size: 18pt;
        margin-bottom: 20px;
    }
    #clinic .box:nth-child(odd) {
        flex-direction: row-reverse;
    }
    #clinic-movie{
        text-align: center;
        padding:100px 0 0;
        border-radius: 30px;
    }
    #clinic-movie .box{
        display:flex;
        justify-content: center;
        margin-bottom:40px;
    }
    #clinic-movie .box div{
        padding: 0 30px;
    }
    #clinic-movie .box video{
        width: 400px;
        border-radius: 20px 0 20px 0;
    }
    /*---------------------------------treatment-----------------------------------------------*/
    #treatment ol.index {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 23px;
        background: #e3effb;
        padding: 30px;
        border-radius: 10px;
    }
    #treatment ol.index li {
        width: calc((100% - 92px) / 4);
        background: #fff;
        text-align: center;
        padding: 40px 15px 40px;
        border-radius: 15px;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 3%);
        background: rgb(255, 255, 255);
        background: linear-gradient(130deg, rgba(255, 255, 255, 1) 50%, rgba(249, 252, 255, 1) 50%);
    }
    #treatment ol.index li img {
        width: 105px;
        display: block;
        margin: 0 auto;
    }
    #treatment ol.index li span {
        display: block;
        color: #2c5eab;
        padding: 20px 0 10px;
        font-size: 15pt;
        font-weight: 600;
    }
    #treatment ol.index li p {
        color: #000;
        line-height: 1.6;
        padding-bottom: 0;
    }
    #treatment ol.menu {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(227, 239, 251, 1) 5px, rgba(227, 239, 251, 1) 7px);
        padding: 20px;
    }
    #treatment ol.menu li {
        width: calc((100% - 75px) / 6);
    }
    #treatment ol.menu li a {
        border: 1px solid #2d62cc;
        padding: 15px;
        display: block;
        text-align: center;
        border-radius: 6px;
        background: rgb(255, 255, 255);
        background: linear-gradient(130deg, rgba(255, 255, 255, 1) 50%, rgba(241, 248, 255, 1) 50%);
    }
    #treatment ol.check li .osusume {
        display: inline-block;
        color: #09a0e6;
        border: #09a0e6 1px solid;
        padding: 10px 20px 15px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .treatment2 .bnr{
        padding-top: 30px;
    }
    .treatment3 .h3_cap {
        color: #fff;
        font-size: 19pt;
        line-height: 19pt;
        background: rgb(44, 94, 171);
        background: linear-gradient(45deg, rgba(44, 94, 171, 1) 0%, rgba(25, 134, 180, 1) 100%);
        display: block;
        font-weight: 500;
        padding: 15px 40px 20px;
        margin: 0 auto 50px;
        text-align: center;
        position: relative;
        border-radius: 100px;
    }
    .treatment3 .h3_cap:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -9px;
        border: 9px solid transparent;
        border-top: 17px solid #2371af;
    }
    .treatment3 .h3 {
        display: block;
        color: #2c5eab;
        font-weight: 600;
        font-size: 22pt;
        margin-bottom: 30px;
        text-align: center;
    }
    .treatment3 .h3 span {
        display: block;
        color: #2c5eab;
        font-weight: 600;
        font-size: 14pt;
        line-height: 1;
        margin-bottom: 5px;
    }
    
    .treatment3 .bnr{
        padding-top: 30px;
    }
    #treatment .flow {
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(227, 239, 251, 1) 5px, rgba(227, 239, 251, 1) 7px);
        padding: 35px;
    }
    #treatment .flow .box {
        display: flex;
        padding: 40px 20px;
        justify-content: space-between;
    }
    #treatment .flow .box .num {
        width: 50px;
        text-align: center;
    }
    #treatment .flow .box .num span {
        background: linear-gradient(45deg, rgba(44, 94, 171, 1) 0%, rgba(25, 134, 180, 1) 100%);
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21pt;
        line-height: 21pt;
        font-weight: 500;
        margin: 0 auto;
    }
    #treatment .flow .box .txt {
        width: calc(100% - 70px);
    }
    #treatment .flow .box .txt span {
        display: block;
        color: #1d3498;
        font-size: 16pt;
        font-weight: 600;
        margin-bottom: 15px;
    }
    #treatment .flow .box:nth-child(even) {
        background: #e3effb;
    }
    #treatment .flow .box:nth-child(odd) {
        background: #fff;
    }
    .treatment12 ol.visit_price{
        display: flex;
        margin-top: 20px;
    }
    .treatment12 ol.visit_price li{
        margin-right: 15px;
    }
    .treatment12 ol.visit_price li a{
        display: inline-block;
        padding: 5px 20px;
        color: #2c5eab;
        border: 1px solid #2c5eab;
        border-radius: 100px;
        font-weight: 600;
    }
    .treatment12 ol.visit_price li a:hover{
        background: #2c5eab;
        color: #fff;
        border: 1px solid #2c5eab;
    }
    /*---------------------------------focus-----------------------------------------------*/
    #focus .h3_cap {
        color: #fff;
        font-size: 19pt;
        line-height: 19pt;
        background: rgb(44, 94, 171);
        background: linear-gradient(45deg, rgba(44, 94, 171, 1) 0%, rgba(25, 134, 180, 1) 100%);
        display: block;
        font-weight: 500;
        padding: 15px 40px 20px;
        margin: 0 auto 50px;
        text-align: center;
        position: relative;
        border-radius: 100px;
    }
    #focus .h3_cap:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -9px;
        border: 9px solid transparent;
        border-top: 17px solid #2371af;
    }
    #focus .h3 {
        display: block;
        color: #2c5eab;
        font-weight: 600;
        font-size: 22pt;
        margin-bottom: 30px;
        text-align: center;
    }
    #focus .h3 span {
        display: block;
        color: #2c5eab;
        font-weight: 600;
        font-size: 14pt;
        line-height: 1;
        margin-bottom: 5px;
    }
    
    #focus .bnr{
        padding-top: 30px;
    }
    /*---------------------------------flow-----------------------------------------------*/
    #flow .flow {
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(227, 239, 251, 1) 5px, rgba(227, 239, 251, 1) 7px);
        padding: 35px;
    }
    #flow .flow .box {
        display: flex;
        padding: 40px 20px;
        justify-content: space-between;
    }
    #flow .flow .box .num {
        width: 50px;
        text-align: center;
    }
    #flow .flow .box .num span {
        background: linear-gradient(45deg, rgba(44, 94, 171, 1) 0%, rgba(25, 134, 180, 1) 100%);
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21pt;
        line-height: 21pt;
        font-weight: 500;
        margin: 0 auto;
    }
    #flow .flow .box .txt {
        width: calc(100% - 70px);
    }
    #flow .flow .box .txt span {
        display: block;
        color: #1d3498;
        font-size: 16pt;
        font-weight: 600;
        margin-bottom: 15px;
    }
    #flow .flow .box:nth-child(even) {
        background: #e3effb;
    }
    #flow .flow .box:nth-child(odd) {
        background: #fff;
    }
    /*---------------------------------recruit-----------------------------------------------*/
    #recruit .recruit {
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(227, 239, 251, 1) 5px, rgba(227, 239, 251, 1) 7px);
        padding: 35px;
    }
    #recruit .recruit .box {
        padding: 10px 40px;
        background: #fff;
    }
    #recruit .recruit .box div p{
        display: block;
        display: flex;
        align-items: center;
        padding-bottom: 15px;
    }
    
    #recruit .recruit .box div p:first-child {
        font-size: 14pt;
        margin-bottom: 5px;
        color: #1d3498;
        align-items: center;
        font-weight:600;
    }
    #recruit .recruit .box div p u {
        display:block;
    text-decoration:none;
    width:auto;
    flex:1;
    }
    #recruit .recruit .box div p u.intit {}
    #recruit .recruit .box div p span.q {
        font-size: 16pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
        color: #fff;
        font-weight: 300;
        line-height: 22pt;
        background: linear-gradient(45deg, rgba(44, 94, 171, 1) 0%, rgba(25, 134, 180, 1) 100%);
        border-radius: 100px;
        width: 50px;
        height: 50px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
        line-height: 1;
    }
    #recruit .recruit .box div p span.a {
        font-size: 16pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 30px;
        color: #1d3498;
        line-height: 22pt;
        background:#e3effb;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 500;
    }
    #recruit .recruit .box > div{
        padding:30px 0;
    }
    #recruit .recruit .box > div + div{
        border-top: 3px solid #e3effb;
    }
    #recruit .tel{
        text-align: center;
        margin: 50px 0px 0;
    }
    #recruit .tel p{
        color: #2c5eab;
        font-size: 15pt;
        font-weight: 500;
        padding: 25px 0 10px;
    }
    #recruit .tel span{
        display: block;
        line-height: 24pt;
        color: #2c5eab;
        font-size: 24pt;
        font-weight: 600;
    }
    #recruit .tel span:before {
        font-family: FontAwesome;
        content: "\f095";
        margin-right: 5px;
        font-size: 85%;
    }
    /*---------------------------------access-----------------------------------------------*/
    #access_maps {
        background-size: auto auto;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(227, 239, 251, 1) 5px, rgba(227, 239, 251, 1) 7px);
        padding: 30px;
    }
    #access_maps iframe {
        width: 100%;
        height: 500px;
        border: 15px solid #fff !important;
        display: block;
        background: #fff;
    }
    /*---------------------------------cost-----------------------------------------------*/
    #cost .table_basic th {
        text-align: left;
        width: 50% !important;
        padding: 15px 0px 15px 20px;
    }
    #cost .table_basic th span {}
    #cost .table_basic td {
        text-align: center;
    }
    /*---------------------------------deduction-----------------------------------------------*/
    #deduction .table_basic th {
        text-align: center;
        padding: 15px 0px 15px 20px;
        width: 30% !important;
    }
    #deduction .table_basic td {
        text-align: center;
    }
    /*---------------------------------link-----------------------------------------------*/
    #link ol li {
        border-bottom: 1px dotted #ccc;
        padding: 20px;
    }
    /*---------------------------------policy-----------------------------------------------*/
    #policy ol {
        margin-bottom: 30px;
    }
    #policy ol li {
        border-bottom: 1px dotted #ccc;
        padding: 20px;
    }
}