.subvisual {
  position: relative;
  margin-bottom: 140px;
}
.subvisual > img {
  width: 100%;
  height: auto;
  min-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.subvisual .subvisual-title {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subvisual .subvisual-title h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.125rem;
  font-weight: bold;
}
.subvisual .subvisual-title .sub-location ul {
  display: flex;
}
.subvisual .subvisual-title .sub-location ul li:not(:last-child) {
  padding-right: 10px;
  border-right: 2px solid #fff;
}
.subvisual .subvisual-title .sub-location ul li:not(:first-child) {
  padding-left: 10px;
}
.subvisual .subvisual-title .sub-location ul li a {
  color: #fff;
  font-size: 0.875rem;
}
.subvisual .sub-nav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.171);
}
.subvisual .sub-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px;
}
.subvisual .sub-nav ul li {
  width: 25%;
}
.subvisual .sub-nav ul li a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #555;
}
.subvisual .sub-nav ul li a img {
  margin-right: 8px;
}
.subvisual .sub-nav ul li a.on {
  position: relative;
  background-color: #67c351;
  color: #fff;
}
@media (max-width: 768px) {
  .subvisual {
    margin-bottom: 80px;
  }
  .subvisual > img {
    min-height: 220px;
  }
  .subvisual .sub-nav ul {
    padding: 5px;
  }
  .subvisual .sub-nav ul li {
    width: 25%;
  }
  .subvisual .sub-nav ul li a {
    height: 60px;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .subvisual .sub-nav ul li a img {
    margin-right: 0;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
h2.sub-tit {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}

h3.sub-tit2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}

.redbar {
  position: relative;
  text-transform: uppercase;
  color: #ef5e5e;
  font-size: 16px;
  padding-left: 24px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
.redbar:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ef5e5e;
  position: absolute;
  left: 0;
  top: 8px;
}

.tac {
  text-align: center;
}

p.big {
  font-size: 46px;
  display: block;
  font-weight: 500;
  margin-bottom: 40px;
}
p.big span {
  font-size: 54px;
}

p.dft {
  font-size: 1rem;
  line-height: 2.125rem;
  white-space: pre-line;
}

.sub-contents {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.red {
  color: #ef5e5e;
}

p.fs18 {
  font-size: 1.125rem;
  line-height: 1.5em;
}

p.fs20 {
  font-size: 1.125rem;
  line-height: 1.5em;
}

p.fs22 {
  font-size: 1.925rem;
  line-height: 1.5em;
}

p.fs24 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

p.fs26 {
  font-size: 1.625rem;
  line-height: 1.5em;
}

p.fs30 {
  font-size: 1.875rem;
  line-height: 1.5em;
}

p.fs28 {
  font-size: 1.75rem;
  line-height: 1.5em;
}

p.fs34 {
  font-size: 2.125rem;
  line-height: 1.5em;
}

.mb80 {
  margin-bottom: 5rem;
}

.blue {
  color: #3c4f91;
}

.logos-tit {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  font-weight: 500;
  justify-content: center;
  margin-bottom: 40px;
}
.logos-tit:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #000;
  margin-right: 20px;
}
.logos-tit:after {
  margin-left: 20px;
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #000;
}

@media (max-width: 768px) {
  .mb80 {
    margin-bottom: 3rem;
  }
  h2.sub-tit {
    font-size: 20px;
    margin-bottom: 40px;
  }
  h3.sub-tit2 {
    font-size: 18px;
    margin-bottom: 35px;
  }
  p.big {
    font-size: 20px;
    margin-bottom: 20px;
  }
  p.big span {
    font-size: 18px;
  }
  p.fs20 {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}
.dfc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoswrap {
  margin-bottom: 40px;
}
.logoswrap .logos-content {
  background: url("/img/sub1-4visual.png") no-repeat center center/cover;
  height: 340px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logoswrap .logos-content ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 40px;
}
.logoswrap .logos-content ul li:not(:last-child) {
  margin-right: 20px;
}
.logoswrap .logos-content p {
  color: #fff;
  font-size: 1.125rem;
}

.logos2 {
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 340px;
  margin-bottom: 80px;
}
.logos2 p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.pt-start .start-flex {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}
.pt-start .start-flex figure {
  margin-right: 115px;
  max-width: 360px;
}
.pt-start .start-flex .start-chat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 346px;
  height: 346px;
  border-radius: 50%;
  border: 1px solid #ffa360;
  background: url("/img/sub2-2chat.png") no-repeat center 40px/50px;
}

.free {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 80px;
  background-image: linear-gradient(to right, #ed4e4e, #ffb423);
  border-radius: 40px;
}
.free img {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .logoswrap .logos-content {
    height: auto;
    padding: 40px 20px;
  }
  .logoswrap .logos-content ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .logoswrap .logos-content ul li {
    margin-bottom: 20px;
  }
  .logoswrap .logos-content ul li:not(:last-child) {
    margin-right: 20px;
  }
  .logoswrap .logos-content p {
    line-height: 1.4em;
  }
  .logos2 {
    height: auto;
    margin-bottom: 40px;
    padding: 40px 20px;
  }
  .pt-start .start-flex {
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  .pt-start .start-flex figure {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pt-start .start-flex .start-chat {
    width: 300px;
    height: 300px;
    box-sizing: border-box;
    padding-top: 30px;
    background: url("/img/sub2-2chat.png") no-repeat center 40px;
  }
}
.floatbottombanner {
  position: -webkit-sticky;
  position: sticky;
  left: 50%;
  bottom: 40px;
  z-index: 20;
}

.sub2-3tab a {
  transition: 0.4s;
}/*# sourceMappingURL=sub_common.css.map */