@charset "utf-8";
.fV {
margin: 40px auto 60px;
overflow: hidden;
    width: calc(100% - 40px);
    padding: 0 20px;
}
.fVSlide .slick-slide {
-webkit-line-clamp: 2;
border-radius: 10px;
background: #fff;
transition: opacity .5s, transform .5s;
display: flex;
margin: 0 30px;
}
.fVSlide .slick-slide a {
    display: flex;
}
.fVSlide .slick-slide img {
aspect-ratio: 46 / 25;
border-radius: 10px 0px 0px 10px;
height: 359px;
object-fit: contain;
}
.fVSlidelist {
max-width: 1000px;
}
.fVSlidelist a > div {
padding: 40px 24px 0;
    font-weight: bold;
max-width: 340px
}
.fVSlidelist a > div > div:first-child {
display: flex;
align-items: center;
}
.fVSlidelist a > div > div:first-child > div {
    border-radius: 4px;
    padding: 5px 20px;
    margin-right: 8px;
}
.fVSlidelist a > div > div:first-child > div:first-child {
color: #fff;
}
.fVSlidelist a > div > div:first-child > div:nth-child(2) {
    background: #F6F5F2;
}
.fVSlidelist a > div > div:nth-child(2) {
margin-top: 16px;
font-size: 20px;
line-height: 36px;
margin-bottom: 24px;
}
.fVSlidelist a > div .subCatList {
margin-bottom: 24px;
}
.fVSlidelist a > div .timeWrap {
text-align: right;
}
.fVSlidelist a > div .timeWrap time {
font-size: 14px;
}
.fVSlide .slick-list {
	overflow: visible;
}
.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
display: block;
cursor: pointer;
vertical-align: middle;
text-decoration: none;
}
.slide-arrow.prev-arrow::before,
.slide-arrow.next-arrow::before {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
z-index: 1;
}
.fVSlide .slide-arrow.prev-arrow::before {
left: calc(50% - 520px);
width: 40px;
height: 40px;
background-image: url("../img/right-arrow.svg");
background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fVSlide .slide-arrow.next-arrow::before {
display: inline-block;  
right: calc(50% - 520px);
width: 40px;
height: 40px;
background-image: url("../img/left-arrow.svg");
background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-dots li,.slick-dots li button {
padding: 0;
width: 10px;
height: 10px;
}
.slick-dots li button:before {
font-size: 10px;
color: #fff;
opacity: 1;
line-height: 1;
position: static;
}
.slick-dots li.slick-active button:before {
opacity: 1;
color: #736A63;
}
@media screen and (max-width: 768px) {
.fV {
margin: 16px auto 24px;
}
.fVSlide .slick-slide,.fVSlide .slick-center {
transform: none;
}
.fVSlide .slick-slide {
margin: 0 20px;
}
.fVSlide .slick-slide a {
    display: flex;
    flex-direction: column;
}
.fVSlide .slick-slide img {
    width: 100%;
    aspect-ratio: 46 / 25;
    border-radius: 10px 10px 0px 0px;
    height: auto;
    object-fit: contain;
}
.fVSlide .slick-slide a {
    display: flex;
    flex-direction: column;
}
.fVSlidelist a > div {
    padding: 16px;
}
.fVSlidelist a > div > div:first-child > div {
    padding: 4px 8px;
    font-size: 12px;
    }
.fVSlidelist a > div > div:nth-child(2) {
    margin-top: 8px;
    margin-bottom: 8px;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.slick-dots {
    bottom: -40px;
}
.fVSlide .slide-arrow.prev-arrow::before {
    left: 8px;
    width: 24px;
    height: 24px;
    }
.fVSlide .slide-arrow.next-arrow::before {
    right: 8px;
    width: 24px;
    height: 24px;
}
}
.mVWrap,.mTWrap {
display: flex;
}
.mVWrap {
justify-content: flex-end;
}
.mVWrap img {
width: 80%;
object-fit: contain;
}
.mTWrap{
display: flex;
flex-direction: row-reverse;
justify-content: center;
}
.mTWrap img {
width: 20%;
object-fit: contain;
}
.mTWrap p {
writing-mode: vertical-rl;
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}
.mTWrap .bF {
font-size: 2.5rem;
font-weight: bold;
}
h2 {
font-weight: bold;
display: flex;
align-items: center;
}
h2 .en {
font-size: clamp(1.75rem, 1.389rem + 1.48vw, 2.5rem);
font-weight: 900;
padding: 0 24px 0 16px;
}
h2 span:nth-child(2) {
font-size: clamp(0.75rem, 0.63rem + 0.49vw, 1rem);
}
.clinicSearchSec h2::before,
.clinicSec h2::before,
.newSec h2::before,
.searchSec h2::before,
.newsSec h2::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.clinicSearchSec h2::before {
    background-image: url('../img/search.svg');
}
.clinicSec h2::before {
    background-image: url('../img/pickup.svg');
}
.newSec h2::before {
    background-image: url('../img/column.svg');
}
.borderH3  {
margin-bottom: 40px;
font-size: 20px;
border-bottom: 4px solid #736A63;
line-height: 180%;
}
.catSec {
margin-top: 80px;
}
.topAreaSec {
    margin-top: 60px;
}
.areaContents {
background-color: #F6F6E9;
font-weight: bold;
border-radius: 10px;
}
.areaContents > div:first-child {
display: flex;
justify-content: center;
margin: 0 2rem;
border-bottom: 2px solid #fff;
}
.SearchContents {
    border-radius: 4px;
    padding: 40px;
}
  .selectWrap {
    display: flex;
          align-items: flex-end;
    gap: 24px;
          justify-content: center;
}
.selectWrap > div > div:first-child {
     margin-bottom: 8px;   
}
  .selectWrap > div:not(:last-child) {
max-width: 240px;
    width: 100%;
}
.selectWrap select {
padding: 0 24px;
    border-radius: 4px;
background: #fff;
     height: 60px;
}
.selectWrap select {
    width: 100%;
}
#search-button:hover {
    border: 2px solid #736A63;
    color: inherit;
    background: #fff;   
}
.selectWrap select:focus {
    outline: none;
    box-shadow: none;
}
.selectWrap button {
    border: none;
    cursor: pointer;
    color: #fff;
    background: #5A9F4E;
    display: flex;
    width: 320px;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform .3s;
    box-sizing: border-box;
    font-weight: bold;
}
.selectWrap button div:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.selectWrap button div img {
    object-fit: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    font-weight: bold;
}
#search-button:hover div img:nth-of-type(1) {
    opacity: 0;
}
#search-button div img:nth-of-type(2) {
opacity: 0;
    transition: opacity .3s;
}
#search-button:hover div img:nth-of-type(2) {
    opacity: 1;
}
.selectrap > div > div:first-child {
    font-weight: bold;
    margin-bottom: 4px;
}
.selectWrap > div > div:nth-child(2) {
position: relative;
}
.selectWrap > div > div:nth-child(2)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 3.5px);
    right: 16px;
    width: 11px;
    height: 7px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-select.svg);
}
.buttonWrap {
        max-width: 320px;
    width: 100%;
}
#search-button img {
    margin-right: 16px;
}
.catSec ul {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-gap: 13px;
justify-content: center;
}
.catSec ul li a {
display: flex;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1 / 1;
    flex-direction: column;
    justify-content: center;
    transition: .3s;
}
.catSec ul li a div {
margin-top: 16px;
font-size: clamp(0.75rem, 0.205rem + 1.14vw, 1rem);
}
.catSec ul li a {
  position: relative;
  transform-style: preserve-3d;
  transition: transform .3s;
}
.catSec ul li a:hover {
background: #5A9F4E;
color: #fff;
}
.catSec ul li a figure {
width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    height: 50px;
}
.catSec ul li a figure img {
    height: 50px;
    object-fit: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
}
.catSec ul li a img:nth-of-type(2) {
  opacity: 0;
  transition: opacity .3s;
}
.catSec ul li a:hover img:nth-of-type(1) {
  opacity: 0;
}
.catSec ul li a:hover img:nth-of-type(2) {
  opacity: 1;
}
.tagSec {
border-radius: 10px;
background: #F2F3F7;
padding: 2rem;
}
.tagSec ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tagSec ul li {
margin: 0 0.5rem 1rem;
}
.tagSec ul li a {
position: relative;
display: block;
padding: 0.5rem 1.5rem;
border-radius: 50px;
background: #fff;
font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.tagSec ul li a::after {
content:"";
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #fff;
border-radius: 50px
}
.tagSec ul li a:hover::after {
border: 2px solid #FD5F00;
background: rgba(253,95,0,0.1);
}
.clinicSearchSec {
    background: #fff;
    padding: 80px 0 120px;
}
.newSec,.clinicSec {
padding: 100px 16px;
}
.clinicSec > ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 60px 0 20px;
}
.clinicSec > ul li {
margin-bottom: 40px;
}
.clinicSec > ul > li:first-child,
.clinicSec > ul > li:nth-child(2) {
width: calc((100% - 60px) / 2);
}
.clinicSec > ul > li:nth-child(3),
.clinicSec > ul > li:nth-child(4),
.clinicSec > ul > li:nth-child(5) {
width: calc((100% - 60px) / 3);
}
.clinicSec > ul > li:nth-child(6) {
display: none;
}
.clinicSec .catWrap {
display: flex;
align-items: center;
}
.clinicSec .catWrap > div {
padding: 5px 26px;
    border-radius: 4px;
        font-size: 14px;
}
.clinicSec .catWrap > div:first-child {
color: #fff;
margin-right: 8px;
}
.newSec > ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
margin: 60px 0 50px ;
}
.newSec > ul a,.clinicSec > ul a {
display: flex;
font-weight: bold;
flex-direction: column;
position: relative;
height: 100%;
background: #fff;
border-radius: 4px;
}
.newSec > ul a > div,.clinicSec > ul a > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.clinicSec > ul a > div {
        padding: 16px 24px;
}
.newSec > ul a > div {
    padding: 24px;
}
.newSec > ul a > div > *:nth-child(2),.clinicSec > ul a > div > *:nth-child(2) {
    padding: 16px 0 24px;
}
.newSec > ul li a > figure img,.clinicSec > ul li a > figure img {
    width: 100%;
    aspect-ratio: 46 / 25;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
.clinicSec > ul li ul {
display: flex;
flex-wrap: wrap;
padding: 8px 0 0;
}
.clinicSec > ul li ul li {
font-size: 14px;
}
.clinicSec > ul li ul li:not(:last-child) {
margin-right: 8px;
}
@media screen and (max-width: 768px) {
.fV {
    width: 100%;
padding: 0;
}
h2 .en {
    padding: 0 16px 0 8px;
        word-break: keep-all;
}
h2 > span:nth-child(2) > span {
display: block;
}
    .clinicSearchSec h2::before,
.clinicSec h2::before,
.newSec h2::before,
.newsSec h2::before {
    width: 24px;
    height: 24px;
}
.mVWrap {
padding-top: 9rem;
width: 65%;
}
.mVWrap img {
width: 100%;
}.mTWrap {
width: 35%;
align-items: flex-start;
}
.mTWrap img {
width: 45%;
}
.clinicSec .catWrap {
margin-bottom: 8px;
}
.clinicSec .catWrap > div {
    padding: 2px 8px;
    font-size: 10px;
}
.clinicSec .catWrap > div:first-child {
margin-right: 4px;
}
.catSec ul {
grid-template-columns: repeat(3, 1fr);
grid-gap: 9px;
max-width: 348px;
width: 100%;
margin: auto;
}
.catSec ul li {
max-width: 110px;
}
.catSec ul li a div {
font-size: 16px;
}
.clinicSearchSec {
display: none;
}
.selectBox {
display: flex;
justify-content: center;
font-weight: bold;
}
.selectWrap {
position: relative;
margin-right: 1rem;
}
.selectWrap::after {
content: '';
width: 12px;
height: 12px;
border: 0;
border-top: solid 1px #3C3C3C;
border-right: solid 1px #3C3C3C;
position: absolute;
top: 50%;
right: 1rem;
margin-top: -10px;
transform: translateX(-50%) rotate(135deg);
}
.selectBox select {
appearance: none;
min-width: 150px;
padding: 1rem 2rem;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
border-radius: 10px;
background-color: #fff;
color: #333333;
font-size: clamp(0.625rem, 0.357rem + 1.34vw, 1rem);
cursor: pointer;
}

option {
border: solid 2px red;
}
.selectBox button {
background: #005792;
padding: 1rem 1.5rem;
color: #fff;
border-radius: 30px;
display: flex;
align-items: center;
cursor: pointer;
font-size: clamp(0.625rem, 0.357rem + 1.34vw, 1rem);
}
.selectBox button span:first-child {
padding-right: 0.8rem;
}
.selectBox button span:last-child {
display: flex;
}
.selectBox button span img {
width: 15px;
height: auto;
}
.tagSec {
padding: 2rem 0;
margin-left: 16px;
margin-right: 16px;
width: calc(100% - 32px);
}
.tagSec ul li a {
padding: 0.5rem 1rem;
}
.newSec > ul a > div, .clinicSec > ul a > div {
padding: 16px 12px;
}
.newSec .columnTitle,.newSec .columnTitle {
font-size: clamp(1.125rem, 0.886rem + 1.02vw, 1.375rem);
padding-bottom: 8px;
}
.newSec,.clinicSec {
padding: 32px 20px;
}
.clinicSec > ul {
display: grid;
}
.newSec > ul,.clinicSec > ul {
        margin: 24px 0 32px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
}
.clinicSec > ul > li:nth-child(1), .clinicSec > ul > li:nth-child(2), .clinicSec > ul > li:nth-child(3), .clinicSec > ul > li:nth-child(4), .clinicSec > ul > li:nth-child(5),ul > li:nth-child(6) {
    width: auto;
}
.clinicSec > ul > li:nth-child(6) {
    display: block;;
}
.clinicSec > ul li,.newSec > ul > li,.clinicSec > ul > li {
    margin-bottom: 8px;
    }

.newSec > ul time,.clinicSec > ul time {
padding-bottom: 0;
}.newSec > ul a > div > *:nth-child(2), .clinicSec > ul a > div > *:nth-child(2) {
    padding: 0 0 8px;
}
}