html body .contents_breadcrumb {
  background-color: #3B709B;
  color: #fff;
}
html body .contents_breadcrumb .breadcrumb a {
  border-bottom-color: #fff;
}
html body .sec1 {
  background-color: #3B709B;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .sec1 {
    padding-top: 40px;
  }
}
html body .sec1 h1 {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media (768px <= width <= 1100px) {
  html body .sec1 h1 {
    font-size: 36px;
    font-size: 3.2727272727vw;
    margin-bottom: 40px;
    margin-bottom: 3.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 h1 {
    text-align: left;
    font-size: 24px;
    line-height: 1.625;
    margin-bottom: 25px;
  }
}
html body .sec1 p {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  font-size: 18px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body .sec1 p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
html body .sec1 h2 {
  color: #fff !important;
}
html body .sec1 h2::after {
  background-color: #fff !important;
}
html body .sec1 .anchor-nav-wrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}
@media (width <= 1100px) {
  html body .sec1 .anchor-nav-wrap {
    gap: 30px;
    gap: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .anchor-nav-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
html body .sec1 .anchor-nav-wrap a {
  background-color: #fff;
  width: 100%;
  height: 185px;
  display: grid;
  place-content: center;
  border-radius: 10px;
  color: #3B709B;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2307692308;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
@media (width <= 1100px) {
  html body .sec1 .anchor-nav-wrap a {
    height: 185px;
    height: 16.8181818182vw;
    font-size: 26px;
    font-size: 2.3636363636vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .anchor-nav-wrap a {
    max-width: 320px;
    width: 100%;
    margin-inline: auto;
    height: 48px;
    font-size: 16px;
  }
}
html body .sec1 .anchor-nav-wrap a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-anchor.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 18px;
  top: 0;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  transition: 0.3s all ease;
  z-index: -1;
}
@media (width <= 1100px) {
  html body .sec1 .anchor-nav-wrap a::after {
    bottom: 18px;
    bottom: 1.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 .anchor-nav-wrap a::after {
    width: 15px;
    height: 10px;
    bottom: 0;
    right: 18px;
    margin: auto 0 auto auto;
  }
}
html body .sec1 .anchor-nav-wrap a:hover {
  opacity: 0.6;
}
html body .sec1 .anchor-nav-wrap a:hover::after {
  transform: translateY(5px);
}
html body h2.h2-ttl {
  width: 100%;
  height: 90px;
  display: grid;
  place-content: center;
  border: 3px solid #3B709B;
  color: #3B709B;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6666666667;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body h2.h2-ttl {
    height: 60px;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
html body dl.dl-1 dt {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.48px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  html body dl.dl-1 dt {
    font-size: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
  }
}
html body dl.dl-1 dd {
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  html body dl.dl-1 dd {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 + .sec3 {
    padding-top: 20px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list + .contents-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list + .contents-list {
    margin-top: 25px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:first-child {
  display: grid;
  grid-template-columns: 1fr 577px;
  gap: 50px;
}
@media (width <= 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child {
    grid-template-columns: 1fr 52.4545454545%;
    gap: 50px;
    gap: 4.5454545455vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:first-child {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
@media (width <= 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) {
    gap: 30px;
    gap: 2.7272727273vw;
  }
}
@media screen and (max-width: 991px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a {
  display: block;
  padding: 45px 1rem 75px;
  background-color: #C8D7E3;
  border: 2px solid #3B709B;
  border-radius: 20px;
  transition: 0.3s all ease;
  box-shadow: 10px 10px 0 #3B709B;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a {
    padding: 30px 1rem 50px;
    box-shadow: 7px 7px 0 #3B709B;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a:hover {
  transform: translate(10px, 10px);
  box-shadow: none;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl {
  text-align: center;
  font-weight: 700;
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dt {
  color: #3B709B;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dt {
    font-size: 20px;
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dt {
    font-size: 11px;
    letter-spacing: 0.22px;
    margin-bottom: 25px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd {
  background-color: #fff;
  width: 100%;
  height: 88px;
  display: grid;
  place-content: center;
  border: 1px solid #3B709B;
  border-radius: 5px;
  color: #0C204B;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd {
    font-size: 20px;
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd {
    height: 55px;
    font-size: 12px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-cursor.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: -17px;
  left: 0;
  right: -2px;
  margin: auto 0 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd::after {
    width: 20px;
    height: 20px;
    bottom: -11px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd span {
    font-size: 16px;
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list:nth-child(2) a dl dd span {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  html body .sec2 dl.dl-1 dt {
    font-size: 22px;
    font-size: 2vw;
  }
}
@media screen and (min-width: 767px) {
  html body .sec2 dl.dl-1 dt {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  html body .sec2 dl.dl-1 dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec2 dl.dl-1 dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec3 + .sec3 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .sec3 {
    padding-bottom: 20px;
  }
}
html body .sec3 p.link {
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  html body .sec3 p.link {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
html body .sec3 p.link a {
  color: #0A91FF;
  text-decoration: underline;
}
html body .sec3 p.link a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=business.css.map */
