@charset "utf-8";

/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
}

img {
    max-width: 100%;
}

.wrap {
    overflow: hidden;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.parent {
    padding: 0 2vw;
}

.en-title {
    font-family: "poetica-std", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 56px;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 16px;
}

.en-title .dot {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-color: #222;
}

.en-title .num {
    background-color: transparent;
    font-size: 90px;
    margin-top: -8px;
}

/*終わり*/


/*<header class="header">*/
.header {
    width: 100%;
    height: 50px;
}

.header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-logo {
    display: inline-block;
}

.header-logo img {
    display: block;
    width: 100px;
}

/*終わり*/


/*<section class="fv">*/
.fv {
    margin-top: 8px;
    position: relative;
}

.fv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.fv-h1 {
    position: absolute;
    top: 40px;
    left: 2vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fv-h1 .small-txt {
    font-size: 32px;
}

.fv-h1 .large-txt {
    font-size: 88px;
}

.fv-h1 .line-txt {
    display: block;
    width: 88%;
    text-align: center;
    border: solid 1px #fff;
    margin-top: 16px;
    padding: 4px 0;
    font-size: 24px;
}

.fv-txt-01 {
    position: absolute;
    top: 55%;
    left: 2vw;
    font-size: 40px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.15em;
}

.fv-txt-01 p {
    line-height: 1.5;
    display: inline-block;
    border-bottom: solid 1px #fff;
}

.fv-txt-02 {
    position: absolute;
    bottom: 4%;
    left: 2vw;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.15em;
}

.fv-txt-02 p {
    line-height: 1.3;
}

.fv-txt-02 .txt-01 {
    font-size: 80px;
}

.fv-txt-02 .txt-02 {
    font-size: 100px;
}

/*終わり*/


/*<section class="worry">*/
.worry {
    background-image: url(../img/worry_back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 48px 2vw 24px 2vw;
}

.worry-h2 {
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
}

.worry-man {
    width: 100%;
    margin-top: 40px;
}

/*終わり*/


/*<section class="get">*/
.get {
    background-image: url(../img/get_back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 2vw 80px 2vw;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

.get-txt-01 {
    color: #fff;
    font-size: 30px;
    margin-top: 24px;
    padding-bottom: 8px;
    border-bottom: solid 1px #F3E196;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.get-txt-02 {
    color: #F3E196;
    font-size: 72px;
    margin-top: 24px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.20em;
}

.get-man {
    margin-top: 40px;
    width: 100%;
}

/*終わり*/


/*<section class="advisor advisor-01">*/
.advisor {
    background-image: url(../img/advisor_back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 48px 2vw 24px 2vw;
}

.advisor-h2 {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.20em;
    line-height: 1.4;
    font-size: 32px;
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgb(45, 168, 216) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advisor-h2 span {
    font-size: 64px;
}

.black-line-w {
    text-align: center;
    margin-top: 40px;
}

.black-line {
    height: 60px;
}

.advisor-con-01 {
    margin-top: 100px;
    background-color: #0F82B9;
    padding: 16px;
}

.advisor-name-flex-01 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.hideo-iida {
    position: absolute;
    top: 0;
    left: -3vw;
    width: 50%;
    margin-top: -16%;
}

.advisor-name-01 {
    width: 50%;
    color: #fff;
    line-height: 1.4;
    padding: 40px 0;
}

.advisor-name-01-01 {
    font-size: 32px;
}

.advisor-name-01-02 {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
}

.advisor-name-01-03 {
    opacity: 0.6;
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 0.15em;
}

.career-01 {
    position: relative;
    padding: 16px 2vw;
}

.career-01::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.9;
}

.career-01 .career-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    font-size: 32px;
    border-bottom: solid 1px #0F82B9;
    padding-bottom: 8px;
}

.career-01 .career-title small {
    opacity: 0.4;
}

/*アコーディオンメニュー*/
.timeline {
    position: relative;
}

.txt-hidden {
    height: 240px;
    overflow: hidden;
}

.show-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    transition: bottom 0.2s;
    border-bottom: solid 1px #999;
    color: #999;
    font-size: 16px;
}

.show-more .active {
    background: none;
    bottom: 0;
}

/*終わり*/


.career-01 .timeline {
    padding-top: 8px;
}

.career-01 .timeline li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 18px;
}

.career-01 .timeline-date {
    width: 15%;
    padding: 10px 0;
}

.career-01 .timeline-content {
    width: 85%;
    border-left: 3px rgba(0, 0, 0, 0.1) solid;
    padding-left: 30px;
    padding: 10px 16px;
}

.advisor-txtarea-01 .txt-01 {
    text-align: center;
    margin-top: 24px;
    background: rgb(0, 113, 179);
    background: linear-gradient(90deg, rgba(0, 113, 179, 1) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 1.3;
}

.advisor-txtarea-01 .txt-02 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.8;
}

.advisor-txtarea-01 .txt-02 span {
    font-weight: 600;
}

.book-wrap {
    background-color: #fff;
    text-align: center;
    padding-bottom: 8px;
    margin-top: 40px;
}

.book-h3 {
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgb(45, 168, 216) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    color: #fff;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.15em;
    font-size: 40px;
}

.no1 {
    padding: 40px;
    width: 80%;
}

.book-area {
    position: relative;
    border-top: solid 1px #0F82B9;
    padding: 24px;
}

.book-txt {
    position: absolute;
    top: 24px;
    right: 0;
    text-align: left;
    width: 56%;
    font-size: 24px;
}

.sauce-link {
    border-bottom: solid 1px #999;
    font-size: 12px;
    color: #999;
}

/*終わり*/


/*<section class="advisor advisor-02">*/
.advisor-con-02 {
    margin-top: 100px;
    background-color: #0F82B9;
    padding: 16px;
}

.advisor-name-flex-02 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.nomozi-endo {
    position: absolute;
    top: 0;
    right: -3vw;
    width: 50%;
    margin-top: -16%;
}

.advisor-name-02 {
    width: 50%;
    color: #fff;
    line-height: 1.4;
    padding: 40px 0;
}

.advisor-name-02-01 {
    font-size: 30px;
}

.advisor-name-02-02 {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
}

.advisor-name-02-03 {
    opacity: 0.6;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: 0.15em;
}

.career-02 {
    position: relative;
    padding: 16px 2vw;
}

.career-02::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.9;
}

.career-02 .career-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    font-size: 32px;
    border-bottom: solid 1px #0F82B9;
    padding-bottom: 8px;
}

.career-02 .career-title small {
    opacity: 0.4;
}

.career-02 .timeline {
    padding-top: 8px;
    padding-bottom: 32px;
}

.career-02 .timeline li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 18px;
}

.career-02 .timeline-date {
    width: 15%;
    padding: 10px 0;
}

.career-02 .timeline-content {
    width: 75%;
    border-left: 3px rgba(0, 0, 0, 0.1) solid;
    padding-left: 30px;
    padding: 10px 16px;
}

.advisor-txtarea-02 .txt-01 {
    text-align: center;
    margin-top: 24px;
    background: rgb(0, 113, 179);
    background: linear-gradient(90deg, rgba(0, 113, 179, 1) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.3;
}

.advisor-txtarea-02 .txt-02 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.7;
}

.advisor-txtarea-02 .txt-02 span {
    font-weight: 600;
}

.advisor-txtarea-02 .txt-03 {
    font-size: 24px;
    line-height: 1.7;
}

/*終わり*/


/*<section class="merit">*/
.merit {
    padding: 80px 2vw;
    text-align: center;
    background-image: url(../img/merit_back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.merit .en-title {
    justify-content: center;
}

.merit-h2 {
    background: rgb(0, 113, 179);
    background: linear-gradient(90deg, rgba(0, 113, 179, 1) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
}

.merit-h2 span {
    font-size: 64px;
}

.merit-img {
    width: 80%;
    margin-top: 40px;
}

/*終わり*/


/*<section class="merit-01">*/
.merit-01 {
    padding-bottom: 40px;
    background: rgb(0, 113, 179);
    background: linear-gradient(90deg, rgba(0, 113, 179, 1) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
}

.merit-01 .en-title {
    justify-content: center;
    color: #fff;
    padding-top: 40px;
    gap: 0;
}

.merit-con-h2 {
    text-align: center;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1;
}

.merit-01-h3 {
    position: relative;
    background-color: #fff;
    color: #0F82B9;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    margin-top: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}

.merit-01-h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #0EBEB4 transparent transparent transparent;
}

.program-img {
    margin-top: 40px;
}

.merit-01-txt-01 {
    font-size: 28px;
    color: #fff;
    margin-top: 24px;
}

.step-img {
    margin-top: 40px;
}

.step-con {
    position: relative;
    background-color: #fff;
    margin-top: 64px;
    padding: 16px;
}

.step-con-dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
}

.step-con-dl:last-child {
    margin-bottom: 0;
}

.step-con-dl dt {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.step-con-dl dd {
    width: 70%;
    padding: 8px 16px;
}

.step-con .dl-01 {
    border: solid 1px #149BAE;
}

.step-con .dl-01 dt {
    background-color: #149BAE;
    color: #fff;
}

.step-con .dl-02 {
    border: solid 1px #65BEC6;
}

.step-con .dl-02 dt {
    background-color: #65BEC6;
    color: #fff;
}

.step-con .dl-03 {
    border: solid 1px #CFEBEE;
}

.step-con .dl-03 dt {
    background-color: #CFEBEE;
    color: #099FA6;
}

.step-con-01::before {
    position: absolute;
    content: "";
    top: -25px;
    left: 8%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fff transparent transparent transparent;
    transform: rotate(45deg);
}

.white-arrow-w {
    margin-top: 40px;
    text-align: center;
}

.white-arrow {
    width: 20%;
}

.step-con .dl-04 {
    border: solid 1px #149BAE;
}

.step-con .dl-04 dt {
    background-color: #149BAE;
    color: #fff;
}

.step-con .dl-05 {
    border: solid 1px #65BEC6;
}

.step-con .dl-05 dt {
    background-color: #65BEC6;
    color: #fff;
}

.step-con .dl-06 {
    border: solid 1px #94D3DA;
}

.step-con .dl-06 dt {
    background-color: #94D3DA;
    color: #fff;
}

.step-con .dl-07 {
    border: solid 1px #ACDDE2;
}

.step-con .dl-07 dt {
    background-color: #ACDDE2;
    color: #fff;
}

.step-con .dl-08 {
    border: solid 1px #CFEBEE;
}

.step-con .dl-08 dt {
    background-color: #CFEBEE;
    color: #099FA6;
}


.step-con-02::before {
    position: absolute;
    content: "";
    top: -25px;
    left: 47%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fff transparent transparent transparent;
    transform: rotate(45deg);
}

.step-con-03::before {
    position: absolute;
    content: "";
    top: -25px;
    right: 6%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #fff transparent transparent transparent;
    transform: rotate(45deg);
}

/*終わり*/


/*<section class="merit-02">*/
.merit-02 {
    padding-bottom: 40px;
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgba(38, 124, 167, 0.9192051820728291) 4%, rgb(45, 168, 216) 80%);
}

.merit-02 .en-title {
    justify-content: center;
    color: #fff;
    padding-top: 40px;
    gap: 0;
}

.merit-02-txt-01 {
    color: #fff;
    font-size: 24px;
    margin-top: 80px;
}

.merit-02-txt-02 span {
    font-weight: 600;
}

.merit-02-h3 {
    position: relative;
    background-color: #fff;
    color: #0F82B9;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    margin-top: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}

.merit-02-h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #EF2A56 transparent transparent transparent;
}

.merit-02 img {
    margin-top: 40px;
}

.merit-02-txt-02,
.merit-02-txt-03 {
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
}

/*終わり*/


/*<section class="merit-03">*/
.merit-03 {
    background: rgb(0, 113, 179);
    background: linear-gradient(90deg, rgba(0, 113, 179, 1) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
}

.merit-03 .en-title {
    justify-content: center;
    color: #fff;
    padding-top: 40px;
    gap: 0;
}

.merit-03-txt-01 {
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
}

.merit-03-h3 {
    position: relative;
    background-color: #fff;
    color: #0F82B9;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    margin-top: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}

.merit-03 img {
    margin-top: 40px;
    vertical-align: middle;
}

.merit-03-h3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 0;
    border-color: #F0810E transparent transparent transparent;
}

/*終わり*/


/*<div class="doctor-w">*/
.doctor-w {
    background-image: url(../img/doctor_back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 2vw;
    position: relative;
}

.doctor-h2 {
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgb(45, 168, 216) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -16px;
}

.doctor-h2 small {
    font-size: 32px;
}

.doctor-swiper {
    position: relative;
    margin-top: 40px;
}

.swiper-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    box-shadow: 0px 8px 8px -5px rgba(0,0,0,0.1);
}

.swiper-box::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #fff;
    z-index: -1;
}

.doctor-flex {
    position: relative;
}

.doctor-name {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 16%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.doctor-name-r {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.doctor-name span {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 56px;
}

.doctor-img-04 {
    padding-top: 20px;
}

.doctor-txt {
    font-size: 20px;
    padding: 8px 16px;
}

.doctor-w .swiper-pagination-bullet {
    background-color: #333;
}

.swiper-pagination {
    bottom: 20px !important;
}

/*アコーディオンメニュー*/
.swiper-box {
    position: relative;
}

.txt-hidden-02 {
    height: 200px;
    overflow: hidden;
}

.show-more-02 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    cursor: pointer;
    transition: bottom 0.2s;
    font-weight: 600;
    font-size: 16px;
    color: #999;
}

.show-more-02 .active {
    background: none;
}

/*終わり*/

/*終わり*/


/*<section class="clinic">*/
.clinic {
    background-color: #F8F8F8;
}

.clinic-in {
    background-color: #F8F8F8;
    padding: 64px 2vw 0 2vw;
}

.clinic-h2 {
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgb(45, 168, 216) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.graph-img {
    margin-top: 80px;
}

.clinic-txt-01 {
    font-size: 24px;
    margin-top: 40px;
}

.clinic-txt-01 span {
    font-weight: 600;
}

.clinic-txt-02 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
    color: #0F82B9;
    font-weight: 800;
    margin-top: 40px;
}

.doctor-back {
    vertical-align: middle;
}

/*終わり*/


/*<section class="recruit">*/
.recruit {
    padding: 64px 2vw;
}

.recruit-h2 {
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgb(45, 168, 216) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.recruit-dl {
    margin-top: 40px;
    border: solid 1px #f1f1f1;
    font-size: 28px;
}

.recruit-dl dt {
    background-color: #f1f1f1;
    padding: 10px 24px;
}

.recruit-dl dd {
    padding: 10px 24px;
}

/*終わり*/


/*<section class="flow">*/
.flow {
    background-color: #E9F7FA;
    padding: 64px 2vw;
}

.flow-h2 {
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgb(45, 168, 216) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flow-step {
    background-color: #fff;
    margin-top: 32px;
    padding: 64px 24px;
}

.flow-step-01 {
    margin-top: 80px;
}

.flow-step-title {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 24px;
    font-family: "Noto Serif JP", serif;
}

.flow-step-num {
    color: #0F82B9;
    font-size: 32px;
}

.flow-step-num span {
    background-color: #0F82B9;
    color: #fff;
    margin-left: 16px;
    padding: 0 8px;
    font-family: "Noto Sans JP", sans-serif;
}

.flow-step-name {
    font-size: 48px;
}

.flow-step-txt {
    padding-top: 24px;
    font-size: 24px;
}

.blue-arrow-w {
    position: relative;
}

.blue-arrow {
    width: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
    margin-top: -3%;
}

.entry-btn {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}

.entry-btn-img {
    display: block;
}

.entry-btn-txt {
    position: absolute;
    top: 58%;
    left: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

/*終わり*/


/*<section class="message">*/
.message-title {
    position: relative;
}

.message-h2 {
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    font-family: "Noto Serif JP", serif;
    background: rgb(45, 168, 216);
    background: linear-gradient(90deg, rgb(45, 168, 216) 4%, rgba(38, 124, 167, 0.9192051820728291) 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.message-h2 span {
    font-weight: 900;
}

.message-wrap {
    background-image: url(../img/message_back.jpg);
    padding: 48px 2vw 24px 2vw;
}

.message-txt {
    font-size: 24px;
}

.message-txt p {
    margin-bottom: 32px;
}

.entry-btn-02 {
    padding: 0 2vw;
}
/*終わり*/


/*<footer class="footer">*/
.footer {
    padding: 16px 2vw 24px 2vw;
    background: #4AAEDA;
    text-align: center;
    color: #fff;
    margin-top: 24px;
}

/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {
    /*共通設定*/
    /*終わり*/

    /*<header class="header">*/
    /*終わり*/
}


/*スマホ*/
@media (max-width: 599px) {

    /*共通設定*/
    .parent {
        padding: 0 5vw;
    }

    .en-title {
        font-size: 24px;
        gap: 8px;
    }

    .en-title .dot {
        width: 8px;
        height: 8px;
    }

    .en-title .num {
        font-size: 48px;
    }
    /*終わり*/


    /*<header class="header">*/
    .header {
        padding-top: 16px;
    }
    /*終わり*/


    /*<section class="fv">*/
    .fv-h1 {
        top: 16px;
        left: 5vw;
    }

    .fv-h1 .small-txt {
        font-size: 16px;
    }

    .fv-h1 .large-txt {
        font-size: 52px;
    }

    .fv-h1 .line-txt {
        font-size: 12px;
    }

    .fv-txt-01 {
        font-size: 20px;
        left: 5vw;
    }

    .fv-txt-02 {
        left: 5vw;
    }

    .fv-txt-02 p {
        line-height: 1.3;
    }

    .fv-txt-02 .txt-01 {
        font-size: 32px;
    }

    .fv-txt-02 .txt-02 {
        font-size: 48px;
    }

    /*終わり*/


    /*<section class="worry">*/
    .worry {
        padding: 48px 5vw 24px 5vw;
    }

    .worry-h2 {
        font-size: 32px;
        letter-spacing: 0.18em;
    }

    /*終わり*/


    /*<section class="get">*/
    .get {
        padding: 0 5vw 40px 5vw;
    }

    .get-txt-01 {
        font-size: 15px;
        margin-top: 22px;
    }

    .get-txt-02 {
        font-size: 40px;
    }

    /*終わり*/


    /*<section class="advisor advisor-01">*/
    .advisor {
        padding: 48px 5vw 24px 5vw;
    }

    .advisor-h2 {
        font-size: 17px;
    }

    .advisor-h2 span {
        font-size: 34px;
    }

    .advisor-con-01 {
        margin-top: 50px;
        padding: 8px;
    }

    .hideo-iida {
        left: -7vw;
    }

    .advisor-name-01-01 {
        font-size: 16px;
    }

    .advisor-name-01-02 {
        font-size: 32px;
    }

    .advisor-name-01-03 {
        font-size: 24px;
    }

    .career-01 .career-title {
        font-size: 24px;
    }

    .career-01 .timeline li {
        font-size: 14px;
        justify-content: left;
    }

    .career-01 .timeline-date {
        width: 20%;
    }

    .career-01 .timeline-content {
        width: 80%;
        padding: 10px 0 10px 16px;
    }

    .advisor-txtarea-01 .txt-01 {
        font-size: 32px;
    }

    .advisor-txtarea-01 .txt-02 {
        font-size: 15px;
        margin-top: 24px;
    }

    .book-h3 {
        font-size: 20px;
        padding: 8px 0;
    }

    .book-txt {
        font-size: 13px;
    }

    .sauce-link {
        font-size: 10px;
    }

    /*終わり*/


    /*<section class="advisor advisor-02">*/
    .advisor-02 .advisor-h2 span {
        font-size: 32px;
        white-space: nowrap;
    }

    .advisor-con-02 {
        margin-top: 50px;
        padding: 8px;
    }

    .nomozi-endo {
        right: -7vw;
    }

    .advisor-name-02 {
        white-space: nowrap;
    }

    .advisor-name-02-01 {
        font-size: 16px;
    }

    .advisor-name-02-02 {
        font-size: 32px;
    }

    .advisor-name-02-03 {
        font-size: 20px;
    }

    .career-02 .career-title {
        font-size: 24px;
    }

    .career-02 .timeline li {
        font-size: 14px;
    }

    .career-02 .timeline-date {
        width: 20%;
    }

    .career-02 .timeline-content {
        width: 80%;
        padding: 10px 0 10px 16px;
    }

    .advisor-txtarea-02 .txt-01 {
        font-size: 24px;
    }

    .advisor-txtarea-02 .txt-02 {
        font-size: 15px;
        margin-top: 20px;
    }

    .advisor-txtarea-02 .txt-03 {
        font-size: 15px;
    }

    .show-more {
        font-size: 14px;
    }

    /*終わり*/


    /*<section class="merit">*/
    .merit {
        padding: 40px 5vw;
    }

    .merit-h2 {
        font-size: 18px;
    }

    .merit-h2 span {
        font-size: 34px;
    }

    .merit-img {
        width: 100%;
    }

    /*終わり*/


    /*<section class="merit-01">*/
    .merit-01 {
        padding-bottom: 40px;
    }

    .merit-01 .en-title {
        gap: 0;
    }

    .merit-con-h2 {
        font-size: 34px;
    }

    .merit-01-h3 {
        font-size: 18px;
        padding: 8px 0;
        margin-top: 48px;
    }

    .merit-01-h3::before {
        border-width: 24px 24px 0 0;
    }

    .merit-01-txt-01 {
        font-size: 15px;
    }

    .step-con {
        margin-top: 48px;
    }

    .step-con-dl {
        font-size: 16px;
    }

    .step-con-dl dd {
        font-size: 14px;
    }

    .step-con-01::before {
        top: -16px;
        left: 6%;
        border-width: 32px 32px 0 0;
    }

    .step-con-02::before {
        top: -16px;
        left: 46%;
        border-width: 32px 32px 0 0;
    }

    .step-con-03::before {
        top: -16px;
        right: 5%;
        border-width: 32px 32px 0 0;
    }

    .white-arrow {
        width: 40%;
    }

    /*終わり*/


    /*<section class="merit-02">*/
    .merit-02 {
        padding-bottom: 40px;
    }

    .merit-02 .en-title {
        gap: 0;
    }

    .merit-02-txt-01 {
        font-size: 15px;
        margin-top: 40px;
    }

    .merit-02-h3 {
        font-size: 18px;
        padding: 8px 0;
        margin-top: 48px;
    }

    .merit-02-h3::before {
        border-width: 24px 24px 0 0;
    }

    .merit-02 img {
        margin-top: 24px;
    }

    .merit-02-txt-02,
    .merit-02-txt-03 {
        font-size: 15px;
        margin-top: 16px;
    }

    /*終わり*/


    /*<section class="merit-03">*/
    .merit-03 .en-title {
        gap: 0;
    }

    .merit-03-txt-01 {
        font-size: 15px;
        margin-top: 40px;
    }

    .merit-03-h3 {
        font-size: 18px;
        padding: 8px 0;
        margin-top: 48px;
    }

    .merit-03-h3::before {
        border-width: 24px 24px 0 0;
    }

    /*終わり*/


    /*<div class="doctor-w">*/
    .doctor-w {
        padding: 40px 5vw 80px 5vw;
    }

    .doctor-h2 {
        font-size: 34px;
    }
    
    .doctor-h2 small {
        font-size: 20px;
    }    

    .doctor-swiper {
        margin-top: 40px;
    }

    .swiper-box {
        padding-bottom: 60px;
        box-shadow: 0px 4px 4px -5px rgba(0,0,0,0.1);
    }    

    .doctor-name {
        font-size: 16px;
        right: 12%;
    }

    .doctor-name-r {
        font-size: 16px;
        left: 8%;
    }

    .doctor-name span {
        font-size: 32px;
    }

    .doctor-img-04 {
        padding-top: 10px;
    }    

    .doctor-txt {
        font-size: 15px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        height: 50px !important;
        width: 50px !important;
    }

    .swiper-button-prev {
        top: 16% !important;
    }

    .swiper-button-next {
        top: 16% !important;
    }

    /* 前へ次への矢印カスタマイズ */
    .swiper-button-prev::after,
    .swiper-button-next::after {
        height: 50px;
        width: 50px;
    }

    .show-more-02 {
        font-size: 14px;
        bottom: 8px;
    }
    /*終わり*/


    /*<section class="clinic">*/
    .clinic-in {
        padding: 40px 5vw 0 5vw;
    }

    .clinic-h2 {
        font-size: 34px;
    }

    .graph-img {
        margin-top: 40px;
    }

    .clinic-txt-01 {
        font-size: 15px;
        margin-top: 24px;
    }

    .clinic-txt-02 {
        font-size: 32px;
    }

    /*終わり*/


    /*<section class="recruit">*/
    .recruit {
        padding: 40px 5vw;
    }

    .recruit-h2 {
        font-size: 34px;
    }

    .recruit-dl {
        font-size: 15px;
    }

    .recruit-dl dt {
        background-color: #f1f1f1;
        padding: 12px 8px;
    }

    .recruit-dl dd {
        padding: 12px 8px;
    }

    /*終わり*/


    /*<section class="flow">*/
    .flow {
        padding: 64px 5vw;
    }

    .flow-h2 {
        font-size: 34px;
    }

    .flow-step {
        margin-top: 24px;
        padding: 32px 16px;
    }

    .flow-step-title {
        padding-bottom: 16px;
    }

    .flow-step-num {
        color: #0F82B9;
        font-size: 15px;
    }

    .flow-step-num span {
        font-size: 15px;
    }

    .flow-step-name {
        font-size: 24px;
        font-weight: 600;
    }

    .flow-step-txt {
        padding-top: 16px;
        font-size: 15px;
    }

    .blue-arrow {
        width: 12px;
        margin-top: -4%;
    }

    .entry-btn-txt {
        font-size: 18px;
    }

    /*終わり*/


    /*<section class="message">*/
    .message-h2 {
        right: 5vw;
        font-size: 20px;
    }

    .message-wrap {
        padding: 24px 5vw;
    }

    .message-txt {
        font-size: 15px;
    }

    .message-txt p {
        margin-bottom: 16px;
    }

    .entry-btn-02 {
        padding: 0 5vw;
    }    
    /*終わり*/


    /*<footer class="footer">*/
    .footer {
        padding: 16px 5vw 24px 5vw;
        margin-top: 16px;
    }

    /*終わり*/













































}