@charset "UTF-8";
#ktsCont.index #sec3in1 {
  margin-top: 0px;
}
#ktsCont.index #conceptanchor, #ktsCont.index #lineupanchor {
  padding-top: 60px !important;
  margin-top: -60px !important;
}
#ktsCont.index #secLineup {
  xmargin-top: 160px;
}
#ktsCont.index #secCreator {
  margin-top: 140px;
}
#ktsCont.index #secCreator > .sectionIn {
  display: flex;
}
#ktsCont.index #secCreator .profile {
  margin-left: 0px;
}
#ktsCont.index #secCreator .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}
#ktsCont.index #secCreator .name span {
  color: #767676;
}
@media screen and (max-width: 750px) {
  #ktsCont.index #secLineup {
    margin-top: 60px;
  }
  #ktsCont.index #secCreator {
    margin-top: 50px;
  }
  #ktsCont.index #secCreator > .sectionIn {
    display: block;
  }
  #ktsCont.index #secCreator .img {
    width: 50%;
    margin: 0 auto;
  }
  #ktsCont.index #secCreator .name {
    text-align: center;
  }
  #ktsCont.index #secCreator .profile {
    margin: 0;
  }
  #ktsCont.index #secCreator .profile img {
    width: 60%;
  }
}
#ktsCont.index h3.k-h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
#ktsCont.index p.read {
  text-align: center;
  margin-bottom: 50px;
}
#ktsCont .contentLinks .contentLink img {
  width: 100%;
}
/* 1line */
#ktsCont.index .contentsList1 {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto 120px auto;
  text-align: center;
}
#ktsCont.index .contentsList1 img {}
@media screen and (max-width: 750px) {
  #ktsCont.index .contentsList1 {
    display: flex;
    flex-wrap: wrap;
  }
}
/* 2line */
#ktsCont.index .contentsList2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 410px;
  margin: 0 auto 100px auto;
}
#ktsCont.index .contentsList2 li {
  width: 180px;
  text-align: center;
  margin: 0 0 0 50px;
  font-size: 15px;
  font-weight: bold;
}
#ktsCont.index .contentsList2 li:nth-child(2n+1) {
  margin-left: 0;
}
#ktsCont.index .contentsList2 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#ktsCont.index .contentsList2 a {
  display: block;
}
@media screen and (max-width: 750px) {
  #ktsCont.index .contentsList2 {
    display: flex;
    flex-wrap: wrap;
  }
  #ktsCont.index .contentsList2 li {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }
  #ktsCont.index .contentsList2 li:nth-child(odd) {
    margin-left: 0;
  }
}
/* 3line */
#ktsCont.index .contentsList3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto 40px auto;
}
#ktsCont.index .contentsList3 li {
  width: 180px;
  text-align: center;
  margin: 0 0 30px 50px;
  font-size: 15px;
  font-weight: bold;
}
#ktsCont.index .contentsList3 li:nth-child(3n+1) {
  margin-left: 0;
}
#ktsCont.index .contentsList3 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#ktsCont.index .contentsList3 a {
  display: block;
}
@media screen and (max-width: 750px) {
  #ktsCont.index .contentsList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #ktsCont.index .contentsList3 li {
    width: calc(50% - 10px);
    margin: 0 0 30px 10px;
  }
  #ktsCont.index .contentsList3 li:nth-child(3n+1) {
    margin: 0 0 30px 10px;
  }
  #ktsCont.index .contentsList3 li:nth-child(odd) {
    margin-left: 0;
  }
}
/* 4line */
#ktsCont.index .contentsList4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto 40px auto;
}
#ktsCont.index .contentsList4 li {
  width: 145px;
  text-align: center;
  margin: 0 0 0 20px;
  font-size: 14px;
}
#ktsCont.index .contentsList4 li:nth-child(4n+1) {
  margin-left: 0;
}
#ktsCont.index .contentsList4 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#ktsCont.index .contentsList4 a {
  display: block;
}
#ktsCont.index .contentsList4 li h3 {
  margin-top: 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
}
#ktsCont.index .contentsList4 li h3 span {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  #ktsCont.index .contentsList4 {
    display: flex;
    flex-wrap: wrap;
  }
  #ktsCont.index .contentsList4 li {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
  }
  #ktsCont.index .contentsList4 li:nth-child(odd) {
    margin-left: 0;
  }
}
table.format {
  margin: 0 auto;
  width: 640px;
}
@media (max-width: 750px) {
  table.format {
    width: 100%;
  }
  #ktsCont.index table.format td {
    display: block;
  }
}
#ktsCont.index .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  width: 1048px;
  margin: 0 auto 60px auto;
}
#ktsCont.index .bxslider li {
  display: none; /*読み込み時は非表示*/
}
#ktsCont.index .bx-viewport .bxslider li {
  display: block !important; /*JSが読み込まれたら表示*/
}
#ktsCont .bxslider li a:hover {
  opacity: 1;
}
@media (max-width: 750px) {
  #ktsCont.index .bx-wrapper {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #ktsCont.index .bx-viewport .bxslider li video {
    width: 100%;
  }
}
/* for EC LINK
--------------------------*/
#ktsCont .anchor_wrap, #stationery .anchor_wrap {
  padding: 60px 15px;
}
#ktsCont .eclinkTitle, #stationery .eclinkTitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
#ktsCont .eclink, #stationery .eclink {
  width: 100%;
  max-width: 808px;
  margin: 0 auto 0 auto;
}
#ktsCont .eclink ul, #stationery .eclink ul {
  margin: 0;
  padding: 0;
  display: flex;
  /*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
}
#ktsCont .eclink ul li, #stationery .eclink ul li {
  width: 100%;
  max-width: 190px;
  height: 50px;
  border: 1px solid #808080;
  position: relative;
  background-image: url(/stationery/ecLinks/img/ecLink_arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  margin-top: 20px;
  margin-left: 13.3px;
}
#ktsCont .eclink ul li:first-child, #stationery .eclink ul li:first-child {
  margin-left: 0;
}
#ktsCont .eclink.smallW ul li, #stationery .eclink.smallW ul li {
  width: 309px;
  max-width: 309px;
  margin-top: 16px;
}
#ktsCont .eclink.liWhite ul li, #stationery .eclink.liWhite ul li {
  background-color: #FFFFFF;
}
#ktsCont .eclink.coWhite ul li, #stationery .eclink.coWhite ul li {
  border: 1px solid #FFFFFF;
  background-image: url(/stationery/ecLinks/img/ecLink_arrow-white.png);
}
#ktsCont .eclink.nonBorder ul li, #stationery .eclink.nonBorder ul li {
  border: none;
  background-color: #FFFFFF;
}
#ktsCont .eclink ul li .aWrap, #stationery .eclink ul li .aWrap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-51%);
  line-height: 1em;
  text-align: center;
}
#ktsCont .eclink ul li .aWrap img, #stationery .eclink ul li .aWrap img {
  width: 100%;
  height: auto;
}
#ktsCont .eclink ul li a, #stationery .eclink ul li a {
  width: 100%;
  height: 100%;
  background-color: #FEFDFD;
  position: absolute;
  top: -1px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 751px) {
  #ktsCont .eclink ul li a:hover, #stationery .eclink ul li a:hover {
    opacity: 0.7;
  }
}
#ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
#ktsCont .coWhite .ECNOTEtxt, #stationery .coWhite .ECNOTEtxt {
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  #ktsCont .anchor_wrap, #stationery .anchor_wrap {}
  #ktsCont .eclink, #stationery .eclink {}
  #ktsCont .eclink ul, #stationery .eclink ul {
    display: block;
  }
  #ktsCont .eclink ul li, #stationery .eclink ul li {
    max-width: 100%;
    margin-bottom: 16px;
    margin-left: 0px;
    background-position: right 12px center;
  }
  #ktsCont .eclink ul li .aWrap, #stationery .eclink ul li .aWrap {
    transform: translateY(-50%) translateX(-50%);
  }
  #ktsCont .eclink ul li .aWrap a, #stationery .eclink ul li .aWrap a {}
  #ktsCont .ECNOTEtxt, #stationery .ECNOTEtxt {
    margin-top: 0px;
  }
}
#ktsCont .brpc::before, #stationery .brpc::before {
  content: "\A";
  white-space: pre;
}
#ktsCont .brsp::before, #stationery .brsp::before {
  content: none;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  #ktsCont .brpc::before, #stationery .brpc::before {
    content: none;
    white-space: normal;
  }
  #ktsCont .brsp::before, #stationery .brsp::before {
    content: "\A";
    white-space: pre;
  }
}
/* 3line 変則
--------------------------*/
#ktsCont.index .contentsList3-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto 40px auto;
}
#ktsCont.index .contentsList3-1 li {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 15px;
  font-weight: bold;
}
#ktsCont.index .contentsList3-1 li:nth-child(3n+1) {
  margin-left: 0;
}
#ktsCont.index .contentsList3-1 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#ktsCont.index .contentsList3-1 a {
  display: block;
}
@media screen and (max-width: 750px) {
  #ktsCont.index .contentsList3-1 {
    display: block;
  }
  #ktsCont.index .contentsList3-1 li {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  #ktsCont.index .contentsList3-1 li:nth-child(3n+1) {
    margin: 0 auto 30px auto;
  }
  #ktsCont.index .contentsList3-1 li:nth-child(odd) {
    margin: 0 auto 30px auto;
  }
}
/* 3line 変則
--------------------------*/
#ktsCont.index #features2022 {
  padding-top: 60px !important;
  margin-top: -60px !important;
  padding-bottom: 70px;
}
/* NEWS 調整
--------------------------*/
#ktsCont.index .newsWrap {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
#ktsCont.index .newsWrap h3 {
  font-size: 16px;
  /*color: #E7336E;*/
  font-weight: bold;
}
#ktsCont.index .newsWrap p.newsTxt {
  font-size: 14px;
}
/* リンクボタン 追加
--------------------------*/
#ktsCont.index .GanttCharLinkWrap {
  display: inline-block;
  border: 1px solid #808080;
  position: relative;
  background-image: url(/stationery/ecLinks/img/ecLink_arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  margin-top: 20px;
  padding: 10px 30px;
}
#ktsCont.index .GanttCharLink {
  display: flex;
}
#ktsCont.index .GanttCharLink .GanttCharLinkImg {
  max-width: 100px;
  margin-right: 15px;
}
#ktsCont.index .GanttCharLink .GanttCharLinkTxt {
  font-size: 14px;
  color: #222222;
  line-height: 1.5em;
  white-space: nowrap;
  text-align: left;
}
#ktsCont.index .GanttCharLinkWrap a {
  width: 100%;
  height: 100%;
  background-color: #FEFDFD;
  position: absolute;
  top: -1px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
#ktsCont.index .GanttCharLinkWrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  #ktsCont.index .GanttCharLink {
    display: block;
  }
  #ktsCont.index .GanttCharLink .GanttCharLinkImg {
    margin-left: auto;
    margin-right: auto;
  }
  #ktsCont.index .GanttCharLink .GanttCharLinkTxt {
    text-align: center;
  }
}
/* 202206 追加
--------------------------*/
#ktsCont .ttls {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #ktsCont .ttls {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
/* 202407 追加
--------------------------*/
.case_link {
  width: 120px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 100;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 751px) {
  .case_link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .case_link {
    width: 90px;
    position: fixed;
    right: 30px;
    bottom: 30px;
  }
}

/* 202410 追加
--------------------------*/
#ktsCont .special_article {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#ktsCont .special_article:has(>div:only-child) {
  justify-content: center;
}
#ktsCont .special_article_box {
	width: 49%;
}
#ktsCont .special_article_img {
  margin-bottom: 20px;
}
#ktsCont .special_article_img img {
  width: 100%;
}
  /*
#ktsCont .special_article_box p {
	font-size: 18px;
	line-height: 1.6em;
	margin-top: 10px;
	text-align: center;
}
*/
@media screen and (max-width: 750px) {
	#ktsCont .special_article {
		width: 92vw;
		display: block;
	}
	#ktsCont .special_article_box {
		width: 100%;
		margin-top: 5.5vw;
	}
	#ktsCont .special_article_img {}
    /*
	#ktsCont .special_article_box p {
		font-size: 4.26666vw;
		margin-top: 2.6vw;
	}
  */
}
