@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/

/* kv-video
============================================================ */
.kv-video {
  position: relative;
  width: 100%;
  height: calc(100vh - 88px);
  min-height: 600px;
  max-height: 940px;
  overflow: hidden;
  background: #000;
}

.kv-video .video-bg-inner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kv-video .video-bg-inner iframe {
  width: 100%;
  height: 100%;
}

.kv-video .kv-overlay {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1130px) {
  .kv-video {
    height: calc(100vh - 95px);
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .kv-video {
    width: 100%;
    height: 45.161vw;
    min-height: inherit;
    max-height: inherit;
    margin-top: 70px;
  }

  .kv-video .kv-overlay {
    display: none;
  }
}

@media screen and (max-width: 481px) {}

/* kv loading
============================================================ */
#home .kv-loading {
  display: none;
  position: absolute;
  z-index: 0;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home .kv-loading::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
  animation: load-animation 1.1s infinite linear;
  border-top: 4px solid rgba(0, 64, 151, 0.1);
  border-right: 4px solid rgba(0, 64, 151, 0.1);
  border-bottom: 4px solid rgba(0, 64, 151, 0.1);
  border-left: 4px solid #004097;
  border-radius: 50%;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #home .kv-loading {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }

  #home .kv-loading::after {
    width: 50px;
    height: 50px;
  }
}

@-webkit-keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.contents_bnr{
	margin: 0 auto;
    max-width: 1020px;
}

ul.top_c_bnr img{
    margin-bottom: 75px;

}

.contents_bnr img{
	width: 100%;
}

.top-sectionWrap {
  display: block;
  width: 100%;
  padding: 0 20px 0;
}

/* SECTION GROUP
============================================================ */
.top-sectionGroup__01 {
  padding: 95px 0 95px;
  background: url(../images/home/news-bg.png) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 811px) {
  .top-sectionGroup__01 {
    padding: 55px 0 55px;
  }
}

/* PICK UP
============================================================ */
.top-pickUp {
  padding: 0 0 95px;
}
@media screen and (max-width: 811px) {
  .top-pickUp {
    padding: 0 0 55px;
  }
}
.top-pickUp .top-pickUp-hl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 180px;
  height: auto;
  aspect-ratio: 72 / 20;
  background-color: #0f4097;
  padding: 6px 12px 5px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 481px) {
  .top-pickUp .top-pickUp-hl {
    max-width: 120px;
    padding: 5px 8px 4px;
    margin-bottom: 12px;
  }
}
.top-pickUp .top-pickUp-hl::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 16px solid #0f4097;
  border-bottom: none;
  bottom: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 481px) {
  .top-pickUp .top-pickUp-hl::before {
    border-width: 5px;
    border-top-width: 12px;
  }
}
.top-pickUp .top-pickUp-hl > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;

}
.top-pickUp .top-pickUp-slide {
  position: relative;
  font-size: 0;
  line-height: 0;
  padding: 0 0 0;
  margin: 36px 0 0;
}
@media screen and (max-width: 481px) {
  .top-pickUp .top-pickUp-slide {
    margin-top: 24px;
  }
}
.top-pickUp .top-pickUp-slide .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width: 481px) {
  .top-pickUp .top-pickUp-slide .slick-list {
    margin: 0 -6px;
  }
}
.top-pickUp .top-pickUp-slide .slick-slide {
  width: 700px;
  margin: 0 10px 0;
}
@media screen and (min-width: 1921px) {
  .top-pickUp .top-pickUp-slide .slick-slide {
    width: auto;
    margin: 0 10px 0;
  }
}
@media screen and (max-width: 481px) {
  .top-pickUp .top-pickUp-slide .slick-slide {
    width: auto;
    margin: 0 6px 0;
  }
}

.top-pickUp .top-pickUp-slide .slide-item .slide-item-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 640;
  overflow: hidden;
  background-color: #fff;
}
.top-pickUp .top-pickUp-slide .slide-item .slide-item-img > img {
  position: absolute;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  transition: transform 0.4s ease;
}

.top-pickUp .top-pickUp-slide a.slide-item:hover {
  opacity: 1 !important;
}

.top-pickUp .top-pickUp-slide a.slide-item:hover .slide-item-img > img {
  transform: translate(50%, -50%) scale(1.2);
}

.top-pickUp .top-pickUp-slide .slick-dots {
  position: static;
  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-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.0rem;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  padding: 1.0rem 1rem;
}
.top-pickUp .top-pickUp-slide .slick-dots > li {
  position: relative;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ccc;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.top-pickUp .top-pickUp-slide .slick-dots > li > button {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  top: 0;
  left: 0;
}
.top-pickUp .top-pickUp-slide .slick-dots > li.slick-active {
  background-color: #0f4097;
}
.top-pickUp .top-pickUp-slide .slick-dots > li > button::before {
  content: none !important;
}

/* news
============================================================ */
.sect-news {
}

.sect-news .section-inner {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.sect-news .title-wrap h2.title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #004097;
  line-height: 1;
}

.sect-news .title-wrap h2.title img {
  width: 95px;
  height: auto;
}

.sect-news .title-wrap h2.title span {
  display: inline-block;
  margin-left: 30px;
  font-weight: normal;
}

.sect-news .cat-list {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 0;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 710px;
}

.sect-news .cat-list li {
  width: calc(100% / 6);
  padding-left: 2px;
}

.sect-news .cat-list li:first-child {
  padding-left: 0;
}

.sect-news .cat-list li a {
  display: block;
  width: 100%;
  padding: 10px 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.sect-news .cat-list li a.active {
  background: #004097;
}

.sect-news .news-list-wrap {
  margin-top: 35px;
  background: #fff;
}

.sect-news .more-link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}

.sect-news .more-link .btn {
  display: inline-block;
  padding: 20px 65px;
  border: 1px solid #004097;
  background: #fff;
  color: #004097;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.sect-news .more-link .btn span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.sect-news .more-link .btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../images/common/icon-arrow-rb.png) no-repeat right center;
  background-size: 100% auto;
}

@media screen and (max-width: 1000px) {
  .sect-news .cat-list {
    max-width: 515px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-news {
    /* padding: 35px 20px 55px; */
  }

  .sect-news .title-wrap h2.title {
    display: block;
    font-size: 16px;
    text-align: center;
  }

  .sect-news .title-wrap h2.title img {
    width: 85px;
  }

  .sect-news .title-wrap h2.title span {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }

  .sect-news .cat-list {
    position: static;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 35px;
  }

  .sect-news .cat-list li {
    width: calc(100% / 3);
    padding: 0 2px 2px 0;
  }

  .sect-news .cat-list li:nth-child(3n + 3) {
    padding-right: 0;
  }

  .sect-news .news-list-wrap {
    margin-top: 0;
  }

  .sect-news .more-link {
    margin-top: 40px;
  }

  .sect-news .more-link .btn {
    padding: 10px 30px;
    border-width: 1px;
    font-size: 14px;
  }

  .sect-news .more-link .btn span {
    padding-right: 40px;
  }

  .sect-news .more-link .btn span::after {
    width: 7px;
    height: 12px;
  }
}

@media screen and (max-width: 481px) {
	
ul.top_c_bnr img{
    margin-bottom: 45px;
}
}

/* business
============================================================ */
.sect-business {
  padding: 160px 20px;
  background: url(../images/home/business-pc.jpg) no-repeat center bottom;
  background-size: cover;
}

.sect-business .section-inner {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.sect-business .title-wrap {
  text-align: center;
}

.sect-business .title-wrap h2.title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.sect-business .title-wrap h2.title img {
  width: 135px;
  height: auto;
}

.sect-business .title-wrap h2.title span {
  display: block;
  margin-top: 20px;
  font-weight: normal;
}

.sect-business .biz-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  width: 100%;
  margin: 60px auto 0;
}

.sect-business .biz-list li {
  display: flex;
  align-items: stretch;
  width: calc((100% / 3) - (45px * 2 / 3));
  max-width: 200px;
}

.sect-business .biz-list li:nth-child(3n + 3) {
  margin-right: 0;
}

.sect-business .biz-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 38px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}

.sect-business .biz-list li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

/*
@media screen and (max-width: 1350px) {
  .sect-business {
    min-height: 925px;
    padding-bottom: 370px;
  }
}
*/

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-business {
    min-height: inherit;
    padding: 70px 20px 240px 20px;
    background-image: url(../images/home/business-sp3.jpg);
  }

  .sect-business .section-inner {
    max-width: 500px;
  }

  .sect-business .title-wrap h2.title {
    font-size: 15px;
  }

  .sect-business .title-wrap h2.title img {
    width: 125px;
  }

  .sect-business .title-wrap h2.title span {
    margin-top: 15px;
  }

  .sect-business .biz-list {
    /* max-width: 330px; */
    margin: 40px auto 0;
    gap: 20px;
  }

  .sect-business .biz-list li,
  .sect-business .biz-list li {
    width: calc(50% - 10px);
  }

  .sect-business .biz-list li a {
    padding: 30px 5px;
    border-width: 1px;
    font-size: 15px;
  }

  .sect-business .biz-list li a::after {
    border-width: 0 0 15px 15px;
  }
}

@media screen and (max-width: 481px) {
  .sect-business {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 360px) {
  .sect-business {
    padding-bottom: 160px;
  }
}

/* message
============================================================ */
.sect-message {
  position: relative;
  z-index: 1;
  padding: 95px 20px 215px;
  background: url(../images/home/message-bg.png) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

.sect-message .section-inner {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
}

.sect-message .sect-message-body {
  order: 1;
  width: 350px;
  color: #004097;
  text-align: center;
}

.sect-message .sect-message-body .title-wrap h2.title {
  font-size: 16px;
  line-height: 1;
}

.sect-message .sect-message-body .title-wrap h2.title img {
  width: 145px;
  height: auto;
}

.sect-message .sect-message-body .title-wrap h2.title span {
  display: block;
  margin-top: 15px;
  font-weight: normal;
}

.sect-message .sect-message-body .img {
  display: none;
  width: 100%;
  max-width: 680px;
  margin-top: 60px;
  text-align: center;
}

.sect-message .sect-message-body .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sect-message .sect-message-body .text {
  font-size: 18px;
  letter-spacing: 1.2px;
  line-height: 1.4;
}

.sect-message .sect-message-body .more-link {
  margin: 25px auto 0;
}

.sect-message .sect-message-body .more-link .btn {
  display: block;
  padding: 20px;
  background: #004097;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.sect-message .sect-message-body .more-link .btn span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.sect-message .sect-message-body .more-link .btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../images/common/icon-arrow-rw.png) no-repeat right center;
  background-size: 100% auto;
}

.sect-message .sect-message-img {
  order: 2;
  width: calc(100% - 70px - 350px);
}

.sect-message .sect-message-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media screen and (max-width: 930px) {
  .sect-message .sect-message-body {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .sect-message .sect-message-body .img {
    display: block;
  }

  .sect-message .sect-message-body .text {
    width: 100%;
    padding-top: 25px;
  }

  .sect-message .sect-message-body .more-link {
    width: 100%;
    max-width: 430px;
  }

  .sect-message .sect-message-img {
    display: none;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-message {
    padding: 40px 20px 130px;
  }

  .sect-message .sect-message-body {
    max-width: 345px;
  }

  .sect-message .sect-message-body .title-wrap h2.title {
    font-size: 16px;
  }

  .sect-message .sect-message-body .title-wrap h2.title img {
    width: 135px;
  }

  .sect-message .sect-message-body .title-wrap h2.title span {
    margin-top: 10px;
  }

  .sect-message .sect-message-body .img {
    max-width: 345px;
    margin-top: 30px;
  }

  .sect-message .sect-message-body .text {
    font-size: 15px;
    line-height: 1.5;
    margin: auto;
  }

  .sect-message .sect-message-body .more-link {
    max-width: 300px;
    margin-top: 35px;
  }

  .sect-message .sect-message-body .more-link .btn {
    padding: 13px 20px;
    border-width: 1px;
    font-size: 14px;
  }

  .sect-message .sect-message-body .more-link .btn span {
    padding-right: 50px;
  }

  .sect-message .sect-message-body .more-link .btn span::after {
    width: 7px;
    height: 12px;
  }
}

@media screen and (max-width: 481px) {
  .sect-message {
    padding-bottom: 100px;
  }
}

/* recruit
============================================================ */
.sect-recruit {
  position: relative;
  z-index: 2;
  margin-top: -160px;
  padding: 245px 20px 195px;
  background: url(../images/home/recruit-bg.jpg?20230111) no-repeat center top;
  background-size: cover;
  clip-path: polygon(0 22%, 100% 0%, 100% 77.5%, 0% 100%);
}

.sect-recruit .section-inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.sect-recruit .sect-recruit-body {
  width: 100%;
  max-width: 295px;
  margin-left: auto;
  color: #004097;
  text-align: center;
}

.sect-recruit .sect-recruit-body .title-wrap h2.title {
  font-size: 16px;
  line-height: 1;
}

.sect-recruit .sect-recruit-body .title-wrap h2.title img {
  width: 105px;
  height: auto;
}

.sect-recruit .sect-recruit-body .title-wrap h2.title span {
  display: block;
  margin-top: 25px;
  font-weight: normal;
}

.sect-recruit .sect-recruit-body .text {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.7;
}

.sect-recruit .sect-recruit-body .more-link {
  margin: 30px auto 0;
}

.sect-recruit .sect-recruit-body .more-link .btn {
  display: block;
  padding: 20px;
  border: 1px solid #004097;
  background: #fff;
  color: #004097;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.sect-recruit .sect-recruit-body .more-link .btn span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.sect-recruit .sect-recruit-body .more-link .btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../images/common/icon-arrow-rb.png) no-repeat right center;
  background-size: 100% auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-recruit {
    margin-top: -85px;
    padding: 105px 20px 120px;
    background-image: url(../images/home/recruit-bg-sp.jpg?20230111);
    clip-path: polygon(0 8%, 100% 0%, 100% 92.5%, 0% 100%);
  }

  .sect-recruit .section-inner {
    max-width: 300px;
  }

  .sect-recruit .sect-recruit-body {
    margin: 70vw 0 0;
  }

  .sect-recruit .sect-recruit-body .title-wrap h2.title {
    font-size: 15px;
  }

  .sect-recruit .sect-recruit-body .title-wrap h2.title img {
    width: 105px;
  }

  .sect-recruit .sect-recruit-body .title-wrap h2.title span {
    margin-top: 20px;
  }

  .sect-recruit .sect-recruit-body .text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.5;
  }

  .sect-recruit .sect-recruit-body .more-link {
    max-width: 230px;
    margin-top: 35px;
  }

  .sect-recruit .sect-recruit-body .more-link .btn {
    padding: 13px 30px;
    border-width: 1px;
    font-size: 14px;
  }

  .sect-recruit .sect-recruit-body .more-link .btn span {
    padding-right: 50px;
  }

  .sect-recruit .sect-recruit-body .more-link .btn span::after {
    width: 7px;
    height: 12px;
  }
}

@media screen and (max-width: 481px) {
  .sect-recruit {
    margin-top: -55px;
    padding-bottom: 90px;
    clip-path: polygon(0 8%, 100% 0%, 100% 92.5%, 0% 100%);
  }

  .sect-recruit .sect-recruit-body {
    margin: 60vw 0 0;
  }
}

/* group-business
============================================================ */
.sect-group-business {
  position: relative;
  z-index: 1;
  margin-top: -160px;
  padding: 210px 20px 100px;
  background: #004097;
}

.sect-group-business .section-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.sect-group-business .title-wrap {
  text-align: center;
}

.sect-group-business .title-wrap h2.title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.sect-group-business .title-wrap h2.title img {
  width: 255px;
  height: auto;
}

.sect-group-business .title-wrap h2.title span {
  display: block;
  margin-top: 15px;
  font-weight: normal;
}

.sect-group-business .biz-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 40px auto 0;
}

.sect-group-business .biz-list li {
  display: flex;
  align-items: stretch;
  width: calc((100% - 20px) / 2);
  margin: 25px 20px 0 0;
  background: no-repeat center center;
  background-size: cover;
}

.sect-group-business .biz-list li:nth-child(2n + 2) {
  margin-right: 0;
}

.sect-group-business .biz-list li.suntec {
  background-image: url(../images/home/group-business-suntec-bg.png?20221115);
}

.sect-group-business .biz-list li.rabbit {
  background-image: url(../images/home/group-business-rabbit-bg.png?20221115);
}

.sect-group-business .biz-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 88px 20px;
  text-decoration: none;
}

.sect-group-business .biz-list li a span {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 17px 35px;
  background: #fff;
  color: #004097;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

.sect-group-business .biz-list li a span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 1px);
  right: 25px;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../images/common/icon-arrow-rb.png) no-repeat right center;
  background-size: 100% auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-group-business {
    margin-top: -80px;
    padding: 113px 20px 80px;
  }

  .sect-group-business .section-inner {
    max-width: 340px;
  }

  .sect-group-business .title-wrap h2.title {
    font-size: 15px;
  }

  .sect-group-business .title-wrap h2.title img {
    width: 235px;
  }

  .sect-group-business .title-wrap h2.title span {
    margin-top: 10px;
  }

  .sect-group-business .biz-list {
    margin-top: 50px;
  }

  .sect-group-business .biz-list li,
  .sect-group-business .biz-list li:nth-child(2n + 2) {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .sect-group-business .biz-list li a {
    padding: 55px 20px;
  }

  .sect-group-business .biz-list li a span {
    max-width: 240px;
    padding: 5px 20px;
    font-size: 15px;
  }

  .sect-group-business .biz-list li a span::after {
    right: 15px;
    width: 6px;
    height: 10px;
  }
}

@media screen and (max-width: 481px) {
  .sect-group-business {
    margin-top: -60px;
  }
}

/* corporate-identity
============================================================ */
.sect-corporate-identity {
  padding: 110px 20px 100px;
}

.sect-corporate-identity .section-inner {
  text-align: center;
}

.sect-corporate-identity img {
  width: 325px;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-corporate-identity {
    padding: 60px 20px 55px;
  }

  .sect-corporate-identity img {
    width: 235px;
  }
}

@media screen and (max-width: 481px) {}

/* top-banner1
============================================================ */
.sect-top-banner1 {
  padding: 70px 20px;
  background: #d7ecf7;
}

.sect-top-banner1 .section-inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.sect-top-banner1 .bnr-list li {
  margin-top: 20px;
}

.sect-top-banner1 .bnr-list li:first-child {
  margin-top: 0;
}

.sect-top-banner1 .bnr-list li a {
  text-decoration: none;
}

.sect-top-banner1 .bnr-list li img {
  width: 100%;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sect-top-banner1 {
    padding: 1px;
  }
}

@media screen and (max-width: 481px) {}
