#contents h3 {
  font-size: 3.4rem;
}

#fvcontent {
  padding-top: 3rem;
  text-align: center;
  background: rgba(247, 247, 247, 0.3);
  background: url(../img/home/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#fvcontent h2 {
  position: relative;
  line-height: 1.5;
  z-index: 1;
  font-size: 3.2rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  #fvcontent h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #fvcontent h2 {
    font-size: 2rem;
    text-align: left;
  }
}
#fvcontent h2::after {
  content: "";
  width: 100vw;
  height: calc(100% + 1em);
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -0.5em;
  left: -5vw;
  z-index: -1;
  transition: 0s;
}
@media screen and (min-width: 1348.3684210526px) {
  #fvcontent h2::after {
    left: calc((100vw - 1280px) / 2 * -1);
  }
}
#fvcontent .flex li {
  border: 1px solid rgba(30, 30, 30, 0.8);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 1em 1.5em 1em 3.5em;
  font-weight: bold;
  position: relative;
}
#fvcontent .flex li::before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%);
}
#fvcontent .flex li:nth-child(1)::before {
  background-image: url(../img/home/icon-screw.svg);
}
#fvcontent .flex li:nth-child(2)::before {
  background-image: url(../img/home/icon-box.svg);
}
#fvcontent .flex li:nth-child(3)::before {
  background-image: url(../img/home/icon-idea.svg);
}
@media screen and (max-width: 768px) {
  #fvcontent .flex li {
    width: 100%;
  }
}
#fvcontent .search {
  display: inline-block;
  min-width: 50%;
  position: relative;
}
#fvcontent .search::after {
  font-family: "Material Symbols Outlined";
  content: "\e8b6";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  text-indent: 0;
  font-size: 3rem;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  color: white;
}
#fvcontent .search input[type=text] {
  padding: 0.25em 4em 0.25em 1em;
  font-size: 2.4rem;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.5em;
  width: 100%;
}
#fvcontent .search input[type=submit] {
  background: #dc841c;
  border: none;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 1;
  text-indent: -2000em;
  cursor: pointer;
  transition: 0.5s;
}
#fvcontent .search input[type=submit]:hover {
  background-color: black;
}
@media screen and (max-width: 768px) {
  #fvcontent {
    padding-bottom: 8rem;
  }
}

#services {
  margin-top: -30vh;
  padding-bottom: 8rem;
  background: linear-gradient(rgba(255, 255, 255, 0), white 50%);
  z-index: 1;
}
#services .slick_autoplay5 {
  z-index: 1;
}
#services .conversionbox .flex {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 1.5em;
  align-items: center;
  flex-wrap: nowrap;
}
#services .conversionbox .flex .leftbox {
  flex: 1;
  margin-right: 2em;
}
#services .conversionbox .flex .rightbox {
  white-space: nowrap;
  padding: 1em;
}
#services .conversionbox .flex .rightbox::before {
  font-family: "Material Symbols Outlined";
  content: "\e158";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-size: 200%;
  margin-right: 0.25em;
  line-height: 1;
}
#services .conversionbox .flex .rightbox::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #services {
    margin-top: -3rem;
    background: linear-gradient(rgba(255, 255, 255, 0), white 10%);
  }
  #services .slick_autoplay.mbL {
    margin-bottom: 0;
  }
  #services .conversionbox .flex {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  #services .conversionbox .flex .leftbox {
    flex: auto;
    width: 100%;
  }
  #services .conversionbox .flex .rightbox {
    margin: 1em auto 0;
  }
}

#case .tabnavi ul {
  justify-content: center;
}
#case .tabnavi ul li {
  width: 25vw;
  margin: 0 1em;
  display: inline-block;
}
#case .tabnavi ul li a {
  display: block;
  text-align: center;
  border: 1px solid rgba(30, 30, 30, 0.5);
  border-radius: 6px;
  padding: 0.25em 0;
  line-height: 1.25em;
}
#case .tabnavi ul li a::before {
  font-family: "Material Symbols Outlined";
  content: "\e313";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-right: 0.5em;
}
#case .tabnavi ul li a.active {
  background: #1e1e1e;
  color: white;
}
@media screen and (max-width: 768px) {
  #case .tabnavi ul {
    justify-content: space-between;
  }
  #case .tabnavi ul li {
    width: 48%;
    margin: 0;
  }
}
#case .tablist__item + .tablist__item {
  margin-top: 5rem;
}

#services2 {
  padding-top: 10rem;
}

#feature {
  padding: 10rem 0 15rem;
  box-shadow: 0 0 2rem rgba(30, 30, 30, 0.1);
  background: repeating-linear-gradient(-45deg, #f7f7f7, rgba(247, 247, 247, 0.25) 2rem, #f7f7f7 3rem, rgba(247, 247, 247, 0.25) 2rem, #f7f7f7 3rem);
}
#feature h3 {
  border-bottom: 1px solid rgba(30, 30, 30, 0.3);
  margin-bottom: 2em;
}
#feature ol {
  counter-reset: listnum;
  flex-wrap: nowrap;
}
#feature ol li {
  width: calc((100% - 8rem) / 5);
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#feature ol li a {
  width: 100%;
  height: 100%;
  display: block;
}
#feature ol li a::before {
  counter-increment: listnum;
  content: counter(listnum) "";
  display: block;
  font-size: 3.2rem;
  font-weight: normal;
}
#feature ol li a::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -2em;
  left: 0;
  z-index: -1;
}
#feature ol li a:hover {
  color: white;
  text-shadow: 0 0 6px rgba(30, 30, 30, 0.3);
}
#feature ol li a:hover::after {
  background: #dc841c !important;
}
#feature ol li:nth-child(2n+1) a::after {
  border-radius: 50%;
  background: rgba(255, 228, 191, 0.8);
}
#feature ol li:nth-child(2n) a::after {
  -webkit-clip-path: polygon(22% 5%, 78% 5%, 100% 51%, 78% 95%, 22% 95%, 0 50%);
          clip-path: polygon(22% 5%, 78% 5%, 100% 51%, 78% 95%, 22% 95%, 0 50%);
  background: rgba(107, 214, 214, 0.5);
}
@media screen and (max-width: 768px) {
  #feature {
    padding: 5rem 0;
    background-attachment: fixed;
    background-size: cover;
  }
  #feature ol {
    flex-wrap: wrap;
  }
  #feature ol li {
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px dotted #1e1e1e;
    margin-bottom: 1em;
  }
  #feature ol li::after {
    content: "";
    width: 1.5em;
    height: 1em;
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 87.3"><path fill="%231E1E1E" d="M75,.35H25L0,43.65l25,43.3h50l25-43.3L75,.35ZM43.03,65.53l-5.66-5.66,16.24-16.24-16.24-16.24,5.66-5.66,21.9,21.9-21.9,21.9Z"/></svg>');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1em;
    right: 0;
    line-height: 1;
  }
  #feature ol li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
    line-height: 1.25;
    padding-right: 1.75em;
  }
  #feature ol li a span {
    flex: 1;
    padding-left: 1em;
  }
  #feature ol li a::before {
    width: 3.2rem;
    line-height: 1;
    text-align: center;
  }
  #feature ol li a::after {
    width: 4rem;
    top: -0.4rem;
    left: -0.4rem;
  }
}

#contentlinks {
  padding-top: 10rem;
  /*
  ul {
  	li {
  		border: 1px solid maincolor(1);
  		transition: 0.5s;
  		border-radius: 1em;
  		overflow: hidden;
  		a {
  			color: black(1);
  			display: block;
  			.imagebox {
  				display: flex;
  				justify-content: center;
  				align-items: center;
  				aspect-ratio: 16 / 9;
  				background: maincolor(1);
  				span {
  					font-size: 2rem;
  					font-weight: bold;
  					letter-spacing: 0.05em;
  					color: white(1);
  				}
  			}
  			.textbox {
  				display: block;
  				padding: 1em 2em 1em 1em;
  				text-align: center;
  				position: relative;
  				background: white(0.9);
  			}
  		}
  		&:hover {
  			border-color: hovercolor1(1);
  			transform: translateY(3px);
  			.textbox {
  				&::after {
  					right: 0.75em;
  				}
  			}
  		}
  		&.available a .imagebox { background-image: url(../img/home/links_available.jpg);}
  		&.equipment a .imagebox { background-image: url(../img/home/links_equipment.jpg);}
  		&.company a .imagebox { background-image: url(../img/home/links_company.jpg);}
  	}
  }
  */
}
#contentlinks ul li a {
  display: block;
  border: 2px solid #138cad;
  padding: 1em;
  border-radius: 6px;
  position: relative;
}
#contentlinks ul li a strong {
  color: #138cad;
}
#contentlinks ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  color: #138cad;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
#contentlinks ul li a:hover {
  background: #138cad;
  color: white;
}
#contentlinks ul li a:hover strong {
  color: white;
}
#contentlinks ul li a:hover::after {
  color: white;
  right: 0.75em;
}
@media screen and (max-width: 768px) {
  #contentlinks ul {
    flex-wrap: wrap;
  }
  #contentlinks ul li {
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */