@charset "UTF-8";

@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_only_img {
    display: block;
  }
  .yoko-sp_only {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .sp_only_img {
    display: none;
  }
  .yoko-sp_only {
    display: none;
  }
}
/*iPhone横*/
@media (orientation: landscape) and (max-width: 1024px){
  .yoko-sp_only {
      display: block;
  }
  .sp_only_img {
    display: none;
  }
}
.fade-in {
    opacity: 0;
    -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
    transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
    transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
    transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    will-change: filter;
}
.fade-in.active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

html, body {
    overflow-x: hidden;
}
body {
  color: #34505E;
  letter-spacing: 0.02em;
  line-height: 1.4;
  background: #FBFBEE;
  font-size: 16px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body a:hover {
  cursor: pointer;
  color: #F5DB56;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: 700;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.montserrat-font {
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h2 {
    font-size: 26px;
}
@media screen and (max-width: 1024px) {
    h2 {
        font-size: 20px;
    }
}

.txt-center {
    text-align: center;
}

/*矢印ボタン*/
button {
    cursor: pointer;
    font-weight: 500;
    transition: all .2s;
    padding: 12px 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #34505E;
    margin: 20px auto 0;
}
button > svg {
    width: 30px;
    margin-left: 10px;
    transition: transform .3s ease-in-out;
}
button:hover {
    color: #F5DB56;
}
button:hover svg {
    /*transform: translateX(8px);*/
    transform: scale(1.3); /* ホバー時に少し拡大 */
}
button span {
    padding-left: 10px;
}

.header {
    padding: 0;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    position: fixed;
    z-index: 10;
}
.header.scrolled {
    background-color: #fff;
}
.header__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1400px;
    width: 100%;
    margin: 10px auto 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {
  width: 60%;
  max-width: 360px;
}
.header__main {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header__nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2em;
}
@media screen and (min-width: 1025px) {
   .header__hamburger {
     display: none;
   }
   .sp-navi {
    display: none;
   }
}
@media screen and (max-width: 1024px) {
    .header.scrolled {
        background-color: unset;
    }
  .header__logo__sp {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
  }
  .header__hamburger {
     display: block;
  }
  .header__hamburger {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 12;
  }
  .sp-navi {
    display: block;
    width: 100%;
    height: fit-content;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    color: #fff;
    background: #2E89B5;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
  }
  .sp-navi.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .menu-trigger {
  	background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/common/header_hamburger_open.svg);
  	width: 39.8px;
    height: 40.4px;
  }
  .menu-trigger.active {
  	background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/common/header_hamburger_close.svg);
  	width: 39.8px;
    height: 40.4px;  	
  }
  .sp-navi__wrap {
    padding: 90px 20px 30px 20px;
    margin-bottom: 30px;
  }
  .sp-navi__link {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sp-navi__link a {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .sp-navi__links {
    margin-top: -10px;
  }
  .sp-navi__block {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
  .sp-navi__item {
  	display: flex;
    -webkit-box-pack: justify;
    flex-direction: column;
    align-items: center;
  }
  .sp-navi__item-heading {
  	font-size: 21px;
  }
  .sp-navi__item-tel {
  	font-size: 29px;
    margin-top: 9px;
  }
  .sp-navi__item-tel span {
  	font-size: 15px;
  }
 .sp-navi__item-address {
 	font-size: 14px;
    margin-top: 16px;
 }
 .google-map {
 	display: flex;
    align-items: center;
 	width: 170px;
 	height: 35px;
 	background: #F6F6F6;
 	border-radius: 20px;
 	margin-top: 25px;
 }
 .google-map a {
 	color: #2E89B5;
 }
 .arrow_r_b {
    position: relative;
    display: inline-block;
    padding-left: 22px;
 }
 .arrow_r_b:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #2E89B5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 140px;
    bottom: 0;
    margin: auto;
  }
  .arrow_r_b:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 144px;
    bottom: 0;
    margin: auto;
  }  
}
/*ipad・横 用*/
@media (orientation: landscape) and (max-width: 1366px){
    .header__wrap {
        padding: 0 30px;
    }
    .header__nav nav ul {
        gap: 1.5em;
        font-size: 14px;
    }
}


/*　トップページ
-------------------------------------------　*/
.main-visual {
    height: 43vw;
}
.main-visual__wrap {
    height: 100%;
}
.main-visual__container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.mv-fade-in.delay-1 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.mv-fade-in {
    opacity: 0;
    /*-webkit-transform: translateY(-20px);
    transform: translateY(-20px);*/
    -webkit-filter: blur(10px);
    filter: blur(10px);
    will-change: transform, filter, opacity;
    -webkit-transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
    transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
    transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s;
    transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
}
.mv-fade-in.active {
    opacity: 1;
    /*-webkit-transform: translateY(0);
    transform: translateY(0);*/
    -webkit-filter: blur(0);
    filter: blur(0);
}
.main-visual__bg {
    position: absolute;
    top: -2vw;
    right: 0;
    width: 100%;
    height: 100%;
}
.main-visual__bg img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
    .main-visual {
        height: 100vh;
    }
    .main-visual__bg img {
        height: 100%;
    }
}
.main-visual__catch {
    /*height: fit-content;*/
    padding-top: 160px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32%;
    margin-top: 3vw;
    margin-left: -159.5px;
}
@media screen and (max-width: 1024px) {
    .main-visual__catch {
        left: 44%;
        margin-top: 30px;
    }
}
.mv-fade-in.delay-3 {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
}

/*ipad用*/
@media screen and (min-width:768px) and ( max-width:1024px) {
    .main-visual__catch {
        left: 30%;
        padding-top: 200px;
    }
    .main-visual__catch img {
        width: 200px;
    }
}
/*ipad・横 用*/
@media (orientation: landscape) and (max-width: 1024px){
    .main-visual__catch {
        left: 35%;
        margin-top: -100px;
    }
}
/*iPhone横*/
@media (orientation: landscape) and (max-width: 932px){
    .main-visual__catch {
        width: 150px;
        margin-top: -90px;
        left: 42%;
    }
}

.sec-01 {
    margin-top: -2.4vw;
    z-index: 1;
    position: relative;
}
.circle-content {
    overflow: hidden;
}
.top-circle {
    background-color: #fff;
    border-radius: 2000px 2000px 0 0 / 500px 500px 0 0;
    margin: 16px -200px;
    padding: 65px 280px 30em;
    min-height: 300px;
    text-align: center;
}
.top-circle .news-circle-bg {
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/kazari_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.top-circle .news-title {
    font-size: 42px;
    color: #2E89B5;
    font-weight: 700;
}
.top-circle .news-title .sub-title {
    display: block;
    font-size: 16px;
    color: #34505E;
}
.top-circle .news-title .small-txt {
    font-size: 26px;
    color: #34505E;
}
.top-circle .news-title2 {
    font-size: 26px;
    padding: 30px 0;
    font-weight: 700;
}
.top-circle p {
    font-size: 18px;
}
@media screen and (max-width: 1024px) {
    .sec-01 {
        margin-top: -18rem;
    }
    .top-circle {
        border-radius: 2000px 2000px 0 0 / 1500px 1500px 0 0;
        padding: 65px 220px;
        min-height: 1480px;
    }
    .top-circle .news-circle-bg {
        background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/kazari_bg_sp.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        text-align: left;
    }
    .top-circle .news-title {
        font-size: 29px;
        text-align: center;
        padding-top: 1.7em;
    }
    .top-circle .news-title .sub-title {
        font-size: 14px;
    }
    .top-circle .news-title .small-txt {
        font-size: 18px;
    }
    .top-circle .news-title2 {
        font-size: 24px;
        text-align: center;
    }
    .top-circle p {
        font-size: 14px;
        text-align: justify;
    }
    .top-circle .br-non-sp {
        display: none;
    }
    .top-circle .sp-txt-spacer {
        display: block;
        padding-top: 20px;
    }
}
/*iPhone横*/
@media (orientation: landscape) and (max-width: 932px){
    .sec-01 {
        margin-top: -13rem;
    }
}
/*ipad用*/
@media screen and (min-width:768px) and ( max-width:1024px) {
    .top-circle {
        border-radius: 2000px 2000px 0 0 / 500px 500px 0 0;
        padding: 65px 220px;
        min-height: 300px;
        min-height: 1200px;
    }
    .top-circle p {
        text-align: center;
    }
}

.title-h2 {
    text-align: center;
    margin-top: 60px;
    font-weight: 700;
}
.title-h2:before {
    content: "";
    display: block;
    width: 25px;
    height: 23px;
    background-image: url('https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/common/midashi-kazari.svg');
    background-size: contain;
    margin: 0 auto 7px;
}
.top-news-list {
    max-width: 1000px;
    width: 100%;
    background: #FBFAF8;
    border-radius: 25px;
    margin: 30px auto 0;
    padding: 25px 50px 120px;
    position: relative;
}
.top-news-list .item {
    display: flex;
    gap: 2em;
    font-size: 16px;
    padding: 30px 0;
    border-bottom: 1px solid #CFCFCF;
    align-items: center;
}
.top-news-list .item .date {
    font-size: 14px;
    font-weight: 600;
}
.position-right {
    position: absolute;
    right: 10px;
}
.hatsunetsu {
    width: 780px;
    background: #FBFAF8;
    border-radius: 25px;
    margin: 30px auto 0;
    padding: 30px 50px 40px;
}
.hatsunetsu p.title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.hatsunetsu p.txt {
    font-size: 18px;
    text-align: left;
    margin-top: 20px;
}
@media screen and (max-width: 1024px) {
   .top-circle button {
        font-size: 16px;
        margin: 10px auto 0;
    }
    .title-h2 {
        margin-top: 30px;
    }
    .top-news-list {
        margin: 20px auto 0;
        padding: 5px 20px 16px;
        width: 88%;
    }
    .top-news-list .item {
        flex-direction: column;
        padding: 20px 0;
        gap: 0.5em;
        font-size: 14px;
        align-items: flex-start;
        text-align: justify;
    }
    .position-right {
        position: unset;
        right: 0;
    }
    .hatsunetsu {
        width: 90%;
        margin: 20px auto;
        padding: 20px 20px;
    }
    .hatsunetsu p.title {
        font-size: 18px;
    }
    .hatsunetsu p.txt {
        font-size: 14px;
    }
}
/*ipad・横 用*/
@media (orientation: landscape) and (max-width: 1180px){
    .top-news-list {
        max-width: 800px;
    }
}

.sec-02 {
    margin-top: -200px;
    z-index: 2;
    position: relative;
}
.shinryo-content {
    width: 100%;
    height: 643px;
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/shinryo_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.shinryo-content .shinryo-list {
    max-width: 1400px;
    width: 100%;
    height: 640px;
    position: relative;
    top: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    border-radius: 20px;
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/shinryo_bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 2;
}
.shinryo-content .shinryo-list .shinryo-title {
    display: flex;
    padding: 100px 80px 0;
}
.shinryo-content .shinryo-list .title-name {
    width: 180px;
    font-size: 26px;
    font-weight: 700;
}
.shinryo-content .shinryo-list .description {
    width: 800px;
    font-size: 16px;
}
.shinryo-content .shinryo-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8em;
    padding: 55px 82px 10px;
}
.shinryo-content .shinryo-list ul li {
    display: flex;
    width: 280px;
    height: 134px;
    border-radius: 20px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.shinryo-content .shinryo-list ul li span {
    font-size: 13px;
}
.shinryo-content .shinryo-list ul li a {
    display: block;
    width: 100%;
    padding: 50px 0;
}
.shinryo-content .shinryo-list ul li:hover {
    background: #F5DB56;
}
.shinryo-content .shinryo-list ul li a:hover {
    color: #34505E;
}
@media screen and (max-width: 1024px) {
    .sec-02 {
        margin-top: -160px;
    }
    .shinryo-content {
        height: 677px;
        background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/shinryo_bg_sp.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .shinryo-content .shinryo-list {
        width: 327px;
        height: fit-content;
        top: -50px;
        background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/shinryo_bg2_sp.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    .shinryo-content .shinryo-list .shinryo-title {
        padding: 60px 20px 0;
        flex-direction: column;
        align-items: center;
    }
    .shinryo-content .shinryo-list .title-name {
        font-size: 20px;
        text-align: center;
    }
    .shinryo-content .shinryo-list .description {
        width: 100%;
        font-size: 14px;
        padding-top: 25px;
        text-align: justify;
    }
    .shinryo-content .shinryo-list ul {
        gap: 0.7em;
        padding: 20px 18px 0;
    }
    .shinryo-content .shinryo-list ul li {
        display: flex;
        width: 140px;
        height: 67px;
        font-size: 13px;
    }
    .shinryo-content .shinryo-list ul li span.small-text {
        font-size: 11px;
    }
    .shinryo_sp_btn {
        padding-bottom: 50px;
    }
    .shinryo-content .shinryo-list ul li span.sp-none {
        display: none;
    }
}
/*ipad用*/
@media screen and (min-width:768px) and ( max-width:1024px) {
    .sec-02 {
        margin-top: -70px;
    }
}
/*iPhone・横 用*/
@media (orientation: landscape) and (min-width:668px) and (max-width: 844px){
    .sec-02 {
        margin-top: -50px;
    }
}
/*iPhoneSE・横 用*/
@media (orientation: landscape) and (max-width:667px) {
    .sec-02 {
        margin-top: -300px;
    }
}

.sec-03 {
    margin-top: 0;
    z-index: 2;
    position: relative;
}
.row-two {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    justify-content: space-between;
    gap: 0 2em;
}
.row-two h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}
.row-two p {
    width: 560px;
    padding-top: 10px;
}
.row-two figure {
    width: 600px;
    height: 400px;
} 
.row-two figure img {
    width: 100%;
    height: auto;
} 
.row-two .position-left {
    position: absolute;
    left: -10px;
    padding: 15px 0 0;
}
.row-three {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    margin: 120px auto;
}
.row-three-bg {
    width: 100%;
    height: 50vw;
    margin-top: -490px;
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/tokucho02.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.row-three .left {
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/tokucho03.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%; 
}
.row-three .center {
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/tokucho04.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;  
    margin-top: 80px;  
}
.row-three .right {
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/tokucho05.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;   
}
.row-three .left,
.row-three .center,
.row-three .right {
    display: flex;
    width: 440px;
    height: 593px;
    flex-direction: column;
}
.row-three .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}
.row-three .description {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 1024px) {
    .sec-03 {
        margin-top: 40px;
    }
    .row-two {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    .row-two h3 {
        font-size: 22px;
        text-align: center;
    }
    .row-two p {
        width: 88%;
        padding: 15px 23px 0;
        text-align: justify;
        margin: 0 auto;
     }
    .row-two figure {
        width: 90%;
        height: auto;
        padding-top: 20px;
        margin: 0 auto;
    } 
    .row-two .position-left {
        position: unset;
        left: 0;
        padding: 0;
    }
    .row-three {
        flex-direction: column;
        margin-top: 70px;
    }
    .row-three .left, .row-three .center, .row-three .right {
        width: 325px;
        height: 450px;
        flex-direction: column;
        margin: 0 auto 40px;
    }
    .row-three-bg {
        width: 100%;
        height: 480px;
        margin-top: -370px;
        background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/tokucho02_sp.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .row-three .title {
        font-size: 16px;
        margin-top: 50px;
    }
    .row-three .description {
        font-size: 14px;
        margin-top: 15px;
    }

}
/*iPhone・横 用*/
@media (orientation: landscape) and (min-width:668px) and (max-width: 932px){
    .row-three-bg {
        height: 400px;
        background-position: center center;
    }
}
@media (orientation: landscape) and (max-width: 667px){
    .row-three-bg {
        height: 400px;
        background-position: center center;
    }
}
/*ipad用*/
@media screen and (min-width:768px) and ( max-width:1024px) {
    .row-three-bg {
        height: 400px;
        background-position: center center;
    }
}
/*iPad・横 用*/
@media (orientation: landscape) and (min-width: 1180px)  and (max-width: 1366px){
    .shinryo-content .shinryo-list {
        width: 94%;
        height: 620px;
    }
    .shinryo-content .shinryo-list ul li {
        width: 22%;
    }
    .shinryo-content .shinryo-list ul li span {
        font-size: 10px;
    }
    .row-two {
        width: 90%;
    }
    .row-three {
        width: 94%;
    }
    .row-three .left, .row-three .center, .row-three .right {
        width: 32%;
    }
}

.sec-04 {
    margin-top: 0;
    z-index: 2;
    position: relative;
}
.db-row-three {
    display: flex;
    width: 870px;
    margin: 70px auto 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row-one {
    display: flex;
    width: 250px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.row-one figure {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}
.row-one figure img {
    width: 100%;
    height: 100%;
}
.row-one time {
    font-size: 12px;
    font-weight: 700;
    margin-top: 18px;
}
.row-one .cat {
    display: flex;
    margin-top: 8px;
    gap: 1em;
}
.row-one .cat span {
    padding: 5px 10px;
    border-radius: 30px;
    background: #49869A;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.row-one p {
    font-size; 16px;
    font-weight: 700;
    margin-top: 18px;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .sec-04 {
        margin-top: 40px;
    }
    .db-row-three {
        width: 90%;
        margin: 0 auto 40px;
        flex-direction: column;
    }
    .row-one {
        width: 100%;
        margin-top: 40px;
    }
    .row-one p {
        font-size: 14px;
        text-align: justify;
    }
} 

footer {
    width: 1200px;
    margin: 60px auto 30px;
}
footer .ft-row-two {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
footer .ft-row-two .left {
    width: 540px;
}
footer .ft-row-two .left iframe {
    border-radius: 20px;
    width: 100%;
    height: 500px;
}
footer .ft-row-two .right {
    width: 600px;
}
footer .ft-row-two .right img {
    width: 269px;
}
footer .ft-row-two .right .row-two-about {
    display: flex;
    margin-top: 10px;
}
footer .ft-row-two .right .row-two-about .address {
    font-size: 14px;
}
footer .ft-row-two .right .row-two-about .tel {
    font-size: 26px;
    font-weight: 700;
}
footer .ft-row-two .right .row-two-about .small-txt {
    font-size: 16px;
    font-weight: 500;
}
footer .ft-row-two .right .row-two-about .fax {
    font-size: 16px;
    margin-top: -10px;
}
footer .ft-row-two .right .row-two-about .point {
    font-size: 14px;
    line-height: 1.5;
}
footer .ft-row-two .right .week {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 30px;
}
footer .ft-row-two .right .week .hosoku {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
footer .ft-row-two .right .week table {
    width: 100%;
}
footer .ft-row-two .right .week th {
    text-align: left;
    width: auto;
    font-size: 15px;
    border-bottom: 1px solid #35515f4d;
    padding: 10px 0;
    vertical-align: middle;
}
footer .ft-row-two .right .week th.title {
    font-size: 20px;
}
footer .ft-row-two .right .week th span {
    font-size: 10px;
}
footer .ft-row-two .right .week td {
    text-align: center;
    width: 65px;
    font-size: 15px;
    border-bottom: 1px solid #35515f4d;
    padding: 10px 0;
    vertical-align: middle;
}
footer .ft-row-two .right .week td.day {
    font-size: 17px;
}
.coprright {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.teiji {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    footer {
        width: 100%;
        margin: 30px auto;
    }
    .sp-exclusive {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sp-exclusive a img {
        width: 269px;
        margin-top: 40px;
    }
    .sp-exclusive .address {
        font-size: 14px;
        margin-top: 15px;
    }
    .sp-exclusive .tel {
        font-size: 26px;
        font-weight: 700;
    }
    .sp-exclusive .small-txt {
        font-size: 16px;
    }
    .sp-exclusive .fax {
        font-size: 16px;
        margin-top: -10px;
    }
    .sp-exclusive iframe {
        border-radius: 20px;
        width: 90%;
        height: 300px;
        margin-top: 20px;
    }
    .sp-exclusive .point {
        width: 90%;
        margin-top: 20px;
    }
    .sp-exclusive .week {
        width: 90%;
        background: #fff;
        border-radius: 10px;
        margin-top: 30px;
    }
    .sp-exclusive .week table {
        width: 90%;
        margin: 10px auto;
    }
    .sp-exclusive .week th {
        text-align: left;
        width: auto;
        font-size: 14px;
        border-bottom: 1px solid #35515f4d;
        padding: 10px 0;
        vertical-align: middle;
    }
    .sp-exclusive .week th.title {
        font-size: 14px;
    }
    .sp-exclusive .week th span {
        font-size: 12px;
    }
    .sp-exclusive .week td {
        text-align: center;
        width: 37px;
        font-size: 12px;
        border-bottom: 1px solid #35515f4d;
        padding: 10px 0;
        vertical-align: middle;
    }
    .sp-exclusive .week td.day {
        font-size: 12px;
    }
    .sp-exclusive .week .hosoku {
        width: 90%;
        font-size: 12px;
        line-height: 1.5;
        margin: 10px auto 15px;
    }
    .coprright {
        font-size: 10px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .bottom_fix {
        width: 100%;
        position: fixed;
        bottom: 0;
        display: flex;
        z-index: 20;
    }
    .bottom_fix .tel {
        width: 49%;
        background: #2E89B5;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: 2.5;
    }
    .bottom_fix .tel span {
        font-size: 16px;
    }
    .bottom_fix .shoshin {
        width: 31%;
        background: #2B6887;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 3.4;
    }
    .bottom_fix .Map {
        width: 20%;
        background: #11A4B5;
        color: #fff;
        text-align: center;
        padding-top: 10px;
    }
}



/*　エレメント
-------------------------------------------　*/
.page-mv {
    height: 20vw;
    position: relative;
    top: 70px;
}
.page-mv__wrap {
    height: 100%;
}
.page-mv__title-block {
    position: relative;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-mv__title {
    font-size: 38px;
    font-weight: 700;
}
.page-mv__title-block-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-mv__title-block-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.element-01 {
    margin-top: 100px;
    z-index: 3;
    position: relative;
}
.kazari-bg {
    max-width: 1321px;
    width: 100%;
    background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/kazari_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin: 0 auto;
}
.element-01 .shinryo-list {
    max-width: 1199px;
    width: 100%;
    position: relative;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    z-index: 2;
}
.element-01 .shinryo-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding: 55px 0 10px;
    justify-content: center;
}
.element-01 .shinryo-list ul li {
    display: flex;
    width: 280px;
    height: 101px;
    border-radius: 20px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.arrow {
  position: relative;
  display: inline-block;
}
.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #2E89B5;
  border-right: solid 1px #2E89B5;
  position: absolute;
  left: 48%;
  -webkit-transform: translateX(-50%);
  bottom: 11px;
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.element-01 .shinryo-list ul li span {
    font-size: 13px;
}
.element-01 .shinryo-list ul li a {
    display: block;
    width: 100%;
    padding: 50px 0;
}
.element-01 .shinryo-list ul li:hover {
    background: #F5DB56;
}
.element-01 .shinryo-list ul li a:hover {
    color: #34505E;
}
.white-bg {
    background: #fff;
    border-radius: 15px;
    width: 580px;
}

.element-02 {
    margin-top: -20px;
    z-index: 2;
    position: relative;
}
.element-02 .left,
.element-02 .right {
    width: 100%;
}
.element-02 .white-bg {
    display: flex;
    background: #fff;
    border-radius: 15px;
    width: 580px;
    height: 197px;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.element-02 .row-two p {
    font-size: 18px;
    width: 530px;
}
.element-02 .row-two .tel {
    font-size: 24px;
}
.element-02 .row-two .tel-num {
    font-size: 39px;
    font-weight: 700;
}
.element-02 .row-two .small {
    font-size: 14px;
}

.element-03 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
h4 {
    font-size: 20px;
    font-weight: 700;
}
h4 .number-midashi {
    font-size: 47px;
    color: #2E89B5;
    padding-right: 10px;
}
.element-03 .row-two figure {    
    width: 600px;
    height: 400px;
}
.element-03 .row-two p {
    width: 540px;
}
.row-reverse {
    flex-direction: row-reverse;
}
.element-03 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.element-03 ul li {
    width: 50%;
    padding-top: 7px;
}
.element-03 ul li:before {
    content: "●"; 
    color: #2E89B5;
    font-size: 16px;
    margin-right: 0.5em;
}
.element-03 .none-number02 {
    margin-top: 30px;
}

.element-04 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
.element-04 .row-two figure {
    width: 420px;
    height: 479px;
}
.element-04 .row-two p {
    width: 728px;
    font-size: 14px;
    padding-top: 0;
}
.element-04 .row-two .doc_name {
    font-size: 20px;
}
.element-04 .row-two .birthday {
    display: block;
    padding: 10px 0;
}
.element-04 .list-row-one {
    max-width: 1100px;
    width: 100%;
    margin: 50px auto;
}
.element-04 .list-row-one .white-bg {
    width: fit-content;
    display: flex;
}
.element-04 .list-row-one ul {
    padding: 25px;
}
.element-04 .list-row-one p {
    writing-mode: vertical-rl;
    color: #2E89B5;
    font-size: 20px;
    margin-top: 37px;
    margin-left: 20px;
    margin-right: -10px;
}
.element-04 ul li {
    padding-top: 7px;
    font-size: 14px;
}
.element-04 ul li:before {
    content: "●";
    color: #2E89B5;
    font-size: 12px;
    margin-right: 0.5em;
}
.element-04 .list-row-two {
    display: flex;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.element-04 .list-row-two .white-bg {
    width: fit-content;
    display: flex;
}
.element-04 .list-row-two p {
    writing-mode: vertical-rl;
    color: #2E89B5;
    font-size: 20px;
    margin-top: 37px;
    margin-left: 20px;
    margin-right: -10px;
}
.element-04 .list-row-two ul {
    padding: 25px;
}
.element-04 .list-row-two ul li span {
    display: inline-block;
    width: 70px;
}

.element-05 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
.element-05 .row-two {
    width: 1000px;
}
.element-05 .right {
    width: 600px;
}
.element-05 dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    width: 360px;
}
.element-05 dl dt {
    width: 100px;
    border-top: solid 1px #C8E2E0;
    padding: 10px 0;
}
.element-05 dl dt:last-of-type {
    border-bottom: solid 1px #C8E2E0;
}
.element-05 dl dd {
    width: 260px;
    border-top: solid 1px #C8E2E0;
    padding: 10px 0;
}
.element-05 dl dd:last-child {
    border-bottom: solid 1px #C8E2E0;
}
.element-05 .week {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}
.element-05 .week table {
    width: 100%;
}
.element-05 .week th.title {
    font-size: 20px;
}
.element-05 .week th {
    text-align: left;
    width: auto;
    font-size: 15px;
    border-bottom: 1px solid #35515f4d;
    padding: 10px 0;
    vertical-align: middle;
}
.element-05 .week th span {
    font-size: 10px;
}
.element-05 .week td.day {
    font-size: 17px;
}
.element-05 .week td {
    text-align: center;
    width: 65px;
    font-size: 15px;
    border-bottom: 1px solid #35515f4d;
    padding: 10px 0;
    vertical-align: middle;
}

.element-06 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
.element-06 .row-two {
    justify-content: center;
    gap: 3em;
}
.element-06 .right {
    width: 360px;
}
.element-06 .left figure {
    width: 600px;
    height: auto;
}
.element-06 .right .top figure {
    width: 90px;
    height: auto;
    float: right;
}
/* 初期状態 */
.image-to-invert {
  filter: invert(0%); /* 通常の状態 */
  transition: filter 0.5s ease-in-out;
}
/* マウスオーバー時に反転させる */
.image-to-invert:hover {
  filter: invert(100%); /* 反転した状態 */
}
.element-06 .right .top p.bus {
    font-size: 14px;
}
.element-06 .right .top p.bus span {
    font-size: 12px;
    color: #2E89B5;
}
.element-06 .right .bottom {
    display: flex;
    flex-direction: column;
}
.element-06 .right .bottom figure {
    width: 360px;
    height: auto;
    margin-top: 7px;
}
.element-06 .right .bottom p {
    font-size: 14px;
    margin: 0 auto;
    width: fit-content;
}

.element-07 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
.element-07 .left,
.element-07 .right {
    width: 100%;
}
.element-07 .row-two p {
    padding-top: 0;
    font-size: 16px;
}

.element-08 {
    margin-top: 0;
    z-index: 2;
    position: relative;
}
.element-08 .left,
.element-08 .right {
    width: 100%;
}
.element-08 .white-bg {
    display: block;
}
.element-08 .white-bg p.title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0 0;
}
.element-08 .white-bg p {
    padding: 20px 30px 30px;
    width: auto;
} 

.element-09 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
.element-09 .row-three {
    margin: 30px auto;
}
.element-09 .row-three .left,
.element-09 .row-three .center,
.element-09 .row-three .right{
    background: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
    height: auto;
    margin-top: 0;
}
.element-09 .row-three .white-bg {
    width: 440px;
    height: 450px;
}
.element-09 .row-three .white-bg figure {
    width: 350px;
    margin: 0 auto;
    padding: 30px 0;
}
.element-09 .row-three .title {
    margin-top: 0;
}
.element-09 .row-three .description {
    width: 350px;
    margin: 20px auto;
    text-align: left;
}
.element-09 p {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}
.element-09 img {
    width: 100%;
    height: 100%;
}

.element-10 {
    margin-top: 90px;
    z-index: 2;
    position: relative;
}
.element-10 .white-bg {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.element-10 .row-two {
    width: 900px;
    padding: 50px 40px;
    align-items: center;
    justify-content: flex-start;
}
.element-10 .row-two .date {
    font-size: 12px;
}
.element-10 .row-two .cat span {
    background: #49869A;
    color: #fff;
    padding: 5px 10px;
    margin: 0 7px;
    border-radius: 30px;
    font-size: 12px;
}
.element-10 h1 {
    font-size: 30px;
    font-weight: 700;
    margin: -10px auto;
    border-bottom: 2px dashed #2E89B5;
    width: 900px;
    padding-bottom: 10px;
}
.element-10 figure {
    margin: 30px auto;
    width: 900px;
}
.element-10 p {
    width: 900px;
    margin: 10px auto;
    text-align: justify;
    
} 
.element-10 h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 10px 45px;
}

.element-10 h3 {
    width: 900px;
    margin: 30px auto 0;
    font-size: 18px;
    font-weight: 700;
}
.element-10 h3:before {
    content: '-';
    color: #2E89B5;
    font-size: 18px;
    font-weight: 700;
    margin-right: 0.5em;
}
.element-10 ul {
    width: 870px;
    margin: 15px 76px 0;
}
.element-10 ul li {
    font-weight: 700;
    text-indent: -1.5em;
    text-align: justify;
}
.element-10 ul li:before {
    content: '●';
    color: #2E89B5;
    font-size: 14px;
    font-weight: 700;
    margin-right: 0.5em;
}
.element-10 ol {
    width: 870px;
    margin: 15px 70px 0;
    list-style-type: decimal;
}
.element-10 ol li {
    font-weight: 700;
    text-align: justify;
    padding-left: 0;
}
.element-10 ol li::marker {
    color: #2E89B5;
}
.element-10 .wrap {
    width: 900px;
    margin: 30px auto 0;
}
.element-10 .blue-bg {
    background: #EEFFFE;
    border-radius: 15px;
    width: fit-content;
    padding: 10px 0 40px;
}
.element-10 .blue-bg dl {
    display: flex;
    flex-wrap: wrap;
    width: 440px;
    justify-content: center;
    font-weight: 700;
    margin: 0 30px;
}
.element-10 .blue-bg dl dt,
.element-10 .blue-bg dl dd {
    border-bottom: 1px dashed #2E89B5;
    padding: 20px 0;
}
.element-10 .blue-bg dl dt {
    width: 80px;
}
.element-10 .blue-bg dl dd {
    width: 330px;
}
.element-10 .normal-btn {
    width: 178px;
    background: #2E89B5;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.element-10 .normal-btn:hover {
    background: #F5DB56;
}
.element-10 .normal-btn a {
    position: relative;
    display: block;
    padding: 20px 0 20px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.element-10 .btn-arrow-right a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.element-10 .previous-btn {
    width: 300px;
    background: #2E89B5;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.element-10 .previous-btn:hover {
    background: #F5DB56;
}
.element-10 .previous-btn a {
    position: relative;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.element-10 .next-btn {
    width: 300px;
    background: #2E89B5;
    border-radius: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.element-10 .next-btn:hover {
    background: #F5DB56;
}
.element-10 .next-btn a {
    position: relative;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.element-10 .btn-arrow-left a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.element-10 .sp-navi-bottom_row-two {
    display: flex;
    margin: 30px 0;
    justify-content: center;
    gap: 0 2em;
}
.element-10 .sp-navi-bottom_row-one {
    width: fit-content;
    margin: 50px auto 0;
}


@media screen and (max-width: 1024px) {
    .page-mv {
        height: 60vw;
        top: 72px;
    }
    .page-mv__title {
        font-size: 22px;
    }
    .element-01 {
        margin-top: 100px;
        height: 390px;
    }
    .box-about{
    height: 230px;
}
    
    .arrow::before {
        width: 7px;
        height: 7px;
        bottom: 10px;
    }
    
    .kazari-bg {
        background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/kazari_bg_sp.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .element-01 .shinryo-list {
        width: auto;
        height: fit-content;
        top: 0;
    }
    .element-01 .shinryo-list ul {
        gap: 0.7em;
        padding: 20px 18px 0;
    }
    .element-01 .shinryo-list ul li {
        display: flex;
        width: 157px;
        height: 85px;
        font-size: 14px;
    }
    .element-01 .shinryo-list ul li span.small-text {
        font-size: 10px;
    }
    .shinryo_sp_btn {
        padding-bottom: 50px;
    }
    .element-01 .shinryo-list ul li span.sp-none {
        display: none;
    }
    .element-02 {
        margin-top: 0;
    }
    .element-02 .white-bg {
        width: 90%;
        height: fit-content;
        margin: 25px auto;
        padding: 20px 0;
    }
    .element-02 .row-two p {
        font-size: 14px;
        width: fit-content;
    }
    .element-02 .row-two .tel {
        font-size: 16px;
    }
    .element-02 .row-two .tel-num {
        font-size: 26px;
    }
    .element-02 .row-two .small {
        font-size: 12px;
    }  
    .element-03 {
        margin-top: 30px;
    }
    .element-03 .row-two p {
        width: 88%;
    }
    .element-03 .row-two figure {
        margin-top: 20px;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .element-10 h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 10px 15px;
}
    .row-reverse {
        flex-direction: column;
    }
    h4 {
        font-size: 18px;
        text-align: left;
        width: 88%;
        margin: 0px auto;
    }
    h4 .number-midashi {
        font-size: 50px;
        text-align: left;
        display: block;
    }
    .element-03 .kazari-bg {
        background: url(https://www.uraraka-clinic.com/cms/wp-content/themes/uraraka/assets/images/top/kazari_bg_sp.png);
        background-repeat: no-repeat;
        background-position: center 70px;
        background-size: 90%;
    }
    .element-03 ul li {
        width: 90%;
        margin: 0 auto;
    }
    .element-03 ul li:before {
        font-size: 10px;
    }
    .element-03 .none-number01 {
        margin-top: 20px;
    }
    .element-04 {
        margin-top: 50px;
    }
    .element-04 .row-two p {
        width: 88%;
        padding-top: 20px;
    }    
    .element-04 .row-two .doc_name {
        font-size: 18px;
    }
    .element-04 .row-two figure {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .element-04 .list-row-one {
        margin-bottom: 40px;
    }
    .element-04 .list-row-one .white-bg {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .element-04 .list-row-one p {
        writing-mode: unset;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .element-04 .list-row-one ul {
        padding: 5px 25px 25px 18px;
        margin-left: 20px;
    }
    .element-04 ul li {
        font-size: 12px;
        text-indent: -1.3em;
        text-align: justify;
    }
    .element-04 ul li:before {
        font-size: 10px;
    }
    .element-04 .list-row-two {
        flex-direction: column;
    }
    .element-04 .list-row-two .white-bg {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .element-04 .list-row-two p {
        writing-mode: unset;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .element-04 .list-row-two ul {
        padding: 5px 25px 25px 18px;
        margin-left: 20px;
    }
    .element-04 .list-row-two .right {
        margin-top: 40px;
    }
    .element-04 .list-row-two ul li span {
        width: 60px;
        text-indent: 0;
    }
    .element-05 {
        margin-top: 50px;
    }
    .element-05 .row-two {
        width: 100%;
    }
    .element-05 dl {
        width: 340px;
        font-size: 12px;
        margin: 0 auto;
    }
    .element-05 dl dt {
        width: 80px;
    }
    .element-05 dl dd {
        width: 260px;
    }
    .element-05 .right {
        width: 100%;
        margin-top: 30px;
    }
    .element-05 .week {
        width: 86%;
        margin: 0 auto;
        padding: 10px 5px 20px;
    }
    .element-05 .week table {
        width: 90%;
        margin: 10px auto;
    }
    .element-05 .week th.title {
        font-size: 14px;
    }
    .element-05 .week th {
        font-size: 12px;
    }
    .element-05 .week td.day {
        font-size: 12px;
    }
    .element-05 .week td {
        width: 35px;
        font-size: 12px;
    }
    .element-05 .row-two p {
        font-size: 12px;
    }
    .element-06 {
        margin-top: 50px;
    }
    .element-06 .row-two {
        gap: 0;
    }
    .element-06 .left figure {
        width: 90%;
        margin: 0 auto;
    }
    .element-06 .right {
        width: 88%;
    }
    .element-06 .right .top {
        margin-top: 20px;
    }
    .element-06 .right .top figure {
        width: 71px;
        padding-top: 0;
    }
    .element-06 .right .top p {
        font-size: 13px;
        padding: 0;
        width: 100%;
    }
    .element-06 .right .top p.bus {
        font-size: 13px;
    }
    .element-06 .right .bottom figure {
        width: 100%;
    }
    .element-06 .right .bottom {
        width: 100%;
        flex-direction: unset;
        align-items: center;
        gap: 1.5em;
    }
    .element-06 .right .bottom p {
        font-size: 13px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 220px;
    }
    .element-07 {
        margin-top: 50px;
    }
    .element-07 .row-two p {
        font-size: 14px;
    }
    .element-08 {
        margin-top: 50px;
    }
    .element-08 .white-bg {
        width: 90%;
        margin: 0 auto 20px;
    }
    .element-08 .white-bg p.title {
        font-size: 16px;
        padding-top: 20px;
    }
    .element-08 .row-two p {
        font-size: 14px;
        padding: 10px 20px 20px;
    }
    .element-09 {
        margin-top: 50px;
    }
    .element-09 p {
        width: 90%;
        margin: 20px auto;
        text-align: justify;
    }
    .element-09 .row-three .left, .element-09 .row-three .center, .element-09 .row-three .right {
        width: 90%;
    }
    .element-09 .row-three .white-bg {
        width: 100%;
        height: fit-content;
    }
    .element-09 .row-three .white-bg figure {
        width: 90%;
        padding: 20px 0;
    }
    .element-09 .row-three .description {
        width: 90%;
    }
    .element-10 {
        margin-top: 120px;
    }
    .element-10 .white-bg {
        width: 90%;
        padding-bottom: 10px;
    }
    .element-10 .row-two {
        width: fit-content;
        padding: 40px 0;
        flex-direction: unset;
        margin: 0 20px;
    }
    .element-10 h1 {
        width: 90%;
        font-size: 20px;
    }
    .element-10 figure {
        width: 90%;
    }
    .element-10 p {
        width: 90%;
    }
    .element-10 h3 {
        width: 90%;
    }
    .element-10 ul {
        width: 84%;
        margin: 30px 38px 0;
    }
    .element-10 ul li {
        text-indent: -20px;
    }
    .element-10 ul li:before {
        font-size: 12px;
    }
    .element-10 ol {
        width: 85%;
        margin: 30px 35px 0;
    }
    .element-10 .wrap {
        width: 100%;
    }
    .element-10 .blue-bg {
        width: 320px;
        margin: 0 auto;
        padding: 10px 0 32px;
    }
    .element-10 .blue-bg dl {
        width: 100%;
        margin: 0;
    }
    .element-10 .blue-bg dl dt {
        width: 80px;
    }
    .element-10 .blue-bg dl dd {
        width: 200px;
    }
    .element-10 .normal-btn {
        width: 70%;
        margin: 30px auto;
    }
    .element-10 .normal-btn a {
        font-size: 14px;
        padding: 15px 0 15px 70px;
    }
    .element-10 .btn-arrow-right a::after {
        width: 8px;
        height: 8px;
    }
    .element-10 .sp-navi-bottom_row-two {
        margin: 10px 0;
    }
    .element-10 .previous-btn,
    .element-10 .next-btn {
        width: 165px;
    }
    .element-10 .previous-btn a,
    .element-10 .next-btn a {
        font-size: 14px;
        padding: 15px 0 15px 0;;
    }
    .element-10 .btn-arrow-left a::after {
        width: 8px;
        height: 8px;
    }
    .element-10 .sp-navi-bottom_row-one {
        margin: 0 auto 0;
    }

}
/*ipad用*/
@media screen and (min-width:768px) and ( max-width:1024px) {
    .element-01 {
        margin-top: 120px;
        height: 200px;
    }
    .page-mv__title-block-bg img {
        object-fit: fill;
    }
    .element-10 ul,
    .element-10 ol {
        width: 87%;
        margin: 30px 50px 0;
    }
    .element-10 .previous-btn, .element-10 .next-btn {
        width: 300px;
    }
}
/*iPhone・横 用*/
@media (orientation: landscape) and (min-width:668px) and (max-width: 844px){
    .element-01 {
        margin-top: 100px;
        height: 200px;
    }
}
/*iPhoneSE・横 用*/
@media (orientation: landscape) and (max-width:667px) {
    .element-01 {
        margin-top: 100px;
        height: 300px;
    }
}
/*iPad・横 用*/
@media (orientation: landscape) and (min-width: 1180px) and (max-width: 1366px){
    .element-01 .shinryo-list {
        width: 94%;
        margin-left: 0;
    }
    .element-01 .shinryo-list ul li {
        width: 22%;
    }
    .element-01 .shinryo-list ul li span {
        font-size: 10px;
    }
    .element-02 .white-bg {
        width: 100%;
    }
    .element-02 .row-two p {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }
    .element-04 .row-two p {
        width: 100%;
    }
    .element-07 .row-two p {
        width: 100%;
    }
    .element-07 .row-two figure {
        width: 100%;
        height: auto;
    }
    .element-08 .white-bg {
        width: 100%;
    }
    .element-08 .row-two p {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }
    .element-09 .row-three .white-bg {
        width: 100%;
        height: 100%;
    }
    .element-09 .row-three .white-bg figure {
        width: 85%;
    }
    .element-09 .row-three .description {
        width: 85%;
    }
}
/*iPad・横 用*/
@media (orientation: landscape) and (min-width: 1025px) and (max-width: 1180px){
    .element-02 .white-bg {
        width: 510px;
    }
    .element-02 .row-two p {
        font-size: 16px;
        width: 470px;
    }
    .element-03 .row-two figure {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .element-04 .row-two p {
        width: 90%;
        margin-left: 10%;
    }
    .element-07 .row-two figure {
        padding: 0;
        width: 100%;
    }
    .element-08 .white-bg {
        display: block;
        width: 100%;
    }
}

/*カテゴリ一覧*/
.category-box{
       margin-top: 200px;
    margin-bottom: 200px;
}

@media screen and (max-width: 785px) {
 .category-box{
       margin-top: 100px;
    margin-bottom: 80px;
}   
}