@charset "UTF-8";
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(/assets/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=======*/
/* index */
/*=======*/
@media (min-width: 1024px) {
  main {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 0;
  }
}

.index {
  /* メイン
  -----------------------------------*/
  /* product
  -----------------------------------*/
  /* news
  -----------------------------------*/
  /* igs-original
  -----------------------------------*/
  /* delivery-examplel
  -----------------------------------*/
  /* link
  -----------------------------------*/
}
.index .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index .contents {
    width: 90%;
  }
}
.index .index-heading01 {
  margin-bottom: 24px;
  font-size: 42px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index .index-heading01 {
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.index .index-heading01 .en {
  display: block;
  margin-bottom: 8px;
  color: #4496D3;
  font-size: 20px;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .index .index-heading01 .en {
    font-size: 14px;
  }
}
.index .index-heading02 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 28px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index .index-heading02 {
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 16px;
  }
}
.index .index-heading02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(112, 229, 135, 0.7) 0%, #4496D3 100%);
}
@media (max-width: 767px) {
  .index .index-heading02::before {
    width: 10px;
    height: 10px;
  }
}
.index .heading-area .txt-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 56px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .index .heading-area .txt-wrap {
    display: block;
  }
}
.index .heading-area .txt-wrap p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .index .heading-area .txt-wrap p {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.index .heading-area .txt-wrap .link-list {
  display: flex;
  gap: 16px 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index .heading-area .txt-wrap .link-list {
    display: block;
  }
}
.index .heading-area .txt-wrap .link-list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .index .heading-area .txt-wrap .link-list li {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .index .heading-area .txt-wrap .link-list li:last-child {
    margin-bottom: 0;
  }
}
.index .com-link-txt01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4496D3;
  font-size: 20px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1.3;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .index .com-link-txt01 {
    font-size: 14px;
  }
}
.index .com-link-txt01:hover {
  opacity: 0.7;
  text-decoration: none;
}
.index .com-link-txt01 .com-arrow01 {
  width: 19px;
  height: 19px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .index .com-link-txt01 .com-arrow01 {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
.index .com-link-txt01 .com-arrow01::before {
  width: 6px;
  height: 11px;
}
@media (max-width: 767px) {
  .index .com-link-txt01 .com-arrow01::before {
    width: 5px;
    height: 9px;
  }
}
.index .com-link-txt02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  line-height: 1.3;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .index .com-link-txt02 {
    font-size: 12px;
  }
}
.index .com-link-txt02:hover {
  opacity: 0.7;
  text-decoration: none;
}
.index .com-link-txt02 .com-arrow01 {
  width: 19px;
  height: 19px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .index .com-link-txt02 .com-arrow01 {
    width: 16px;
    height: 16px;
  }
}
.index .com-link-txt02 .com-arrow01::before {
  width: 6px;
  height: 11px;
}
@media (max-width: 767px) {
  .index .com-link-txt02 .com-arrow01::before {
    width: 5px;
    height: 9px;
  }
}
.index .main-sec {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .index .main-sec {
    margin-bottom: 64px;
  }
}
.index .main-sec #slide img {
  width: 100%;
}
.index .main-sec #slide .slick-dots {
  bottom: -37px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
}
@media (max-width: 767px) {
  .index .main-sec #slide .slick-dots {
    bottom: -18px;
    gap: 0 12px;
  }
}
.index .main-sec #slide .slick-dots li {
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
}
.index .main-sec #slide .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #999;
}
.index .main-sec #slide .slick-dots li button::before {
  content: none;
}
.index .main-sec #slide .slick-dots li.slick-active button {
  background: #39C08F;
}
.index .product-sec {
  margin-bottom: 160px;
  padding: 80px 0;
  background-color: #F3F6F9;
}
@media (max-width: 767px) {
  .index .product-sec {
    margin-bottom: 80px;
    padding: 40px 0;
  }
}
.index .product-sec .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2%; /*24/1200*/
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .index .product-sec .product-list {
    gap: 16px 2.684%; /*2/894*/
    max-width: 894px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .index .product-sec .product-list {
    gap: 8px 3.603%; /*24/666*/
    max-width: 666px;
  }
}
.index .product-sec .product-list li {
  width: 23.5%; /*282/1200*/
  box-shadow: 3px 3px 8px 0 rgba(68, 150, 211, 0.3);
  border-radius: 8px;
  background: #FFF;
}
@media (max-width: 1500px) {
  .index .product-sec .product-list li {
    width: 31.543%; /*282/894*/
  }
}
@media (max-width: 767px) {
  .index .product-sec .product-list li {
    width: 48.198%; /*321/666*/
  }
}
.index .product-sec .product-list li a {
  position: relative;
  display: block;
  padding: 24px 8px 16px;
}
@media (max-width: 767px) {
  .index .product-sec .product-list li a {
    padding: 16px 8px 8px;
  }
}
.index .product-sec .product-list li a:hover {
  color: #333;
  text-decoration: none;
}
.index .product-sec .product-list li a:hover img {
  opacity: 1;
}
.index .product-sec .product-list li a:hover .txt .com-arrow01 {
  background: #4496D3;
}
.index .product-sec .product-list li a:hover .txt .com-arrow01::before {
  background: url(/assets/images/common/com_arrow02.svg) no-repeat;
  background-size: 100% auto;
}
.index .product-sec .product-list li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}
.index .product-sec .product-list li .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: min(20px, 1.955vw); /*20/1023*/
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .index .product-sec .product-list li .txt {
    font-size: 14px;
  }
}
.index .product-sec .product-list li .txt p {
  flex: 1;
  margin-bottom: 0;
}
.index .product-sec .product-list li .txt .com-arrow01 {
  margin-left: 8px;
  width: 30px;
  height: 30px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .index .product-sec .product-list li .txt .com-arrow01 {
    width: 18px;
    height: 18px;
  }
}
.index .product-sec .product-list li .txt .com-arrow01::before {
  transition: 0.3s all;
}
.index .product-sec .area01 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .index .product-sec .area01 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .index .product-sec .area01 .txt-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .index .product-sec .area01 .txt-wrap p {
    margin-bottom: 20px;
  }
}
.index .news-sec {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .index .news-sec {
    margin-bottom: 80px;
  }
}
.index .news-sec .index-heading02 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .index .news-sec .index-heading02 {
    margin-bottom: 20px;
  }
}
.index .news-sec .index-list-news {
  margin-bottom: 0;
  padding-bottom: 40px;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .index .news-sec .index-list-news {
    margin: 0 -5%;
    padding: 0 5% 20px;
    padding-bottom: 20px;
  }
}
.index .news-sec .index-list-news li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.index .news-sec .index-list-news li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px 16px 16px 40px;
  transition: 0.5s all;
}
@media (max-width: 1023px) {
  .index .news-sec .index-list-news li a {
    position: relative;
    display: block;
    padding: 40px 48px 16px 40px;
  }
}
@media (max-width: 767px) {
  .index .news-sec .index-list-news li a {
    padding: 20px 32px 16px 0;
  }
}
.index .news-sec .index-list-news li a .date {
  width: 280px;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .index .news-sec .index-list-news li a .date {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .index .news-sec .index-list-news li a .date {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.index .news-sec .index-list-news li a .title {
  flex: 1;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  word-wrap: break-word;
  line-height: 1.3;
}
.index .news-sec .index-list-news li a .com-arrow01 {
  width: 19px;
  height: 19px;
  margin-left: 16px;
}
@media (max-width: 1023px) {
  .index .news-sec .index-list-news li a .com-arrow01 {
    position: absolute;
    right: 16px;
    bottom: 16px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .index .news-sec .index-list-news li a .com-arrow01 {
    right: 0;
    width: 16px;
    height: 16px;
  }
}
.index .news-sec .index-list-news li a .com-arrow01::before {
  width: 6px;
  height: 11px;
}
@media (max-width: 767px) {
  .index .news-sec .index-list-news li a .com-arrow01::before {
    width: 5px;
    height: 9px;
  }
}
.index .news-sec .index-list-news li a:hover {
  opacity: 0.7;
  color: #333;
  text-decoration: none;
}
.index .news-sec .area01 {
  margin-bottom: 40px;
}
.index .news-sec .area02 .index-tab {
  display: flex;
  justify-content: center;
  gap: 0 1.333%; /*16/1200*/
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .index .news-sec .area02 .index-tab {
    margin-bottom: 16px;
  }
}
.index .news-sec .area02 .index-tab li {
  position: relative;
  width: 32.444%; /*389.333/1200*/
  padding: 0 24px 16px;
  border: 2px solid #999;
  border-top: none;
  border-right-color: #FFF;
  border-left-color: #FFF;
  color: #999;
  font-size: 20px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .index .news-sec .area02 .index-tab li {
    padding: 0 8px 8px;
    font-size: 14px;
  }
}
.index .news-sec .area02 .index-tab li::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -1px);
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #999 #999;
  background: #FFF;
  transition: 0.5s all;
}
.index .news-sec .area02 .index-tab li:hover {
  border-bottom-color: #39C08F;
  color: #39C08F;
}
.index .news-sec .area02 .index-tab li:hover::before {
  border-color: transparent transparent #39C08F #39C08F;
}
.index .news-sec .area02 .index-tab li.active {
  border-color: #39C08F;
  color: #39C08F;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
}
.index .news-sec .area02 .index-tab li.active::before {
  opacity: 1;
  border-color: transparent transparent #39C08F #39C08F;
}
.index .news-sec .area02 .index-tab-cts.disnon {
  display: none;
}
.index .news-sec .area02 .index-list-news {
  background: none;
}
.index .igs-original-sec {
  margin-bottom: 80px;
}
.index .igs-original-sec .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2%; /*24/1200*/
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .index .igs-original-sec .card-list {
    gap: 16px 3.03%; /*24/792*/
    max-width: 792px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list {
    gap: 8px 3.603%; /*24/666*/
    max-width: 666px;
  }
}
.index .igs-original-sec .card-list li {
  overflow: hidden;
  width: 32%; /*384/1200*/
  box-shadow: 3px 3px 8px 0 rgba(68, 150, 211, 0.3);
  border-radius: 8px;
  background: #39C08F;
}
@media (max-width: 1023px) {
  .index .igs-original-sec .card-list li {
    width: 48.484%; /*384/792*/
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li {
    width: 48.198%; /*321/666*/
  }
}
.index .igs-original-sec .card-list li a {
  position: relative;
  display: block;
}
.index .igs-original-sec .card-list li a:hover {
  color: #333;
  text-decoration: none;
}
.index .igs-original-sec .card-list li a:hover img {
  opacity: 1;
}
.index .igs-original-sec .card-list li a:hover .txt .com-arrow01 {
  background: #4496D3;
}
.index .igs-original-sec .card-list li a:hover .txt .com-arrow01::before {
  background: url(/assets/images/common/com_arrow02.svg) no-repeat;
  background-size: 100% auto;
}
.index .igs-original-sec .card-list li .img {
  position: relative;
  z-index: 0;
  padding: min(88px, 5.866vw) min(32px, 2.133vw) 4px; /*88/1500*/ /*32/1500*/
}
@media (max-width: 1023px) {
  .index .igs-original-sec .card-list li .img {
    padding: min(88px, 8.602vw) min(32px, 3.128vw) 4px; /*88/1023*/ /*32/1023*/
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .img {
    padding: min(8px, 1.066vw) min(12px, 1.6vw) min(128px, 17.066vw); /*8/750*/ /*12/750*/ /*128/750*/
  }
}
.index .igs-original-sec .card-list li .img figure {
  position: absolute;
  top: min(24px, 1.6vw); /*24/1500*/
  left: min(32px, 2.133vw); /*32/1500*/
  z-index: -1;
  width: min(176px, 11.733vw); /*176/1500*/
  height: min(176px, 11.733vw); /*176/1500*/
  border-radius: 50%;
  background: #FFF;
}
@media (max-width: 1023px) {
  .index .igs-original-sec .card-list li .img figure {
    top: min(24px, 2.346vw); /*24/1023*/
    left: min(32px, 3.128vw); /*32/1023*/
    width: 17.204vw; /*176/1023*/
    height: 17.204vw; /*176/1023*/
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .img figure {
    top: min(8px, 1.066vw); /*8/750*/
    left: 50%;
    transform: translateX(-50%);
    width: 30vw;
    height: 30vw;
  }
}
.index .igs-original-sec .card-list li .img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .img figure img {
    width: 80%;
  }
}
.index .igs-original-sec .card-list li .img p {
  width: min(101px, 6.733vw); /*101/1500*/
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
  line-height: 1;
}
@media (max-width: 1023px) {
  .index .igs-original-sec .card-list li .img p {
    width: min(101px, 9.872vw); /*101/1023*/
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .img p {
    width: 7.6vw; /*57/750*/
  }
}
.index .igs-original-sec .card-list li .txt {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: min(86px, 5.733vw); /*86/1500*/
  padding: min(10px, 0.666vw); /*10/1500*/
  background: #FFF;
}
@media (max-width: 1023px) {
  .index .igs-original-sec .card-list li .txt {
    min-height: min(84px, 8.211vw); /*84/1023*/
    padding: min(10px, 0.977vw); /*10/1023*/
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .txt {
    min-height: initial;
    padding: min(24px, 3.2vw) min(4px, 0.533vw) min(24px, 3.2vw); /*24/750*/ /*4/750*/ /*24/750*/
  }
}
.index .igs-original-sec .card-list li .txt p {
  margin-bottom: 0;
  padding-right: 42px;
  font-size: min(20px, 1.33vw); /*20/1500*/
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  letter-spacing: -0.05em;
}
@media (max-width: 1023px) {
  .index .igs-original-sec .card-list li .txt p {
    font-size: min(20px, 1.955vw); /*20/1023*/
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .txt p {
    font-size: 14px;
  }
}
.index .igs-original-sec .card-list li .txt .com-arrow01 {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 32px;
  height: 32px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .txt .com-arrow01 {
    width: 18px;
    height: 18px;
  }
}
.index .igs-original-sec .card-list li .txt .com-arrow01::before {
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li .txt .com-arrow01::before {
    width: 5px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .index .igs-original-sec .card-list li:nth-of-type(5) .img figure img {
    width: 100%;
  }
}
.index .delivery-examplel-sec {
  margin-bottom: 120px;
  padding: 80px 0;
  background: #F3F6F9;
}
@media (max-width: 767px) {
  .index .delivery-examplel-sec {
    margin-bottom: 80px;
    padding: 40px 0 64px;
  }
}
.index .delivery-examplel-sec .examplel-list li:not(.slick-dots li) {
  overflow: hidden;
  position: relative;
  box-shadow: 3px 3px 8px 0 rgba(68, 150, 211, 0.3);
  border-radius: 8px;
  margin: 0 12px;
}
@media (max-width: 767px) {
  .index .delivery-examplel-sec .examplel-list li:not(.slick-dots li) {
    width: 266px;
    margin: 0 8px;
  }
}
.index .delivery-examplel-sec .examplel-list a {
  transition: 0.5s all;
}
.index .delivery-examplel-sec .examplel-list a:hover {
  color: #333;
}
.index .delivery-examplel-sec .examplel-list a:hover img {
  opacity: 1;
}
.index .delivery-examplel-sec .examplel-list a:hover .txt .com-arrow01 {
  background: #4496D3;
}
.index .delivery-examplel-sec .examplel-list a:hover .txt .com-arrow01::before {
  background: url(/assets/images/common/com_arrow02.svg) no-repeat;
  background-size: 100% auto;
}
.index .delivery-examplel-sec .examplel-list .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 16px 24px;
  background: #FFF;
}
@media (max-width: 767px) {
  .index .delivery-examplel-sec .examplel-list .txt {
    padding: 16px 8px;
  }
}
.index .delivery-examplel-sec .examplel-list .txt p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .index .delivery-examplel-sec .examplel-list .txt p {
    font-size: 14px;
  }
}
.index .delivery-examplel-sec .examplel-list .txt .com-arrow01 {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .index .delivery-examplel-sec .examplel-list .txt .com-arrow01 {
    right: 4px;
    width: 18px;
    height: 18px;
  }
}
.index .delivery-examplel-sec .examplel-list .txt .com-arrow01::before {
  transition: 0.3s all;
}
.index .delivery-examplel-sec .examplel-list .slick-list {
  overflow: visible;
}
.index .delivery-examplel-sec .examplel-list .slick-dots {
  bottom: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 0;
}
.index .delivery-examplel-sec .examplel-list .slick-dots li {
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0;
  border-radius: 50%;
}
.index .delivery-examplel-sec .examplel-list .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #999;
}
.index .delivery-examplel-sec .examplel-list .slick-dots li button::before {
  content: none;
}
.index .delivery-examplel-sec .examplel-list .slick-dots li.slick-active button {
  background: #39C08F;
}
.index .link-sec .bn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 952px;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .index .link-sec .bn-list {
    flex-wrap: wrap;
    max-width: 464px;
    margin: 0 auto 40px;
  }
}
.index .link-sec .bn-list li {
  width: 23.109%; /*220/952*/
}
@media (max-width: 767px) {
  .index .link-sec .bn-list li {
    width: 47.413%; /*220/464*/
    margin-bottom: 5.172%; /*24/464*/
  }
}
.index .link-sec .link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index .link-sec .link-list {
    display: block;
  }
}
.index .link-sec .link-list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .index .link-sec .link-list li {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .index .link-sec .link-list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .index .link-sec .link-list li .com-link-txt02 {
    font-size: 14px;
  }
}
/*# sourceMappingURL=index.css.map */