@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Inter:wght@500;600&display=swap');


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;
}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
	
	text-decoration:none;
	color:#1e130f;
    transition:ease-in-out .2s;
-moz-transition:ease-in-out .2s;
-webkit-transition:ease-in-out .2s;
-o-transition:ease-in-out .2s;
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
    width /***/: auto;
}

.dbl-spinner {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid transparent;
    border-top: 4px solid #f3f6fa;
    border-left: 4px solid #f3f6fa;
    -webkit-animation: 2s spin linear infinite;
    animation: 2s spin linear infinite;
    z-index: 9;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
}
                                      
.dbl-spinner:nth-child(2) {
    border: 4px solid transparent;
    border-right: 4px solid #0077cb;
    border-bottom: 4px solid #0077cb;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
          
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



html {
    height: 100%;
}
.com-btn:link,
.com-btn:visited{
    border: #e0767e 1px solid;
    padding: 15px;
    display: block;
    text-align: center;
    max-width: 320px;
    margin: auto;
    position: relative;
    font-weight: 500;
    border-radius: 40px;
    letter-spacing: 0.09em;
    background-color: #e0767e;
    color: #fff;
}
.com-btn:hover {
    background-color: #D95B64;
}
br.sp-only {
    display: none;
}
#loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
    background-color: #fffaf9;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading img {
	width: 200px;
	position: absolute;
	z-index: 4;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -70px;
	display: none;
}
.loader {
    width: 60px;
    height: 60px;
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
 }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #F5D3D6;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}



#overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(224,118,126,0.2);
    z-index: 6;
    display: none;
}
body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: normal;
    color: #1e130f;
    word-wrap: break-word;
    font-weight: 400;
    position: relative;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    background-color: #fffaf9;
}
#head {
    position: relative;
    z-index: 20;
}
#head #site-id img {
    width: 220px;
}
#head #site-id {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 45px;
    width: 25%;
    text-align: center;
    
}
#head #site-id a {
    display: block;
}
#head #sp-btn {
    width: 135px;
    height: 135px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    background-color: #e0767e;
    border-bottom-left-radius: 30px;
    cursor: pointer;
}
#head #sp-btn p {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
}
#head .menu-trigger,
#head .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#head .menu-trigger {
  position: relative;
  width: 35px;
  height: 20px;
  margin-top:46px;
}
#head .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#head .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#head .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
#head .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#head #sp-btn.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#head #sp-btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#head #sp-btn.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#head #pc-global {
    margin-left: auto;
    text-align: right;
    margin-right: 175px;
}
#head #pc-global .sub {
    position: absolute;
    width: 200px;
    padding: 30px;
    background-color: #e0767e;
    z-index: 7;
    border-radius: 10px;
    left: 50%;
    margin-left: -130px;
    top: 90px;
    display: none;
    
}
#head #pc-global .sub:before {
width: 0;
height: 0;
border-style: solid;
border-width: 0 7px 8px 7px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -7px;
    top: -8px;
    border-color: transparent transparent #e0767e transparent;
    transition: ease-in-out 2s;
    transform: translateY(0px);
    transition-delay: 1s;
}
#head #pc-global .sub li {
    display: block;
    margin-right: 0;
    text-align: left;
    font-size: 15px;
    
}
#head #pc-global .sub li:not(:last-child) {
    margin-bottom: 3px;
}
#head #pc-global .sub li a {
    color: #fff;
    position: relative;
    padding-left: 22px;
}
#head #pc-global .sub li a:hover {
    padding-left: 25px;
}
#head #pc-global .sub li a:before {
    width: 10px;
    height: 1px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
}
#head #pc-global > ul > li {
    margin-left: 25px;
    position: relative;
}

#head #pc-global > ul > li > a {
    font-weight: 500;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#head #pc-global > ul > li > a:before {
    width: 7px;
    background-color: #e8e5dc;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    height: 7px;
    top: 50%;
    margin-top: -3px;
    transition: ease-in-out .3s;
    
}
#head #pc-global > ul > li:hover > a:before {
    transform: scale(1.2);
    background-color: #e0767e;
}
#head #sp-global {
    position: fixed;
    left: 80px;
    top: 0;
    right: 0;
    bottom: 20px;
    z-index: 7;
    background-color: #fffaf9;
    overflow: auto;
    display: none;
    border-bottom-left-radius: 80px;
    background-image: url("../images/bg_body02.png");
background-repeat: no-repeat;
background-position: right -200px bottom -200px;
background-size: 800px;
}
#head #sp-global .logo {
    width: 50%;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/bg_body02.png");
    background-repeat: no-repeat;
    background-position: left -50px top -200px;
    background-size: 500px;
}
#head #sp-global .logo .middle {
    opacity: 0;
    
    transition: ease-in-out .8s;
    
}
#head #sp-global.active .logo .middle {
    opacity: 1;
    transition-delay: .3s;
    
}
#head #sp-global .logo .add {
    font-size: 15px;
    margin-top: 25px;
}
#head #sp-global .logo img {
  width: 250px;
}
#head #sp-global .logo .num a {
    font-family: 'Inter', sans-serif;
font-weight: 500;
    font-size: 23px;
}
#head #sp-global .logo .num a span {
    font-size: 80%;
}
#head #sp-global .menu {
    bottom: 0;
    width: 50%;
    margin-left: 50%;
    box-sizing: border-box;
    padding-right: 150px;
    display: table;
    height: 100%;
    
}
#head #sp-global .menu .flex {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    
    transition-delay: .2s;
}
#head #sp-global.active .menu .flex {
}

#head #sp-global .menu > .flex > ul > li {
    display: block;
    margin-bottom: 30px;
    opacity: 0;
    transition: ease-in-out .5s;
    transform: translateX(15px);

}
#head #sp-global .menu > .flex > ul > li:nth-child(2) {
    transition-delay: .1s;
    
}
#head #sp-global .menu > .flex > ul > li:nth-child(3) {
    transition-delay: .2s;
    
}
#head #sp-global .menu > .flex > ul > li:nth-child(4) {
    transition-delay: .3s;
    
}
#head #sp-global .menu > .flex > ul > li:nth-child(5) {
    transition-delay: .4s;
    
}
#head #sp-global .menu > .flex > ul > li:nth-child(6) {
    transition-delay: .5s;
    
}
#head #sp-global .menu > .flex > ul > li:nth-child(7) {
    transition-delay: .6s;
    
}
#head #sp-global .menu > .flex > ul > li:nth-child(8) {
    transition-delay: .7s;
    
}
#head #sp-global.active .menu > .flex > ul > li {
    opacity: 1;
    transform: translateX(0px);

}
#head #sp-global .menu > .flex > ul > li .page {
    display: flex;
    position: relative;
    align-items: center;
}

#head #sp-global .menu > .flex > ul > li > .page a {
    position: relative;
    line-height: 1.5;
    font-weight: 500;
    font-size: 21px;
    display: inline-block;
}
#head #sp-global .menu > .flex > ul > li > .page a:hover {
    color: #e0767e;
    background-position: right 5px center;
    
}
#head #sp-global .menu > .flex > ul > li .page:after {
    height: 1px;
    width:100px ;
    flex: 1;
    content: "";
    margin-left: 25px;
    border-bottom: #ded3d2 1px dashed;
}
#head #sp-global .menu > .flex .sub {
    margin-top: 10px;
}
#head #sp-global .menu > .flex .sub li {
    font-size: 15px;
    margin-right: 15px;
}
#head #sp-global .menu > .flex .sub li a {
    position: relative;
    padding-left: 20px;
}
#head #sp-global .menu > .flex .sub li a:hover {
    color: #e0767e;
}
#head #sp-global .menu > .flex .sub li a:before {
  width: 7px;
  background-color: #e8e5dc;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  height: 7px;
  top: 50%;
  margin-top: -3px;
    transition: ease-in-out .3s;
}
#head #sp-global .menu > .flex .sub li a:hover:before {
    transform: scale(1.2);
    background-color: #e0767e;
}
#head #sp-global .tel {
    margin-top: 40px;
    text-align: right;
}
#head #sp-global .tel h3{
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.11em;
    font-size: 12px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-end;
}
#head #sp-global .tel h3:after {
  background-image: url("../images/line03.png");
  height: 2px;
  width: 61px;
  background-size: cover;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 18px;
}
#head #sp-global .tel a {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
    display: inline-block;
    margin-bottom: 20px;
}
#head #sp-global .tel dt {
    font-weight: 500;
}
#head #sp-global .tel dl {
  font-size: 14px;
  line-height: 28px;
}
#head #sp-fix-btn {
    position: fixed;
    right: 90px;
    top: 0;
    z-index: 8;
    border-bottom-left-radius: 10px;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
    overflow: hidden;
    display: none;
    font-size: 0;
}
#head #sp-fix-btn li{
    border-right: #eeebe9 1px solid;
}
#head #sp-fix-btn li a {
    display: block;
    width: 90px;
    height: 90px;
    background-color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}
#head #sp-fix-btn li a span {
    background-image: url("../images/icon_access.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px;
    padding-top: 27px;
    margin-top: 18px;
    display: inline-block;
}
#head #sp-fix-btn li:nth-child(1) a span {
    background-image: url("../images/icon_tel.png");
}
#parent-ttl {
    position: absolute;
    left: 0;
    top: 330px;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    white-space: nowrap;
    width: 25%;
}
#parent-ttl .txt {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  justify-content: center;
  align-items: center;
}
#parent-ttl h1 {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding-top: 20px;
}
#parent-ttl span.jp {
    text-orientation: upright;
}
#parent-ttl span.eng {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
#parent-ttl span.eng:before {
    display: block;
    letter-spacing: 0.05em;
    content: attr( data-title );
    font-size: 12px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 15px;
    color: #e0767e;
    margin-top: -20px;
}
#parent-ttl span.eng:after {
    content: "";
    background-image: url("../images/line_parent.png");
    width: 2px;
    height: 74px;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    margin-right: 2px;
}
#contents {
    margin-left: 25%;
    position: relative;
    margin-right: 80px;
}
#page-bg {
    height: 410px;
    content: "";
    left: 0;
    top: 0;
    right: 0px;
    z-index: -1;
    position: absolute;
    
    border-bottom-left-radius: 80px;
    overflow: hidden;
}
#page-bg:before {
    background-image: url("../images/pagettl_visitors.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    transition: 1.7s cubic-bezier(0.61, 1, 0.88, 1);
    transform: scale(1.1);
    opacity: 0;
}
#page-bg:before {
    background-image: url("../images/pagettl.jpg");
}
#page-bg.active:before {
    transform: scale(1);
    opacity: 1;
}
#home #contents:before {
    display: none;
}
#local-navi {
    position: absolute;
    left: -28%;
    top: 700px;
    z-index: 1;
    bottom: 0;
    width: 23%;
}
#local-navi.news-local {
    top: 520px;
}
#local-navi.news-local li {
    margin-bottom: 8px;
    line-height: 1.5;
}
#local-navi.news-local li a {
    font-size: 13px;
    font-weight: 400;
    padding-left: 0;
}
#local-navi.news-local li li {
    border-bottom: #ded3d2 1px dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#local-navi.news-local li li:last-child {
    border-bottom: none;
}
#local-navi.news-local li li span {
    display: block;
    font-weight: 500;
font-family: 'Outfit', sans-serif;
color: #e0767e;
    font-size: 12px;
}
#local-navi.news-local select {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
}
#local-navi h6 {
    font-weight: 500;
    margin-bottom: 15px;
    background-size: 14px;
background-repeat: no-repeat;
background-position: left center;
padding-left: 22px;
    background-image: url("../images/icon_ttl.svg");
}
#local-navi h6.mdt {
    margin-top: 70px;
}
#local-navi ul {
    position: sticky;
    top: 60px;
}
#local-navi li {
    margin-bottom: 20px;

}
#local-navi li a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.12em;
    position: relative;
    
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
#local-navi li a.current {
    background-image: url("../images/icon_ttl.svg");
    color: #e0767e;
}
#news #local-navi li a.current {
    color: #1e130f;
    background-image: none;
}

#local-navi li a:hover,
#news #local-navi li a.current:hover{
    color: #e0767e;
}
#news-pager {
    text-align: center;
    margin-top: 50px;
}
#news-pager span,
#news-pager a{
    width: 50px;
    line-height: 50px;
    box-shadow: 2px 2px 12px 0px rgba(76, 37, 40, 0.1);
    background-color: #e0767e;
    color: #fff;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    margin: 5px;
    border-radius:50%;
    font-weight: 500;
}
#news-pager a {
    color: #e0767e;
    background-color: #fff;
    
}
#news-pager a:hover {
    background-color: #e0767e;
    color: #fff;
}
#page-ttl {
    position: relative;
    text-align: center;
    padding-top: 392px;
    margin-bottom: 70px;
}
.dammy-txt {
    color: #B410C4;
}
#page-ttl h2 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.12em;
}
#page-ttl h2 span {
    display: block;
    font-size: 70%;
    margin-top: 10px;
}
#page-ttl h2:after {
    display: block;
    letter-spacing: 0.14em;
    content: attr( data-title );
    font-size: 12px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #e0767e;
    margin-top: 12px;
    
}
.news-cat-ttl {
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 22px;
    color: #e0767e;
}
.inner820 {
    max-width: 900px;
    width: 86%;
}
.inner820.pdt {
    padding-top: 500px;
}
.h3-ttl {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0.10em;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: left 42px;
    background-image: url("../images/icon_ttl.svg");
    padding-left: 40px;
    position: relative;
    padding-top: 40px;
    margin-bottom: 60px;
}
.h3-ttl:before {
    background-image: url("../images/line01.png");
    height: 2px;
    width: 61px;
    background-size: cover;
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    top: 0px;
}
.h3-ttl.mdb {
    margin-bottom: 30px;
}
.dot-list li {
    text-indent: -1em;
    padding-left: 1em;
	margin-bottom: 10px;
}
.dot-list li:before {
    content: "◎";
    color: #e0767e;
}
.bg-white {
    background-color: #fff;
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 15px;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
    font-size: 15px;
}
.bg-white h4 {
    font-size: 17px;
    color: #e0767e;
    font-weight: 500;
    margin-bottom:10px;
    position: relative;
    padding-left: 32px;
    
}
.bg-white h4:before {
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 16px;
    background-color: #e0767e;
}
.txt-mdb {
    margin-bottom: 60px;
}
.txt-mdb2 {
    margin-bottom: 30px;
}
.txt-update {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}
.bg-white h5 {
    font-weight: 500;
    margin-top: 15px;
}
.pdf-btn a > span {
    background-image: url("../images/icon_pdf1.png");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
}
.pdf-btn a > span span {
    font-size: 75%;
}
.blk-mdb {
    margin-bottom: 60px;
}
.blk-mdb3 {
    margin-bottom: 30px;
}
.no-mdb {
    margin-bottom: 0px !important;
}
.pink-txt {
    color: #e0767e;
}
span.under-line {
    /* text-decoration: underline; */
	/* background-color: #f7ed96; */
}
.mynu  {
    margin-top: 60px;
}
.bold {
    font-weight: 500;
}
.mynu dt {
    color: #e0767e;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 20px;
}
.mynu-dtl .open-btn {
    color: #fff;
    background-color: #e0767e;
    font-weight: 500;
    border-radius: 8px;
    padding: 17px;
    text-align: center;
    background-image: url("../images/arrow.png");
    background-size: 15px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 1.7;
    padding-right: 50px;
}
.mynu-dtl .open-btn:hover {
    background-color: #D95B64;
}
.blk-mdb2 {
    margin-bottom:60px; 
}
.sec-mdb {
    margin-bottom: 90px;
}
.guide-flow .flow {
    margin-bottom: 35px;
    position: relative;
}
.guide-flow .flow:last-child {
    margin-bottom: 0;
}
.guide-flow .flow:last-child:after {
    display: none;
}
.guide-flow .flow:after {
    width: 2px;
    height: 37px;
    content: "";
    background-color: #e0767e;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -1px;
    bottom: -35px;
}
.guide-flow .flow h4 {
    font-weight: 500;
    color: #e0767e;
    font-size: 18px;
    width: 180px;
    border:  #e0767e 2px solid;
    padding: 5px;
    text-align: center;
    border-radius: 40px;
    background-color: #fff;
    font-family: 'Outfit','Zen Kaku Gothic New';
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    position: relative;
}
.guide-flow .flow h4 span {
    font-size: 80%;
}
.guide-flow .flow p,
.guide-flow .flow .bg-w{
    background-color: #fff;
    padding: 35px;
    border-radius: 15px;
    position: relative;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
}
.guide-flow .flow .bg-w p {
    box-shadow:none;
    padding: 0px;
    border-radius: 0px;
}
.guide-flow .flow .other-cau.mdt {
    margin-top: 20px;
}
.guide-flow .flow .other-cau {
    font-size: 95%;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
}
.guide-flow .flow .other-cau dt {
    flex-shrink: 0;
    margin-right: 10px;
}
.guide-flow .flow p:before,
.guide-flow .flow .bg-w:before{
    width: 2px;
    height: 35px;
    background-image: url("../images/line02.png");
    background-size: cover;
    background-position: center top;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    z-index: 1;
    top: -36px;
}
.guide-flow .flow .bg-w p:before {
    display: none;
}
#foot {
    position: relative;
    padding-top: 340px;
    margin-top: 160px;
}
#foot #page-top {
    width: 60px;
    height: 60px;
    background-color: #e0767e;
    position: fixed;
    z-index: 8;
    right: 35px;
    bottom: 35px;
    background-image: url("../images/pagetop_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px;
    border-radius: 5px;
    cursor: pointer;
}
#foot #page-top:hover {
    background-color: #DA5D66;
}
#foot #fix-btn {
    position: fixed;
    z-index: 7;
    right: 15px;
    top: 50%;
    text-align: right;
}

#foot #fix-btn li {
    margin-bottom: 10px;
}
#foot #fix-btn a {
    display: block;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin-left: auto;
    position: relative;
}
#foot #fix-btn a .btn{
    display: block;
    
    width: 100px;
    height: 100px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    background-image: url("../images/icon_access.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center 20px;
    margin-right: auto;
    
    
    position: relative;
    margin-left: auto;
    transition: ease-in-out .3s;
}
#foot #fix-btn a .btn:hover {
    background-color: #e0767e;
    color: #fff;
    background-image: url("../images/icon_access2.png");
}
#foot #fix-btn li:nth-child(2) a {
    transition: ease-in-out .5s;
}
#foot #fix-btn li:nth-child(2) a .btn{
    background-image: url("../images/icon_tel.png");
    margin-right: auto;
    margin-left: 0;
}
#foot #fix-btn li:nth-child(2) a:hover .btn{
    background-image: url("../images/icon_tel2.png");
    color: #fff;
}
#foot #fix-btn li:nth-child(2) a:hover {
    background-color: #e0767e;
}
#foot #fix-btn li:nth-child(2) a:hover {
    width: 320px;
}
#bg-body01 {
    position: fixed;
    background-image: url("../images/body01.png");
    width: 459px;
    height: 643px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    top: 0;
}
#bg-body02 {
    position: fixed;
background-image: url("../images/body02.png");
width: 761px;
height: 772px;
z-index: -3;
background-repeat: no-repeat;
background-position: left top;
right: 34px;
bottom: -71px;
background-size: cover;
}
#foot #fix-btn li .tel {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 105px;
    
    display: flex;
    align-items: flex-start;
    
    flex-flow: column;
    justify-content:center;
    color: #fff;
    	
    line-height: 1.3;
white-space: nowrap;
    
}
#foot #fix-btn li .tel dt {
    font-size: 23px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}
#foot #fix-btn li .tel dt span {
    font-size: 70%;
    display: inline;
    
}
#foot #fix-btn li .tel dd {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    margin-top: 2px;
}
#foot #fix-btn li .tel span {
    padding-top: 0;
}
#foot #fix-btn span {
    display: block;
    padding-top: 55px;
}
#foot:after {
    background-image: url("../images/bg_foot.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 520px;
    content: "";
    z-index: -1;
}
#foot #pagetop {
    position: absolute;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-weight: 500;
font-family: 'Outfit', sans-serif;
font-size: 12px;
letter-spacing: 0.13em;
right: 90px;
top: -28px;
padding-top: 90px;
    cursor: pointer;
    z-index: 2;
    transition: ease-in-out .3s;
}
#foot #pagetop:hover {
    top: -35px;
}
#foot #pagetop:before {
    background-image: url("../images/pagetop.png");
    width: 2px;
    height: 71px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -2px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
#foot .wrap{
    background-color: #fff;
    border-top-right-radius: 80px;
    padding: 90px;
    margin-right: 80px;
    position: relative;
    z-index: 2;
}
#foot .wrap .inner{
    display: flex;
    margin: auto;
}
#foot .logo {
    margin-right:10%;
}
#foot .logo img {
    width: 160px;
    margin-bottom: 20px; 
}
#foot .logo dd {
    color: #8E8C8B;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
}
#foot .add {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2px;
}
#foot .access {
    font-size: 13px;
    line-height: 1.8;
}
#foot .access a {
    text-decoration: underline;
}
#foot .access a.sns {
    margin-left: 10px;
}
#foot .access a:hover {
    text-decoration: none;
}
#foot h5 {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
    letter-spacing: 0.11em;
    font-size: 12px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}
#foot h5:after {
    background-image: url("../images/line03.png");
    height: 2px;
    width: 61px;
    background-size: cover;
    content: "";
    display: block;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 18px;
}
#foot .contact {
    margin-right: 8%;
    margin-top: 40px;
}
#foot .contact .tel {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}
#foot .contact .tel span {
    font-size: 70%;
}
#foot .contact .tel .time {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    display: block;
    font-weight: 400;
    font-size: 14px;
}
#foot .contact dl {
    font-size: 14px;
    line-height: 28px;
}
#foot .contact dd th {
    width: 0;
    white-space: nowrap;
    text-align: right;
}
#foot .contact dt {
    font-weight: 500;
}
#foot .sitemap {
    flex: 1;
    margin-top: 40px;
}
#foot .sitemap h5 {
    margin-bottom: 20px;
}
#foot .sitemap .flex{
    display: flex;
    align-items: flex-start;
    
}
#foot .sitemap ul:first-child {
    margin-right: 5%;
    
}
#foot .sitemap li {
    font-size: 14px;
}
#foot .sitemap li a {
    position: relative;
    padding-left: 15px;
}
#foot .sitemap li a:hover {
    color: #e0767e;
    text-decoration: underline;
}
#foot .sitemap li a:before {
    width: 7px;
    height: 7px;
    background-color: #e8e5dc;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 50%;
}
#foot .copyright {
    font-weight: 500;
    margin-top: 20px;
}
#home-visual {
    height: 620px;
    margin-left: 25%;
    position: relative;
    margin-bottom: 140px;
}
#home-visual .swiper-container {
    height: 100%;
}


#home-visual dl {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: -220px;
   text-shadow: 0px 0px 5px rgba(255,250,249,0.79), 0px 0px 7px rgba(255,250,249,1);
}
#home-visual ul {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-bottom-left-radius: 80px;
    overflow: hidden;
}
#home-visual .slide-box {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 80px;
    overflow: hidden;
}
#home-visual .vegas-timer {
    display: none;
}
#home-visual ul li {
    height: 100%;
    background-image: url("../../images/slide001.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#home-visual dl {
    font-weight: 500;
    letter-spacing: 0.08em;
}
#home-visual dt {
    font-size: 34px;
    line-height: 72px;
    margin-bottom: 40px;
    text-shadow: 0px 0px 2px #fffaf9, 0px 0px 1px rgba(255,250,249,0.67), 0px 0px 3px #fffaf9, 0px 0px 3px #fffaf9, 0px 0px 7px rgba(255,250,249,0.67);
}
#home-visual dt span {
    background-color: rgb(254 248 240 / 60%);
    /* padding-left: 5px; */
}
#home-visual dd {
    font-size: 16px;
    
    line-height: 32px;
    text-shadow: 0px 0px 2px #fffaf9, 0px 0px 1px rgba(255,250,249,0.67), 0px 0px 3px #fffaf9, 0px 0px 2px #fffaf9, 0px 0px 3px #fffaf9;
}
#home-department {
    margin-bottom: 180px;
}
#home-department .inner1200 {
    display: flex;
}
#home-department .list {
    flex: 1;
}
#home-department .main-list {
    margin-left: -1%;
    margin-right: -1%;
}
#home-department .main-list li {
    width: 47.9999%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
#home-department .main-list li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
    padding: 25px;
    padding-left: 100px;
    line-height: 1.3;
    font-weight: 500;
    height: 75px;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 100%;
    position: relative;
}
#home-department .main-list li a:hover {
    background-color: #e0767e;
    color: #fff;
}
#home-department .main-list li a:after {
    background-image: url("../images/arrow2.png");
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 11px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
}
#home-department .main-list li a:hover:after {
    background-image: url("../images/arrow4.png");
}
#home-department .main-list li.orthopedics a {
    background-size: calc( 96px / 2 );
    background-image: url("../../images/icon_orthopedics.png");
}
#home-department .main-list li.rehabilitation a {
    background-size: calc( 82px / 2 );
    background-image: url("../../images/icon_rehabilitation.png");
}
#home-department .main-list li.internal_medicine a {
    background-size: calc( 92px / 2 );
    background-image:url("../../images/icon_internal_medicine.png");
}
#home-department .main-list li.plastic a {
    background-size: calc( 112px / 2 );
    background-image:url("../../images/icon_plastic.png");
}
#home-department .main-list li.neurosurgery a {
    background-size: calc( 106px / 2 );
    background-image:url("../../images/icon_neurosurgery.png");
}
#home-department .main-list li.neurology a {
    background-size: calc( 106px / 2 );
    background-image:url("../../images/icon_neurology.png");
}
#home-department .main-list li .sub {
    color: #949190;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    transition: ease-in-out .2s;
    
}
#home-department .main-list li .sub span {
    display: none;
}
#home-department .main-list li a:hover .sub {
    color: #fff;
}
#home-department .main-list li a {
    font-size: 18px;
    
}
#home-department .sub-list {
    border-top: #ded3d2 dashed 1px;
    padding-top: 40px;
    margin-top: 20px;
    margin-left: -1%;
    margin-right: -1%;
}
#home-department .sub-list li {
    width: 47.9999%;
    margin-left: 1%;
    margin-right: 1%;
}
#home-department .sub-list li a {
    background-color: #fff;
    box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
    border-radius: 15px;
    display: block;
    padding: 23px;
    font-weight: 500;
    font-size: 18px;
    background-image: url("../../images/icon_checkup.png");
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 75px;
    position: relative;
}
#home-department .sub-list li a:hover {
    color: #fff;
    background-color: #e0767e;
}
#home-department .sub-list li a:after {
    background-image: url("../images/arrow2.png");
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 11px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}
#home-department .sub-list li a:hover:after {
    background-image: url("../images/arrow4.png");
}
#home-department .sub-list li.checkup a {
    background-image: url("../../images/icon_checkup.png");
    background-size: calc( 50px / 2 );
}
#home-department .sub-list li.vaccination a {
    background-image: url("../../images/icon_vaccination.png");
    background-size: calc( 58px / 2 );
}
#home-department .sub-list li.brain_checkup a {
    background-image: url("../../images/icon_brain_checkup.png");
    background-size: calc( 58px / 2 );
}

#home-features {
    margin-bottom: 180px;
}

#home-features .list {
    /* flex: 1; */
    background-color: #FAEBEC;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
}
#home-features .list h3 {
	font-weight: 500;
    color: #e0767e;
    font-size: 18px;
    width: 270px;
    border: #e0767e 2px solid;
    padding: 5px;
    text-align: center;
    border-radius: 40px;
    background-color: #fff;
    font-family: 'Outfit', 'Zen Kaku Gothic New';
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    position: relative;
}
#home-features .list ul.dot-list {
	/* background-color: #FAEBEC; */
    padding: 20px;
	margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
    /* box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03); */
}
/*
#home-features .list ul.dot-list:before {
    width: 2px;
    height: 35px;
    background-image: url(../images/line02.png);
    background-size: cover;
    background-position: center top;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    z-index: 1;
    top: -36px;
}
*/
#home-features .list ul.dot-list li {
    font-weight: 500;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 3px 25px;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
}
#home-features .list ul.dot-list li:before {
    content: "●";
    color: #e0767e;
	margin-right: 6px;
}
#home-features .link-btn {
    margin: 0;
}

.inner1200 {
    max-width: 1200px;
    width: 86%;
    margin: auto;
}
.home-h2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: center;
    writing-mode: vertical-rl;
white-space: nowrap;
    margin-right: 90px;
}
.home-h2 h2 {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.home-h2 span.jp {
    background-image: url("../images/icon_ttl.svg");
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
}
.home-h2 span.eng {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.home-h2 span.eng:before {
    display: block;
    letter-spacing: 0.05em;
    content: attr( data-title );
    font-size: 12px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 15px;
    color: #e0767e;
}
.home-h2 span.eng:after {
    content: "";
    background-image: url("../images/line_parent.png");
    width: 2px;
    height: 74px;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    margin-right: 2px;
}
.home-h2-def {
    margin-bottom: 30px;
}
.home-h2-def span.eng {
    display: flex;
    align-items: center;
}
.home-h2-def span.eng:after {
    background-image: url("../images/line01.png");
height: 2px;
width: 61px;
background-size: cover;
content: "";
z-index: 1;
background-repeat: no-repeat;
background-position: left top;
    display: block;
    margin-left: 15px;
}
.home-h2-def span.eng:before {
    display: block;
    letter-spacing: 0.13em;
    content: attr( data-title );
    font-size: 12px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #e0767e;
}
.home-h2-def span.jp {
    font-size: 33px;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    background-image: url("../images/icon_ttl.svg");
    background-size: 28px;
background-repeat: no-repeat;
background-position: left center;
    padding-left: 40px;
}
#home-info {
    position: relative;
    margin-bottom: 190px;
}
#home-info.hours-info {
    margin-bottom: 0px;
}
#home-info .bg-visual {
    position: absolute;
    border-top-right-radius: 80px;
    z-index: 1;
    left: 0;
    top: -30px;
    bottom: -30px;
    width: 36%;
    background-image: url("../../images/bg_info.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#home-info .txt-box {
    margin-left: 43%;
}
#home-info .cau {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
}
#home-info .cau li {
    text-indent: -1em;
    padding-left: 1em;
}
#home-info .cau li:before {
    content: "◎";
    color: #e0767e;
}
#home-info .date {
    font-size: 14px;
    text-align: right;
    margin-bottom: 5px;
}
#home-info table {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
}
#home-info table th{
    background-color: #fff;
    padding: 12px;
    width: 150px;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #FFEFEC;
    border-right: 2px solid #FFEFEC;
}
#home-info table td{
    background-color: #fff;
    padding: 12px;
    text-align: center;
    border-bottom: 2px solid #FFEFEC;
    border-right: 2px solid #FFEFEC;
}

#home-info table td.close {
    color: #e0767e;
}
#home-info table tr td:last-child{
    border-right: none;
    
}
#home-info table tr:last-child th,
#home-info table tr:last-child td{
    border-bottom: none;
    
}
#home-info .btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#home-info .btn li{
    flex: 1;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
}
#home-info .inq-blk {
    position: relative;
    padding-left: 60px;
    margin-top: 60px;
}
#home-info .inq-blk .eng {
    display: flex;
    writing-mode: vertical-rl;
    font-weight: 500;
font-family: 'Outfit', sans-serif;
    color: #e0767e;
    font-size: 12px;
    letter-spacing: 0.14em;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
#home-info .inq-blk .eng:after {
content: "";
background-image: url("../images/line_parent.png");
width: 2px;
height: 74px;
background-size: cover;
z-index: 1;
background-repeat: no-repeat;
background-position: center top;
display: block;
margin-right: 2px;
    margin-top: 15px;
}
#home-info .inq-blk h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}
#home-info .inq-blk dt {
    font-weight: 600;
    font-size: 35px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}
#home-info .inq-blk dt span {
    font-size: 70%;
}
#home-info .inq-blk dt .time {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: block;
    
}
#home-info .inq-blk dd {
    font-size: 14px;
    line-height: 23px;
}
.link-btn {
    display: block;
    background-color: #e0767e;
    font-weight: 500;
    border-radius: 40px;
    padding: 15px;
    color: #fff !important;
    text-align: center;
    background-image: url("../images/arrow.png");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 25px center;
    max-width: 280px;
    margin: auto;
}
.link-btn:hover {
background-color: #d95b64;
     background-position: right 20px center;
}
.top-information .link-btn {
	margin: 0;
}
#free-slide {
    margin-bottom: 130px;
}
#home-news {
    margin-bottom: 120px;
}

#home-news .flex {
    display: flex;
    align-items: flex-start;
}
#home-news .flex .txt {
    flex: 1;
}
#home-news ul {
    margin-bottom: 20px;
}
#home-news li {
    width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 50px;
    line-height: 1.7;
}
#home-news li dt {
    font-weight: 500;
font-family: 'Outfit', sans-serif,;
color: #e0767e;
    font-size: 15px;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#home-news li dt:after {
    display: block;
    content: "";
    background-color: #ded3d2;
    height: 1px;
    flex: 1;
    margin-left: 20px;
}

#home-news li a {
    text-decoration: underline;
    font-weight: 500;
    
}
#home-news li a:hover {
    color: #e0767e;
}
#home-topics {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 80px;
    margin-bottom: 100px;
}
#home-topics .swiper-container {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
}
#home-topics .blk .photo {
    overflow: hidden;
    border-radius: 20px;
    
}
#home-topics .blk .photo img {
    transition: ease-in-out .3s;
}
#home-topics .blk a:hover img {
  transform: scale(1.05);
}
#home-topics .blk h3 {
    color: #e0767e;
    font-size: 19px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
}
#home-topics .blk a:hover .more{
    margin-right: -10px;
}
#home-topics .blk .more {
    transition: ease-in-out .3s;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.08em;
    text-align: right;
    background-image: url("../images/arrow3.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
    margin-top: 20px;
}
#home-topics h2 {
    margin-bottom: 90px;
}
#home-topics .blk .txt {
    font-size: 15px;
    line-height: 29px;
    
}

#home-topics .pager {
    position: absolute;
    z-index: 1;
    right: 80px;
    top: 110px;
}
#home-topics .pager .btn {
    box-shadow: 2px 2px 12px 0px rgba(76, 37, 40, 0.2);
    margin-left: 15px;
}
#home-topics .swiper-button-prev,
#home-topics .swiper-button-next{
    position: static !important;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("../images/arrow2.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 0;
}
#home-topics .swiper-button-prev {
    transform: scale(-1, 1);
}
#home-topics .swiper-button-next.swiper-button-disabled, #home-topics .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
}
#home-topics .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #ded8d5;
  opacity: 1;
}
#home-topics .swiper-pagination {
    bottom: 0;
}
#home-topics .swiper-pagination-bullet-active {
  background: #e0767e;
}
#home-facility ul {
    margin-left: -1%;
    margin-right: -1%;
}
#home-facility li {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
#home-facility li a {
    display: block;
    background-color: #fff;
    box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
    border-radius: 8px;
    overflow: hidden;  
}
#home-facility li .img {
    overflow: hidden;
}
#home-facility li img {
    width: 100%;
    transition: ease-in-out .3s;
}
#home-facility li a:hover .img img {
  transform: scale(1.05);
}
#home-facility li a:hover {
    background-color: #e0767e;
    color: #fff;
}
#home-facility li a span {
    display: flex;
    height: 85px;
    align-items: center;
    font-weight: 500;
    padding-left: 25px;
    line-height: 1.5;
    position: relative;
}
#home-facility li a span:after {
    background-image: url("../images/arrow2.png");
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 11px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  right: 20px;
    top: 50%;
    margin-top: -5px;
    transition: ease-in-out .2s;
}
#home-facility li a:hover span:after {
    background-image: url("../images/arrow.png");
  right: 15px;
}
#home-facility h2 {
    margin-bottom: 70px;
}
#home-facility .hakueikai-link a {
    display: block;
    background-color: #fff;
    box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
    border-radius: 8px;
    overflow: hidden;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../../images/bg_hakueikai.png");
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}

#home-facility .hakueikai-link a:after {
  background-image: url("../images/arrow2.png");
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 11px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transition: ease-in-out .2s;
}
#home-facility .hakueikai-link a:hover:after {
    background-image: url("../images/arrow.png");
  right: 15px;
}
#home-facility .hakueikai-link a:hover {
    background-color: #e0767e;
    color: #fff;
}
#home-facility .hakueikai-link dl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 120px;
}
#home-facility .hakueikai-link dd {
    color: #e0767e;
    margin-left: 35px;
    transition: ease-in-out .2s;
}
#home-facility .hakueikai-link a:hover dd {
    color: #fff;
}

.lead-txt {
    margin-bottom: 80px;
}
.h4-ttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06em;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.h4-ttl:before {
    width: 10px;
    height: 10px;
    content:"";
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
    border: #e0767e 6px solid;
    border-radius: 50%;
    
}
.h4-ttl span {
    display: flex;
    align-items: center;
}
.h4-ttl span:after {
    display: block;
    background-color: #ded8d7;
    content: "";
    height: 1px;
    flex: 1;
    margin-left: 30px;
}
.h5-ttl {
    font-weight: 500;
    font-size: 18px;
    color: #e0767e;
    margin-bottom: 20px;
}
.sub-cau {
    color: #e0767e;
    font-weight: 500;
    font-size: 95%;
    margin-top: 20px;
    
}
.sub-cau.clr {
    color: #1e130f;
    font-weight: 400;
}
.sub-ttl {
    display: block;
    font-size: 60%;
    letter-spacing: normal;
    margin-top: 10px;
    color: #807c7b;
}
.doctor-dtl {
    display: flex;
    border-bottom: #ded7d4 dashed 1px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.doctor-dtl:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.doctor-dtl .photo {
    margin-right: 60px;
    width: 190px;
    flex-shrink: 0;
}
.doctor-dtl .photo img {
    border-radius: 12px;
    width: 190px;
}
.doctor-dtl .dtl {
    flex: 1;
}
.doctor-dtl .name dt{
    font-size: 13px;
    margin-bottom: 5px;
}
.doctor-dtl .name dd {
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.doctor-dtl .name dd span {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-left: 25px;
}
.doctor-dtl .hours {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.doctor-dtl .hours span{
    font-size: 13px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border: #1e130f 1px solid;
    border-radius: 40px;
    line-height: 1.3;
    padding: 2px;
    font-weight: 500;
    
}
.doctor-dtl .hours:after {
    background-image: url("../images/line03.png");
height: 2px;
width: 61px;
background-size: cover;
content: "";
display: block;
z-index: 1;
background-repeat: no-repeat;
background-position: center center;
}
.doctor-dtl .profile {
    line-height: 1.9;
}
.doctor-dtl .profile:not(:last-child) {
    margin-bottom: 15px;
}
.doctor-dtl .profile dt {
    font-size: 15px;
    font-weight: 500;
    color: #e0767e;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.doctor-dtl .profile dt:after {
    display: block;
    background-color: #ded8d7;
    content: "";
    height: 1px;
    flex: 1;
    margin-left: 18px;
}
.doctor-dtl .profile dd {
    font-size: 14px;
}
.doctor-dtl .profile dd li {
    position: relative;
    padding-left: 12px;
}
.doctor-dtl .profile dd li:before {
    position: absolute;
    content: "";
    background-color: #1e130f;
    height: 5px;
    width: 5px;
    z-index: 1;
    left: 0;
    top: 11px;
    border-radius: 50%;
}
.copy-ttl {
    font-size: 17px;
    font-weight: 500;
    color: #e0767e;
    margin-bottom: 25px;
}
.alignment {
    display: flex;
    margin-bottom: 70px;
}
.alignment li {
    width: 33.3333%;
    margin-right: 20px;
}
.alignment li:last-child {
    margin-right: 0;
}
.alignment li img {
    border-radius: 12px;
}
.alignment li figcaption {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
}
.license-list {
}
.license-list li{
    position: relative;
    padding-left: 15px;
}
.license-list li::before {
  position: absolute;
  content: "";
  background-color: #1e130f;
  height: 5px;
  width: 5px;
  z-index: 1;
  left: 0;
  top: 15px;
  border-radius: 50%;
}

.department-list {
    margin-left: -1%;
    margin-right: -1%;
}
.department-list li {
    width: 47.3333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.department-list li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
    padding: 25px;
    padding-left: 100px;
    line-height: 1.3;
    font-weight: 500;
    height: 75px;
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 100%;
    position: relative;
}
.department-list li a:hover {
    color: #fff;
    background-color: #e0767e;
}
.department-list li a:after {
    background-image: url("../images/arrow2.png");
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 11px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
}
.department-list li a:hover:after {
    background-image: url("../images/arrow4.png");
}
.department-list li.orthopedics a {
    background-size: calc( 96px / 2 );
    background-image: url("../../images/icon_orthopedics.png");
}
.department-list li.rehabilitation a {
    background-size: calc( 82px / 2 );
    background-image: url("../../images/icon_rehabilitation.png");
}
.department-list li.physician a {
    background-size: calc( 92px / 2 );
    background-image:url("../../images/icon_internal_medicine.png");
}
.department-list li.plastic a {
    background-size: calc( 112px / 2 );
    background-image:url("../../images/icon_plastic.png");
}
.department-list li.neurosurgery a {
    background-size: calc( 106px / 2 );
    background-image:url("../../images/icon_neurosurgery.png");
}
.department-list li .sub {
    color: #949190;
    font-size: 12px;
    margin-top: 5px;
    transition: ease-in-out .2s;
    display: block;
    
}
.department-list li .sub span {
    display: none;
}
.department-list li a:hover .sub {
    color: #fff;
}
.department-list li a {
    font-size: 18px;    
}
#department .department ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
#department .department li {
    position: relative;
    box-sizing: border-box;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}
#department .department li:before {
    content: "◎";
    color: #e0767e;
}

.floor-gall {
    display: flex;
    align-items: flex-start;
}
.floor-gall ul{
    margin-left: -1%;
    margin-right: -1%;
}
.floor-gall li {
    width: 22.9999%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
}
.floor-gall li img {
    object-fit: cover;
    height: 8.5vw;
    border-radius: 8px;
    width: 100%;
}
.floor-gall li p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
}
.floor-gall h4 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    -ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    flex-shrink: 0;
    margin-right: 30px;
    font-size: 15px;
}

.floor-gall h4:after {
    content: "";
    background-image: url(../images/pagetop.png);
    width: 2px;
    height: 74px;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    margin-top: 15px;
}
.license-blk h5 {
    font-weight: 500;
    font-size: 17px;
    color: #e0767e;
    margin-bottom: 20px;
}
.license-blk table {
    font-size: 15px;
    overflow: hidden;
border-radius: 15px;
box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
}
.license-blk th {
    background-color: #fff;
    padding: 15px;
    font-weight: 500;
    text-align: center;
    width: 190px;
    vertical-align: middle;
    border-right: 2px solid #FFEFEC;
    border-bottom: 2px solid #FFEFEC;
}
.license-blk td {
    background-color: #fff;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 2px solid #FFEFEC;
    border-bottom: 2px solid #FFEFEC;
}
.license-blk tr th:last-child,
.license-blk tr td:last-child{
    border-right: none;
}
.license-blk tr:last-child th,
.license-blk tr:last-child td {
    border-bottom: none;
} 
.idea-txt {
    font-size: 21px;
    line-height: 1.9;
    background-image: url("../images/icon_mark.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 20px;
    padding-left: 30px;
}
.feature-blk {
    display: flex;
    align-items: flex-start;
    border-bottom: #ded7d4 dashed 1px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.feature-blk.no-flex {
    display: block;
}
.feature-flex {
    display: flex;
    align-items: flex-start;
}

.feature-blk:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.feature-blk h3 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 21px;
}
.feature-blk .photo {
    flex-shrink: 0;
    width: 230px;
    margin-right: 50px;
}
.accordion-box .btn {
    color: #fff;
    background-color: #e0767e;
    font-weight: 500;
    border-radius: 8px;
    padding: 17px;
    text-align: center;
    cursor: pointer;
    line-height: 1.7;
    transition: ease-in-out .3s;
    position: relative;
}
.accordion-box .btn:hover {
    background-color: #D95B64;
}
.accordion-box .btn:after {
    position: absolute;
    z-index: 1;
    content: "";
    right: 25px;
    top: 50%;
    margin-top: -5px;
    width: 15px;
    height: 10px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: ease-in-out .3s;
}
.accordion-box .btn.active:after {
    transform:rotate(-90deg);
}
.accordion-box .btn.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
      
    
}
.accordion-box .open-inner {
    background-color: #fff;
    border: 2px #e0767e solid;
    padding: 30px;
    display: none;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.accordion-box .open-inner h5 {
    color: #e0767e;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
    position: relative;
}
.accordion-box .open-inner .sub-cau-txt {
    font-size: 90%;
}
.accordion-box .open-inner h5.mdt {
    margin-top: 20px;
    border-top: #ded7d4 dashed 1px;
    padding-top: 20px;
}
.accordion-box .open-inner li {
    position: relative;
    padding-left: 15px;
}
.accordion-box .open-inner li:before {
    position: absolute;
    content: "";
    background-color: #1e130f;
    height: 5px;
    width: 5px;
    z-index: 1;
    left: 0;
    top: 15px;
    border-radius: 50%;
}
.accordion-box .open-inner .txt-mdb3 {
    margin-bottom: 15px;
}
.accordion-box .hos-list{
    border-top: #ded7d4 dashed 1px;
    margin-top: 30px;
}
.accordion-box .hos-list li{
    border-bottom: #ded7d4 dashed 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion-box .hos-list li:before {
    top: 50%;
    margin-top: -2px;
}
.accordion-box .hos-list li a {
    text-decoration: underline;
    background-image: url("../images/icon_window.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    padding-right: 20px;
}
.accordion-box .hos-list li a:hover {
    color: #e0767e;
}
.feature-blk .photo img {
    border-radius: 12px;
}
 .feature-blk .point {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
     font-size: 12px;
     letter-spacing: 0.06em;
     margin-bottom: 25px;
     display: flex;
     align-items: center;
}
.feature-blk .point span {
    background-color: #fff;
text-align: center;
border: #1e130f 1px solid;
border-radius: 40px;
line-height: 1.3;
padding: 5px;
font-weight: 500;
    width: 110px;
    display: block;
}
 .feature-blk .point:after {
  background-image: url("../images/line03.png");
  height: 2px;
  width: 61px;
  background-size: cover;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
}
.checkup-price dt {
    color: #e0767e;
    font-weight: 500;
}
.checkup-price dd {
    font-size: 22px;
    font-weight: 500;
}
.basic-tbl {
    overflow: hidden;
border-radius: 15px;
box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
    line-height: 1.7;
}
.basic-tbl th{
    background-color: #fff;
    padding: 15px;
    font-weight: 500;
    width: 190px;
    border-right: 2px solid #FFEFEC;
    border-bottom: 2px solid #FFEFEC;
}
.basic-tbl .line-right {
    border-right: 2px solid #FFEFEC !important;
}
.basic-tbl tr th:last-child,
.basic-tbl tr td:last-child{
    border-right: none;
}
.basic-tbl tbody tr:last-child th,
.basic-tbl tbody tr:last-child td{
    border-bottom: none;
}
.basic-tbl td{
    background-color: #fff;
    padding: 15px;
    border-right: 2px solid #FFEFEC;
    border-bottom: 2px solid #FFEFEC;
}

.dot-list-sub li {
    position: relative;
    padding-left: 15px;
}
.dot-list-sub li:before {
  position: absolute;
  content: "";
  background-color: #1e130f;
  height: 5px;
  width: 5px;
  z-index: 1;
  left: 0;
  top: 15px;
  border-radius: 50%;
}
.dock th {
    width: 70%;
}
.dock td {
    text-align: right;
}
.bottom-inq {
    background-color: #fff;
padding: 30px;
border-radius: 15px;
box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
font-size: 15px;
    text-align: center;
    line-height: 1.8;
    padding-top: 45px;
    padding-bottom: 45px;
}
.bottom-inq h5 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.bottom-inq h5:after {
display: block;
letter-spacing: 0.14em;
content: attr(data-title);
font-size: 12px;
font-weight: 500;
font-family: 'Outfit', sans-serif;
color: #e0767e;
margin-top: 5px;
}
.bottom-inq dt {
    margin-bottom: 10px;
}
.bottom-inq dt a {
    font-family: 'Inter', sans-serif;
font-weight:600;
font-size: 35px;
    line-height: 1.3;
}
.bottom-inq dt a span {
    font-size: 70%;
}
.bottom-inq dd {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.bottom-inq .time {
    font-size: 15px;
}
.dock-bnr {
    margin-top: 90px;
}
.dock-bnr a{
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
}
.dock-bnr a:hover {
    opacity: 0.8;
}
.dock-comparison .bg-td {
    background-color: rgba(224,118,126,0.21);
}

.dock-comparison thead th {
    color: #e0767e;
    text-align: center;
}
.dock-comparison tbody .price {
    width: 30%;
    text-align: right;
    white-space: nowrap;
}
.dock-comparison td {
    text-align: center;
}
.dock td {
    text-align: right;
}
.bg-td {
}
.txt-left {
    text-align: left !important ;
}
.basic-tbl .txt-center {
    text-align: center;
}
.checkup-course {
    letter-spacing: -0.5em;
    margin-left: -2%;
    margin-right: -2%;
    margin-top: 40px;
}
.checkup-course .blk {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 60px;
}
.checkup-course .blk p span {
    display: block;
    margin-top: 5px;
    font-size: 90%;
}
.checkup-course .blk .photo {
    margin-bottom: 25px;
}
.checkup-course .blk img {
    border-radius: 10px;
}
.checkup-course .blk .pos {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
     font-size: 12px;
     letter-spacing: 0.06em;
     margin-bottom: 20px;
     display: flex;
     align-items: center;
}
.checkup-course .blk .pos span {
    background-color: #fff;
text-align: center;
border: #1e130f 1px solid;
border-radius: 40px;
line-height: 1.3;
padding: 5px;
font-weight: 500;
    width: 110px;
    display: block;
}
.checkup-course .blk .pos:after {
  background-image: url("../images/line03.png");
  height: 2px;
  width: 61px;
  background-size: cover;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
}
.checkup-course .blk h4 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 30px;
}
.access-method h4 {
    padding-left: 50px;
}
.access-method h4:before {
    border: none;
    width: 40px;
    height: 40px;
    background-image: url("../../visitors/access/images/car.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: -1px;
    border-radius: 0;
}
.access-method:last-child h4:before {
    background-image: url("../../visitors/access/images/train.svg");
}
.access-map iframe {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.scedule-tbl {
font-size: 14px;

    line-height: 1.6;
}
.scroll {
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
    overflow: hidden !important;
border-radius: 15px;
}
#schedule #link02 .h3-ttl {
    margin-bottom: 10px !important;
}
.schedule-btn {
    margin-top: 40px;
}
.scedule-tbl thead th {
    background-color: #ffd1d5;
}
.scedule-tbl th.bg-th {
    background-color: #fffddf;
}
.scedule-tbl th {
    padding: 10px;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-right: 2px solid #FFEFEC;
    white-space: nowrap;
    border-bottom: 2px solid #FFEFEC;
}
.scedule-tbl th.wid {
    width: 60px;
}
.scedule-tbl th.w-12percent {
	width: 12%;
}
.scedule-tbl th.align-left {
	text-align: left;
}
.scedule-tbl tr th:last-child,
.scedule-tbl tr td:last-child{
    border-right: none;
}
.scedule-tbl tbody tr:last-child th,
.scedule-tbl tbody tr:last-child td{
    /* border-bottom: none; */
}
.scedule-tbl td {
    width: 16%;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    border-right: 2px solid #FFEFEC;
    border-bottom: 2px solid #FFEFEC;
}
.scedule-tbl td.line-right {
    border-right: 2px solid #FFEFEC !important;
}
.scedule-tbl td.line-btm-dot {
    border-bottom-style: dashed;
}
.scedule-tbl td.align-left {
	text-align: left;
	vertical-align: top;
}
.scedule-tbl td li {
    margin-bottom: 10px;
    margin-left: 15px;
    position: relative;
}
.scedule-tbl td li:before {
    content: "・";
    position: absolute;
    left: -15px;
    top: 1px;
}
.scedule-tbl td li:last-child {
    margin-bottom: 0;
}
.scedule-tbl tbody th {
    width: 60px;
}
.scedule-tbl .holi {
    color: #e0767e;
}
.schedule-download {
    margin-bottom: 35px;
  margin-top: 35px;
}
.schedule-download a {
    display: block;
    padding: 15px;
    text-align: center;
    border: #1e130f 1px solid;
    font-weight: 500;
    border-radius: 8px;
}
.schedule-download a:hover {
    background-color: #fff;
    text-decoration: underline;
}
.schedule-download a span {
    background-image: url("../images/file.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.anchor-link {
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 20px;
}
.anchor-link li {
    width: 22.9999%;
    margin-left: 1%;
    margin-right: 1%;
}
.anchor-link li a {
    display: block;
      display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
  padding: 25px;
  line-height: 1.3;
  font-weight: 500;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 100%;
  position: relative;
    justify-content: flex-start;
    padding-right: 40px;
    
}
.anchor-link li a:after {
    background-image: url("../images/arrow2.png");
background-size: 18px;
background-repeat: no-repeat;
background-position: right center;
    width: 12px;
    height: 7px;
    content: "";
    position: absolute;
    z-index: 1;
    transform:rotate(90deg); 
    top: 50%;
    right: 18px;
    margin-top: -3px;
    background-size: cover;
}
.anchor-link li a:hover {
    background-color: #e0767e;
    color: #fff;
}
.anchor-link li a:hover:after {
    background-image: url("../images/arrow.png");
}
.schedule-cau{
    font-size: 90%;
    margin-bottom: 70px;
    margin-top: 10px;
}
.schedule-supplement {
    font-size: 15px;
    line-height: 1.9;
    margin-top: 20px;
    border: #ded3d2 1px solid;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}
.schedule-supplement strong {
    font-weight: 500;
}
.schedule-update {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
    margin-top: -40px;
    
}
.check-speech {
    margin-bottom: 20px;
}
.check-speech li {
    font-weight: 500;
    background-image: url("../images/icon_check.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 1.7;
}
.check-speech li:last-child {
    margin-bottom: 0;
}
.news-index li {
    margin-bottom: 40px;
}
.news-index li dt {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
color: #e0767e;
    font-size: 15px;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.news-index li dt:after {
    display: block;
    content: "";
    background-color: #ded3d2;
    height: 1px;
    flex: 1;
    margin-left: 20px;
}
.news-index li a {
    text-decoration: underline;
    font-weight: 500;
    
}
.news-index li a:hover {
    color: #e0767e;
}
.news-single h2 {
    line-height: 1.4;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 60px;
}
.news-single .txt-body a{
    color: #e0767e !important;
    text-decoration: underline !important;
}
.news-single .txt-body a:hover{
    text-decoration: none !important;
    
}
.news-single .date {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
color: #e0767e;
    font-size: 15px;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.news-single .date:after {
    display: block;
    content: "";
    background-color: #ded3d2;
    height: 1px;
    flex: 1;
    margin-left: 20px;
}
.news-single .back-btn {
    margin-top: 60px;
}
.news-single .back-btn a {
    background-image: url("../images/arrow_prev.png");
    background-position: left 25px center;
}
.news-single .back-btn a:hover {
    background-position: left 20px center;
}
.rehabilitation-cau {
    
}
.rehabilitation-cau dt {
    font-weight: 500;
    color: #e0767e;
    
}
.rehabilitation-cau dd {
    font-size: 15px;
}
.fancybox__backdrop {
}
.rehabilitation-graph {
    text-align: center;
    border: #ded3d2 1px solid;
border-radius: 12px;
    padding: 30px;

}
.rehabilitation-graph img {
    width: 550px;
}
.parking-map {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
    padding: 40px;
}
.parking-photo {
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: 70px;
}
.parking-photo li {
    width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
}
.parking-photo li h4 {
    font-weight: 500;
    margin-bottom: 15px;
    text-indent: -1em;
    padding-left: 1em;
    color: #e0767e;
    line-height: 1.5;
}
.parking-photo li img {
    border-radius: 12px;
}
body {
    padding-right: 0 !important;
}
html.remodal-is-locked {
    overflow: inherit !important;
}
.remodal-overlay {
    background-color: rgba(255, 231, 225, 0.9);
}
.remodal {
  border-radius: 15px;
    box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03);
}
.equipment-row {
    letter-spacing: -0.5em;
    margin-left: -2%;
    margin-right: -2%;
}
.equipment-row .blk {
    letter-spacing: 0.01em;
    text-align: left;
    display: inline-block;
    width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
}
.equipment-row .blk .photo {
    overflow: hidden;
    
}
.equipment-row .blk .photo img {
    transition: ease-in-out .3s;
}
.equipment-row .blk a:hover img {
  transform: scale(1.05);
}
.equipment-row .blk a {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 3px 3px 9px 4px rgba(76, 37, 40, 0.03);
}
.equipment-row .blk a:hover {
    background-color: #e0767e;
    color: #fff;
}
.equipment-row .blk h3 {
        font-weight: 500;
    padding: 15px;
    font-size: 18px;
    background-image: url("../images/arrow2.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
    background-size: 18px;
}
.equipment-row .blk a:hover h3 {
        background-image: url("../images/arrow4.png");
}
.equipment-row .blk .more {
    font-weight: 500;
  font-family: 'Outfit', sans-serif;
    font-size: 15px;
    text-align: right;
    color: #e0767e;
}
.remodal {
    text-align: left;
}
.remodal .flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    
}
.remodal {
    max-width: 1200px;
    padding: 50px;
  }
.remodal .photo {
    flex-shrink: 0;
    width: 45%;
    margin-right: 50px;
    
}
.remodal .photo img {
    border-radius: 12px;
}
.remodal h4 {
    text-align: left !important ;
    margin-bottom: 40px;
}
.remodal .close {
    background-color: #e0767e;
    font-weight: 500;
    border-radius: 40px;
    padding: 5px;
    color: #fff !important;
    width: 130px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.remodal .close:hover {
    background-color: #d95b64;
}
.checkup-open-btn {
    color: #fff;
    background-color: #e0767e;
    font-weight: 500;
    border-radius: 8px;
    padding: 17px;
    text-align: center;
    background-image: url(../images/arrow.png);
    background-size: 15px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 1.7;
    padding-right: 50px;
}
.optional-list {
    margin-left: -2%;
    margin-right: -2%;
    text-align: center;
}
.optional-list li {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.optional-list li.wid {
    width: 47.9999%;
}
.optional-list li span,
.optional-list li a{
    display: block;
    border: #1e130f 2px solid;
    border-radius: 40px;
    background-color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 8px;
}
.optional-list li a {
    border-color: transparent;
    background-color: #e0767e;
    color: #fff;
    background-image: url(../images/arrow.png);
    background-size: 15px;
    background-position: right 20px center;
    background-repeat: no-repeat;
}
.optional-list li a:hover {
    background-color: #D95B64;
}
.open-box {
}
.dot-clr {
    color: #e0767e;
}
.txt-cau {
    font-size: 95%;
}
.txt-link:link,
.txt-link:visited{
    color: #e0767e;
    text-decoration: underline;
}
.txt-link:hover {
    text-decoration: none;
}
.min-height {
    height: 330px;
}
.com-btn.arrow-down {
    background-image: url("../images/arrow_down.png");
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right 30px center;
}
.medical-download {
    margin-left: -1%;
    margin-right: -1%;
}
.medical-download li {
    width: 47.9999%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.medical-download li a {
    width: auto;
    max-width: inherit !important;
}
.medical-download li a > span{
    background-image: url("../images/icon_pdf1.png");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px;
}
.medical-download li a > span span{
    font-size: 75%;
}


.feature-blk .point {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
     font-size: 12px;
     letter-spacing: 0.06em;
     margin-bottom: 25px;
     display: flex;
     align-items: center;
}
.feature-blk .point span {
    background-color: #fff;
text-align: center;
border: #1e130f 1px solid;
border-radius: 40px;
line-height: 1.3;
padding: 5px;
font-weight: 500;
    width: 110px;
    display: block;
}
 .feature-blk .point:after {
  background-image: url("../images/line03.png");
  height: 2px;
  width: 61px;
  background-size: cover;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
}
.feature-num {
    border-bottom: #ded7d4 dashed 1px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.feature-num h4{
    font-weight: 500;
font-family: 'Outfit', sans-serif;
     font-size: 12px;
     letter-spacing: 0.06em;
     margin-bottom: 25px;
     display: flex;
     align-items: center;
}
.feature-num h4 span {
    background-color: #fff;
text-align: center;
border: #1e130f 1px solid;
border-radius: 40px;
line-height: 1.3;
padding: 5px;
font-weight: 500;
    width: 110px;
    display: block;
}
.feature-num h4:after {
  background-image: url("../images/line03.png");
  height: 2px;
  width: 61px;
  background-size: cover;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
}
.pdf-list li {
    border-bottom: #ded3d2 1px dashed;
    padding-bottom: 10px;
    padding-top: 10px;
}
.pdf-list li:first-child {
    padding-top: 0;
}
.pdf-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.pdf-list li a {
    text-decoration: underline;
    background-image: url("../images/icon_pdf2.png");
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 18px;
    padding-left: 30px;
    display: inline-block;
}
.pdf-list li a:hover {
    color: #e0767e;
}
.cau-list {
    font-size: 90%;
    margin-top: 15px;
}
.cau-link {
    background-color: #FAEBEC;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 90%;
    line-height: 1.6;
}
.cau-size {
    font-size: 95%;
    margin-top: 15px;
    display: block;
}
.cau-size.no-mdt {
    margin-top: 5px;
}
.checkup-tbl td {
    text-align: center;
    color: #e0767e;
}
.checkup-tbl thead th{
    text-align: center;
}
.checkup-tbl .txt-left {
    color: #1e130f;
}
.dock-tbl td {
    text-align: center;
    color: #e0767e;
}
.dock-tbl td.bold {
    white-space: nowrap;
}
.dock-tbl .txt-left {
    color: #1e130f;
}
.txt-mdb3 {
    margin-bottom: 15px;
}
.guide-flow.clients .bg-w .tel {
  font-weight: 500;
    word-break: break-all;
    font-size: 115%;
}
.guide-flow.clients .bg-w h5 {
        font-size: 17px;
    color: #e0767e;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 32px;
}
.guide-flow.clients .bg-w h5:before {
    width: 20px;
    height: 2px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 16px;
    background-color: #e0767e;
}
ol.num li {
    padding-left: 1em;
    text-indent: -1em;
}
.line-btm {
    border-bottom: #ded7d4 dashed 1px;
    padding-bottom: 25px !important;
    margin-bottom: 25px;
}
.credit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.credit-list li {
    width: 17.9999%;
    padding: 0 !important;
    margin: 1%;
    box-sizing: border-box;
}
.credit-list li img {
    border-radius: 5px;
    border: #ded7d4 solid 1px;
    margin: -1px;
}
.credit-list li:before {
    display: none;
}
.flex-h5 {
    display: flex;
    align-items: center;
}
.flex-h5 .date {
    margin-left: auto;
    font-size: 90%;
    color: #1e130f;
    font-weight: 400;
}
.orthopedics .feature-num dt {
        font-weight: 500;
    margin-bottom: 20px;
    font-size: 21px;
}
.orthopedics .feature-num.no-mdb {
    border-bottom: none;
    padding-bottom: 0;
}
.check-list {
    background-color: #FAEBEC;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 90%;
    line-height: 1.6;
}
.check-list dt {
    font-weight: 500;
    color: #e0767e;
    margin-bottom: 10px;
}
.check-list dd {
    position: relative;
    padding-left: 12px;
}
.check-list dd:not(:last-child) {
    margin-bottom: 5px;
}
.check-list dd::before {
  position: absolute;
  content: "";
  background-color: #e0767e;
  height: 5px;
  width: 5px;
  z-index: 1;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.about-pilates {
    background-color: #FAEBEC;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  line-height: 1.8;
}
.about-pilates dt:after {
    display: none !important;
}
.about-pilates .pdf {
    display: flex;
    margin-top: 20px;
}
.about-pilates .pdf a {
    font-weight: 500;
    text-decoration: underline;
}
.about-pilates .pdf a:hover {
    text-decoration: none;
}
.about-pilates .pdf .img {
    flex-shrink: 0;
    margin-right: 25px;

}
.about-pilates .pdf .img img{

    width: 200px;
}
.about-pilates .pdf span {
    display: block;
    margin-top: 10px;
}
.body-img-btn {
    position: relative;
}
.body-img-btn .img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
.body-img-btn ul {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}
.body-img-btn ul li {
    width: 36%;
    margin-bottom: 25px;
}

.body-img-btn ul li:nth-child(10),
.body-img-btn ul li:nth-child(11),
.body-img-btn ul li:nth-child(12),
.body-img-btn ul li:nth-child(13){
    width: 42%;
    
}
.body-img-btn ul li:nth-child(even) {
    margin-left: auto;
}
.body-img-btn ul li a {
    display: block;
    border: #e0767e 1px solid;
    border-radius: 40px;
    color: #e0767e;
    font-weight: 500;
    padding: 12px;
    background-image: url("../../department/orthopedics/images/arrow.svg");
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: 8px;
    padding-left: 50px;
}
.body-img-btn ul li a:hover {
    background-color: #e0767e;
    color: #fff;
    background-image: url("../../department/orthopedics/images/arrow2.svg");
}
.body-img-btn a {
    display: block;
}
.body-img-btn .st0{
    fill:#EDE6E1;
}
.body-img-btn .st1{
    fill:none;
    stroke:#e0767e;
    stroke-width:1;
    stroke-miterlimit:10;
}
.body-img-btn .st2{
    fill:#e0767e;
}
.body-img-btn .st3{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
}
.body-img-btn .st4{
    font-size:15px;
}
.disease ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}
.disease ul li {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    box-sizing: border-box;
}
.number-list {
  counter-reset: count 0;
}
.number-list li {
    position: relative;
    padding-left: 20px;
}
.number-list li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
    font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  color: #e0767e;
    left: 0;
    position: absolute;
}
.caution-list {
    font-size: 95%;
    line-height: 1.7;
    margin-top: 15px;
}
.caution-list li {
text-indent: -1em;
    padding-left: 1em;
}
.marker dt {
    font-size: 17px;
    color: #e0767e;
    font-weight: 500;
}
.marker dd:not(:last-child) {
    margin-bottom: 15px;
}
.sns-blk {
    display: flex;
    align-items: flex-start;
    
}
.sns-blk:not(:last-child) {
    border-bottom: #ded3d2 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.pdt-sns {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sns-blk dt {
    font-weight: 500;
    font-size: 23px;
    width: 160px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    font-weight: 500;
  font-family: 'Outfit', sans-serif;
}
.sns-blk dd {
    flex: 1;
}
.sns-blk.fb dt {
    background-image: url("../../sns/images/icon_facebook.png");
    
}
.sns-blk.insta dt {
    background-image: url("../../sns/images/icon_instagram.png");
    
}
.sns-blk dd a {
    text-decoration: underline;
    background-image: url( "../images/icon_window.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    padding-right: 20px;
}
.sns-blk dd li {
    border-bottom: #ded3d2 1px dashed;
    padding-top: 8px;
    padding-bottom: 8px;
    
}
.sns-blk dd li:first-child {
    border-top: #ded3d2 1px dashed;
}
.sns-blk.fb dd a:hover {
    text-decoration: none;
}
.cau-txt-bold {
    color: #e0767e;
  font-weight: 500;
    border-radius: 8px;
    margin-bottom: 40px;
    background-color: #ffeff0;
    padding: 12px;
}
#foot .foot-sns {
    margin-top: 30px;
}
#foot .foot-sns li:first-child {
    margin-right: 10px;
}
#foot .foot-sns li {
    vertical-align: middle;
}
#foot .foot-sns li a {
    display: block;
}
#foot .foot-sns li a:hover {
    opacity: 0.8;
}
#foot .foot-sns li a.column {
    background-color: #b9b9bd;
    color: #fff;
    font-weight: 500;
    font-size: 90%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 40px;
    background-image: url(../images/icon_pen.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 19px;
    padding-left: 30px;
    margin-left: 10px;
    line-height: 35px;
}
#foot .foot-sns li img {
    width: 35px;
    margin-bottom: 0;
}
.column-dtl {
    padding-top: 60px;
    padding-bottom: 60px;
}
.column-dtl .blk {
    display: flex;
    align-items: flex-start;
    
}
.column-dtl .blk:first-child {
    border-bottom: #ded3d2 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.column-dtl .blk dt {
    position: relative;
    width: 240px;
    font-size: 17px;
}
.column-dtl .blk dd a {
    color: #e0767e;
    text-decoration: underline;
    font-weight: 500;
    background-image: url(../images/icon_window.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    padding-right: 20px;
}
.column-dtl .blk dd a.no {
    background-image: none;
    padding-right: 0;
}
.column-dtl .blk dd a:hover {
    text-decoration: none;
}
.column-dtl .blk .link {
    margin-top: 2px;
    margin-bottom: 2px;
}
.column-dtl .blk .name {
    font-weight: 500;
}
.column-dtl .blk .name span {
    font-size: 85%;
    margin-left: 10px;
}
.greetiing-flex .photo {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    
}
.greetiing-flex .txt-area {
    overflow: hidden;
}
.greetiing-flex .photo img {
    border-radius: 12px;
}
.greetiing-flex .name dt {
    font-size: 13px;
    margin-bottom: 5px;
}
.greetiing-flex .name dd {
    font-weight: 500;
    font-size: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.greetiing-flex .name dd span {
    font-weight: 500;
font-family: 'Outfit', sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-left: 25px;
}

#brain-checkup .basic-tbl th span {
    text-align: center;
    /* border: #5f5755 1px solid; */
    background-color: #f2f0eb;
    border-radius: 40px;
    line-height: 1.2;
    padding: 1px 15px;
    font-size: 13px;
    /* font-weight: 500; */
    margin-right: 10px;
}

#topics .other-cau {
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
#topics .other-cau dt {
    flex-shrink: 0;
    margin-right: 10px;
}
#topics .inner820 a:link {
    color: #e0767e;
    font-weight: 500;
    text-decoration: underline;
}
#topics .inner820 a:hover {
    text-decoration: none;
}
#topics .cost h4 {
    font-size: 17px;
  color: #e0767e;
  font-weight: 500;
    margin-bottom: 20px;
}
#topics .cost .basic-tbl thead th {
    text-align: center;
    background-color: #ffd1d5;
}
#topics .cost .basic-tbl tbody th {
    width: 60%;
    font-weight: 500;
}
#topics .cost .basic-tbl .num {
    width: 150px;
    text-align: center;
}
#topics .cost .basic-tbl .price {
    text-align: right;
    width: 150px;
}
#topics .cost .date {
    text-align: right;
    margin-top: 15px;
}
/*-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1210px) {
#head #pc-global > ul > li {
  margin-left: 15px;
  position: relative;
}
}
@media screen and (max-width: 1140px) {
.column-dtl .blk {
    display: block;
    
}
.column-dtl .blk dt {
    width: auto;
    margin-bottom: 15px;
}
.body-img-btn ul li a {
  padding: 1.2vw;
  background-position: 2.5vw center;
  background-size: 8px;
  font-size: 1.5vw;
    padding-left: 5vw;
}
.body-img-btn ul li {
  width: 37%;
  margin-bottom: 2vw;
}
.disease ul li {
  width: 47.9999%;
}
.min-height {
    height: inherit;
}
.optional-list li {
    width: 47.9999%;
}
#home-visual {
  margin-left: 10%;
}
#home-visual dl {
  left: -45px;
}
#home-department .inner1200 {
  display: block;
}


#home-department .main-list li {
  width: 47.3333%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 2%;
}
#home-info .inq-blk dt .time {
    font-size: 14px;
    margin-left: 0px;
    display: block;    
}
.home-h2{
  display: block;
  writing-mode: inherit;
    margin-bottom: 60px;
    
}
.home-h2 span.eng {
  padding-left: 0px;
}
.home-h2 span.eng::before {
  margin-bottom: 0px;
}
.home-h2 span.jp{
    background-position: left center;
    padding-top: 0px;
    padding-left: 40px;
    margin-top: 20px;
    display: block;
}
.home-h2 span.eng::after {
  background-image: url("../images/line01.png");
height: 2px;
width: 61px;
background-size: cover;
content: "";
z-index: 1;
background-repeat: no-repeat;
background-position: left top;
display: block;
margin-left: 15px;
}
	


#home-info .bg-visual {
  display: none;
}
#home-info .txt-box {
  margin-left: 0;
}    
#home-department {
  margin-bottom: 110px;
} 
#home-news .flex {
  display:block;
}
#home-news ul {
  margin-left: 0%;
  margin-right: 0%;
}
#home-news li {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
#home-facility ul {
    margin-left: 0;
    margin-right: 0;
}
#home-facility li {
  width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
#home-facility .hakueikai-link dl {
    flex-flow: column;
    line-height: 1.6;
    height: 120px;
}
    
#head #pc-global {
  display: none;
}
#head #site-id {
    background-color: #fff;
    border-bottom-right-radius: 30px;
    top: 0;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #head #site-id img {
        width: 150px;
        vertical-align: middle;
    }
#contents {
  margin-right: 0;
    margin-left: 0;
}

#page-bg {
  height: 440px;
}
#local-navi {
  position: static;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}
#foot #fix-btn {
  display: none;
}
#parent-ttl {
  -ms-writing-mode: inherit;
  writing-mode:inherit;
    width: auto;
    margin-left: 7%;
    z-index: 3;
    top: 230px;
}
.inner820 {
  max-width: 820px;
  width: 86%;
    margin-left: auto;
    margin-right: auto;
}
#page-ttl {
  padding-top: 420px;
}
#parent-ttl h1 .jp{
 background-color: #fff;
}
#parent-ttl span.eng {
        padding-left: 0;
        margin-bottom: 40px;
    }
#parent-ttl span.eng::before {
  background-color: #fff;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 0px;
}
#parent-ttl span.eng:after {
  background-image: url("../images/line03.png");
  height: 2px;
  width: 61px;
  background-size: cover;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 18px;
}
#head #sp-btn {
  width: 90px;
  height: 90px;
  border-bottom-left-radius: 0px;
}
#head .menu-trigger {
  margin-top: 24px;
}
#foot .wrap .inner {
  display: flex;
     flex-flow: column;
}
#foot .logo {
  margin-right: 0%;
    order: 3;
    text-align: center;
}
#foot .contact {
  margin-right: 0%;
    margin-top: 0px;
}
#foot .wrap {
    padding-left: 7%;
    padding-right: 7%;
    margin-right: 0;
}
#foot .sitemap {
  margin-top: 50px;
    margin-bottom: 50px;
}
#foot .sitemap ul:first-child {
  margin-right: 5%;
    width: 50%;
}
#foot .copyright {
  text-align: center;
}
    #head #sp-global {
        padding-left: 70px;
        bottom: 0;
        padding-right: 70px;
    }
#head #sp-global .menu {
  margin-left: 0%;
    width: 100%;
    padding-right: 0;
}
#head #sp-global .logo {
  display: none;
}
    #head #sp-fix-btn {
        display: block;
        text-align: right;
        box-sizing: border-box;
        background-color: #fff;
    }
#bg-body01 {
  top: -180px;
}
.floor-gall li {
  width: 31.3333%;
    margin-bottom: 25px;
}
.floor-gall li img {
  height: 17.5vw;
}
.medical-download {
    margin-left: 0%;
    margin-right: 0%;
}
.medical-download li {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
    width: 100%;
}
}

@media screen and (max-width: 680px) {
.parking-photo  {
    margin-left: 0%;
    margin-right: 0%;
}
.parking-photo li {
    width: auto;
    margin-left: 0%;
    margin-right: 0%;
}
    .parking-photo li:first-child {
        margin-bottom: 20px;
    }
.schedule-btn {
  margin-top: 30px;
}
.greetiing-flex .photo {
  float: none;
  margin-right: 0px;
  margin-bottom: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.greetiing-flex .name dd {
  font-size: 21px;
    margin-bottom: 25px;
}
.column-dtl {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cau-txt-bold {
  margin-bottom: 25px;
  padding: 10px;
}
.sns-blk {
    display: block;
    
}
.sns-blk:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
    .pdt-sns {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
.sns-blk dt {
  font-size: 19px;
  width: auto;
    margin-bottom: 15px;
}
.about-pilates .pdf {
  display: block;
}
.about-pilates .pdf .img {
    text-align: center;
    margin-bottom: 20px;
  margin-right: 0px;
}
.orthopedics .feature-num dt {
  margin-bottom: 15px;
  font-size: 19px;
}
.about-pilates {
  padding: 15px;
}
.disease ul {
  display:block;
  margin-left: 0%;
  margin-right: 0%;
}
.disease ul li{
  width: auto;
  margin-left: 0%;
  margin-right: 0%;
}
.body-img-btn {
    display: none;
}
    .sp-no-txt {
        display: none;
    }
.flex-h5 {
    display: block;
}
.flex-h5 .date {
    display: block;
}
    
.credit-list li {
    width: 22.9999%;
}
.guide-flow.clients .bg-w h5 {
        font-size: 16px;
}
    br.sp-none {
        display: none;
    }
    .checkup-tbl {
        font-size: 90%;
    }
    .checkup-tbl th{
        padding: 5px;
    }
    .checkup-tbl td{
        padding: 5px;
    }
    .dock-tbl {
        font-size: 90%;
    }
    .dock-tbl th{
        padding: 5px;
    }
    .basic-tbl.dock-tbl th {
    width: 40px;
  }
    .dock-tbl td{
        padding: 5px;
    }
.accordion-box .open-inner h5 {
  font-size: 16px;
}
.h5-ttl {
    font-size: 17px;
    margin-bottom: 15px;
}
.optional-list {
    margin-left: 0;
    margin-right: 0;
}
.optional-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
    .optional-list li.wid {
        width: 100%;
    }
    .optional-list li:last-child {
        margin-bottom: 0;
    }
.remodal {
  padding: 20px;
    padding-bottom: 35px;
}
.remodal h4 {
  margin-bottom: 35px;
}
.remodal .flex {
    display: block;
    
}
.remodal .photo {
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0px;
    
}
.equipment-row {
    margin-left: 0%;
    margin-right: 0%;
}
.equipment-row .blk {
    display: block;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 25px;
}
.equipment-row .blk h3 {
  font-size: 16px;
}
.scroll {
    overflow: auto!important;
}
#home-visual dt {
  font-size: 24px;
  line-height: 42px;
    margin-bottom: 25px;
}
#home-visual dl {
  left: 5%;
    bottom: 80px;
    padding-right: 5%;
}
#home-visual dd {
  font-size: 14px;
  line-height: 21px;
}
#home-department .main-list {
  margin-left: 0%;
  margin-right: 0%;
}
#home-department .main-list li{
    display: block;
  margin-left: 0%;
  margin-right: 0%;
    width: 100%;
}
#home-department .main-list li:not(:last-child) {
        margin-bottom: 10px;
    }
#home-department .main-list li a {
  height: 45px;
    padding-left: 70px;
    background-position: 20px center;
    border-radius: 10px;
    font-size: 16px;
}
#home-department .main-list li dd {
  font-size: 16px;
}
#home-department .main-list li.orthopedics a {
    background-size: calc( 96px / 3 );
}
#home-department .main-list li.rehabilitation a {
    background-size: calc( 82px / 3 );
}
#home-department .main-list li.internal_medicine a {
    background-size: calc( 92px / 3 );
}
#home-department .main-list li.plastic a {
    background-size: calc( 112px / 3 );
}
#home-department .main-list li.neurosurgery a {
    background-size: calc( 106px / 3 );
}
#home-department .main-list li.neurology a {
    background-size: calc( 106px / 3 );
}
#home-department .sub-list {
  padding-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
}
    #home-department .sub-list li {
        width: 100%;
        margin-bottom: 10px;
    }
#home-department .sub-list li a {
  font-size: 16px;
    background-position: 20px center;
    padding-left: 65px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#home-department .sub-list li.checkup a {
  background-size: calc( 50px / 3 );
}
#home-department .sub-list li.vaccination a {
  background-size: calc( 58px / 3 );
}
#free-slide {
  margin-bottom: 90px;
}
#free-slide li {
        width: 360px;
}
#home-features {
	margin-bottom: 100px;	
}
#home-features .list {
    padding: 24px 24px 35px 24px;
}
#home-features .list ul.dot-list {
    padding: 0px;
}
#home-features .list ul.dot-list li {
    padding: 10px 25px;
}
#home-features .list h3 {
    font-weight: 600;
    color: #e0767e;
    font-size: 16px;
}
#home-info {
  margin-bottom: 100px;
}
#home-department {
  margin-bottom: 70px;
}

.home-h2 {
  margin-bottom: 45px;
}
.home-h2 span.jp {
  background-size: 22px;
    font-size: 24px;
    padding-left: 35px;
    margin-top: 10px;
}
.home-h2-def span.jp {
  background-size: 22px;
    font-size: 24px;
    padding-left: 35px;
    margin-top: 10px;
}
#home-features .home-h2-def span.jp {
    background-position: left top;
}
#home-visual {
  margin-bottom: 70px;
    height: 560px;
    margin-left: 0%;
}
#home-visual:after {
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 150px;
    background-color: #fff;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255,250,249,0.6) 0%, rgba(255,250,249,0) 100%);
}
#free-slide {
  margin-bottom: 70px;
}
#home-news {
  margin-bottom: 80px;
}
#home-news li dt {
  margin-bottom: 15px;
}
#home-news li {
  margin-bottom: 35px;
}
#home-topics {
  border-radius: 40px;
    padding-top: 70px;
  padding-bottom: 70px;
    margin-bottom: 70px;
}
#home-facility h2 {
  margin-bottom: 40px;
}
#home-facility li a span {
  height: 70px;
}
#home-facility .hakueikai-link a {
    background-size: 173px;
    background-position: right -5px center;
}
#home-facility .hakueikai-link dl {
    height: 105px;
}  
#home-facility .hakueikai-link dd {
    margin-left: 0;
}
	
#home-topics .swiper-button-prev, #home-topics .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 14px;
}
#home-topics .pager .btn {
  margin-left: 10px;
}
#home-topics .pager {
  right: 25px;
  top: 90px;
}
#home-topics h2 {
  margin-bottom: 50px;
}
#home-topics .blk h3 {
  font-size: 18px;
}
#home-topics .swiper-container {
  padding-bottom: 50px;
}
    
    
    
br.sp-only {
    display: inherit;
}
#head #site-id {
  width: 120px;
  height: 120px;
    border-bottom-right-radius: 12px;
}
#head #site-id img {
  width: 90px;
}
#page-bg {
  height: 300px;
    border-bottom-left-radius: 50px;
}
#parent-ttl {
  top: 130px;
}
#parent-ttl h1 {
  font-size: 26px;
}
#parent-ttl span.eng {
  margin-bottom: 15px;
}
#page-ttl {
  padding-top: 283px;
    margin-bottom: 30px;
}
#page-ttl h2 {
  font-size: 26px;
}
#page-ttl h2::after {
  margin-top: 3px;
}
.h3-ttl {
  font-size: 22px;
  background-size: 22px;
  background-position: left 31px;
  padding-left: 35px;
  padding-top: 25px;
  margin-bottom: 30px;
}
body {
  font-size: 15px;
  line-height: 28px;
}
.txt-mdb {
  margin-bottom: 40px;
}
.bg-white {
  padding: 20px;
    border-radius: 10px;
}
.blk-mdb {
  margin-bottom: 40px;
}
.mynu dt {
  font-size: 16px;
  margin-bottom: 15px;
}
.guide-flow .flow h4 {
  font-size: 17px;
  width: 170px;
}
.guide-flow .flow p,
.guide-flow .flow .bg-w{
  padding: 20px;
    border-radius: 10px;
}
#foot {
  margin-top: 90px;
    padding-top: 210px;
}

#foot::after {
    height: 250px;

}
#foot .wrap {
    border-top-right-radius: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#foot #pagetop {
  right: 40px;
  top: -30px;
}
#foot .contact .tel {
  font-size: 25px;
  margin-bottom: 20px;
}
#foot .logo img {
  width: 130px;
}
#foot .sitemap li {
  font-size: 13px;
}
#foot .sitemap ul:first-child {
  margin-right: 0%;
}
#foot .sitemap {
  margin-top: 40px;
  margin-bottom: 40px;
}
#foot #page-top {
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  background-size: 16px;
}
#head #sp-btn {
  width: 60px;
  height: 60px;
}
#head #sp-fix-btn li a {
  width: 60px;
  height: 60px;
    font-size: 11px;
}
#head #sp-fix-btn {
  right: 60px;
}
#head .menu-trigger {
  width: 21px;
  height: 14px;
    margin-top: 16px;
}
#head .menu-trigger span:nth-of-type(2) {
  top: 6px;
}
#head #sp-btn.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

#head #sp-btn.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
#head #sp-btn p {
  font-size: 10px;
    margin-top: -2px;
}
#head #sp-fix-btn li a span {
  background-size: 23px;
  padding-top: 16px;
  margin-top: 10px;
}
#head #sp-global {
  left: 0px;
    padding-left: 40px;
    border-bottom-left-radius: 0px;
    padding-right: 40px;
}
#head #sp-global .menu .flex {
  padding-top: 80px;
  padding-bottom: 50px;
    vertical-align: top;
}
#head #sp-global .menu > .flex > ul > li > .page a {
  font-size: 21px;
}
#head #sp-global .menu > .flex .sub li {
    display: block;
  margin-right: 0px;
    font-size: 14px;
}
#head #sp-global .menu > .flex > ul > li {
  margin-bottom: 20px;
}
#head #sp-global .menu > .flex .sub {
  margin-top: 5px;
    line-height: 1.5;
}
    #head #sp-global .menu > .flex .sub li {
        margin-bottom: 6px;
    }
    #head #sp-global .menu > .flex .sub li:last-child {
        margin-bottom: 0;
    }
#head #sp-global .menu > .flex > ul > li .page::after {
  margin-left: 15px;
}
#bg-body01 {
  display: none;
}
#bg-body02 {
  width: 600px;
  height: 609px;
  right: -96px;
  bottom: -28px;
}
.mynu-dtl .open-btn {
  text-align: left;
}
.blk-mdb2 {
  margin-bottom: 40px;
}
.mynu {
  margin-top: 40px;
}
.com-btn:link, .com-btn:visited {
  padding: 12px;
}
    .pdf-btn {
        margin-bottom: 20px;
    }

.floor-gall li img {
  height: 24.5vw;
    border-radius: 4px;
}
.floor-gall ul {
    margin-left: -2%;
    margin-right: -2%;
}
.floor-gall li p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.4;
}
.floor-gall li {
  width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
}
.floor-gall h4 {
  margin-right: 15px;
  font-size: 13px;
}
.sec-mdb {
  margin-bottom: 60px;
}
.h4-ttl {
  font-size: 17px;
    padding-left: 27px;
    margin-bottom: 20px;
}
.h4-ttl::before {
  width: 8px;
  height: 8px;
  top: 6px;
}
.license-blk h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.license-blk th {
  display: block;
    width: auto;
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    border-right: none;
}
.license-blk td {
  display: block;
    width: auto;
    padding: 15px;
    padding-top: 0;
}
.license-list li::before {
    top: 12px;
}
.txt-mdb2 {
  margin-bottom: 25px;
}
.checkup-course {
  margin-top: 60px;
  margin-left: 0%;
  margin-right: 0%;
}
.checkup-course .blk {
  display:block;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
    margin-bottom: 40px;
}
.dock-comparison tbody .price {
  width: 45%;
}
.checkup-course .blk h4 {
  font-size: 18px;
margin-bottom: 25px;
}
.checkup-course .blk .pos span {
  width: 80px;
}
.checkup-course .blk .pos {
  margin-bottom: 15px;
}
.bottom-inq {
  padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.bottom-inq h5 {
  font-size: 17px;
    line-height: 1.5;
}
.bottom-inq dt a {
  font-size: 27px;
}
.bottom-inq dd {
  font-size: 14px;
  margin-bottom: 15px;
}
.bottom-inq .time {
  font-size: 13px;
  line-height: 1.6;
}
.basic-tbl th {
  width: 65px;
}
.dock td {
    width: 35%;
    text-align: center;
}
.dock-bnr {
  margin-top: 50px;
}
.lead-txt {
  margin-bottom: 60px;
}
.copy-ttl {
  font-size: 16px;
  margin-bottom: 20px;
}
br.sp-none {
    display: none;
}
.bg-white h4 {
  font-size: 16px;
}
.doctor-dtl {
  display: block;
    padding-bottom: 40px;
margin-bottom: 40px;
}
.doctor-dtl .photo {
  margin-right: auto;
    margin-left: auto;
  width: 190px;
    margin-bottom: 20px;
}
.doctor-dtl .name dd {
  font-size: 21px;
}
.dot-list li {
    line-height: 1.8;
}
    .dot-list li:not(:last-child) {
        margin-bottom: 5px;
    }
    .alignment {
        display: block;
    }
.alignment li {
  width: 100%;
  margin-right: 0px;
}
    .alignment li:not(:last-child) {
        margin-bottom: 35px;
    }
.department-list {
  margin-left: 0%;
  margin-right: 0%;
}
.department-list li{
    display: block;
  margin-left: 0%;
  margin-right: 0%;
    width: 100%;
}
    .department-list li:not(:last-child) {
        margin-bottom: 10px;
    }
.department-list li a {
  height: 45px;
    padding-left: 70px;
    background-position: 20px center;
    border-radius: 10px;
    font-size: 16px;
}
#department .department ul {
    display: block;
}
#department .department li {
    margin-bottom: 10px;
}
#department .department li:last-child {
    margin-bottom: 0px;
}

.department-list li.orthopedics a {
    background-size: calc( 96px / 3 );
}
.department-list li.rehabilitation a {
    background-size: calc( 82px / 3 );
}
.department-list li.physician a {
    background-size: calc( 92px / 3 );
}
.department-list li.plastic a {
    background-size: calc( 112px / 3 );
}
.department-list li.neurosurgery a {
    background-size: calc( 106px / 3 );
}
.inner820.pdt {
  padding-top: 360px;
}
.idea-txt {
  font-size: 16px;
  background-size: 16px;
  padding-top: 15px;
  padding-left: 20px;
}
    
.feature-blk {
  display: block;
    padding-bottom: 40px;
}
    .feature-flex {
        display: block;
    }
.feature-blk .photo {
    text-align: center;
  margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.feature-blk h3 {
  margin-bottom: 15px;
  font-size: 19px;
}
.feature-blk .point {
  margin-bottom: 20px;
}
.feature-num h4 {
    margin-bottom: 20px;
}
.feature-num {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.scedule-tbl {
    white-space: nowrap;
}
.scroll-hint-icon {
  height: 100px !important;
    background-color: #e0767e !important;
}
    .anchor-link li {
        width: 47.9999%;
        margin-bottom: 2%;
    }
.anchor-link li a {
  padding: 14px;
  font-size: 13px;
}
.anchor-link {
  margin-bottom: 10px;
}
.schedule-download {
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 1.5;
  }
.schedule-download a {
  padding: 10px;
}
.schedule-update {
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: -22px;
}
.sub-ttl {
  font-size: 15px;
  line-height: 1.6;
}
.schedule-supplement {
  padding: 20px;
}
    .scroll {
        box-shadow: 5px 3px 14px 7px rgba(76, 37, 40, 0.03) !important;
        border-radius: 15px;
    }
.basic-tbl.access-tbl th {
  width: 100px;
}
.access-method h4::before {
  width: 34px;
  height: 34px;
  top: 1px;
}
.access-method h4 {
  padding-left: 40px;
}
.access-map iframe {
  height: 250px;
}
#home-info table {
  font-size: 14px;
    line-height: 1.7;
}
#home-info table th {
  padding: 10px;
}
#home-info table td {
  padding: 10px;
}
#home-info .btn {
  display: block;
    margin-top: 40px;
}
    #home-info .btn li:not(:last-child) {
        margin-bottom: 10px;
    }
#news-pager span,
#news-pager a{
    width: 35px;
    line-height: 35px;
}
.news-single h2 {
  font-size: 20px;
  margin-bottom: 40px;
}
#home-info .inq-blk h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

#home-info .inq-blk dt {
  font-size: 27px;
    margin-bottom: 10px;
}
#home-department .main-list li a:after {
    top: 50%;
    margin-top: -5px;
    right: 20px;
    bottom: inherit;
}
.dot-list-sub li:before {
    top: 12px;
}
.parking-map {
    padding: 15px;
}
.parking-photo {
    margin-bottom: 40px;
}
    .parking-photo li img {
        border-radius: 8px;
    }
.accordion-box .btn {
    padding: 15px;
}
.accordion-box .open-inner {
  padding: 15px;

}
.accordion-box .hos-list {
  margin-top: 15px;
}
.medical-download li a {
  line-height: 1.4;
}
.medical-download li a > span {
  background-size: 20px;
  background-position: left 15px center;
  padding-left: 18px;
  display: block;
}
.schedule-cau {
    margin-bottom: 50px;
}
.column-dtl .blk:first-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#foot .foot-sns li a.column {
  font-size: 85%;
}
	
#brain-checkup .basic-tbl th span {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    padding: 4px 8px;
    width: 70px;
}
#topics .cost .basic-tbl th {
        padding: 12px;
    }
    #topics .cost .basic-tbl td {
        padding: 12px;
    }
#topics .cost .basic-tbl tbody th {
  width: 52%;
}
}
@media screen and (max-width: 375px) {
    .checkup-tbl {
        width: 400px;
    }
    .checkup-tbl tbody th{
        width: 50px;
    }
}





















.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:2;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0.2;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}





[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,10px,0)}[data-aos=fade-down]{/* transform:translate3d(0,-50px,0); */}[data-aos=fade-right]{transform:translate3d(-20px,0,0)}[data-aos=fade-left]{transform:translate3d(50px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
