/***********************************************
 stage
************************************************/
#stage{
    background: #e1f3ef;
    padding: 60px 0 0 0;
    position: relative;
    width: 100%;
}
#stage:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    max-width: 1118px;
    width: 100%;
    padding-top: 25%;
    background: url(../images/common/seat.svg) no-repeat;
    background-size: cover;
}
@media screen and (min-width: 1118px) {
#stage:before{
    width: 1118px;
    padding-top: 0;
    height: 285px;
}
}
#stage .inner{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#stage .inner:before{
    position: absolute;
    content: "";
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1000px;
    height: 604px;
    background: url(../images/top/spot.png) no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}
#stage .inner h1{
    width: 90%;
    max-width: 710px;
    margin: 0 auto;
}
#stage .inner h1 img,#stage .inner span img{
    width: 100%;
    height: auto;
}
#stage .inner span {
    width: 80%;
    max-width: 450px;
    display: block;
    margin: -20px auto 0 auto;
}
/*** triangle ******************************/
#stage .triangle li{
    position: absolute;
    content: "";
    z-index: 3;
}
#stage .triangle li:nth-of-type(1){
    top: 65%;
    left: -7%;
    width: 8%;
    padding-top: 7.9%;
    background: url(../images/common/tr-1.svg) no-repeat;
    background-size: cover;
    animation: tr1 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr1 {
  100% {
    top: 65%;
    left: 3%;
    opacity: 1;
  }
}
#stage .triangle li:nth-of-type(2){
    top: 25%;
    left: 0;
    width: 4%;
    padding-top: 4%;
    background: url(../images/common/tr-2.svg) no-repeat;
    background-size: cover;
    animation: tr2 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr2 {
  100% {
    top: 35%;
    left: 10%;
    opacity: 1;
  }
}
#stage .triangle li:nth-of-type(3){
    top: 32%;
    left: 10%;
    width: 11%;
    padding-top: 11%;
    background: url(../images/common/tr-3.svg) no-repeat;
    background-size: cover;
    animation: tr3 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr3 {
  100% {
    top: 42%;
    left: 20%;
    opacity: 1;
  }
}
#stage .triangle li:nth-of-type(4){
    top: 88%;
    left: 8%;
    width: 9%;
    padding-top: 8.4%;
    background: url(../images/common/tr-4.svg) no-repeat;
    background-size: cover;
    animation: tr4 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr4 {
  100% {
    top: 78%;
    left: 18%;
    opacity: 1;
  }
}
#stage .triangle li:nth-of-type(5){
    top: 32%;
    right: 10%;
    width: 10.9%;
    padding-top: 10.5%;
    background: url(../images/common/tr-5.svg) no-repeat;
    background-size: cover;
    animation: tr5 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr5 {
  100% {
    top: 42%;
    right: 20%;
    opacity: 1;
  }
}
#stage .triangle li:nth-of-type(6){
    top: 95%;
    right: 10%;
    width: 5.3%;
    padding-top: 5%;
    background: url(../images/common/tr-6.svg) no-repeat;
    background-size: cover;
    animation: tr6 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr6 {
  100% {
    top: 85%;
    right: 20%;
    opacity: 1;
  }
}
#stage .triangle li:nth-of-type(7){
    top: 83%;
    right: 0;
    width: 5.3%;
    padding-top: 5%;
    background: url(../images/common/tr-7.svg) no-repeat;
    background-size: cover;
    animation: tr7 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr7 {
  100% {
    top: 73%;
    right: 10%;
    opacity: 1;
  }
}
#stage .triangle li:nth-of-type(8){
    top: 30%;
    right: -5%;
    width: 4%;
    padding-top: 4%;
    background: url(../images/common/tr-8.svg) no-repeat;
    background-size: cover;
    animation: tr8 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr8 {
  100% {
    top: 40%;
    right: 5%;
    opacity: 1;
  }
}
/***********************************************
 desk
************************************************/
#desk{
    margin: 0;
    padding: 30px 0 100px 0;
    text-align: center;
    background:#e1f3ef url(../images/common/glid.svg) no-repeat;
    background-position: center bottom;
    background-size: 1400px 220px;
    position: relative;
}
@media screen and (min-width: 1400px) {
#desk{
    background-size: 100% auto;
}
}
#desk span{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%);
    width: 100%;
    max-width: 1032px;
}
#desk span img{
    width: 100%;
    height: auto;
}
#desk .inner{
    max-width: 740px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#desk .inner p{
    font-weight: 500;
    padding: 0 0 50px 0;
    line-height: 200%;
}
/***********************************************
 reason
************************************************/
#reason {
    background:#e1f3ef;
    padding: 50px 0;
}
#reason .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    border: 6px solid var(--main-color);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 70px 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#reason .inner:before{
    position: absolute;
    content: "";
    left: 20px;
    top: -30px;
    width: 150px;
    height: 67px;
    background: url(../images/top/reason-t.svg) no-repeat;
}
#reason .inner .column-l{
    width: 40%;
    text-align: center;
    position: relative;
}
#reason .inner .column-l:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 61%;
    padding-top: 60%;
    background: url(../images/top/triangle-l.svg) no-repeat;
    background-size: cover;
    z-index: 0;
    animation: tr-l 15s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
}
@keyframes tr-l {
0%{
    transform: rotate(0deg) ;
  }
50%{
    transform: rotate(180deg) scale(0.7);
  }
100% {
    transform: rotate(360deg) ;
  }
}
#reason .inner .column-l h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 150%;
    color: var(--main-color);
    padding: 40px 0 0 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1200px) {
#reason .inner .column-l h2{
    font-size:4.5vw;
}
}
#reason .inner .column-l h2 span{
    padding: 0 5px;
    background-image: linear-gradient(90deg, #88eeb3, #ffff22);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 15%;
    white-space: nowrap;
}
#reason .inner .column-l img{
    max-width: 310px;
    width: 100%;
    height: auto;
}
#reason .inner .column-r{
    width: 55%;
}
#reason .inner .column-r #mdropmenu{
     width:100%;
}
#reason .inner .column-r #mdropmenu>li {
    border: 2px solid var(--main-color);
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 500;
    padding:25px 25px;
    color: var(--main-color);
    background: #fff;
    border-radius: 50px;
	display:block;
    position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    margin: 0 0 50px 0;
}
#reason .inner .column-r #mdropmenu>li:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    bottom: -35px;
    border-style: solid;
    border-color: transparent var(--main-color) transparent transparent;
    border-width: 0 45px 35px 0;
    transform: scale(-1, 1);
}
#reason .inner .column-r #mdropmenu>li:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    bottom: -30px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0 41px 30px 0;
    z-index: 10;
    transform: scale(-1, 1);
}
#reason .inner .column-r #mdropmenu>li p{
    padding:0 40px 0 0;
    margin: 0;
    font-size: 18px;
}
#reason .inner .column-r #mdropmenu>li .fa-plus-circle{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 41px;
    height: 22px;
    background: url(../images/top/tr-dw.svg) no-repeat;
    background-size: cover;
}
#reason .inner .column-r #mdropmenu>li .fa-minus-circle{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 41px;
    height: 22px;
    background: url(../images/top/tr-up.svg) no-repeat;
    background-size: cover;
}
#reason .column-r #mdropmenu .mlist{
    cursor:pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    position: relative;
}
#reason  .column-r #mdropmenu li ul{
    display:none;
    padding: 20px;
    background: #e1f3ef;
    border-radius: 10px;
    margin: 15px 0 0 0;
}
#reason  .column-r #mdropmenu li ul li{
    font-size: 18px;
}
#reason .inner .column-r .doctor {
    display: none;
}
#reason .inner .column-r .doctor img{
    width: 100%;
    height: auto;
    max-width: 310px;
}
/***********************************************
 solutions
************************************************/
#solutions {
    background:#e1f3ef;
    padding: 50px 0;
    position: relative;
}
#solutions:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 18px;
    background: url(../images/common/note.svg) repeat-x;
}
#solutions .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#solutions .inner:before{
    position: absolute;
    content: "";
    right: 0;
    top: -70px;
    width: 27.5%;
    padding-top: 27%;
    background: url(../images/top/triangle-l.svg) no-repeat;
    background-size: cover;
    z-index: 0;
    animation: tr-l 15s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
}
@keyframes tr-l {
0%{
    transform: rotate(0deg) ;
  }
50%{
    transform: rotate(180deg) scale(0.7);
  }
100% {
    transform: rotate(360deg) ;
  }
}
#solutions .inner h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 150%;
    color: var(--main-color);
    text-align: center;
    padding: 0 0 70px 0;
    position: relative;
    z-index: 2;
}
#solutions .inner h2 span{
    padding: 0 5px;
    background-image: linear-gradient(90deg, #88eeb3, #ffff22);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 15%;
}
#solutions .inner .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#solutions .inner .row .board{
    width: calc(31% - 60px);
    background: #80708d;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 30px 30px 45px 30px;
    position: relative;
    z-index: 3;
}
#solutions .inner .row .board a{
    color: #fff;
}
#solutions .inner .row .board:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    border-radius: 0 0 6px 6px;
    background: #fbd3a7;
}
#solutions .inner .row .board:after{
    position: absolute;
    content: "";
    right: 15px;
    bottom: 25px;
    width: 137px;
    height: 44px;
    background: url(../images/common/board-obj.svg) no-repeat;
    background-size: cover;
    background-position: left bottom;
}
#solutions .inner .row .board h3 {
    text-align: center;
}
#solutions .inner .row .board h3 span{
    color: var(--sub-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
}
#solutions .inner .row .board h3 img{
    display: block;
    max-width: 115px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}
#solutions .inner .row .board span img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 980px) {
/***********************************************
 reason
************************************************/
#reason .inner{
    border: 5px solid var(--main-color);
    padding: 50px 15px;
}
/***********************************************
 solutions
************************************************/
#solutions .inner .row .board{
    width: calc(48% - 40px);
    padding: 20px 20px 45px 20px;
}
}
@media screen and (max-width: 850px) {
/***********************************************
 reason
************************************************/
#reason .inner .column-l h2{
    font-size:9vw;
}
#reason .inner .column-l{
    width: 100%;
    margin-bottom: 40px;
}
#reason .inner .column-l img{
    display: none;
}
#reason .inner .column-r{
    width: 100%;
}
#reason .inner .column-r #mdropmenu>li {
    font-size: 20px;
    padding:20px 20px;
}
#reason .inner .column-r #mdropmenu>li p{
    padding:0 30px 0 0;
}
#reason .inner .column-r #mdropmenu>li .fa-plus-circle{
    width: 30px;
    height: 16px;
}
#reason .inner .column-r #mdropmenu>li .fa-minus-circle{
    width: 30px;
    height: 16px;
}
#reason  .column-r #mdropmenu li ul{
    padding: 15px;
}
#reason .inner .column-r .doctor {
    display: block;
    text-align: center;
    margin: 20px auto 0 auto;
}
}
@media screen and (max-width: 768px) {
/***********************************************
solutions
************************************************/
#solutions .inner h2{
    font-size: 7vw;
}
}
@media screen and (max-width: 640px) {
/***********************************************
stage
************************************************/
#stage .inner{
    margin: 40px auto 0 auto;
}
#stage .inner h1{
    width: 100%;
}
/*** triangle ******************************/
#stage .triangle li:nth-of-type(1){
    width: 10%;
    padding-top: 9.9%;
}
#stage .triangle li:nth-of-type(4){
    width: 11%;
    padding-top: 10.3%;
}
#stage .triangle li:nth-of-type(6){
    width: 10%;
    padding-top: 9.4%;
}
#stage .triangle li:nth-of-type(7){
    width: 8%;
    padding-top: 7.5%;
}
/***********************************************
 desk
************************************************/
#desk p{
    text-align: left;
}
/***********************************************
 reason
************************************************/
#reason .inner .column-r #mdropmenu>li {
    margin: 0 0 40px 0;
}
#reason .inner .column-r #mdropmenu>li:before {
    bottom: -30px;
    border-width: 0 40px 30px 0;
}
#reason .inner .column-r #mdropmenu>li:after {
    bottom: -25px;
    border-width: 0 36px 26px 0;
}
/***********************************************
 solutions
************************************************/
#solutions .inner .row .board{
    width: calc(100% - 40px);
}
}
@media screen and (max-width: 500px) {
/***********************************************
 stage
************************************************/
#stage:before{
    top: 40%;
}
#stage .inner:before{
    top: 20%;
    width: 500px;
    height: 302px;
}
#stage .triangle li:nth-of-type(3){
    top: 39%;
    left: 10%;
    width: 11%;
    padding-top: 11%;
    background: url(../images/common/tr-3.svg) no-repeat;
    background-size: cover;
    animation: tr3 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr3 {
  100% {
    top: 49%;
    left: 20%;
    opacity: 1;
  }
}
/***********************************************
 desk
************************************************/
#desk{
    padding: 20px 0 100px 0;
}
/***********************************************
 reason
************************************************/
#reason .inner .column-r #mdropmenu>li {
    font-size: 18px;
}
/***********************************************
 solutions
************************************************/
#solutions .inner:before{
    width: 40.5%;
    padding-top: 40%;
}
#solutions .inner h2{
    padding: 0 0 40px 0;
}
#solutions .inner .row .board h3 span{
    font-size: 28px;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
@media screen and (max-width: 300px) {
}