/*------------------------
  Header
------------------------*/
.home .site-header {
  position: absolute;
}

/*------------------------
  Footer
------------------------*/
.home .site-footer .row-default {
  padding: 40px 0 70px;
}

/*------------------------
  KV
------------------------*/
.kv-sect {
  height: 1000px;
  background: url(../images/top/kv.png) no-repeat center bottom/cover;
  position: relative;
}

.kv-sect .wrapper {
  max-width: 1460px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.kv-sect h1 {
  color: #565656;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.6;
}

.kv-sect h1 span {
  display: block;
  font-size: 26px;
  line-height: 1.6;
  margin-top: 5px;
}

.kv-sect .icon-map {
  position: absolute;
  width: 250px;
  width: 20.833vw;
  height: 250px;
  height: 20.833vw;
  right: 30px;
  right: 2.5vw;
  bottom: -50px;
  bottom: -4.167vw;
}

.kv-sect .icon-map img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kv-sect {
    height: 695px;
    background: url(../images/top/kv_sp.png) no-repeat center bottom/cover;
    position: relative;
  }
  .kv-sect .wrapper {
    padding: 0 25px;
  }
  .kv-sect h1 {
    color: #FFF;
    font-size: 28px;
  }
  .kv-sect h1 span {
    font-size: 17px;
  }
  .kv-sect .icon-map {
    display: none;
  }
}
/*------------------------
  Main Contents
------------------------*/
.main-contents {
  background: url(../images/top/msg_bg.png) no-repeat center/cover;
}

.info-wrap {
  background-color: #FCC360;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 0 15px;
  border-radius: 10px;
  position: fixed;
  z-index: 90;
  left: 0;
  bottom: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.info-wrap summary {
  line-height: 50px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.info-wrap summary::marker {
  content: none;
}

.info-wrap summary::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 18px;
}

.info-wrap details[open] summary::before {
  transform: rotate(-45deg);
}

.info-wrap .row-default {
  flex-wrap: nowrap;
  padding: 10px 0;
}

.info-wrap .info-detail {
  color: #FFF;
}

.info-wrap .info-detail a.map-btn {
  flex: 1;
  background-color: #FFF;
  color: #FCC360;
  text-align: center;
  font-size: 14px;
  border-radius: 14px;
  line-height: 28px;
  margin-left: 15px;
}

.info-wrap .info-detail a.map-btn .icon {
  position: relative;
  padding-right: 15px;
}

.info-wrap .info-detail a.map-btn .icon::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fcc360;
}

/*------------------------
  Partial
------------------------*/
.char {
  position: absolute;
  width: 50vw;
}

.char img {
  width: 100%;
}

/*------------------------
  Greeting
------------------------*/
.greeting-sect {
  position: relative;
}

.greeting-sect .char {
  width: calc(50vw - 45px);
  width: 46.25vw;
  right: 10px;
  right: 0.833vw;
}

.greeting-sect .content-title {
  margin: 10px 0 35px;
  margin: 0.833vw 0 2.917vw;
  position: relative;
}

.greeting-sect .row-default {
  margin: -35px;
  margin: -2.917vw;
  position: relative;
}

.greeting-sect .row-default .col2 {
  padding: 35px;
  padding: 2.917vw;
}

.greeting-sect .row-default .sign {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.greeting-sect .row-default .sign small {
  font-size: 15px;
  font-size: 1.25vw;
  margin-right: 1em;
}

.greeting-sect .row-default .profile {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
  margin-top: 3.333vw;
}

.greeting-sect .row-default .profile dt {
  width: 140px;
  width: 11.667vw;
  background-color: #D2D2D2;
  border-radius: 0.833vw 0 0 0.833vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-size: 2vw;
}

.greeting-sect .row-default .profile dd {
  background-color: #FFF;
  width: calc(100% - 150px);
  width: calc(100% - 12.5vw);
  margin-left: 10px;
  margin-left: 0.833vw;
  padding: 2.5vw;
  border-radius: 0 0.833vw 0.833vw 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.greeting-sect .row-default .profile dd ul {
  line-height: 1.6;
}

.greeting-sect .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 90px -35px 0;
  margin: 7.25vw -2.917vw 0;
}

.greeting-sect .btn-wrap .link-btn {
  padding: 0 35px;
  padding: 0 2.917vw;
}

@media screen and (min-width: 1200px) {
  .greeting-sect .char {
    width: calc(50vw - 45px);
    right: 10px;
  }
  .greeting-sect .content-title {
    margin: 10px 0 35px;
  }
  .greeting-sect .row-default {
    margin: -35px;
  }
  .greeting-sect .row-default .col2 {
    padding: 35px;
  }
  .greeting-sect .row-default .sign small {
    font-size: 15px;
  }
  .greeting-sect .row-default .profile {
    margin-top: 40px;
  }
  .greeting-sect .row-default .profile dt {
    width: 140px;
    border-radius: 10px 0 0 10px;
    font-size: 24px;
  }
  .greeting-sect .row-default .profile dd {
    width: calc(100% - 150px);
    margin-left: 10px;
    padding: 15px;
    border-radius: 0 10px 10px 0;
  }
  .greeting-sect .btn-wrap {
    margin: 90px -35px 0;
  }
  .greeting-sect .btn-wrap .link-btn {
    padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .greeting-sect .char {
    width: 100%;
    position: relative;
    right: auto;
    left: 0;
    top: auto;
  }
  .greeting-sect .char img {
    width: auto;
    height: 76px;
  }
  .greeting-sect .content-title {
    margin: -50px 0 30px;
  }
  .greeting-sect .row-default {
    margin: 0;
  }
  .greeting-sect .row-default .col2 {
    padding: 0;
  }
  .greeting-sect .row-default .col2 + .col2 {
    margin-top: 30px;
  }
  .greeting-sect .row-default .col2 p {
    font-size: 14px;
  }
  .greeting-sect .row-default .sign .name {
    font-size: 24px;
  }
  .greeting-sect .row-default .sign small {
    font-size: 14px;
  }
  .greeting-sect .row-default .profile {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .greeting-sect .row-default .profile dt {
    width: 100%;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
  }
  .greeting-sect .row-default .profile dd {
    width: 100%;
    margin-left: 0;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    font-size: 13px;
  }
  .greeting-sect .btn-wrap {
    margin: 10px 0 0;
  }
  .greeting-sect .btn-wrap .link-btn {
    padding: 30px 0 0;
  }
}
/*------------------------
  Features
------------------------*/
.feature-sect {
  position: relative;
}

.feature-sect .char {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.feature-sect .char img {
  display: block;
  margin: 0 auto;
}

.feature-sect .content-title {
  text-align: center;
  position: relative;
  padding: 60px 0 70px;
  padding: 5vw 0 5.833vw;
  margin-bottom: 0;
}

.feature-sect .row-default {
  margin: -0.833vw;
}

.feature-sect .row-default .col3 {
  padding: 0.833vw;
}

.feature-sect .row-default .inner {
  background-color: #FFF;
  height: 100%;
  border-radius: 0.833vw;
  padding: 20px 25px 60px;
  padding: 1.667vw 2.083vw 5vw;
}

.feature-sect .row-default h3 {
  font-size: 24px;
  font-size: 2vw;
  font-weight: 400;
  color: #707070;
  margin: 1.25vw 0;
}

.feature-sect .row-default p {
  line-height: 2;
  font-size: 15px;
  font-size: 1.25vw;
}

@media screen and (min-width: 1200px) {
  .feature-sect .content-title {
    padding: 60px 0 70px;
  }
  .feature-sect .row-default {
    margin: -10px;
  }
  .feature-sect .row-default .col3 {
    padding: 10px;
  }
  .feature-sect .row-default .inner {
    border-radius: 10px;
    padding: 20px 25px 60px;
  }
  .feature-sect .row-default h3 {
    font-size: 24px;
    margin: 15px 0;
  }
  .feature-sect .row-default p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .feature-sect {
    overflow: hidden;
  }
  .feature-sect .char {
    width: auto;
    top: 0;
  }
  .feature-sect .char img {
    max-width: none;
    width: auto;
    height: 65px;
    position: relative;
  }
  .feature-sect .content-title {
    text-align: center;
    position: relative;
    padding: 1.6em 0 30px;
    margin-bottom: 0;
  }
  .feature-sect .row-default {
    margin: -10px 0;
  }
  .feature-sect .row-default .col3 {
    padding: 10px 0;
    width: 100%;
  }
  .feature-sect .row-default .col3 img {
    width: 100%;
  }
  .feature-sect .row-default .inner {
    border-radius: 10px;
    padding: 15px;
  }
  .feature-sect .row-default h3 {
    font-size: 18px;
    margin: 15px 0 10px;
  }
  .feature-sect .row-default p {
    font-size: 14px;
  }
}
/*------------------------
  Treatment
------------------------*/
.treatment-sect .wrapper {
  position: relative;
}

/* .treatment-sect .char {
  left: 50%;
  transform: translateX(-50%);
} */
.treatment-sect .content-title {
  padding: 60px 0 0;
  padding: 5vw 0 0;
}

.treatment-sect .content-title + p {
  line-height: 1.6;
}

.treatment-sect .row-default {
  justify-content: space-between;
  margin-top: 3.333vw;
}

.treatment-sect .row-default .col4 {
  width: 23%;
}

.treatment-sect .row-default a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #565656;
  border-radius: 0.833vw;
  text-align: center;
  padding: 60px 15px;
  padding: 5vw 1.25vw;
}

.treatment-sect .row-default a svg {
  fill: #707070;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  width: auto;
  height: 56px;
  height: 4.667vw;
}

.treatment-sect .row-default a h3 {
  font-size: 22px;
  font-size: 1.833vw;
  width: 100%;
  margin-top: 2.5vw;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.treatment-sect .row-default a:hover {
  background-color: #6c996d;
  border-color: #6c996d;
}

.treatment-sect .row-default a:hover svg {
  fill: #FFF;
}

.treatment-sect .row-default a:hover h3 {
  color: #FFF;
}

.treatment-sect .link-btn {
  margin: 90px auto 0;
  margin: 7.25vw auto 0;
}

@media screen and (min-width: 1200px) {
  .treatment-sect {
    position: relative;
  }
  .treatment-sect .char {
    left: 30px;
  }
  .treatment-sect .content-title {
    padding: 60px 0 0;
  }
  .treatment-sect .row-default {
    margin-top: 40px;
  }
  .treatment-sect .row-default a {
    border-radius: 10px;
    padding: 60px 15px;
  }
  .treatment-sect .row-default a svg {
    height: 56px;
  }
  .treatment-sect .row-default a h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  .treatment-sect .link-btn {
    margin: 90px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .treatment-sect {
    overflow: hidden;
  }
  .treatment-sect .char {
    left: 0;
  }
  .treatment-sect .char img {
    max-width: none;
    width: auto;
    height: 55px;
  }
  .treatment-sect .content-title {
    padding: 1.2em 0 0;
  }
  .treatment-sect .row-default {
    margin-top: 15px;
  }
  .treatment-sect .row-default .col4 {
    width: 48.5%;
    margin-top: 15px;
  }
  .treatment-sect .row-default a {
    border-radius: 10px;
    text-align: center;
    padding: 30px 15px;
    border-color: #6c996d;
  }
  .treatment-sect .row-default a svg {
    fill: #6c996d;
    height: 38px;
  }
  .treatment-sect .row-default a h3 {
    font-size: 15px;
    margin-top: 15px;
  }
  .treatment-sect .link-btn {
    margin: 90px auto 0;
    margin: 7.25vw auto 0;
  }
}
/*------------------------

------------------------*/