@charset "utf-8";

/*------------------------------------

------------------------------------*/ 
#mainVisual.index_mainVisual {
    position: relative;
    z-index: 10;
}
#mainVisual.index_mainVisual .wrapper {
    background-position: 98% center;
    background-size: cover;
    background-repeat: no-repeat;
}
#mainVisual.index_mainVisual .wrapper .left_block .title {
    text-shadow: 0 0 1rem rgba(0,0,0,0.9);
    line-height: 1.5em;
}
#mainVisual.index_mainVisual .wrapper .right_block .animate__fadeIn__wrapper {
    opacity: 0;
}
@-webkit-keyframes medical_circle_bound {
	0% { -webkit-transform: scale(0);transform: scale(0); }
	80% { -webkit-transform: scale(1.15);transform: scale(1.15); }
	100% { -webkit-transform: scale(1);transform: scale(1); }
}
@keyframes medical_circle_bound {
	0% { -webkit-transform: scale(0);transform: scale(0); }
	80% { -webkit-transform: scale(1.15);transform: scale(1.15); }
	100% { -webkit-transform: scale(1);transform: scale(1); }
}
#mainVisual.index_mainVisual .wrapper .left_block .list_medical_circle .list_medical_circle-items,
#mainVisual.index_mainVisual .wrapper .left_block .list_medical_circle .list_medical_circle-items > * {
    height: 100%;
    -webkit-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 767px) {
#mainVisual.index_mainVisual .wrapper {
    background-position: 85% center;
}
#mainVisual.index_mainVisual .wrapper > *,
#mainVisual.index_mainVisual .wrapper > * .list_medical_circle {
    width: 100%;        
}
#mainVisual.index_mainVisual .wrapper .left_block .title {
    text-align: center;
}
#mainVisual.index_mainVisual .wrapper .right_block {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    background-color: rgba(255,255,255,0.65);
} 
}
@media only screen and (max-width: 575px) {
#mainVisual.index_mainVisual .wrapper .left_block .title {
    font-size: clamp( 21.25px, calc( ( 100vw - 360px ) * ( ( 34 - 21.25 )  / ( 1200 - 360 ) ) + 21.25px ), 34px );
}
}
@media print, screen and (min-width: 768px) {
#mainVisual.index_mainVisual .wrapper {
    height: 56rem;
    max-width: 1370px;
}
#mainVisual.index_mainVisual .wrapper .left_block {}

#mainVisual.index_mainVisual .wrapper .left_block .list_medical_circle .list_medical_circle-items.animation_go {
    -webkit-transform: scale(0);
    transform: scale(0);
}
#mainVisual.index_mainVisual .wrapper .left_block .list_medical_circle .list_medical_circle-items.animation_go + .list_medical_circle-items.animation_go {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
#mainVisual.index_mainVisual .wrapper .left_block .list_medical_circle .list_medical_circle-items.animation_go + .list_medical_circle-items.animation_go + .list_medical_circle-items.animation_go {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;    
}
#mainVisual.index_mainVisual .wrapper .left_block .list_medical_circle .list_medical_circle-items.animation_gogo.set_up {
    -webkit-animation: medical_circle_bound ease .35s forwards;
    animation: medical_circle_bound ease .35s forwards;   
}
#mainVisual.index_mainVisual .wrapper .right_block {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#mainVisual.index_mainVisual .wrapper .left_block .title {
    overflow: hidden;
    height: 1.5em;
}
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
#mainVisual.index_mainVisual .wrapper .btn_block > .index_btn_link > a.set_up {
    -webkit-transition: .25s;
    transition: .25s;
}
#mainVisual.index_mainVisual .wrapper .btn_block > .index_btn_link > a.set_up:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    -webkit-box-shadow: 0 0 10px white, 0 0 40px white, 0 0 80px white;
    box-shadow: 0 0 10px white, 0 0 40px white, 0 0 80px white;
}
#mainVisual.index_mainVisual .wrapper .btn_block > .index_btn_link > a.set_up::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
#mainVisual.index_mainVisual .wrapper .btn_block > .index_btn_link > a.set_up:hover::before {
    -webkit-animation: shine ease 0.7s forwards ;
    animation: shine ease 0.7s forwards ;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}    
}
@media print, screen and (min-width: 992px) {}
@media print, screen and (min-width: 1200px) {
#mainVisual.index_mainVisual .wrapper .left_block {
    -webkit-transform: translateX(-5.0rem);
    transform: translateX(-5.0rem);
}    
}
@media print, screen and (min-width: 1400px) {
#mainVisual.index_mainVisual .wrapper .left_block {
    -webkit-transform: translateX(-10.0rem);
    transform: translateX(-10.0rem);
}
}


/*------------------------------------
FEATURES
------------------------------------*/ 
.list-contents_items {
    margin-bottom: clamp( calc( ( 12.08px * 1.5 * 1 ) + ( 1rem * 2 ) + 3px ) , calc((100vw - 360px) * ((16 - 12.08) / (1200 - 360)) + 12.08px), calc( ( 16px * 1.5 ) + ( 1rem * 2 ) + 3px )) !important;
}
.list-contents_items .thumbnail {
    overflow: hidden;
    aspect-ratio: 243 / 134;
    z-index: 1000;
    position: relative;
}
.list-contents_items .thumbnail a:before{
    content: "";
    width: 100vw;
    height: 100vw;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
.list-contents_items .thumbnail > a > img {
    aspect-ratio: 243 / 134;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.list-contents_items .btn_block {
    height: 0;
}
.list-contents_items .btn_block .btn_link {}
.list-contents_items .btn_block a {
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    position: relative;
    z-index: 10000;
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 575px) {}
@media print, screen and (min-width: 768px) {}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
.list-contents_items .thumbnail {
    border: .4rem solid transparent;
}
.list-contents_items.set_up:hover .thumbnail {
    border-color: var(--color02);
}
.list-contents_items.set_up:hover .thumbnail img.set_up {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.list-contents_items .btn_block a {
    left: 0;
    right: 0;
    position: absolute;
}
.list-contents_items.set_up:hover .btn_block > .btn_link > a.set_up:after {
    right: 0;
}
.list-contents_items.set_up:hover .btn_block > .btn_link > a.bgc_02.set_up > .link.text-white {
    color: var(--color02) !important;
}
.list-contents_items.set_up:hover .btn_block > .btn_link > a.bgc_02.set_up > .link.text-white:not([data-icon]):after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 494.906 471.344"><path fill="%23ed6d00" d="M485.862,220.192L289.08,25.474a40.923,40.923,0,1,0-57.548,58.2l126,124.7H44.015a40.928,40.928,0,0,0,0,81.856H357.533l-126,124.683a40.929,40.929,0,1,0,57.548,58.214L485.862,278.407A40.951,40.951,0,0,0,485.862,220.192Z" transform="translate(-3.094 -13.625)"/></svg>');
}    
}
@media print, screen and (min-width: 992px) {    
.list-contents_items .btn_block .btn_link {}
.list-contents_items .btn_block a {
    left: calc( 10.0% / 2 );
    left: -webkit-calc( 10.0% / 2 );
    right: calc( 10.0% / 2 );
    right: -webkit-calc( 10.0% / 2 );
}    
}
@media print, screen and (min-width: 1200px) {}



/*------------------------------------
MEDICAL INFO.
------------------------------------*/ 
.list-medical_items {
    position: relative;
    overflow: hidden;    
}
.list-medical_items a:before{
    content: "";
    width: 100vw;
    height: 100vw;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
    z-index: 100;
}
.list-medical_items .headline {
    position: relative;
}
.list-medical_items .headline:after {
    content: "";
    position: absolute;
    width: 2.1em;
    height: 2.1em;
    background-color: var(--color02);
    display: block;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    margin-top: -1rem;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: 1em auto;
    background-position: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 494.906 471.344"><path fill="%23ffffff" d="M485.862,220.192L289.08,25.474a40.923,40.923,0,1,0-57.548,58.2l126,124.7H44.015a40.928,40.928,0,0,0,0,81.856H357.533l-126,124.683a40.929,40.929,0,1,0,57.548,58.214L485.862,278.407A40.951,40.951,0,0,0,485.862,220.192Z" transform="translate(-3.094 -13.625)"/></svg>');
}
.list-medical_items .headline .title {
    position: relative;
    z-index: 100;
}
.list-medical_items .headline {
    -webkit-text-stroke: 5px var(--bgc_01);
    text-stroke: 5px var(--bgc_01);
    paint-order: stroke;
}
.list-medical_items .ul_medical_subject {
    margin-top: -7px;
    margin-bottom: -7px;
}
.list-medical_items .ul_medical_subject > li > * {
    border: 5px solid var(--bgc_01);
}

@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 575px) {}
@media print, screen and (min-width: 768px) {
.list-medical_items .ul_medical_subject > li > * {
    margin-top: 1px;
    margin-bottom: 1px;
}
.list-medical_items .ul_medical_subject > li.col-md-6 > * {
    margin-top: 2px;
    margin-bottom: 2px;
}
.list-medical_items .headline:after {
    right: -1.2em;
}
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
.list-medical_items.set_up:before,
.list-medical_items.set_up .headline:after,
.list-medical_items.set_up .ul_medical_subject > li > *.set_up {
    -webkit-transition: .25s;
    transition: .25s;
}
.list-medical_items:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 5px solid transparent;
    -webkit-border-radius: 1.5rem !important;
    border-radius: 1.5rem !important;
}
.list-medical_items.set_up:hover:before {
    border-color: var(--color02);}
    
.list-medical_items.set_up:hover .headline:after {
    transform-origin: center center;
    -webkit-transform: translateY(-50%) scale(7.5);
    transform: translateY(-50%) scale(7.5);
}
}
@media print, screen and (min-width: 992px) {}
@media print, screen and (min-width: 1200px) {}



/*------------------------------------

------------------------------------*/ 

@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 575px) {}
@media print, screen and (min-width: 768px) {}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {}
@media print, screen and (min-width: 992px) {}
@media print, screen and (min-width: 1200px) {}


