/*---- top ----*/
.top {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .top {
    margin-bottom: 40px;
  }
}
.top-img {
  position: relative;
}
.top-img::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 22vw;
  background: rgba(162, 207, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .top-img::before {
    width: 85%;
  }
}
.top-img img {
  width: 80%;
  height: 22vw;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-img img {
    width: 85%;
  }
}
.top-head {
  position: relative;
  margin: auto;
  max-width: 1560px;
  width: 95%;
}
@media print, screen and (max-width: 1360px) {
  .top-head {
    width: 90%;
  }
}
.top-tit {
  position: absolute;
  font-size: 56px;
  left: 0;
  bottom: -24px;
  color: #000;
  line-height: 56px;
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
  z-index: 10;
}
@media print, screen and (max-width: 1360px) {
  .top-tit {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-tit {
    font-size: 40px;
    bottom: -35px;
  }
}
@media screen and (max-width: 600px) {
  .top-tit {
    font-size: 30px;
  }
}

/*---- breadcrumb ----*/
.breadcrumb {
  margin-bottom: 196px;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
.breadcrumb-list {
  margin: auto;
  max-width: 1440px;
  width: 90%;
}
@media print, screen and (max-width: 1360px) {
  .breadcrumb-list {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb-list {
    width: 90%;
    text-align: right;
  }
}
.breadcrumb-item {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 40px;
  color: #999;
  letter-spacing: 0.1rem;
}
.breadcrumb-item::before {
  position: absolute;
  content: ">";
  top: 0;
  right: -28px;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item::before {
    font-size: 0.5rem;
    top: 2px;
    right: -15px;
  }
}
.breadcrumb-item:last-child {
  margin-right: 0;
}
.breadcrumb-item:last-child::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item {
    font-size: 0.8rem;
    margin-right: 15px;
  }
}
.breadcrumb-item a {
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.2rem;
  transition: all 0.4s;
}
.breadcrumb-item a:hover {
  color: #009DE5;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item a {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
}

/*---- content1 ----*/
.content1 {
  position: relative;
  margin: auto;
  max-width: 1560px;
  width: 95%;
}
.content1-deco {
  position: absolute;
  content: "";
  width: 20%;
  height: 520px;
  top: -120px;
  left: 5%;
  background: #5CC2F0;
  transform: skew(10deg);
  opacity: 0.1;
  z-index: -1;
  height: 360px;
}
@media print, screen and (max-width: 1360px) {
  .content1-deco {
    top: -80px;
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .content1-deco {
    top: -50px;
    left: 3%;
    width: 25%;
    height: 200px;
    transform: skew(8deg);
  }
}
@media screen and (max-width: 600px) {
  .content1-deco {
    width: 30%;
    height: 100px;
  }
}
.content1-content {
  margin: auto;
  max-width: 1200px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .content1-content {
    width: 90%;
  }
}
.content1-tit {
  margin-bottom: 40px;
  color: #0851A1;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 600px) {
  .content1-tit {
    text-align: center;
    font-size: 1.1rem;
    padding-top: 20px;
  }
}

/*---- content3 ----*/
.content3 {
  position: relative;
  margin: auto;
  padding: 160px 0 200px;
  width: 95%;
  max-width: 1440px;
  overflow: hidden;
}
@media print, screen and (max-width: 1360px) {
  .content3 {
    padding: 184px 0 120px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .content3 {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 600px) {
  .content3 {
    padding: 0 0 80px;
  }
}
.content3-deco {
  position: absolute;
  content: "";
  background: #5CC2F0;
  transform: skew(-20deg);
  opacity: 0.1;
  z-index: -1;
  width: 55%;
  height: 70%;
  top: 0;
  right: 12%;
}
@media screen and (max-width: 1024px) {
  .content3-deco {
    top: 40px;
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .content3-deco {
    position: absolute;
    content: "";
    background: #5CC2F0;
    transform: skew(-15deg);
    opacity: 0.1;
    z-index: -1;
    top: -100px;
    right: 10%;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .content3-deco {
    top: 200px;
    right: 12%;
    height: 300px;
  }
}

/*---- profile ----*/
.profile {
  position: relative;
  margin: auto;
  padding: 240px 0 0;
  width: 95%;
  max-width: 1200px;
  overflow: hidden;
}
@media print, screen and (max-width: 1360px) {
  .profile {
    padding: 184px 0 0;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  .profile {
    padding: 80px 0;
  }
}
.profile-tit {
  position: relative;
  font-size: 32px;
  margin-bottom: 40px;
  padding: 0 0 16px;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  text-shadow: none;
}
@media screen and (max-width: 600px) {
  .profile-tit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .profile-tit._bg {
    display: none;
  }
}
.profile-tit._sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .profile-tit._sm {
    display: block;
  }
}
.profile-tit::before {
  position: absolute;
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  right: 0;
  bottom: 0;
  background: #ccc;
}
@media screen and (max-width: 600px) {
  .profile-tit::before {
    width: calc(100% - 15px);
  }
}
.profile-tit::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 3px;
  bottom: -4px;
  background: #5CC2F0;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .profile-tit::after {
    width: 5px;
    height: 5px;
    left: 0;
    bottom: -2px;
  }
}
.profile-column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .profile-column {
    flex-direction: column-reverse;
  }
}
.profile-content {
  padding-bottom: 24px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .profile-content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .profile-content {
    width: 100%;
  }
}
.profile-name {
  font-size: 24px;
  padding: 24px 16px 16px;
}
@media screen and (max-width: 768px) {
  .profile-name {
    padding: 25px 15px 15px;
  }
}
@media screen and (max-width: 600px) {
  .profile-name {
    font-size: 20px;
    padding: 30px 5px 10px;
  }
}
.profile-stit {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 32px 16px 24px;
}
@media screen and (max-width: 768px) {
  .profile-stit {
    margin: 35px 15px 24px;
  }
}
@media screen and (max-width: 600px) {
  .profile-stit {
    font-size: 1rem;
    margin: 35px 10px 15px;
  }
}
.profile-txt {
  padding: 0 16px;
}
@media screen and (max-width: 600px) {
  .profile-txt {
    padding: 0 10px;
  }
}
.profile-list {
  margin: 0;
}
.profile-item {
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  line-height: 32px;
  padding: 0 24px;
  color: #333;
}
@media screen and (max-width: 600px) {
  .profile-item {
    padding: 0 10px;
    letter-spacing: 0.25rem;
    line-height: 26px;
  }
}
.profile-img {
  position: relative;
  margin: 0;
  width: 45%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profile-img {
    margin: 0 auto 40px;
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .profile-img {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.profile-img::after {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.profile-img.is-animated::after {
  animation: imgWrap 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/*---- work ----*/
.work {
  position: relative;
  margin: auto;
  padding: 0 0 160px;
  max-width: 1200px;
  overflow: hidden;
}
@media print, screen and (max-width: 1360px) {
  .work {
    padding: 0 0 120px;
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .work {
    padding: 0 0 50px;
    width: 100%;
  }
}
.work-tit {
  position: relative;
  padding: 16px 8px 32px;
  font-size: 24px;
  color: #999;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .work-tit {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 5px 20px;
  }
}
.work-tit::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009DE5;
  opacity: 0.45;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .work-tit::before {
    top: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 600px) {
  .work-tit::before {
    top: 12px;
  }
}
.work-txt {
  padding: 0 8px;
  max-width: 980px;
}
@media screen and (max-width: 600px) {
  .work-txt {
    padding: 0 3px;
  }
}

/*---- banner ----*/
.banner {
  margin: auto;
  width: 95%;
}
.banner a {
  position: relative;
  display: inline-block;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
  transition: all 0.3s;
}
.banner a:hover {
  transform: translate3d(3px, 3px, 0);
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
}
.banner a:hover .banner-img img {
  filter: brightness(0.9);
}
.banner-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .banner-list {
    flex-direction: column;
    align-items: center;
  }
}
.banner-item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .banner-item {
    margin: 30px 0;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .banner-item {
    margin: 15px 0;
    width: 90%;
  }
}
.banner-txt {
  position: absolute;
  font-size: 18px;
  width: 100%;
  height: 100%;
  top: 40%;
  left: 0;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.banner-img {
  width: 100%;
  overflow: hidden;
}
.banner-img img {
  vertical-align: bottom;
  transition: all 0.4s;
  z-index: -1;
}