/*---------------------------
index
----------------------------*/
.mv {
  width: 100vw;
  height: 40vx;
  position: relative;
  text-align: left;
  margin-bottom: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .mv {
    /*sp*/
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.mv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 47%;
  background: #90C4CF;
  width: 100px;
  height: 100px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .mv:before {
    /*sp*/
    top: 40px;
    right: 0;
    left: auto;
    width: 60px;
    height: 60px;
  }
}
.mv:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 10%;
  background: #90CFB0;
  width: 70px;
  height: 70px;
  z-index: 11;
}
@media screen and (max-width: 640px) {
  .mv:after {
    /*sp*/
    bottom: 140px;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.mv img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mv img {
    /*sp*/
    width: 100%;
  }
}
.mv .txt {
  position: absolute;
  font-size: 3.0vw;
  line-height: 3.9vw;
  font-weight: bold;
  text-align: left;
  top: 40%;
  left: 60%;
  color: #557189;
}
@media screen and (max-width: 640px) {
  .mv .txt {
    /*sp*/
    position: static;
    text-align: center;
    padding: 2.0rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 5px;
  }
}
.mv .txt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  right: -10px;
  background: #557189;
  width: 50px;
  height: 50px;
  z-index: 12;
}
@media screen and (max-width: 640px) {
  .mv .txt:after {
    /*sp*/
    display: none;
  }
}

main section #greeting {
  background: url(../img/common/intro_bg.png) repeat-y;
  background-color: #F9F2E6;
  background-size: 80% auto;
  margin-bottom: 5.0em;
}
@media screen and (max-width: 640px) {
  main section #greeting {
    /*sp*/
    background-image: none;
    margin-bottom: 0.5rem;
  }
}
main section #greeting:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 4%;
  background: #557189;
  width: 80px;
  height: 80px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  main section #greeting:before {
    /*sp*/
    display: none;
  }
}
main section #greeting .inner {
  position: relative;
}
@media screen and (max-width: 640px) {
  main section #greeting .inner {
    /*sp*/
    max-width: 80%;
  }
}
main section #greeting .inner h2 {
  width: 100%;
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 640px) {
  main section #greeting .inner h2 {
    /*sp*/
    width: 70%;
    margin: auto;
    top: -20px;
    left: 0;
    right: 0;
  }
}
main section #greeting .inner h2 img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  main section #greeting .inner h2 img {
    /*sp*/
  }
  main section #greeting .inner h2 img:nth-of-type(2) {
    display: none;
  }
  main section #greeting .inner h2 img:nth-of-type(3) {
    margin-top: 1.5em;
    width: 40%;
  }
}
main section #greeting .inner .txt {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: left;
  font-size: 1.2em;
  line-height: 2.0em;
}
@media screen and (max-width: 640px) {
  main section #greeting .inner .txt {
    /*sp*/
    width: 100%;
    float: none;
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding-top: 100px;
  }
}
main section #greeting .inner .txt .title {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  main section #greeting .inner .txt .title {
    /*sp*/
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
main section #greeting .inner .txt span {
  display: block;
  text-align: right;
  font-size: 1.6em;
  margin-top: 1.0em;
}
@media screen and (max-width: 640px) {
  main section #greeting .inner .txt span {
    /*sp*/
    text-align: center;
    font-size: 1.2rem;
  }
}
main section #business {
  margin-bottom: 3.0em;
}
@media screen and (max-width: 640px) {
  main section #business {
    /*sp*/
    margin-bottom: 1.0rem;
  }
}
main section #business .title {
  background-color: #557189;
  background-image: url(../img/medical/business_bg.png), url(../img/common/business_bg.png);
  background-repeat: no-repeat,repeat-x;
  background-position: top right,top left;
  padding: 160px 3.0em 320px 3.0em;
  position: relative;
}
@media screen and (max-width: 640px) {
  main section #business .title {
    /*sp*/
    background-image: url(../img/medical/business_bg.png), none;
    background-size: 90%,auto;
    background-color: #557189;
    background-position: 250% 20%,top left;
    padding: 2.0rem 2.0rem 180px 2.0rem;
  }
}
main section #business .title h2 {
  color: #fff;
  text-align: left;
  font-size: 2.0em;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  main section #business .title h2 {
    /*sp*/
    font-size: 1.0rem;
  }
}
main section #business .title h2 span {
  display: block;
  font-size: 3.6em;
  line-height: 1.0em;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  main section #business .title h2 span {
    /*sp*/
    font-size: 2.0rem;
  }
}
main section #business .title .img {
  width: 80%;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  main section #business .title .img {
    /*sp*/
    align-items: flex-start;
    bottom: -70px;
  }
}
main section #business .title .img img {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 640px) {
  main section #business .title .img img {
    /*sp*/
    width: 46%;
  }
  main section #business .title .img img:nth-of-type(3) {
    display: none;
  }
}
main section #business .inner {
  padding-top: 160px;
}
@media screen and (max-width: 640px) {
  main section #business .inner {
    /*sp*/
    max-width: 85%;
    margin: auto;
    padding-top: 100px;
  }
}
main section #business .inner h2 {
  margin-bottom: 3.0em;
  padding: 1.0em 0;
  border-top: 1px solid #557189;
  border-bottom: 1px solid #557189;
  font-size: 2.2em;
  color: #557189;
  letter-spacing: 5px;
}
@media screen and (max-width: 640px) {
  main section #business .inner h2 {
    /*sp*/
    font-size: 1.0rem;
  }
}
main section #business .inner .row .col {
  margin-bottom: 3.0em;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
main section #business .inner .row .col .txt {
  width: 45%;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 640px) {
  main section #business .inner .row .col .txt {
    /*sp*/
    width: 100%;
    order: 2;
  }
}
main section #business .inner .row .col .txt span {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.4em;
  color: #557189;
}
@media screen and (max-width: 640px) {
  main section #business .inner .row .col .txt span {
    /*sp*/
    font-size: 1.2rem;
    text-align: center;
  }
}
main section #business .inner .row .col .img {
  width: 45%;
}
@media screen and (max-width: 640px) {
  main section #business .inner .row .col .img {
    /*sp*/
    width: 100%;
    order: 1;
    margin-bottom: 1.0rem;
  }
}
main section #business .inner .row .col:nth-of-type(even) .txt {
  order: 2;
}
main section #business .inner .row .col:nth-of-type(even) .img {
  order: 1;
}
main section #outline .inner > h2 {
  margin-bottom: 2.0em;
  padding-bottom: 2.0em;
  border-bottom: 2px solid #557189;
  font-size: 1.8em;
  font-weight: bold;
  color: #557189;
  letter-spacing: 5px;
}
main section #outline .inner dl {
  margin-bottom: 5.0em;
}
main section #outline .inner dl div {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main section #outline .inner dl div:nth-of-type(even) {
  background: #eee;
}
main section #outline .inner dl div dt {
  width: 20%;
  padding: 2.0em 10px;
}
@media screen and (max-width: 640px) {
  main section #outline .inner dl div dt {
    /*sp*/
    width: 100%;
    background: #eee;
    padding: 1.0rem;
  }
}
main section #outline .inner dl div dd {
  width: 75%;
  padding: 2.0em 10px;
}
@media screen and (max-width: 640px) {
  main section #outline .inner dl div dd {
    /*sp*/
    width: 100%;
    background: #fff;
    padding: 1.0rem;
  }
}
main section #outline .map .row .col {
  width: 50%;
}
@media screen and (max-width: 640px) {
  main section #outline .map .row .col {
    /*sp*/
    width: 100%;
  }
}
main section #outline .map .row .col h2 {
  text-align: left;
  padding: 1.0em;
}
main section #outline .map .row .col iframe {
  width: 100% !important;
}
