@charset "utf-8";

#main h2.type1 {
  width: 100%;
  max-width: 1200px;
  color: #fff;
  font-size: 39px;
  margin: 0 auto;
  padding: 68px 0 25px;
  text-align: left;
  display: block;
  letter-spacing: 1px;
}

.main--01.ksp,
.main--01.news,
.main--01.katsuyo {
  width: 100%;
  max-width: 1200px;
}

.main--01.ksp .chart {
  margin: 26px 0 0;
}

.ksp .main--01 .chart a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#main .ksp .main--01 .chart a:hover {
  opacity: 1;
}

.ksp .main--01 .chart a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
}

.ksp .main--01 .chart a::after {
  content: "";
  display: block;
  width: 34px;
  height: 35px;
  background-image: url(/resource/images/ksp/ico_zoom.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  margin-left: -16px;
}


.img.zoom {
  position: relative;
  display: block;
  /* max-width: 760px; */
  margin: 0 auto;
}

.img.zoom:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: .3s;
}

.img.zoom:after {
  content: "";
  width: 39px;
  height: 39px;
  margin-top: -19px;
  margin-left: -19px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  background-image: url("/resource/images/ksp/ico_zoom.png");
  opacity: 0;
  transition-duration: .3s;
}

.img.zoom:hover::before {
  opacity: 0.15;
}

.img.zoom:hover::after {
  opacity: 1;
}



h3.type1 {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding-left: 0;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  margin-top: 59px;
}

h3.type1::before {

  content: "";

  background-size: 100%;

  width: 100%;

  height: 3px;

  position: absolute;

  bottom: 0;

  left: 0;

  background-color: #006CB6;
}

.box-movie {
  display: flex;
  width: 100%;
  padding: 30px 0 0;
}

.box-movie .movie {
  width: 50%;
  max-width: 520px;
  cursor: pointer;
}

.box-movie .movie img {}

.box-movie .text-1 {
  width: 50%;
  padding: 26px 0 0 60px;
  line-height: 1.9;
}

#main .box-movie .text-1 .list--01 {
  margin-top: 0;
}

.text-2 {

  padding: 26px 0 0 0;

  line-height: 1.9;
}

.box-column {
  width: 100%;
  display: flex;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 26px 0 30px;
  padding: 29px 0 30px 40px;
  align-items: center;
}

.box-column img {
  width: 22%;
  max-width: 224px;
}

.box-column .wrap {
  width: 740px;
  padding: 0 240px 0 48px;
}

.box-column .wrap .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #000;
  margin: 0 0 14px;
}

.box-column .wrap .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  color: #000;
}

#main .box-column a.btn {
  width: 164px;
  height: 51px;
  border-radius: 25.5px;
  background: #fff;
  border: 2px solid #dcdcdc;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 70px;
  line-height: 46px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #006cb6;
}

.box-app {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0;
}

.box-app .box {
  width: calc(50% - 20px);
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 43px 40px 40px;
  position: relative;
}

.box-app .box img {
  position: absolute;
  left: calc(65% + 30px);
  top: 40px;
}

.box-app .box h4 {
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding-left: 13px;
}

.box-app .box h4:before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: #006cb6;
  position: absolute;
  top: 0;
  left: 0;
}

.box-app .box .text {
  width: 65%;
  max-width: 275px;
  margin: 20px 0 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #000;
}

.box-app.box-app2 .box img {
  position: relative;
  left: 0;
  top: 0;
}

#main .box-app .box .btn {
  display: block;
  width: 144px;
  height: 46px;
  border-radius: 25.5px;
  border: 2px solid #dcdcdc;
  position: relative;
  top: 0;
  right: 0;
  line-height: 42px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #006cb6;
}

.case_study .main--01 {
  padding-top: 48px;
}

.case_study #main section>.title--02 {
  margin-top: 75px;
}

.case_study #main section>.title--02:first-child {
  margin-top: 54px;
}

.case_study #main .title--02+p {
  margin-top: 34px;
}

#main .img-in {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.case_study #main .img-in {

  margin-top: 34px;

  display: block;
}

#main .img-in img {

  border-radius: 10px;

  width: 100%;
}

#main .img-in .img-wrap {
  margin-top: 5px;
  margin-bottom: 10px;
  min-width: 360px;
  width: 360px;
}

#main .img-in div p:first-child {
  margin-top: 0;
}

#main .img-in .img-wrap .img-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #000;
  margin-top: 12px;
}

#main .img-in.img-l .img-wrap {
  float: left;
  margin-right: 50px;
}

#main .img-in.img-r .img-wrap {
  float: right;
  margin-left: 50px;
  order: 2;
}

#main .cts-box {
  position: relative;
}

#main .cts-box p {
  margin-top: 15px;
}

#main .cts-box .cts-box1 {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  background: #f4f2ee;
  margin: 14px auto;
  display: flex;
  padding: 25px 33px;
}

#main .cts-box .cts-box1 .box-child {
  width: calc(25% - 15px);
  max-width: 165px;
  margin-right: 20px;
}

#main .cts-box .cts-box1 .box-child img {}

#main .cts-box .cts-box1 .box-child .text {
  display: flex;
  margin: 19px 0 0;
}

#main .cts-box .cts-box1 .box-child .text span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  background: #ec6d19;
  color: #fff;
  text-align: center;
  display: block;
}

#main .cts-box .cts-box1 .box-child .text div {
  width: calc(100% - 35px);
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  color: #000;
}

#main .cts-box .cts-box1 .box-child:nth-child(4) {
  width: 179px;
  margin-right: 0;
}

#main .cts-box .cts-box2 {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  background: #f4f2ee;
  margin: 24px auto 0;
  display: flex;
  padding: 25px 46px;
  justify-content: space-between;
}

#main .cts-box .cts-box2 .box-child {
  width: calc(50% - 20px);
  max-width: 335px;
}

#main .cts-box .cts-box3 {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  background: #f4f2ee;
  margin: 24px auto 0;
  display: flex;
  padding: 25px 54px 10px 54px;
  flex-wrap: wrap;
  position: relative;
}

#main .cts-box .cts-box3 .box-child {
  width: calc(33.3% - 60px);
  max-width: 170px;
  height: 60px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #ec6d19;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main .cts-box .cts-box3 .img {
  position: absolute;
  right: 54px;
  width: 122px;
}



#main .cts-box .cts-box4 {
  max-width: 800px;
  border-radius: 10px;
  background: #f4f2ee;
  margin: 0 auto;
}

#main .cts-box .cts-box4 .box-wrap {
  display: flex;
  padding: 20px 44px 18px 54px;
  flex-wrap: wrap;
}

#main .cts-box .cts-box4 .box-child {
  width: 215px;
  margin-right: 24px;
  margin-bottom: 19px;
  text-align: center;
}

#main .cts-box .cts-box4 .box-child img {
  display: inline-block;
}

#main .cts-box .cts-box4 .box-child .text {
  display: flex;
  margin: 19px 0 7px;
}

#main .cts-box .cts-box4 .box-child .text span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  background: #ec6d19;
  color: #fff;
  text-align: center;
  display: block;
}

#main .cts-box .cts-box4 .box-child .text div {
  width: calc(100% - 45px);
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

#main .cts-box .cts-box4 .box-child .text div sup {
  line-height: 1;
}

#main .cts-box .cts-box4 .box-child:nth-child(3n) {
  margin-right: 0;
}

#main .cts-box .cts-box4 .box-child:nth-child(3) .text,
#main .cts-box .cts-box4 .box-child:nth-child(5) .text {
  margin-bottom: 25px;
}

#main .cts-box .cts-box4 .box-child:nth-child(3) .text div,
#main .cts-box .cts-box4 .box-child:nth-child(5) .text div {
  margin-top: 3px;
}

#main .cts-box .cts-box4 .ft-box {
  display: flex;
  padding: 0 52px 37px 54px;
}

#main .cts-box .cts-box4 .ft-box .text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  color: #000;
  width: 320px;
  margin-right: 40px;
}

#main .cts-box .cts-box4 .ft-box .support {
  background-color: #fff;
  width: calc(100% - 360px);
  padding: 25px 20px;
}

#main .cts-box .cts-box4 .ft-box .support .text1 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #ec6d19;
}

#main .cts-box .cts-box4 .ft-box .support .text2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #000;
  position: relative;
  margin-top: 10px;
  padding-left: 19px;
}

#main .cts-box .cts-box4 .ft-box .support .text2::before {
  content: "";
  width: 15px;
  height: 19px;
  background-image: url(/resource/images/ico_tel.png);
  background-size: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}

#main .cts-box .cts-box4 .ft-box .support .text3 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  color: #000;
  margin-top: 11px;
}

.ksp #main .mv--02 {}

.ksp.ksp-01 #main .mv--02 {
  margin-bottom: 0;
}

.ksp #main .title--02 {
  margin-top: 40px;
}

.ksp.ksp-01 #main .title--02 {
  margin-top: 0px;
}

#main .cts-box .cts-box5 {

  width: 800px;

  background-color: #F4F2EE;

  margin: 30px auto 80px;

  padding: 44px 0 30px;

  border-radius: 10px;
}

#main .cts-box .cts-box5 .img {
  width: 650px;
  margin: 0 auto;
}

#main .cts-box .cts-box5 .img span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin-top: 17px;
}

#main .cts-box .pop {
  display: flex;
  position: relative;
  width: 650px;
  margin: 27px auto 0;
  align-items: flex-start;
}

#main .cts-box .pop div {
  border-radius: 10px;
  background: #fff;
  border: 3px solid #3bb149;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  position: relative;
  margin: 0px 58px 0 0;
  padding: 15px 17px 15px 23px;
  display: flex;
  align-items: center;
}

#main .cts-box .pop div::before {
  content: "";
  width: 14px;
  height: 18px;
  background-image: url(/resource/images/fuki.png);
  background-size: 100%;
  position: absolute;
  top: 33px;
  right: -14px;
}

#main .cts-box .pop img {
  position: relative;
  top: -20px;
  right: 7px;
}

#main .cts-box .pop.p2 {
  margin-top: 30px;
}

#main .cts-box .pop.p2 div {

  margin-left: 22px;

  padding-right: 38px;
}

#main .cts-box .pop.p2 img {
  top: -20px;
  right: 8px;
}


#main .cts-box .pop div.list {

  margin: 0 30px 0 0;

  padding: 15px 17px 15px 21px;
}

#main .cts-box .pop div.list::before {
  display: none;
}

#main .cts-box .pop div.list ul {}

#main .cts-box .pop div.list ul li {
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  padding: 0 0 14px 20px;
  margin-bottom: 13px;
}

#main .cts-box .pop div.list ul li::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(/resource/images/ksp/report_ksp03/line.png);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#main .cts-box .pop div.list ul li::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/resource/images/ksp/report_ksp03/ico.png);
  background-size: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}

#main .cts-box .pop div.list ul li:nth-child(2) {

  padding-right: 70px;
}

#main .cts-box .pop div.list ul li:nth-child(3) {

  padding-right: 100px;

  padding-bottom: 0;

  margin-bottom: 0;
}

#main .cts-box .pop div.list ul li:last-child::before {
  display: none;

}

#main .cts-box .pop.p3 {

  margin: 31px auto 0;
}

#main .cts-box .pop.p3 img {

  position: absolute;

  top: inherit;

  bottom: -9px;

  right: 19px;
}

#main .cts-box .pop.p4 {

  margin: 21px auto 0;

  width: 341px;

  display: flex;

  align-items: center;
}

#main .cts-box .pop.p4 div {

  border: none;

  background-color: transparent;

  margin: 0 0 0 20px;

  padding: 0;

  font-size: 16px;

  display: block;

  width: 230px;
}

#main .cts-box .pop.p4 div span {
  color: #EC6D19;
}

#main .cts-box .pop.p4 div::before {
  display: none;
}

#main .cts-box .pop.p4 img {
  right: 0;
  top: 0;
}

#main .cts-box .pop.p5 {
	display: block;
	width: 100%;
	margin-top: 0px;
}
#main .cts-box .pop.p5 div {
	display: inherit;
	border: 3px solid #006CB6;
	margin: 0;
}

#main .cts-box .pop.p5 div.list ul li::before {
	background-image: url("/resource/images/information/infomation02/line_blue.png");
}

#main .cts-box .pop.p5 div.list ul li:nth-child(2),
#main .cts-box .pop.p5 div.list ul li:nth-child(3) {
	padding: 0 0 14px 20px;
	margin-bottom: 13px;
}
#main .cts-box .pop.p5 div.list ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.list-type1 {
  margin: 27px 0 0;
  padding: 0 17px;
}

.list-type1 li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  list-style: disc;
  margin-bottom: 7px;
  padding-left: 12px;
}

#main .cts-box .cts-box5.no-bottom {
  margin-bottom: 0;
}

#main .quote-wrap {
  margin: 36px auto 0px;
  width: calc(100% - 125px);
}

#main .quote-wrap+p {
  margin-top: 40px;
}

#main .quote-wrap .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #000;
  margin-bottom: 17px;
}

#main .quote {
  border-radius: 5px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 25px 35px;
}

#main .quote div {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #000;
}

#main .quote li {
  list-style: disc;
  padding-left: 0;
}

#main .quote li::marker {}

#main .quote a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #006cb6;
  word-break: break-all;
}




#main .cts-box .cts-box6 {

  width: 100%;

  background-color: #F4F2EE;

  margin: 30px auto 59px;

  padding: 0px 0 10px;

  border-radius: 20px;

  text-align: center;
}

#main .cts-box .cts-box6 .img {
  width: 597px;
  margin: 0 auto;
}

#main .cts-box .cts-box7 {
  width: 800px;
  background-color: #F4F2EE;
  margin: 30px auto 0px;
  padding: 20px 77px 30px;
  border-radius: 10px;
}
#main .cts-box .cts-box7 p.t-title {
  font-weight: bold;
}
#main .cts-box .cts-box7 p.t-title span {
  color: #006CB6;
}


/*  katsuyo  */
.katsuyo #main .title--02:first-child {
  margin-top: 0;
}

.katsuyo #main .boxx-sentence.lisk  { margin-bottom: 50px; }
.katsuyo #main .boxx-sentence.lisk2 { margin-top: 50px; }

.katsuyo #main .boxx-sentence.lisk span {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.katsuyo #main span.lisk_red { color: #FF0000; }
.katsuyo #main span.lisk_yellow { color: #EBAC00; }

.katsuyo #main .boxx-sentence.lisk2 span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.katsuyo #main .box-column {
  margin-top: 80px;
}
.katsuyo #main .box-column .wrap {
  padding-left: 20px;
}


#main .cts-box .cts-box8 {
  margin: 14px 0;
  padding: 44px 55px 65px;
  border-radius: 10px;
  background-color: #F4F2EE;
}

#main .cts-box .cts-box8 + .cts-box8 {
  margin-top: -30px;
}

#main .cts-box .cts-box8 .boxx-title {
  display: inline-block;
  padding: 5px 20px 3px;
  color: #fff;
  font-weight: 700;
}

#main .cts-box .cts-box8 .boxx-header .boxx-title {
  font-size: 26px;
}

#main .cts-box .cts-box8 .boxx-contents .boxx-title {
  font-size: 22px;
  margin-top: 45px;
  border-radius: 50px; 
}

#main .cts-box .cts-box8.admin .boxx-title { background-color: #5E813E; }
#main .cts-box .cts-box8.user .boxx-title { background-color: #F19E38; }

#main .cts-box .cts-box8 .boxx-header .boxx-sentence p:first-child {
  font-size: 18px;
  line-height: 1.8;
}

#main .cts-box .cts-box8 .boxx-contents .text {
  display: flex;
  margin: 29px 0 0;
}

#main .cts-box .cts-box8 .boxx-contents .text span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  color: #fff;
  text-align: center;
  display: block;
}

#main .cts-box .cts-box8.admin .boxx-contents .text span { background-color: #5E813E; }
#main .cts-box .cts-box8.user .boxx-contents .text span { background-color: #F19E38; }

#main .cts-box .cts-box8 .boxx-contents .text div {
  width: calc(100% - 35px);
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  color: #000;
}

#main .cts-box .cts-box8 .boxx-contents .boxx-inner {
  display: flex;
  margin-top: 20px;
}

#main .cts-box .cts-box8 .boxx-contents .boxx-item.bi2 .boxx-list {
  width: calc(100% / 2);
  margin-right: 88px;
}

#main .cts-box .cts-box8 .boxx-contents .boxx-item.bi3 .boxx-list {
  width: calc(100% / 3);
  margin-right: 65px;
}

#main .cts-box .cts-box8 .boxx-contents .boxx-item.bi2 .boxx-list:last-child,
#main .cts-box .cts-box8 .boxx-contents .boxx-item.bi3 .boxx-list:last-child {
  margin-right: 0px;
}

#main .cts-box .cts-box8 .boxx-contents .boxx-list img {
  margin: 0 auto;
}

#main .cts-box .cts-box8 .boxx-contents .boxx-item.katsuyo1 .text div {
  font-size: 20px;
  line-height: 25px;
}

#main .cts-box .cts-box8 .boxx-contents.katsuyo2 .boxx-item .boxx-inner {
  margin-top: 40px;
}

#main .cts-box .cts-box9 {
  margin: 14px 0;
  padding: 44px 55px 40px;
  border-radius: 10px;
  background-color: #F4F2EE;
}

#main .cts-box .cts-box9 + .cts-box9 {
  margin-top: -30px;
}

#main .cts-box .cts-box9 .boxx-title {
  display: inline-block;
  padding: 7px 28px 5px;
  background-color: #006CB6;
  color: #fff;
  font-weight: 700;
}
#main .cts-box .boxx-list.gray .boxx-title {
  background-color: #656565;
}

#main .cts-box .cts-box9 .boxx-header .boxx-title {
}

#main .cts-box .cts-box9 .boxx-contents .bt-wrap:first-child {
  display: flex;
  justify-content: center;
}

#main .cts-box .cts-box9 .boxx-contents .boxx-title {
  border-radius: 50px; 
}
#main .cts-box .cts-box9 .boxx-contents .gray .boxx-title {
	border-radius: 0;
}

#main .cts-box .cts-box9 .boxx-header .boxx-sentence p:first-child {
  font-size: 18px;
  line-height: 1.8;
}

#main .cts-box .cts-box9 .boxx-contents .text {
  display: flex;
  margin: 29px 0 0;
}

#main .cts-box .cts-box9 .boxx-contents .text span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #006CB6;
}

#main .cts-box .cts-box9 .boxx-contents .text div {
  width: calc(100% - 35px);
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #000;
}

#main .cts-box .cts-box9 .boxx-contents .boxx-inner {
  display: flex;
}

#main .cts-box .cts-box9 .boxx-contents .boxx-item.bi2 .boxx-list {
  width: calc(100% / 2);
  margin-right: 88px;
}

#main .cts-box .cts-box9 .boxx-contents .boxx-item.bi3 .boxx-list {
  width: calc(100% / 3);
  margin-right: 80px;
}

#main .cts-box .cts-box9 .boxx-contents .boxx-item.bi2 .boxx-list:last-child,
#main .cts-box .cts-box9 .boxx-contents .boxx-item.bi3 .boxx-list:last-child {
  margin-right: 0px;
}

#main .cts-box .cts-box9 .boxx-contents .boxx-list img {
  margin: 30px auto 0;
}

#main .cts-box .cts-box9 .boxx-contents .boxx-list:last-child .text div {
  margin-left: 35px;
}

#main .cts-box .cts-box10 {
  margin: 14px 0;
  padding: 44px 28px 0px;
  border-radius: 10px;
  background-color: #F4F2EE;
}

#main .cts-box .cts-box10 .boxx-contents .boxx-inner {
  display: flex;
  flex-flow: row wrap;
}

#main .cts-box .cts-box10 .box-child {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 40px;
}

#main .cts-box .cts-box10 .box-child img {
  margin: 0 auto;
}

#main .cts-box .cts-box10 .box-child .text {
  display: flex;
  /*margin: 37px 0 7px;*/
  /*width: 190px;*/
  margin: 37px auto 7px;
}

#main .cts-box .cts-box10 .box-child .text span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 12.5px;
  background: #1B6CB6;
  color: #fff;
  text-align: center;
  display: block;
}

#main .cts-box .cts-box10 .box-child .text div {
  width: calc(100% - 35px);
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.ksp.ksp-01 h5 {}

.ksp.ksp-01 h5 {
  display: flex;
  border-bottom: solid 1px #DCDCDC;
  padding-bottom: 9px;
}

.ksp.ksp-01 h5 span {
  margin: 0 7px 0 3px;
}

.ksp.ksp-01 h5 div {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.ksp.ksp-01 .col3 {
  display: flex;
  justify-content: space-between;
}

.ksp.ksp-01 .col3 .box {
  width: calc(33% - 16.6px);
}

.ksp.ksp-01 .col3 .box .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin-top: 24px;
  padding: 0 3px;
}

.ksp.ksp-01 #main .col3 .box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin-top: 7px;
}

.ksp.ksp-01 .img-col2-wrap {
  margin-top: 67px;
}

.ksp.ksp-01 .img-col2 {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}

.ksp.ksp-01 .img-col2 .left {}

.ksp.ksp-01 .img-col2 .left h5 {}

.ksp.ksp-01 .img-col2 .left .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin-top: 24px;
  padding: 0 3px;
}

.ksp.ksp-01 .img-col2 .left .list {
  width: 550px;
  margin-top: 27px;
}

.ksp.ksp-01 .img-col2 .left .list ul {}

.ksp.ksp-01 .img-col2 .left .list ul li {
  display: flex;
  margin-bottom: 2px;
  background-color: #F4F2EE;
  padding: 20px 24px;
  align-items: flex-start;
}

.ksp.ksp-01 .img-col2 .left .list ul li.oneline div {

  padding-top: 5px;
}

.ksp.ksp-01 .img-col2 .left .list ul li span {
  min-width: 99px;
  border-radius: 30px;
  background: #006cb6;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 10px 0 11px;
  margin-right: 15px;
}

.ksp.ksp-01 .img-col2 .left .list ul li div {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.ksp.ksp-01 .img-col2 .img-r {
  margin-left: 50px;
  min-width: 260px;
}

.ksp.ksp-01 .img-col2 .img-r.img-r2 {
  min-width: 454px;
}

.ksp.ksp-01 .img-col2 .img-r.img-r3 {
  min-width: 301px;
}

.ksp.ksp-01 .img-col2.img-col2b {
  margin-top: 26px;
}

.ksp.ksp-01 .img-col2-wrap+.img-col2-wrap {

  margin-top: 60px;
}

.ksp.ksp-01 .img-link {

  margin-top: 60px;

  border: 1px solid #90c616;

  padding: 0px 0px 0px;

  border-radius: 10px;

  overflow: hidden;
}

.news {}

.news #main h2.type1 {

  padding: 58px 0 35px;
}

.news .main--01.news-main {

  width: 100%;

  max-width: 1200px;

  margin-top: 26px;
}


.news .main--01.news-main ul {
  margin-top: 25px;
  width: 100%;
}

.news .main--01.news-main ul li {
  border-bottom: solid 1px #DCDCDC;
  /* padding: 28px 10px 27px; */
}

.news .main--01.news-main ul li:first-child {
  border-top: solid 1px #DCDCDC;
}

.news .main--01.news-main ul li .link {
  display: flex;
  position: relative;
  padding: 29px 65px 28px 25px;
}

.news #main .main--01.news-main ul li .link {
  opacity: 1;
}

.news #main .main--01.news-main ul li .link:hover {
  opacity: 0.5;
}

.news #main .main--01.news-main ul li span.link:hover {
  opacity: 1;
}

.news .main--01.news-main ul li .link .data {
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  color: #afabab;
}

.news .main--01.news-main ul li .link .right {
  margin-left: 30px;
}

.news .main--01.news-main ul li .link .right .category {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #006cb6;
}

.news .main--01.news-main ul li .link .right .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.news .main--01.news-main ul li .link .right .category+.title {
  margin-top: 5px;
}

.news .main--01.news-main ul li .link .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  width: 9px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%20d%3D%22M.439%2C15.532a1.68%2C1.68%2C0%2C0%2C1%2C0-2.264L5.379%2C8%2C.439%2C2.732a1.68%2C1.68%2C0%2C0%2C1%2C0-2.264%2C1.438%2C1.438%2C0%2C0%2C1%2C2.122%2C0l6%2C6.4a1.676%2C1.676%2C0%2C0%2C1%2C0%2C2.262l-6%2C6.4a1.437%2C1.437%2C0%2C0%2C1-2.122%2C0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23006cb6%22%20%2F%3E%20%3C%2Fsvg%3E')
}

.news .main--01.news-main ul li span.link:hover {
  opacity: 1;
}

.news .main--01.news-main ul li span.link .arrow {
  display: none;
}

.news .main--01.news-main .btn-wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}

.news .main--01.news-main .more {

  border: solid 2px #DCDCDC;

  background-color: #fff;

  border-radius: 30px;

  font-weight: bold;

  font-size: 12px;

  line-height: 24px;

  text-align: center;

  color: #006cb6;

  width: 110px;

  padding: 11px 0;

  transition-duration: .2s;
}


.news .main--01.news-main.news-detail {
  max-width: 1000px;
}

.news #main .title--02 {

  margin: 50px auto 40px;
}

.news .main--01.news-main .img {}

.news .main--01.news-main .img+.caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #000;
  margin-top: 15px;
}

.news .main--01.news-main .img.img-2col {
  display: flex;
}

.news .main--01.news-main .img.img-2col {
  margin-top: 38px;
}

.news .main--01.news-main .img.img-2col div {
  width: calc(50% - 20px);
}

.news .main--01.news-main .img.img-2col div:nth-child(1) {
  margin-right: 40px;
}

.news .main--01.news-main .img img {
  width: 100%;
}

.news .main--01.news-main .title--04 strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #000;
}

.news #main .title--03 {

  margin: 37px auto 23px;
}

.news #main .main--01.news-main p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #000;
  margin-top: 10px;
}

.news #main p+.title--04 {
  margin-top: 19px;
}

.news #main p+.title--03 {
  margin-top: 31px;
}

.news #main .link {
  /* margin-top: 24px; */
}

.news #main .link+.link {
  margin-top: 10px;
}

.news #main .link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #006cb6;
}

.news #main .link a.blank,
.news #main .link a.pdf {
  position: relative;
}

.news #main .link a.blank:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 1px;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(/resource/images/ico_blank2.png);
  background-size: 100%;
  margin-left: 6px;
}

.news #main .link a.pdf:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 4px;
  right: 0;
  width: 18px;
  height: 21px;
  background-image: url(/resource/images/ico_pdf.png);
  background-size: 100%;
  margin-left: 6px;
}

.news #main .movie {
  margin: 40px auto 0;
}

.news #main .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.news #main .movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.news #main .mv--02 .mv-contents {
  position: relative;
}

.news #main .mv--02 .mv-contents .data {
  position: absolute;
  top: -6px;
  right: 0;
  font-weight: 600;
  font-size: 15px;
  text-align: right;
  color: #afabab;
}


#main .icon-admin,
#main .icon-user {
  width: 150px;
  padding: 5px 10px;
  margin: 0 0 0 auto;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

#main .icon-admin {background-color: #5E813E; }
#main .icon-user {background-color: #F19E38; }

#main .icon-wrap {
  display: flex;
  justify-content: flex-end;
}

#main .icon-wrap .icon-admin,
#main .icon-wrap .icon-user {
  margin-left: 20px;
}

#main .title--02 .title-contents .title-title + .icon-admin,
#main .title--02 .title-contents .title-title + .icon-user,
#main .title--02 .title-contents .title-title + .icon-wrap {
  margin-top: 10px;
}

#main .main--01.katsuyo h4 {
  margin-top: 30px;
  font-size: 20px;
}

#main .main--01.katsuyo .img-in.img-r .img-wrap {
  margin-top: 27px;
}

#main .main--01.katsuyo .img-katsuyo2 {
  display: flex;
  flex-wrap: nowrap;
}

/*  関連コンテンツ .other-items  */
#main .main--01 .other-items {
  margin-top: 80px;
}

#main .main--01 .other-items .inner {
  padding: 0;
}

#main .main--01 .other-items a.hover {
  opacity: 1;
}

#main .main--01 .other-items .link-wrap {
  display: flex;
}

#main .main--01 .other-items .link-child {
  width: calc(33.33% - 45px);
  margin-right: 45px;
  margin-bottom: 20px;
}
#main .main--01 .other-items .link-child:nth-child(3n) {
  margin-right: 0;
}


@media screen and (min-width: 1201px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1200px) {

  img {
    width: 100%;
  }


  .main--01.ksp {
    margin: 20px auto 60px;
    padding: 35px 20px 20px;
  }

  #main .main--01.ksp .title--02 {
    margin-bottom: 25px;
  }

  .ksp .main--01 .chart {
    display: flex;
    position: relative;
    margin: 24px 0 0;
  }

  .ksp .main--01 .chart a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ksp .main--01 .chart a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.25;
  }

  .ksp .main--01 .chart a::after {
    content: "";
    display: block;
    width: 34px;
    height: 35px;
    background-image: url(/resource/images/ksp/ico_zoom.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -16px;
  }

  h3.type1 {
    margin: 28px 0 0;
    font-size: 19px;
  }

  h3.type1::before {}

  .box-movie {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
  }

  .box-movie .movie {
    width: 100%;
    max-width: inherit;
    margin: 0 0 16px;
  }

  .box-movie .movie img {}

  .box-movie .text-1 {
    width: 100%;
    padding: 0;
  }

  .text-2 {
    padding: 15px 0 0 0;
    line-height: 2;
  }

  .box-column {
    width: calc(100% - 40px);
    margin: 20px auto;
    padding: 23px 0 20px;
    display: flex;
    flex-direction: column;
  }

  .box-column img {
    width: 180px;
  }

  .box-column .wrap {
    width: inherit;
    margin: 0 0 11px;
    padding: 23px 10px 0;
  }

  .box-column .wrap .title {
    font-size: 16px;
    /* text-align: center; */
    margin: 0 0 7px;
  }

  .box-column .wrap .text {
    line-height: 1.8;
  }

  #main .box-column a.btn {
    width: 134px;
    height: 46px;
    line-height: 44px;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 12px;
  }

  .box-app {
    display: flex;
    flex-direction: column;
    margin: 15px 0 0;
  }

  .box-app .box {
    width: 100%;
    margin: 0 0 20px;
    padding: 26px 20px;
  }

  .box-app .box .wrap {
    display: flex;
    align-items: flex-start;
    margin: 0 0 12px;
  }

  .box-app .box img {
    left: 0;
    position: relative;
    width: 60px;
    margin-top: 3px;
  }

  .box-app .box h4 {
    margin: 0 0 20px;
  }

  .box-app .box h4:before {}

  .box-app .box .text {
    width: 100%;
    max-width: inherit;
    margin: 0px 0 0 20px;
    line-height: 1.75;
  }
  .box-app.box-app2 .box {

    padding: 20px 20px 12px;

  }

  .box-app.box-app2 .box img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }

  #main .box-app .box .btn {
    margin: 0 auto;
  }

  #main .cts-box {}

  #main .cts-box p {}

  #main .cts-box .cts-box1 {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 12px;
    padding: 25px 20px 2px;
  }

  #main .cts-box .cts-box1 .box-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 21px;
    max-width: inherit;
    display: flex;
    align-items: flex-start;
  }

  #main .cts-box .cts-box1 .box-child img {
    width: 140px;
  }

  #main .cts-box .cts-box1 .box-child .text {
    width: calc(100% - 160px);
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box1 .box-child .text span {}

  #main .cts-box .cts-box1 .box-child .text div {
    width: 100%;
    margin: 8px 0 0;
    font-size: 14px;
  }

  #main .cts-box .cts-box1 .box-child:nth-child(4) {
    width: 100%;
    margin-right: 0;
  }

  #main .cts-box .cts-box2 {
    display: flex;
    flex-direction: column;
    margin: 14px auto 0;
    padding: 25px 21px 5px;
  }

  #main .cts-box .cts-box2 .box-child {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }

  #main .cts-box .cts-box3 {
    margin: 18px auto 0;
    padding: 25px 170px 25px 20px;
  }

  #main .cts-box .cts-box3 .box-child {
    font-size: 15px;
    width: calc(50% - 5px);
    max-width: inherit;
    height: 54px;
    margin: 0 10px 10px 0;
  }

  #main .cts-box .cts-box3 .box-child:nth-child(2n) {
    margin-right: 0;
  }

  #main .cts-box .cts-box3 .img {
    /* position: relative; */
    /* right: 0; */
    /* margin: 6px 0 0; */
    /* width: 100%; */
    right: 24px;
  }



  #main .cts-box .cts-box4 {
    display: block;
    flex-direction: column;
    margin-top: 12px;
    padding: 0 0 13px;
  }

  #main .cts-box .cts-box4 .box-wrap {
    display: flex;
    padding: 30px 20px 17px;
  }

  #main .cts-box .cts-box4 .box-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 21px;
    max-width: inherit;
    display: flex;
    align-items: flex-start;
  }

  #main .cts-box .cts-box4 .box-child img {
    order: 1;
    width: 140px;
  }

  #main .cts-box .cts-box4 .box-child .text {
    order: 2;
    width: calc(100% - 160px);
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box4 .box-child .text span {}

  #main .cts-box .cts-box4 .box-child .text div {
    width: 100%;
    margin: 8px 0 0;
    font-size: 14px;
  }

  #main .cts-box .cts-box4 .box-child .text div sup {}

  #main .cts-box .cts-box4 .box-child:nth-child(3n) {}

  #main .cts-box .cts-box4 .box-child:last-child {
    margin-bottom: 0;
  }

  #main .cts-box .cts-box4 .box-child:nth-child(3) .text,
  #main .cts-box .cts-box4 .box-child:nth-child(5) .text {}

  #main .cts-box .cts-box4 .box-child:nth-child(3) .text div,
  #main .cts-box .cts-box4 .box-child:nth-child(5) .text div {}

  #main .cts-box .cts-box4 .ft-box {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box4 .ft-box .text {
    margin: 0;
    padding: 0 20px;
    line-height: 1.75;
  }

  #main .cts-box .cts-box4 .ft-box .support {
    width: inherit;
    padding: 18px 0px 15px;
    margin: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #main .cts-box .cts-box4 .ft-box .support .text1 {
    font-size: 15px;
  }

  #main .cts-box .cts-box4 .ft-box .support .text2 {
    display: inline-block;
    margin-top: 12px;
  }

  #main .cts-box .cts-box4 .ft-box .support .text2::before {}

  #main .cts-box .cts-box4 .ft-box .support .text3 {
    font-size: 10px;
    margin-top: 11px;
  }

  .ksp #main .mv--02 {}

  .ksp #main .title--02 {}

  #main .cts-box .cts-box5 {
    width: inherit;
    padding: 21px 0 21px;
    margin: 30px auto;
  }

  #main .cts-box .cts-box5 h5 {
    position: relative;
    font-weight: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 24.12px;
    text-align: left;
    color: #000;
    display: flex;
    margin: 2px 0 0;
    padding: 0 20px;
  }

  #main .cts-box .cts-box5 h5::before {
    content: "";
    width: 21px;
    height: 19px;
    background-color: #3BB149;
    position: relative;
    margin-right: 6px;
    /* left: 0; */
  }

  #main .cts-box .cts-box5 h5+.img .chart {

    margin-top: 12px;

  }

  #main .cts-box .cts-box5 .img {
    width: inherit;
    padding: 0 20px;
  }

  #main .cts-box .cts-box5 .img span {
    font-size: 11px;
    margin-top: 15px;
  }

  #main .cts-box .cts-box5 .img img {}

  #main .cts-box .pop {
    width: inherit;
    display: flex;
    flex-direction: column;
    margin-top: 19px;
    padding: 0 20px;
    align-items: center;
  }

  #main .cts-box .pop div {
    margin: 0px 0px 0 0;
    padding: 15px 17px;
  }

  #main .cts-box .pop div::before {
    background-image: url(/resource/images/fuki_sp.png);
    width: 21px;
    height: 16px;
    top: inherit;
    right: 50%;
    bottom: -16px;
    margin-right: -8px;
  }

  #main .cts-box .pop img {
    width: 115px;
    right: 10px;
    top: 0;
    margin: 30px auto 0;
  }

  #main .cts-box .pop.p2 {
    margin-top: 20px;
  }

  #main .cts-box .pop.p2 div {
    margin-left: 0;
    padding-right: 17px;
  }

  #main .cts-box .pop.p2 img {
    top: -5px;
    right: 10px;
    width: 120px;
    margin-bottom: 0;
  }

  #main .cts-box .pop div.list {
    margin: 0;
    padding: 15px 17px;
  }

  #main .cts-box .pop div.list::before {}

  #main .cts-box .pop div.list ul {}

  #main .cts-box .pop div.list ul li {
    padding: 0 0 10px 20px;
  }

  #main .cts-box .pop div.list ul li::before {
    background-image: url(/resource/images/ksp/report_ksp03/line_sp.png);
  }

  #main .cts-box .pop div.list ul li::after {}

  #main .cts-box .pop div.list ul li:nth-child(2) {
    padding-right: 0;
  }

  #main .cts-box .pop div.list ul li:nth-child(3) {
    padding-right: 0;
  }

  #main .cts-box .pop div.list ul li:last-child::before {}

  #main .cts-box .pop.p3 {
    margin: 20px auto 0;
  }

  #main .cts-box .pop.p3 img {
    position: relative;
    bottom: 0;
    right: 0px;
    margin: 10px auto;
    width: 100px;
  }

  #main .cts-box .pop.p4 {
    width: inherit;
    display: flex;
    flex-direction: row;
    margin-top: 17px;
  }

  #main .cts-box .pop.p4 div {
    width: inherit;
    margin: 0 0 0 17px;
  }

  #main .cts-box .pop.p4 div span {}

  #main .cts-box .pop.p4 div::before {}

  #main .cts-box .pop.p4 img {
    margin: 0;
    width: 80px;
  }

  #main .cts-box .cts-box5.no-bottom {}

  #main .cts-box .pop.p5 {
	padding: 0;
  }

  #main .quote-wrap {
    width: 100%;
  }

  #main .img-in {
    display: block;
  }

  .case_study #main .img-in {
    margin-top: 30px;
    clear: both;
  }

  #main .img-in img {}

  #main .img-in .img-wrap {
    margin-bottom: 15px;
    min-width: inherit;
    width: 100%;
  }

  #main .img-in .img-wrap .img-text {}

  #main .img-in.img-l .img-wrap {
    float: inherit;
    margin-right: 20px;
  }

  #main .img-in.img-r .img-wrap {
    float: inherit;

    margin-left: 0;
    margin-right: 20px;
  }

  #main .cts-box .cts-box6 {
    margin-top: 20px;
    margin-bottom: 13px;
    background-color: transparent;
  }

  #main .cts-box .cts-box6 .img {
    width: 100%;
  }

  #main .cts-box .cts-box7 {
    width: inherit;
    padding: 10px 20px 20px;
    margin: 30px auto;
  }

  #main .cts-box .cts-box8 .boxx-contents .boxx-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 12px;
    padding: 25px 0px 2px;
  }

  #main .cts-box .cts-box8 .boxx-contents .boxx-list {
    display: flex;
    align-items: flex-start;
    margin: 0 0 21px;
  }
  #main .cts-box .cts-box8 .boxx-contents .boxx-item.katsuyo1 .boxx-list {
    display: block;
  }

  #main .cts-box .cts-box8 .boxx-contents .boxx-item.bi2 .boxx-list,
  #main .cts-box .cts-box8 .boxx-contents .boxx-item.bi3 .boxx-list {
    width: 100%;
    margin-right: 0;
  }

  #main .cts-box .cts-box8 .boxx-contents .boxx-item.bi2 .boxx-list img,
  #main .cts-box .cts-box8 .boxx-contents .boxx-item.bi3 .boxx-list img {
    width: 140px;
  }
  #main .cts-box .cts-box8 .boxx-contents.katsuyo2 .boxx-item.bi2 .boxx-inner {
    display: flex;
    flex-direction: row;
  }
  #main .cts-box .cts-box8 .boxx-contents.katsuyo2 .boxx-item.bi2 .boxx-list:first-child {
    margin-right: 40px;
  }
  #main .cts-box .cts-box8 .boxx-contents.katsuyo2 .boxx-item.bi2 .boxx-list img {
    width: 100%;
  }

  #main .cts-box .cts-box8 .boxx-contents .text {
    width: calc(100% - 160px);
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
  }
  #main .cts-box .cts-box8 .boxx-contents .boxx-item.katsuyo1 .text {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 29px 0 0;
  }
  #main .cts-box .cts-box8 .boxx-contents .boxx-item.katsuyo1 .text div {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 5px;
  }
  #main .cts-box .cts-box8 .boxx-contents .boxx-item.katsuyo1 .text span {
    width: 26px;
  }

  #main .cts-box .cts-box8 .boxx-contents .text div {
    width: 100%;
    margin: 8px 0 0;
    font-size: 16px;
  }
  #main .cts-box .cts-box8 .boxx-contents.katsuyo2 .boxx-item .boxx-inner {
    margin-top: 0px; 
  }

  #main .cts-box .cts-box9 {
    margin: 18px auto 0;
    padding: 25px 20px;
  }

  #main .cts-box .cts-box9 .boxx-contents .boxx-inner {
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box9 .boxx-contents .boxx-list .bt-wrap:last-child {
    display: flex;
    align-items: flex-start;
    margin: 0 0 21px;
  }

  #main .cts-box .cts-box9 .boxx-contents .boxx-item.bi3 .boxx-list {
    width: 100%;
    margin-right: 0;
  }

  #main .cts-box .cts-box9 .boxx-contents .boxx-item.bi3 .boxx-list img {
    width: 140px;
  }

  #main .cts-box .cts-box9 .boxx-contents .text {
    width: calc(100% - 160px);
    margin: 30px 0 0 20px;
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box9 .boxx-contents .text div {
    width: 100%;
    margin: 8px 0 0;
    font-size: 16px;
  }

  #main .cts-box .cts-box9 .boxx-contents .boxx-list:last-child .text div {
    margin-left: 0;
  }

  #main .cts-box .cts-box10 {
    margin: 18px auto 0;
    padding: 25px 55px;
  }

  #main .cts-box .cts-box10 .boxx-contents .boxx-inner {
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box10 .boxx-contents .box-child {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 21px;
    padding: 0;
  }

  #main .cts-box .cts-box10 .boxx-contents .box-child img {
    width: 140px;
    margin: 0;
  }

  #main .cts-box .cts-box10 .boxx-contents .box-child .text {
    width: calc(100% - 160px);
    margin: 0 0 0 20px;
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box10 .boxx-contents .box-child .text div {
    width: 100%;
    margin: 8px 0 0;
    font-size: 16px;
  }




  .ksp.ksp-01 h5 {}


  .ksp.ksp-01 h5 {}

  .ksp.ksp-01 h5 span {
    margin: 0 7px 0 0px;
  }

  .ksp.ksp-01 h5 div {}

  .ksp.ksp-01 .col3 {
    display: flex;
    flex-direction: column;
  }

  .ksp.ksp-01 .col3 .box {
    width: 100%;
    margin-top: 22px;
  }

  .ksp.ksp-01 .col3 .box:first-child {
    margin-top: 0px;
  }

  .ksp.ksp-01 .col3 .box .title {
    margin-top: 19px;
  }

  .ksp.ksp-01 #main .col3 .box p {
    margin-top: 3px;
    line-height: 2;
  }

  .ksp.ksp-01 .img-col2-wrap {
    margin-top: 27px;
  }

  .ksp.ksp-01 .img-col2 {
    margin-top: 25px;
  }

  .ksp.ksp-01 .img-col2 .left h5 {}


  .ksp.ksp-01 .img-col2 .left .title {
    margin-top: 19px;
  }

  .ksp.ksp-01 .img-col2 .left .img {
    margin-top: 18px;
  }

  .ksp.ksp-01 .img-col2 .left .list {
    width: 100%;
    margin-top: 19px;
  }

  .ksp.ksp-01 .img-col2 .left .list ul {}


  .ksp.ksp-01 .img-col2 .left .list ul li {
    padding: 20px 20px;
  }

  .ksp.ksp-01 .img-col2 .left .list ul li.oneline div {
    width: calc(100% - 25px);
    padding-top: 0;
  }

  .ksp.ksp-01 .img-col2 .left .list ul li span {
    padding: 0;
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 10px;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
    padding-top: 5px;
  }

  .ksp.ksp-01 .img-col2 .left .list ul li span b {
    display: block;
    font-size: 16px;
    margin-top: 3px;
  }

  .ksp.ksp-01 .btn {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
  }

  .ksp.ksp-01 .btn a {
    display: block;
  }

  .ksp.ksp-01 .btn a:nth-child(1) {
    width: calc(45% - 7px);
  }

  .ksp.ksp-01 .btn a:nth-child(2) {
    width: calc(55% - 7px);
  }

  .ksp.ksp-01 .btn a {
    width: calc(100% - 10px);
  }

  .ksp.ksp-01 .img-col2 .left .list ul li div {}

  .ksp.ksp-01 .img-col2 .img-r {
    width: 40%;
    min-width: inherit;
  }

  .ksp.ksp-01 .img-col2 .img-r.img-r2 {
    width: 70%;
    min-width: inherit;
  }

  .ksp.ksp-01 .img-col2 .img-r.img-r3 {
    width: 50%;
    min-width: inherit;
  }

  .ksp.ksp-01 .img-col2.img-col2b {
    margin-top: 0;
  }

  .ksp.ksp-01 .img-col2-wrap+.img-col2-wrap {
    margin-top: 30px;
  }

  .ksp.ksp-01 .img-link {
    width: 100%;
    height: inherit;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #90c616;
    padding: 20px 20px 29px;
    margin-top: 50px;
  }

  .news #main.mvWrap--01 {

    padding-top: 89px;

  }

  .news .main--01.news-main .inner {
    padding: 0 20px;
    max-width: inherit;
  }

  .news #main h2.type1 {
    padding: 2px 20px 3px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1.4px;
  }

  .news .main--01.news-main h2 {}

  .news .main--01.news-main ul {
    margin-top: 5px;
  }

  .news .main--01.news-main ul li {
    padding: 18px 10px 17px;
  }

  .news .main--01.news-main ul li:first-child {}

  .news .main--01.news-main ul li .link {
    display: block;
    padding: 1px 0px 0;
  }

  .news .main--01.news-main ul li .link .data {
    font-size: 13px;
    position: absolute;
    top: 4px;
  }

  _:lang(x)::-internal-media-controls-overlay-cast-button,
  .news .main--01.news-main ul li .link .data {
    top: 3px;
  }

  .news .main--01.news-main ul li .link .right {
    margin-left: 0;
  }

  .news .main--01.news-main ul li .link .right .category {
    padding-left: 86px;
  }

  .news .main--01.news-main ul li .link .right .title {
    margin-top: 23px;
  }

  .news .main--01.news-main ul li .link .right .category+.title {
    margin-top: 1px;
  }

  .news .main--01.news-main ul li .link .arrow {
    display: none;
  }

  .news .main--01.news-main .btn-wrap {
    margin: 30px 0 0;
  }

  .news .main--01.news-main .more {
    padding: 10px 0;
    font-size: 14px;
  }

  .news .main--01.news-main.news-detail {
    margin-top: 26px;
  }

  .news #main .title--02 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .news .main--01.news-main .img {}

  .news .main--01.news-main .img+.caption {}

  .news .main--01.news-main .img.img-2col {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
  }

  .news .main--01.news-main .img.img-2col {}

  .news .main--01.news-main .img.img-2col div {
    width: 100%;
  }

  .news .main--01.news-main .img.img-2col div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .news .main--01.news-main .img img {}

  .news .main--01.news-main .title--04 strong {}

  .news #main .title--03 {
    margin: 28px auto 13px;
  }

  .news #main .main--01.news-main p {}

  .news #main p+.title--04 {
    margin-top: 7px;
  }

  .news #main p+.title--03 {
    margin-top: 20px;
  }

  .news #main .link {
    margin-top: 11px;
  }

  .news #main .link+.link {}

  .news #main .link a {}

  .news #main .link a.blank,
  .news #main .link a.pdf {}

  .news #main .link a.blank:after {}

  .news #main .link a.pdf:after {}

  .news #main .movie {
    width: 100%;
    margin-top: 28px;
  }

  .news #main .movie .youtube {}

  .news #main .movie .youtube iframe {}

  .news #main .mv--02 .mv-contents .mv-sentence {
    margin-top: 19px;
  }

  .news #main .mv--02 .mv-contents .mv-title>* {
    margin-bottom: 0;

  }

  .news #main .mv--02 .mv-contents .mv-title {

    margin-bottom: 10px;
  }

  .news #main .mv--02 {
    margin: 0 0 43px;
  }

  .news #main .mv--02 .mv-contents .data {
    position: relative;
    top: 0;
    font-size: 15px;
    text-align: left;
    color: #afabab;
    margin-bottom: 20px;
    display: block;
  }

}

@media screen and (max-width: 768px) {

  /*  関連コンテンツ .other-items  */
  #main .main--01 .other-items h3 {
    margin-left: 0;
  }

  #main .main--01 .other-items .link-wrap {
    margin-left: 0;
  }

  #main .main--01 .other-items .link-child {
    width: 320px;
    /*width: calc(100vw - 55px);*/
  }

  #main .main--01 .other-items .link-child,
  #main .main--01 .other-items .link-child:nth-child(3n) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main h2.type1 {
    padding: 2px 20px 3px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .case_study .main--01 {
    padding-top: 32px;
  }

  .case_study #main section>.title--02 {
    margin-top: 45px;
  }

  .case_study #main section>.title--02:first-child {
    margin-top: 44px;
    margin-bottom: 24px;
  }

  .case_study #main .title--02+p {
    margin-top: 10px;
  }

  #main .cts-box .cts-box3 {
    margin: 18px auto 0;
    padding: 25px 20px;
  }

  #main .cts-box .cts-box3 .box-child {
    font-size: 15px;
    width: calc(50% - 5px);
    max-width: inherit;
    height: 54px;
    margin: 0 10px 10px 0;
  }

  #main .cts-box .cts-box3 .box-child:nth-child(2n) {
    margin-right: 0;
  }

  #main .cts-box .cts-box3 .img {
    position: relative;
    right: 0;
    margin: 6px 0 0;
    width: 100%;
  }

  #main .cts-box .cts-box8 {
    margin: 18px auto 0;
    padding: 25px 20px;
  }

  #main .cts-box .cts-box8 .boxx-header .boxx-title {
    font-size: 19px;
    padding: 5px 10px 3px;
}

  #main .cts-box .cts-box8 .boxx-header .boxx-sentence p:first-child {
    font-size: 16px;
    line-height: 2;
  }

  #main .cts-box .cts-box8 .boxx-contents .boxx-title {
    font-size: 18px;
    margin-top: 25px;
  }

  #main .cts-box .cts-box8 .boxx-contents.katsuyo2 .boxx-item.bi2 .boxx-inner {
    display: flex;
    flex-direction: column;
  }

  #main .cts-box .cts-box8 .boxx-contents .text div {
    font-size: 14px;
  }

  #main .icon-admin,
  #main .icon-user {
    width: 110px;
    padding: 3px 8px;
    font-size: 14px;
  }

  #main .icon-wrap .icon-admin,
  #main .icon-wrap .icon-user {
    margin-left: 8px;
  }

  #main .title--02 .title-contents .title-title + .icon-admin,
  #main .title--02 .title-contents .title-title + .icon-user,
  #main .title--02 .title-contents .title-title + .icon-wrap {
    margin-top: 5px;
  }

  #main .cts-box .cts-box9 .boxx-contents .text div {
    font-size: 14px;
  }

  #main .cts-box .cts-box10 {
    padding: 25px 15px 25px 20px;
  }

  #main .cts-box .cts-box10 .boxx-contents .box-child .text div {
    font-size: 14px;
  }




  .ksp #main .mv--02 {

    margin: 0 0 45px;
  }

  .ksp #main .title--02 {
    margin-top: 40px;
  }

  .katsuyo .mv--01 .mv-contents .mv-title {
    letter-spacing: -0.01em;
  }



  .img.zoom {
  }
  
  .img.zoom:before {
  opacity: 0.15;
  transition: none;
  }
  
  .img.zoom:after {
  opacity: 1;
  }
  
  .img.zoom:hover::before {
  /* opacity: 1; */
  }
  
  .img.zoom:hover::after {
  }
  .mmdl-content {
    padding: 0;
  }

}