@charset "UTF-8";
/* h2box */
.h2box {
  height: 100px;
  background-attachment: fixed;
  background-position: 0 -34em;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 4em 0 0 0;
  display: flex;
  align-items: center;
}
.h2box h2 {
  color: #fff;
  margin-left: 30px;
  font-size: 2em;
}
.h2box p.h2attached {
  color: #fff;
  position: relative;
  bottom: -4px;
  margin-left: 15px;
}

/* h3box */
.h3box {
  text-align: center;
  margin: 1em 0;
  height: auto;
  display: block;
  background: none;
}
.h3box h3 {
  font-size: 2em;
  color: #42a0ab;
}
.h3box p.h3attached {
  color: #42a0ab;
}

div.logohun {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 2;
  flex-wrap: wrap;
  width: 100%;
}
div.logohun a.logo {
  position: relative;
  bottom: -4px;
  margin-left: 1em;
  display: flex;
}
div.logohun a.logo h1 {
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
  position: relative;
  bottom: -2px;
  color: #ccc;
}
div.logohun div.el_humburger {
  width: 38px;
  height: 25px;
  padding-top: 1px;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #353535;
  text-align: center;
  margin-right: 1.5em;
  position: relative;
  bottom: -3px;
}

.mainView {
  min-width: 800px;
  height: 100vh;
}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 70px;
    height: 70px;
  }
  #factory .el_humburger {
    display: none;
  }
}
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #353535;
  }
}
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #353535;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 2px;
  background: #353535;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #353535;
}

@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #353535;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  transform: translateY(10px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  transform: translateY(-12px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #353535;
}
.el_humburgerButton__close span.el_humburger_bar.top {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close span.el_humburger_bar.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  z-index: 3;
  padding-top: 100px;
  box-sizing: border-box;
  transition: all 600ms ease-out;
  transform: translateZ(0) translateX(100%);
  overflow: auto;
}

.js_humburgerOpen .navi {
  right: auto;
  transform: translateZ(0) translateX(0);
}

.navi_item {
  white-space: nowrap;
}
.navi_item a {
  display: block;
  padding: 1em 2em;
  font-size: 1.3em;
}
.navi_item a:hover {
  opacity: 0.5;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

section {
  margin-bottom: 3em;
}

ul.mainlist {
  margin: 2em;
}
ul.mainlist li {
  margin: 1em 0;
  border-left: 5px #42a0ab solid;
  padding-left: 1em;
}
ul.mainlist li.next {
  text-align: right;
  border-left: none;
}
ul.mainlist li.next a {
  text-align: center;
  margin-right: 2em;
  background-color: #42a0ab;
  color: #fff;
  padding: 0.5em 1em;
}
ul.mainlist li.next a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f061";
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}
ul.mainlist li.next a:hover {
  opacity: 0.5;
}
ul.mainlist li p.comment {
  margin-left: 1em;
}

section#footer {
  background-color: #42a0ab;
  margin-bottom: 0;
  padding: 2em 2em 5em 2em;
}
section#footer ul.sns,
section#footer ul.submenu {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#footer ul.sns li,
section#footer ul.submenu li {
  margin: 0.5em;
}
section#footer ul.sns li a,
section#footer ul.submenu li a {
  color: #fff;
}
section#footer ul.sns li a:hover,
section#footer ul.submenu li a:hover {
  opacity: 0.5;
}
section#footer ul.sns {
  margin-bottom: 2em;
}
section#footer ul.sns li a::before {
  font-family: "Font Awesome 6 brands";
  margin-right: 10px;
}
section#footer ul.sns li:nth-child(1) a::before {
  content: "\e61b";
}
section#footer ul.sns li:nth-child(2) a::before {
  content: "\f09a";
}
section#footer ul.sns li:nth-child(3) a::before {
  content: "\f167";
}
section#footer ul.sns li:nth-child(4) a::before {
  content: "\f16d";
}
section#footer ul.submenu li a {
  font-size: 14px;
}
section#footer p.copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 6em;
}

div.single p.singleMes {
  width: 600px;
  margin: 2em auto;
}
div.single p.singleMes a {
  text-decoration: underline;
}
div.single img {
  width: 350px;
  display: block;
  margin: 0 auto 5em auto;
}
div.single p.singleTxt {
  font-size: 5em;
  text-align: center;
  margin: 0.5em 0 0 0;
  font-weight: bold;
  color: #42a0ab;
}

/* sp用 */
@media screen and (max-width: 480px) {
  #works div.h2box,
  #information div.h2box,
  #company div.h2box,
  #privacy div.h2box,
  #contact div.h2box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #works div.h2box h2,
  #information div.h2box h2,
  #company div.h2box h2,
  #privacy div.h2box h2,
  #contact div.h2box h2 {
    margin-left: 1em;
  }
  #works div.h2box p.h2attached,
  #information div.h2box p.h2attached,
  #company div.h2box p.h2attached,
  #privacy div.h2box p.h2attached,
  #contact div.h2box p.h2attached {
    margin-left: 2em;
    bottom: 5px;
  }
  section {
    margin-bottom: 1em;
  }
  .mainView {
    min-width: auto;
  }
  .navi {
    width: 70%;
    padding-top: 30px;
  }
  .navi_item a {
    font-size: 1em;
  }
  ul.mainlist {
    margin: 1em;
  }
  ul.mainlist li.next {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  ul.mainlist li.next a {
    display: block;
    margin: 0;
  }
  section#footer ul.sns,
  section#footer ul.submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  div.single p.singleMes {
    width: 80%;
  }
}/*# sourceMappingURL=main.css.map */