@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.ttl_wrap {
  background-position: center top;
  background-image: url("../images/business/main.jpg");
  background-size: cover;
}
@media (max-width: 640px) {
  .ttl_wrap {
    background-position: 30% bottom;
  }
}
.ttl_wrap h1.p_ttl {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -2px 2px 3px rgba(0, 0, 0, 0.3), 2px -2px 3px rgba(0, 0, 0, 0.3), -2px -2px 3px rgba(0, 0, 0, 0.3);
}
.ttl_wrap h1.p_ttl .f_en {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), -1px 1px 3px rgba(0, 0, 0, 0.3), 1px -1px 3px rgba(0, 0, 0, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.3);
}

.contents_wrap {
  margin-top: 0;
}
@media (max-width: 880px) {
  .contents_wrap {
    margin-top: 0;
  }
}

.main_copy {
  text-align: center;
  margin: 0 0 100px;
}
@media (max-width: 640px) {
  .main_copy {
    margin: 0 0 70px;
  }
}
.main_copy dt {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 880px) {
  .main_copy dt {
    font-size: 5vw;
    line-height: 1.6;
  }
}
.main_copy dd {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media (max-width: 880px) {
  .main_copy dd {
    font-size: 2.8vw;
  }
}
@media (max-width: 640px) {
  .main_copy dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}

.view {
  margin: 100px 0;
}
@media (max-width: 1200px) {
  .view {
    padding: 70px 0 100px;
  }
}
@media (max-width: 880px) {
  .view {
    margin: 60px 0;
    padding: 50px 0 70px;
  }
}
.view .view_con {
  position: relative;
}
.view .view_con::before {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  background: #ebf6f5;
  left: 0;
  bottom: -50px;
  width: 70%;
  height: 100%;
}
@media (max-width: 1200px) {
  .view .view_con::before {
    bottom: -40px;
  }
}
@media (max-width: 880px) {
  .view .view_con::before {
    top: 13vw;
    width: 100%;
    height: 95%;
    bottom: auto;
  }
}
.view .view_con .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 880px) {
  .view .view_con .inner {
    display: block;
  }
}
.view .view_con .inner div {
  position: relative;
  width: 50%;
  margin-right: 5%;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 880px) {
  .view .view_con .inner div {
    width: 90%;
    margin: 0 auto;
  }
}
.view .view_con .inner div span {
  position: absolute;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  top: 50%;
  z-index: 1;
  color: #fff;
  text-align: right;
  font-size: 2.7rem;
  letter-spacing: 1.3rem;
  line-height: 1.3;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), -1px 1px 5px rgba(0, 0, 0, 0.4), 1px -1px 5px rgba(0, 0, 0, 0.4), -1px -1px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .view .view_con .inner div span {
    font-size: 2.3vw;
    letter-spacing: 1.5vw;
  }
}
@media (max-width: 880px) {
  .view .view_con .inner div span {
    right: auto;
    font-size: 3vw;
    left: 8%;
  }
}
@media (max-width: 640px) {
  .view .view_con .inner div span {
    font-size: 5vw;
  }
}
.view .view_con .inner div span.f_en.b {
  color: #000;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5), -1px 1px 5px rgba(255, 255, 255, 0.5), 1px -1px 5px rgba(255, 255, 255, 0.5), -1px -1px 5px rgba(255, 255, 255, 0.5);
}
.view .view_con .inner div span.cap {
  top: auto;
  right: 5px;
  left: auto;
  bottom: 5px;
  display: block;
  width: auto;
  margin: 0;
  font-size: 1.1rem;
  -webkit-transform: none;
          transform: none;
  letter-spacing: normal;
}
.view .view_con .inner div span.cap.b {
  color: #000;
  text-shadow: none;
}
.view .view_con .inner dl {
  position: relative;
  width: 27%;
  margin-top: 3%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .view .view_con .inner dl {
    width: 40%;
  }
}
@media (max-width: 880px) {
  .view .view_con .inner dl {
    width: 90%;
    margin: 5vw auto 0;
  }
}
.view .view_con .inner dl dt {
  margin-bottom: 20px;
  color: #008bd5;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 880px) {
  .view .view_con .inner dl dt {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  .view .view_con .inner dl dt {
    font-size: 5vw;
  }
}
.view .view_con .inner dl dd {
  font-size: 1.5rem;
}
.view .view_con .inner dl dd + dd {
  margin-top: 70px;
  color: #009e96;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media (max-width: 1200px) {
  .view .view_con .inner dl dd + dd {
    margin-top: 50px;
  }
}
@media (max-width: 880px) {
  .view .view_con .inner dl dd + dd {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .view .view_con .inner dl dd + dd {
    font-size: 3.8vw;
  }
}
.view .view_con .inner dl dd + dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.1;
  position: relative;
}
.view .view_con .inner dl dd + dd li + li {
  margin-top: 10px;
}
.view .view_con .inner dl dd + dd li::before {
  display: inline-block;
  content: "";
  margin-top: 3px;
  margin-right: 8px;
  width: 7px;
  height: 13px;
  background: #009e96;
}
@media (max-width: 640px) {
  .view .view_con .inner dl dd + dd li::before {
    margin-top: 0.4vw;
    margin-right: 3%;
    width: 1.8vw;
    height: 3.8vw;
  }
}
.view .view_con .inner dl dd.f_en {
  width: 180px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 640px) {
  .view .view_con .inner dl dd.f_en {
    width: 50%;
    margin: 30px auto 0;
  }
}
.view .view_con .inner dl dd.f_en a {
  line-height: 1;
  display: inline-block;
  padding: 10px 0 7px;
  text-align: center;
  border: 1px solid #009e96;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.view .view_con .inner dl dd.f_en a:hover {
  color: #ebf6f5;
  background: #009e96;
}
@media (max-width: 880px) {
  .view .view_con .inner dl dd.f_en a:hover {
    color: #009e96;
    background: #ebf6f5;
  }
}
.view .view_con + .view_con {
  margin-top: 100px;
}
.view .view_con:nth-child(2n) span.f_en {
  text-align: left;
}
.view .view_con:nth-child(2n)::before {
  left: auto;
  right: 0;
}
.view .view_con:nth-child(2n) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.view .view_con:nth-child(2n) .inner div {
  margin-right: 0;
  margin-left: 5%;
}
@media (max-width: 880px) {
  .view .view_con:nth-child(2n) .inner div {
    margin: 0 auto;
  }
}
.view .view_con:nth-child(2n) .inner div span {
  left: 8%;
  right: auto;
}
.view .view_con:nth-child(2n) .inner div span.cap {
  left: auto;
  right: 10px;
}
.view .mantion {
  position: relative;
  /* &::before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    background: #e3edf8;
    z-index: -1;
    right: 0;
    top: 50%;
    height: 20%;
  } */
}