/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 2;
  padding: 1.0416666667vw;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  #page-ttl {
    padding: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    padding: 12px;
    padding-bottom: 0;
  }
}
#page-ttl .pgttl-bgimg {
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 500px;
  }
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
#page-ttl .pgttl-inner .__ttltxt {
  text-align: center;
  margin-top: 2em;
  padding-left: 0;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .__ttltxt {
    margin-top: 0;
  }
}
#page-ttl .pgttl-inner .__ttltxt::before {
  content: none;
}
#page-ttl .pgttl-inner .__ttltxt span.__en {
  font-size: 5.625rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .__ttltxt span.__en {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__ttltxt span.__en {
    font-size: min(12vw, 3.5em);
  }
}
#page-ttl .pgttl-inner .__ttltxt span.__jp {
  font-weight: 700;
}
#page-ttl .pgttl-inner .__breadcrumbs {
  background-color: #fff;
  margin-top: 5.625rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .__breadcrumbs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__breadcrumbs {
    padding: 0.2em 0 0.3em;
  }
}
#page-ttl .pgttl-inner .__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li {
  color: #666;
  display: flex;
  align-items: center;
  padding: 0.4em 0;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__breadcrumbs ul li {
    font-size: 0.8em;
  }
}
#page-ttl .pgttl-inner .__breadcrumbs ul li::after {
  content: "|";
  margin: 0 1em;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li a {
  color: #2e8ad1;
  font-size: 1em;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li:last-of-type::after {
  content: none;
}

/* business.html
---------------------------------------------------- */
.sec-business_intro {
  overflow: clip;
  padding-top: 11.25rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 1199px) {
  .sec-business_intro {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 991px) {
  .sec-business_intro {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business_intro {
    padding-bottom: 100px;
  }
}
.sec-business_intro::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(137, 214, 246, 0.6), rgba(137, 214, 246, 0.2) 30%, rgba(137, 214, 246, 0) 70%);
}
.sec-business_intro .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-business_intro .sec-txt {
    margin-top: 2em;
  }
}
.sec-business_intro .sec-txt p {
  margin-top: 1em;
}

.sec-business01 {
  background-image: url(../images/bgimg-wave01.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-business01 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-business01 {
    padding-top: 0;
  }
}
.sec-business01 .sec-note {
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  padding: 1.6em 0;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-business01 .sec-note {
    margin-top: 3em;
  }
}
.sec-business01 .sec-note ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-business01 .sec-note ul li {
    width: 50%;
    margin: 0.4em 0;
  }
}

.sec-business02 {
  background: linear-gradient(0deg, #f2feff, #fff);
}
@media screen and (max-width: 1199px) {
  .sec-business02 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business02 {
    padding-top: 30px;
  }
}
.sec-business02 .__content-wrap {
  flex-direction: row-reverse;
}

.sec-business03 {
  background-image: url(../images/bgimg-wave02.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
.sec-business03 .sec-note {
  width: 100%;
  background-color: #fff;
  border: solid 1px #e9e9e9;
  padding: 1.875rem;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-business03 .sec-note {
    padding: 3.75rem;
  }
}
.sec-business03 .sec-note ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-business03 .sec-note ul {
    display: block;
  }
}
.sec-business03 .sec-note ul li {
  width: calc(33.3333333333% - 1.25rem);
}
@media screen and (max-width: 991px) {
  .sec-business03 .sec-note ul li {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-business03 .sec-note ul li:last-of-type {
    margin-bottom: 0;
  }
}
.sec-business03 .sec-note ul li .item-img {
  width: 100%;
  aspect-ratio: 3/2;
}
.sec-business03 .sec-note ul li .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-business03 .sec-note ul li .item-name {
  display: flex;
  align-items: flex-start;
  margin-top: 0.6em;
  line-height: 1.6em;
}
.sec-business03 .sec-note ul li .item-name::before {
  color: #2e8ad1;
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  margin-top: 0.3em;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.sec-business03 .sec-note ul li .item-name span.__small {
  font-size: 0.8em;
}

.sec-business04 {
  padding-top: 0;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-business04 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-business04 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.sec-business04 .sec-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-business04 .sec-content {
    display: block;
  }
}
.sec-business04 .sec-content .flow-list {
  position: relative;
  z-index: 2;
}
.sec-business04 .sec-content .flow-list ul {
  width: 56.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-business04 .sec-content .flow-list ul {
    width: 52.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-business04 .sec-content .flow-list ul {
    width: 61.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-business04 .sec-content .flow-list ul {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-business04 .sec-content .flow-list ul::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-left: 3em;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #999;
}
@media screen and (max-width: 767px) {
  .sec-business04 .sec-content .flow-list ul::before {
    margin-left: 2em;
  }
}
.sec-business04 .sec-content .flow-list ul li {
  display: flex;
  align-items: baseline;
  background: linear-gradient(90deg, #e9e9e9, #fff);
  margin-bottom: 2em;
  padding: 1em 1.875rem;
}
@media screen and (max-width: 767px) {
  .sec-business04 .sec-content .flow-list ul li {
    display: block;
    padding: 1em;
  }
}
.sec-business04 .sec-content .flow-list ul li .item-name {
  color: #1c4c89;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}
.sec-business04 .sec-content .flow-list ul li .item-txt {
  color: #1d80cd;
  font-size: 1.125em;
  font-weight: 700;
  margin-left: 2em;
}
@media screen and (max-width: 991px) {
  .sec-business04 .sec-content .flow-list ul li .item-txt {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business04 .sec-content .flow-list ul li .item-txt {
    margin-left: 0;
  }
}
.sec-business04 .sec-content .flow-list ul li:last-of-type {
  margin-bottom: 0;
}

.sec-business05 {
  padding-top: 0;
}
.sec-business05 .sec-area {
  background-color: #fff;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  padding: 3.75rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-business05 .sec-area {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business05 .sec-area {
    padding: 3em 0 2em;
  }
}
.sec-business05 .sec-area .__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-business05 .sec-area .__inner {
    display: block;
  }
}
.sec-business05 .sec-area .area-img {
  width: 48.75rem;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 1199px) {
  .sec-business05 .sec-area .area-img {
    width: 41.25rem;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 991px) {
  .sec-business05 .sec-area .area-img {
    width: 56.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-business05 .sec-area .area-img {
    width: 100%;
    margin-top: 1em;
    aspect-ratio: 2/1;
  }
}
.sec-business05 .sec-area .area-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.sec-business05 .sec-area .sec-content {
  width: calc(100% - 48.75rem - 3.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-business05 .sec-area .sec-content {
    width: calc(100% - 41.25rem - 3.75rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-business05 .sec-area .sec-content {
    width: calc(100% - 56.25rem - 3.75rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-business05 .sec-area .sec-content {
    width: 100%;
  }
}
.sec-business05 .sec-area .sec-content .area-txt {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-business05 .sec-area .sec-content .area-txt {
    margin-top: 2em;
  }
}
.sec-business05 .sec-area .sec-content .area-txt ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-business05 .sec-area .sec-content .area-txt ul {
    display: flex;
  }
}
.sec-business05 .sec-area .sec-content .area-txt ul li {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-business05 .sec-area .sec-content .area-txt ul li {
    margin-right: 1em;
  }
}

/* works.html
---------------------------------------------------- */
.catalog-cate-list {
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .catalog-cate-list {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-cate-list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-cate-list {
    padding-top: 30px;
  }
}
.catalog-cate-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.catalog-cate-list ul .cate-btn {
  width: calc(25% - 1.40625rem);
  margin-right: 1.875rem;
}
.catalog-cate-list ul .cate-btn:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .catalog-cate-list ul .cate-btn {
    width: calc(50% - 0.9375rem);
  }
  .catalog-cate-list ul .cate-btn:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-cate-list ul .cate-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.catalog-cate-list ul .cate-btn a {
  text-align: center;
  color: #1d80cd;
  border: solid 1px #2e8ad1;
  width: 100%;
  padding: 0.8em 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.catalog-cate-list ul .cate-btn a:hover {
  opacity: 0.6;
}
.catalog-cate-list ul .cate-btn.__current a {
  color: #fff;
  background: linear-gradient(0deg, #89d6f6, #1d80cd);
  border: none;
  pointer-events: none;
}

.sec-catalog-list .sec-content {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content {
    margin-top: 4em;
  }
}
.sec-catalog-list .sec-content ul .content-wrap span.__border-bottom {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 1s cubic-bezier(0.19, 0.23, 0.15, 0.93);
  margin: 5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .sec-content ul .content-wrap span.__border-bottom {
    margin: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-catalog-list .sec-content ul .content-wrap span.__border-bottom {
    margin: 60px 0;
  }
}
.sec-catalog-list .sec-content ul .content-wrap span.__border-bottom.__inview {
  transform: scaleX(1);
}
.sec-catalog-list .sec-content ul .content-wrap .__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sec-catalog-list .sec-content ul .content-wrap .__inner {
    display: block;
  }
}
.sec-catalog-list .sec-content ul .content-wrap .item-img {
  position: relative;
  width: 37.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-img {
    width: 33.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-img {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-img {
    padding: 0 2em;
  }
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .item-slider {
  width: 100%;
  aspect-ratio: 3/2;
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .item-slider .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .item-slider .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-next,
.sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #2e8ad1;
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-next::after,
.sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-prev::after {
  font-size: 2em;
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-next {
  right: -3rem;
}
@media screen and (max-width: 991px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-next {
    right: 0;
  }
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-prev {
  left: -3rem;
}
@media screen and (max-width: 991px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-button-prev {
    left: 0;
  }
}
.sec-catalog-list .sec-content ul .content-wrap .item-img .swiper-pagination {
  bottom: -2em;
}
.sec-catalog-list .sec-content ul .content-wrap .item-txt {
  width: 33.75rem;
}
@media screen and (max-width: 991px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-txt {
    width: 100%;
    padding: 0 60px;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-txt {
    padding: 0;
  }
}
.sec-catalog-list .sec-content ul .content-wrap .item-txt .__ttl .cate-label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.4em 0.4em;
  margin-right: 0.2em;
  font-size: 0.8em;
  line-height: 1.4em;
  vertical-align: bottom;
  color: #fff;
  background-color: #2e8ad1;
}
.sec-catalog-list .sec-content ul .content-wrap .item-txt .__ttl h4 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-txt .__ttl h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-txt .__ttl h4 {
    font-size: 1.25em;
    line-height: 1.6em;
  }
}
.sec-catalog-list .sec-content ul .content-wrap .item-txt .__txt {
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .sec-content ul .content-wrap .item-txt .__txt {
    margin-top: 2em;
  }
}
.sec-catalog-list .paging {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .sec-catalog-list .paging {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .paging {
    margin-top: 40px;
  }
}
.sec-catalog-list .paging > span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  width: 2.4em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  border: solid 1px #ccc;
  margin: 0 0.4em;
}
.sec-catalog-list .paging > span.paging-text {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-catalog-list .paging > span.paging-text {
    font-size: 1.25em;
  }
}
.sec-catalog-list .paging > span.paging-text a {
  cursor: pointer;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.sec-catalog-list .paging > span.paging-text a img {
  width: 0.4em;
}
.sec-catalog-list .paging > span.paging-text a:hover {
  color: #2e8ad1;
}
.sec-catalog-list .paging > span.current {
  color: #fff;
  background: linear-gradient(0deg, #89d6f6, #1d80cd);
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sec-catalog-list .paging > span.paging-prev {
  width: auto;
  aspect-ratio: initial;
  border: none;
}
.sec-catalog-list .paging > span.paging-prev a {
  color: #1c4c89;
}
.sec-catalog-list .paging > span.paging-prev a:hover {
  color: #2e8ad1;
}
.sec-catalog-list .paging > span.paging-next {
  width: auto;
  aspect-ratio: initial;
  border: none;
}
.sec-catalog-list .paging > span.paging-next a {
  color: #1c4c89;
}
.sec-catalog-list .paging > span.paging-next a:hover {
  color: #2e8ad1;
}

/* company.html
---------------------------------------------------- */
.sec-company01 {
  background-image: url(../images/bgimg-wave01.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
.sec-company01 .sec-content .sec-txt {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-content .sec-txt {
    margin-top: 2em;
  }
}
.sec-company01 .sec-content .sec-txt p {
  margin-top: 1em;
}
.sec-company01 .sec-img {
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-img {
    margin-top: 2em;
  }
}
.sec-company01 .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-company02 {
  background-image: url(../images/bgimg-wave02.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company02 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-company02 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 {
    padding-top: 48px;
  }
}
.sec-company02 .sec-wrap {
  position: relative;
}
.sec-company02 .sec-wrap .sec-content .__overview-table {
  width: 37.5rem;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-company02 .sec-wrap .sec-content .__overview-table {
    width: 100%;
    margin-top: 3em;
  }
}
.sec-company02 .sec-wrap .sec-content .__overview-table dl dt {
  color: #1d80cd;
  font-weight: 700;
  padding-top: 1.6em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-wrap .sec-content .__overview-table dl dt {
    padding-top: 1.2em;
  }
}
.sec-company02 .sec-wrap .sec-content .__overview-table dl dd {
  padding-bottom: 1.6em;
  border-bottom: solid 1px #999;
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-wrap .sec-content .__overview-table dl dd {
    padding-bottom: 1.2em;
  }
}
.sec-company02 .sec-wrap .sec-content .__overview-table dl dd a {
  display: inline;
  font-size: 1em;
  opacity: 1;
  transition: all 0.2s ease;
}
.sec-company02 .sec-wrap .sec-content .__overview-table dl dd a:hover {
  opacity: 0.6;
}
.sec-company02 .sec-wrap .sec-content .__overview-table dl dd a i {
  color: #2e8ad1;
  margin-left: 0.4em;
}
.sec-company02 .sec-wrap .sec-content .__overview-table dl:nth-of-type(1) dt {
  padding-top: 0;
}
.sec-company02 .sec-wrap .sec-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.75rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-company02 .sec-wrap .sec-img {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 4em;
  }
}
.sec-company02 .sec-wrap .sec-img .slider-flowing {
  padding-top: 1em;
}
.sec-company02 .sec-wrap .sec-img .slider-flowing:nth-of-type(1) {
  animation: loop_tate01 100s -50s linear infinite;
}
.sec-company02 .sec-wrap .sec-img .slider-flowing:nth-of-type(2) {
  animation: loop_tate02 100s linear infinite;
}
@keyframes loop_tate01 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes loop_tate02 {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .sec-company02 .sec-wrap .sec-img .slider-flowing {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-top: 0;
  }
  .sec-company02 .sec-wrap .sec-img .slider-flowing:nth-of-type(1) {
    animation: loop_yoko01 80s -40s linear infinite;
  }
  .sec-company02 .sec-wrap .sec-img .slider-flowing:nth-of-type(2) {
    animation: loop_yoko02 80s linear infinite;
  }
  @keyframes loop_yoko01 {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes loop_yoko02 {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.sec-company02 .sec-wrap .sec-img .slider-flowing .slide-img {
  width: 100%;
  aspect-ratio: 3/2;
  margin-top: 1em;
}
.sec-company02 .sec-wrap .sec-img .slider-flowing .slide-img:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-company02 .sec-wrap .sec-img .slider-flowing .slide-img {
    width: 32vw;
    margin: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-wrap .sec-img .slider-flowing .slide-img {
    width: 48vw;
    margin: 0 0.6em;
  }
}
.sec-company02 .sec-wrap .sec-img .slider-flowing .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-company03 {
  padding: 5rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-company03 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 {
    padding: 30px 0;
  }
}
.sec-company03 .sec-content {
  background: linear-gradient(0deg, #e9e9e9, #fff);
  margin-top: 4em;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .sec-content {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-content {
    padding-bottom: 60px;
  }
}
.sec-company03 .sec-content ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-company03 .sec-content ul li {
  width: calc(50% - 0.9375rem);
  background-color: #fff;
  padding: 1em 2em;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: space-between;
}
.sec-company03 .sec-content ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-company03 .sec-content ul li {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.sec-company03 .sec-content ul li .item-name {
  color: #1c4c89;
  font-weight: 700;
}
.sec-company03 .sec-content .others {
  text-align: end;
  font-weight: 700;
  margin-top: 1em;
}/*# sourceMappingURL=sub.css.map */