/* Scss Document */
.business .title-l {
  margin-bottom: 2em;
  font-size: 3rem;
}
.business-wrapper {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
}
.business-item {
  width: 48%;
  min-height: 440px;
  text-align: center;
}
.business-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  height: 100%;
  min-height: 440px;
  position: relative;
  font-size: 2rem;
}
.business-item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.business-item figure img {
  margin: -1em auto 1em;
  width: auto;
  height: 100px;
}
.business-item .title {
  margin: 0.25em auto;
}
.business-clinic {
  margin: 0 auto 0 0;
  background: url(../img/business/bg_clinic.svg) no-repeat center center;
  background-size: 100% auto;
}
.business-clinic .title,
.business-clinic .lead {
  color: #163b70;
}
.business-life {
  margin: 0 0 0 auto;
  background: url(../img/business/bg_life.svg) no-repeat center center;
  background-size: 100% auto;
}
.business-life .title,
.business-life .lead {
  color: #89331B;
}
.business-travel {
  background: url(../img/business/bg_travel.svg) no-repeat center center;
  background-size: 100% auto;
}
.business-travel .title,
.business-travel .lead {
  color: #408E69;
}

.btn-more {
  position: absolute;
  bottom: 3em;
  left: 0;
  width: 100%;
  margin-top: 2em;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.business-btn-list .business-btn {
  margin: 0 0.5em;
}
.business-btn-list a {
  padding: 0.5em 1em;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.business-btn-list a span {
  font-weight: bold;
}
.business-btn-list a img {
  vertical-align: middle;
}
.business-btn-list .join a {
  background: #EF835B;
}
.business-btn-list .web a {
  background: #163b70;
}

.partner-list .partner-item {
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner-list .partner-item dt {
  font-weight: bold;
}
.partner-list .partner-item dd {
  margin: 0 0 0 auto;
  width: 615px;
}

.btn-detail {
  text-align: center;
}
.btn-detail a {
  padding: 0.5em 2.5em 0.5em 1.5em;
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.btn-detail a:before, .btn-detail a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  content: "";
  vertical-align: middle;
}
.btn-detail a:before {
  right: 0.5em;
  width: 14px;
  height: 1px;
  background: #fff;
}
.btn-detail a:after {
  right: 0.5em;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.partner-clinic .title-l {
  color: #163b70;
}
.partner-clinic .partner-list .partner-item dt {
  color: #163b70;
}
.partner-clinic .partner-list .partner-item:nth-child(odd) {
  background: rgba(64, 141, 191, 0.1);
}
.partner-clinic .btn-detail a {
  background: #4095C7;
  font-weight: bold;
}

.partner-life .title-l {
  color: #E95A24;
}
.partner-life .partner-list .partner-item dt {
  color: #662212;
}
.partner-life .partner-list .partner-item:nth-child(odd) {
  background: rgba(232, 90, 36, 0.1);
}
.partner-life .btn-detail a {
  background: #E95A24;
  font-weight: bold;
}

.partner-travel .title-l {
  color: #408E69;
}
.partner-travel .partner-list .partner-item {
  color: #1E3F2E;
}
.partner-travel .partner-list .partner-item:nth-child(odd) {
  background: rgba(64, 141, 105, 0.1);
}
.partner-travel .btn-detail a {
  background: #408E69;
  font-weight: bold;
}

.partner-img {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partner-img figure {
  width: 50%;
}

@media only screen and (min-width: 601px) {
  .business .title-l {
    margin-bottom: 2em;
    font-size: 3rem;
  }

  .intro {
    font-size: 1.8rem;
    line-height: 2.5;
    text-align: center;
  }

  .title {
    font-size: 4rem;
  }

  .lead {
    font-size: 2.4rem;
  }

  .btn-more {
    font-size: 1.6rem;
  }
  .btn-more img {
    width: 26px;
    vertical-align: middle;
  }

  .business-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .business-btn-list a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
  }
  .business-btn-list a span {
    font-weight: bold;
    font-size: 2.2rem;
  }
  .business-btn-list a img {
    width: 24px;
  }
  .business-btn-list .business-btn {
    width: 45%;
  }

  .btn-detail a {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .intro {
    font-size: 1.6rem;
    line-height: 2;
  }

  .business .title-l {
    margin-bottom: 1.5em;
    font-size: 2.4rem;
  }
  .business-wrapper {
    margin-top: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: bold;
  }
  .business-item {
    min-height: 92vw;
  }
  .business-item a {
    min-height: 92vw;
    font-size: 1.8rem;
  }
  .business-item figure img {
    margin: -1em auto 1em;
    width: auto;
    height: 20vw;
  }

  .btn-more {
    position: absolute;
    bottom: 3em;
    left: 0;
    width: 100%;
    margin-top: 2em;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .business-item {
    font-size: 1.5rem;
  }

  .title {
    font-size: 3.4rem;
  }

  .lead {
    font-size: 2rem;
  }

  .business-wrapper {
    display: block;
    font-size: 2rem;
  }
  .business-item {
    margin: 2em auto;
    width: 100%;
  }

  .btn-more {
    font-size: 1.6rem;
  }
  .btn-more img {
    width: 26px;
  }

  .business-btn-list .business-btn {
    margin: 1em 0 0;
    width: 100%;
  }
  .business-btn-list a {
    font-size: 1.8rem;
  }
  .business-btn-list a span {
    font-size: 2rem;
  }
  .business-btn-list a img {
    width: 4vw;
  }

  .partner-list .partner-item {
    font-size: 1.4rem;
  }
}