:root {
  --sans: "Noto Sans JP", sans-serif;
  --en: "Sen", "Noto Sans JP", sans-serif;
}


#home .container {
  max-width: 1000px;
}


/* section */
.topSection {
  padding-block: 100px;
}

/* mainvisual */
.topMainVisual {
  padding-bottom: 20px;
}
.topMainSlide {
  position: relative;
}
/*.topMainSlide li figure {
  margin: 0 3px;
}*/
.topMainSlide li figure img,.topMainSlide li video {
   height: auto;
  margin: auto;
  max-height:37.5vw;
  max-width: 100%;
  object-fit: cover;
  width: 100vw;
}
.topMainSlide li .movie {
	position: relative;	
}
.topMainSlide li .movie p {
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    max-width: 1400px;
    margin: auto;
    display: flex;
}
.topMainSlide li .movie .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4vw;
    max-width: 1400px;
    margin: 0 auto;
    text-align: right;
}

.topMainSlide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: 200%;
  white-space: nowrap;
  border-radius: 50%;
  background: #333;
  overflow: hidden;
}
.topMainSlide .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 16px;
  margin-top: -9px;
  margin-left: -8px;
  background: url(../images/common/ic_arw10.svg) no-repeat 0 0 / 100% auto;
}
.topMainSlide .slick-prev {
  left: calc(max(calc(50% - 45vw), calc(50% - 720px)) - 30px);
}
.topMainSlide .slick-prev:before {
  transform: scale(-1, 1);
}
.topMainSlide .slick-next {
  right: calc(max(calc(50% - 45vw), calc(50% - 720px)) - 30px);
}


.dots-wrap {
    display: flex;
    justify-content: center;
	position: absolute;
    bottom: 1.04vw;
    left: 0;
    right: 0;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #58BFC7;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


/* head */
.topHead {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
  column-gap: 80px;
  margin-bottom: 100px;
}
.topHead h2 {
  width: fit-content;
  font-size: 40px;
  font-weight: 900;
  grid-area: 1 / 1 / 2 / 2;
}
.topHead h2::first-letter {
  color: var(--color-base);
}
.topHead .ja {
  padding-top: 5px;
  font-size: 15px;
  font-weight: 500;
  grid-area: 2 / 1 / 3 / 2;
}
.topHead .lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  align-self: center;
  grid-area: 1 / 2 / 3 / 3;
}

/* btn */
.topLinkBtn {
  padding-top: 50px;
  text-align: right;
}
.topLinkBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 200px;
  min-height: 40px;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  background: var(--color-base);
}
.topLinkBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 18px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/common/ic_arw10.svg) no-repeat 0 0 / 100% auto;
}


/* info */
.topInfoBlock .container {
  display: flex;
  gap: 38px;
}
.topInfoUnit {
  width: calc(50% - 19px);
}
.topInfoHead {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 15px;
  margin-bottom: 20px;
}
.topInfoHead h2 {
  width: fit-content;
  font-size: 30px;
  font-weight: 900;
  grid-area: 1 / 1 / 2 / 2;
}
.topInfoHead h2::first-letter {
  color: var(--color-base);
}
.topInfoHead .link {
  align-self: flex-end;
  justify-self: right;
  padding-bottom: 3px;
  grid-area: 1 / 2 / 2 / 3;
}
.topInfoHead .link a {
  display: flex;
  align-items: center;
  color: var(--color-base);
  font-size: 12px;
  font-weight: 500;
}
.topInfoHead .link a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border-radius: 50%;
  background: url(../images/common/ic_arw10.svg) no-repeat center center / 8px auto var(--color-base);
}
.topInfoHead .lead {
  font-size: 15px;
  grid-area: 2 / 1 / 3 / 3;
}
.topInfoList {
  border-top: 1px solid #D9D9D9;
}
.topInfoList .listItem {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 5px 10px;
  padding: 15px 0;
  border-bottom: 1px solid #D9D9D9;
}
.topInfoList .listItem .date {
  padding: 3px 0 5px;
  align-self: center;
  font-size: 14px;
  grid-area: 1 / 1 / 2 / 2;
  font-family: var(--en);
	white-space: nowrap;
}
.topInfoList .listItem .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 100px;
  height: 20px;
  padding: 4px 10px;
  color: var(--color-base);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid var(--color-base);
  grid-area: 1 / 2 / 2 / 3;
}
.topInfoList .listItem .link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  grid-area: 2 / 1 / 3 / 3;
	line-break: strict;
}


/* vision */
.topVisionBlock h2 {
  margin-bottom: 50px;
  color: var(--color-base);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.topVisionList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topVisionList .listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  max-width: 260px;
  color: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.topVisionList .listItem:nth-child(1) {
  background-color: #E8896B;
}
.topVisionList .listItem:nth-child(2) {
  margin-inline: -20px;
  background-color: #86B7D7;
}
.topVisionList .listItem:nth-child(3) {
  background-color: #6ABC6D;
}
.topVisionList .listItem h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}
.topVisionList .listItem p {
  margin: 0;
  color: #fff;
  font-family: var(--en);
  font-size: 12px;
  font-weight: 400;
	line-height: 1.2;
	text-align: center;
}
.topVisionList .listItem .btn {
  padding-top: 20px;
}
.topVisionList .listItem .btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #fff;
}
.topVisionList .listItem .btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 12px;
  height: 11px;
  margin-top: -6px;
  background: url(../images/common/ic_arw10.svg) no-repeat 0 0 / 100% auto;
}


/* service */
.topServiceList {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  gap: 30px;
}
.topServiceList .listItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border-radius: 5px;
  background: #F5F5F5;
}
.topServiceList .listItem a {
  position: relative;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  row-gap: 20px;
  padding: 30px 30px 40px;
}
.topServiceList .listItem a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 0 0 10px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: var(--color-base);
}
.topServiceList .listItem a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  background: url(../images/common/ic_arw7.svg) no-repeat 0 0 / 100% auto;
}
.topServiceList .listItem h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-base);
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.topServiceList .listItem p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}


/* case */
.topCaseBlock {
  background: #F2F8F9;
}
.topCaseList {
  position: relative;
}
.topCaseList .listBox {
  width: 400px;
  margin: 0 15px;
  border-radius: 10px 10px 0 0;
  background: #fff;
		min-height: 480px;
    position: relative;
}
.topCaseList .listBox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 1;
  border-radius: 10px 10px 0 0;
}
.topCaseList .listBox h3 {
  padding: 20px 15px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.topCaseList .listBox p {
  margin: 0;
  padding: 0 15px 20px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 160px;	
}
.topCaseList .listBox .tag {
	line-height: 1;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 10px;
    display: inline-flex;
	margin: 15px;
	width: -webkit-fill-available;
	flex-wrap: wrap;
		position: absolute;
	bottom: 0;

}
.topCaseList .listBox .tag li {
    color: #333;
    line-height: 1.2;
    border: none;
    background-color: inherit;
	font-size: 0.8rem;

}
.topCaseList .listBox .tag:before {
    content: "導入サービス：";
    font-size: 0.8rem;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}
.topCaseList .listBox .tag li:first-child{
	margin-left: 0;
	}
.topCaseList .listBox .tag li:after {
	content: "/";
	margin: 0 5px;
	}
.topCaseList .listBox .tag li:last-child:after{
	content:none;
}
.topCaseList .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: 200%;
  white-space: nowrap;
  border-radius: 50%;
  background: var(--color-base);
  overflow: hidden;
}
.topCaseList .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 16px;
  margin-top: -9px;
  margin-left: -8px;
  background: url(../images/common/ic_arw10.svg) no-repeat 0 0 / 100% auto;
}
.topCaseList .slick-prev {
  left: calc(50% - 655px);
}
.topCaseList .slick-prev:before {
  transform: scale(-1, 1);
}
.topCaseList .slick-next {
  right: calc(50% - 655px);
}

.topCaseCompany {
  padding-top: 80px;
}
.topCaseCompanyTitle {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.topCaseCompanyTitle .num {
  color: var(--color-base);
  margin-right: 10px;
  font-weight: 900;
}
.topCaseCompanyTitle .num em {
  margin-right: 10px;
  font-size: 64px;
  font-style: normal;
}
.topCaseCompanyList figure {
  margin: 0 15px;
  padding: 5px;
  background-color: #ffffff;
}

/* seminar */
.topSeminarList {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  gap: 20px;
}
.topSeminarList .listItem a {
  display: flex;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #fff;
}
.topSeminarList .listItem figure {
  width: 180px;
  margin: -1px 0 -1px -1px;
  flex-shrink: 0;
}
.topSeminarList .listItem figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.topSeminarList .listItem .group {
  padding: 15px;
}
.topSeminarList .listItem .head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.topSeminarList .listItem .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.topSeminarList .listItem .tag li {
  padding: 4px 10px;
  color: var(--color-base);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid var(--color-base);
}
.topSeminarList .listItem .date {
  margin-left: auto;
  padding-top: 3px;
  font-size: 12px;
}
.topSeminarList .listItem h3 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.topSeminarList .listItem .summary {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 1px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.topSeminarList .listItem .summary dt {
  padding-block: 6px;
  font-weight: 500;
  text-align: center;
  background: #F2F8F9;
}
.topSeminarList .listItem .summary dd {
  padding-block: 6px;
}


/* banner */
.topBannerUnit + .topBannerUnit {
  padding-top: 60px;
}
.topBannerUnit h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}
.topBannerList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 50px;
}
.topBannerList li figcaption {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

















@media screen and (max-width: 798px) {

/* section */
.topSection {
  padding-block: 60px;
}

/* mainvisual */
.topMainVisual {
  padding-bottom: 0;
}
	
.topMainSlide li figure img {
  max-height:inherit;
}	
.topMainSlide li video {
   height: 103.86vw;
  max-height:inherit;
}		
	
.topMainSlide .slick-arrow {
  width: 30px;
  height: 30px;
}
.topMainSlide .slick-prev {
  left: 5px;
}
.topMainSlide .slick-next {
  right: 5px;
}
.topMainSlide .slick-arrow:before {
  width: 14px;
  height: 12px;
  margin-top: -6px;
  margin-left: -7px;
}
.dots-wrap {
    bottom: 20px;
	}

/* head */
.topHead {
  display: block;
  margin-bottom: 50px;
}
.topHead h2 {
  font-size: 34px;
}
.topHead .ja {
  font-size: 12px;
}
.topHead .lead {
  margin-top: 20px;
  font-size: 14px;
}

/* btn */
.topLinkBtn {
  padding-top: 40px;
}


/* info */
.topInfoBlock .container {
  flex-direction: column;
  gap: 38px;
}
.topInfoUnit {
  width: auto;
}
.topInfoHead .lead {
    font-size: 14px;
	}
.topInfoList .listItem .link {
    font-size: 14px;
	}


/* vision */
	
.topVisionBlock .container {
        width: 100%!important;
	}
.topVisionBlock h2 {
  margin-bottom: 50px;
  color: var(--color-base);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.topVisionList {
	display: block;
	position: relative;
	height: 90vw;
}
	
.topVisionList .listItem h3 {
    font-size: 16px;
	}
.topVisionList .listItem {
  width: 48.3vw;
  max-width: 48.3vw;
}
.topVisionList .listItem p {
	font-size: 10px;
	}
	
.topVisionList .listItem:nth-child(1) {
	position: absolute;
	top: 150px;
	left: 0;
	}
.topVisionList .listItem:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
}
.topVisionList .listItem:nth-child(3) {
	position: absolute;
	top: 150px;
	right: 0;
}

/* service */
.topServiceList {
  display: flex;
  flex-direction: column;
}
.topServiceList .listItem h3 {
  font-size: 20px;
}
.topServiceList .listItem p {
  font-size: 14px;
}


/* case */
	
.topCaseList .listBox p {
  min-height: inherit;
}	
.topCaseList .listBox {
  width: 86vw;
  margin: 0 7vw;
  min-height: inherit;
  position: inherit;	
}
	
.topCaseList .listBox .tag {
	position: inherit;
	}
.topCaseList .slick-arrow {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.topCaseList .slick-prev {
  left: 5px;
}
.topCaseList .slick-next {
  right: 5px;
}
.topCaseList .slick-arrow:before {
  width: 14px;
  height: 12px;
  margin-top: -6px;
  margin-left: -7px;
}


.topCaseCompanyTitle {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.topCaseCompanyTitle .num {
  display: block;
  margin-bottom: 5px;
  margin-right: 0;
}
.topCaseCompanyTitle .num em {
  margin-right: 5px;
  font-size: 50px;
  font-style: normal;
}
.topCaseCompanyList figure {
  margin: 0 10px;
  padding: 2px;
  background-color: #ffffff;
}


/* seminar */
.topSeminarList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.topSeminarList .listItem a {
  flex-direction: column;
}
.topSeminarList .listItem figure {
  width: calc(100% + 2px);
  margin: -1px -1px 0 -1px;
}
.topSeminarList .listItem figure img {
  border-radius: 10px 10px 0 0;
}


/* banner */
.topBannerUnit h2 {
  font-size: 20px;
}
.topBannerList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.topBannerList li figcaption {
  padding-top: 5px;
  font-size: 12px;
}



}