@charset "utf-8";
@import url("https://unpkg.com/sanitize.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.css");
@import url("animation.css");
@import url("inview.css");
:root {
  --primary-color: #094931;
}
@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
html,
body {
  height: 100%;
  font-size: 13px;
}
@media screen and (min-width: 900px) {
  html,
  body {
    font-size: 16px;
  }
}

body {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #777;
  line-height: 2;
}
figure {
  margin: 0;
}

dd {
  margin: 0;
}

nav {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
input {
  font-size: 1rem;
}
a {
  color: #777;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  filter: brightness(1.7);
  text-decoration: none;
}
#container {
  height: 100%;
}
body:not(.home) #container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contents {
  flex: 1;
  max-width: 1800px;
}
.home header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body:not(.home) header {
  background: var(--primary-color);
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
#logo img {
  display: block;
}
.home #logo {
  margin: 0;
  padding: 0;
  width: 300px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(.home) #logo img {
  height: 50px;
}
#mainimg {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
}
#menubar a {
  display: block;
  text-decoration: none;
}

#menubar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menubar {
  display: none;
}

#menubar.d-b,
#menubar_hdr.d-b {
  display: block;
}

#menubar.d-n,
#menubar_hdr.d-n {
  display: none;
}
#menubar {
  position: fixed;
  overflow: auto;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 50px 20px 20px;
  background: #fff;
  text-align: center;
  animation: opa1 0.2s both;
}

#menubar nav {
  margin: 0 auto;
  max-width: 500px;
}
#menubar nav a {
  font-size: 14px;
  padding: 0.5rem 2rem;
  margin: 1rem;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
}
#menubar .nav-eg {
  font-size: 1.2rem;
}
#menubar .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
#menubar .icon li {
  margin: 0.7rem;
}
#menubar_hdr {
  position: fixed;
  z-index: 101;
  cursor: pointer;
  right: 5%;
  top: 14px;
  padding: 16px 14px;
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: scale(1.8);
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 2px solid #094931;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 20px;
  border-top: 1px solid #333;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(3.8px, 5px);
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(3.8px, -5px);
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}
main {
  padding: 10%;
}
main h2 {
  color: var(--primary-color);
  font-family: "Lato", cursive;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #b5c5b0;
  padding: 0 0 1rem;
}
main h2 span {
  display: block;
  font-family: "M PLUS 1p", cursive;
  font-size: 0.3em;
  font-weight: 100;
  margin-top: -1em;
  color: #333;
}
main h3 {
  font-size: 1.3rem;
}
@media screen and (min-width: 500px) {
  main h2 {
    padding: 0 2rem 1rem;
  }
  main h3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  main p {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 768px) {
  main h2 {
    font-size: 2.5em;
  }
}
.new {
  margin: 0;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  overflow: hidden;
}
.new dt {
  padding: 1rem 1rem 0;
}
.new dd {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new dt span {
  display: none;
}
.new dt:nth-of-type(odd),
.new dd:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.03);
}
.new dd i {
  font-size: 0.8rem;
  margin-left: 2rem;
  background: #ccc;
  color: #fff;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
}
@media screen and (min-width: 500px) {
  .new {
    display: flex;
    flex-wrap: wrap;
  }
  .new dt {
    width: 16rem;
    padding: 2rem 0 2rem 2rem;
    display: flex;
    justify-content: space-between;
  }
  .new dd {
    padding: 2rem 2rem 2rem 0;
    width: calc(100% - 16rem);
  }
  .new dt span {
    display: inline-block;
    width: 6rem;
    background: #b7b7b7;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    margin-right: 1rem;
    align-self: flex-start;
    line-height: 1.8;
    position: relative;
    top: 0.4em;
    border-radius: 2px;
  }
  .new dt span.icon-bg1 {
    background: var(--primary-color);
  }
  .new dt span.icon-bg2 {
    background: #a2caeb;
  }
}
footer small {
  font-size: 100%;
}

footer {
  font-size: 0.7rem;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 20px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .pr {
  display: block;
}
.list-banner .list {
  display: grid;
  place-items: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  .list-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .list-banner .list {
    margin-bottom: 0;
  }
}
.list-banner .list h4 {
  position: absolute;
  z-index: 1;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.list-banner .list h4 span {
  display: block;
  font-size: 0.4em;
}
.list-banner .list figure {
  transition: 0.5s;
}
.list-banner .list:hover figure {
  transform: scale(1.1);
}
.list-square {
  display: flex;
  flex-wrap: wrap;
}
.list-square .list {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 23%;
  padding-top: 23%;
  border-radius: 10px;
  margin: 1%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.list-square .list a {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.list-square .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
.list-square .list img:hover {
  transform: scale(1.1);
  filter: contrast(1.3);
}
.pagetop-show {
  display: block;
}
.pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  z-index: 99;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
}
.table-container {
  text-align: center;
  margin-bottom: 3rem;
}

table {
  margin: auto;
}
.ta1 {
  width: 75%;
  margin: auto;
}
.ta1 th,
.ta1 td {
  border-collapse: separate;
  border-top: 1px solid #b5c5b0;
  border-bottom: 1px solid #b5c5b0;
  padding: 0.5rem 1rem;
}
.ta1 th {
  width: 30%;
  background: #ecffe6;
  color: #094931;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ta1 {
    width: 100%;
    margin: auto;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.color-check,
.color-check a {
  color: #ff0000 !important;
}

.color-theme,
.color-theme a {
  color: var(--primary-color) !important;
}

.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.ws {
  width: 95%;
  display: block;
}

.wl {
  width: 95%;
  display: block;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.look {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #ddd;
  border-radius: 3px;
  word-break: break-all;
  margin: 1px;
}

.small {
  font-size: 0.75em;
}

.large {
  font-size: 2em;
  letter-spacing: 0.1em;
}

.pc {
  display: none;
}

.dn {
  display: none !important;
}

.block {
  display: block !important;
}

.fs1 {
  font-size: 2rem;
}
@media screen and (min-width: 900px) {
  .ws {
    width: 48%;
    display: inline;
  }

  .sh {
    display: none;
  }

  .pc {
    display: block;
  }
}
@media (max-width: 768px) {
	.pc {
		display: none;
	  }
	  .sh {
		display: block;
	  }
	
	  }
.float-box {
  width: 100%;
  overflow: hidden;
}
.float-left {
  float: left;
  margin-right: 20px;
  max-width: 30%;
  height: auto;
}
.float-right {
  float: left;
  width: 65%;
}
.float-left-company {
  float: left;
  margin-right: 20px;
  width: 40%;
}
.float-right-company {
  float: left;
  width: 55%;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 768px) {
  .float-left,
  .float-right {
    float: none;
    width: 100%;
    margin-right: 0;
	max-width: 100%;
  }

  .float-box {
    overflow: visible;
  }
}
.inbox {
  width: 75%;
  margin: 0 auto 3rem auto;
}
@media (max-width: 768px) {
  .inbox {
    width: 100%;
  }
}
.list-container {
  text-align: center;
}

ul {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
}

#company .largefont {
  color: #094931;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.7rem;
}

#product #company #aboutus #contact {
  margin: 40px;
}

#contact h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #094931;
  padding: 0 2rem;
  margin: 0;
}

#contact h4 {
  padding: 0;
  margin: 1.5rem 0 0 0;
}

#contact p {
  margin: 0;
}
@media (max-width: 768px) {
  #contact h3 {
    font-size: 1.8rem;
	color: #094931;
}
}

 #contact a{
	color: #094931;
}
.scrolldown4{
position:absolute;
bottom:1%;
right:50%;
animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
   100%{bottom:1%;}
}
.scrolldown4 span{
position: absolute;
left:-20px;
bottom:10px;
color: #094931;
font-size: 0.7rem;
letter-spacing: 0.05em;
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown4:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #094931;
  transform: skewX(-31deg);
}

.scrolldown4:after{
content:"";
position: absolute;
bottom:0;
right:0;
width:1px;
height: 50px;
background:#094931;
}