/*body*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
body.is-fixed {
  overflow: hidden;
}

main {
  background-color: rgba(30, 159, 210, 0.124);
  background-size: cover;
}

p {
  line-height: 2;
}

/*header*/
.header {
  position: relative;
  background-color: rgba(34, 178, 137, 0.02);
  color: #4a4a4a;
  z-index: 999;
}
.header_nav-up {
  position: sticky;
}
.header_nav-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8%;
  justify-content: center;
  border-top: 1px solid #000;
  padding: 50px;
  margin: 50px 0;
}
.header_nav-contents :hover {
  background-color: rgba(110, 159, 207, 0.303);
  transition: 0.5s;
}
.header_nav-list {
  text-align: center;
  padding: 15px 0;
  font-size: 30px;
}
.header_font {
  display: none;
  border-top: 1px solid #fff;
}
.header_logo {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  padding: 24px;
  display: block;
}
.header_nav-up {
  padding-top: 20px;
}
.header_contact {
  color: #000;
  border-radius: 25%;
  padding: 10px;
}
.header_menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/masaimg/ho-mu.png) center center no-repeat;
  background-size: 100% auto;
}
.header_menu-button.is-checked {
  background: url(../img/masaimg/close.png) center center no-repeat;
  background-size: 100% auto;
}
.header .nav_img {
  max-width: 50px;
  padding-bottom: 10px;
}

/*main-page*/
.main_top-page {
  position: relative;
}
.main_top-page img {
  max-width: 100%;
}

.main_portfolio-top {
  color: #4a4a4a;
  position: absolute;
  top: 100px;
  left: 20px;
  text-align: center;
}

.main_portfolio {
  font-size: 50px;
  font-weight: bold;
}

.main_portfolio-sub {
  font-size: 40px;
}

/*about*/
.about {
  display: block;
  margin: 80px 0 80px;
  padding: 0 30px;
}
.about_option {
  margin-bottom: 20px;
}
.about_name {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.about_country {
  margin-bottom: 20px;
  padding: 10px 0 30px;
}
.about_name-text {
  font-size: 20px;
  text-align: justify;
}
.about_img {
  text-align: center;
  max-width: 300px;
}
.about_main {
  text-align: center;
}

.main_logo {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}
.main_inner {
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

/*service*/
.service {
  margin: 80px 0 80px;
  padding: 0 30px;
}
.service_inter {
  text-align: center;
}
.service_take {
  text-align: center;
}
.service_menu {
  margin-top: 50px;
}
.service_img {
  margin-bottom: 20px;
}
.service_take {
  font-size: 18px;
}
.service_tab {
  margin-top: 50px;
}

/*gallery*/
.gallery {
  margin: 80px 0 80px;
  padding: 0 30px;
}
.gallery_img {
  max-width: 300px;
  margin: 60px;
}
.gallery_contact {
  color: blue;
  display: block;
}

/*work-flow*/
.work_inner {
  margin-top: 40px;
}

.flow {
  margin: 80px 0 80px;
  padding: 0 30px;
}
.flow_name p {
  margin-bottom: 10px;
  font-size: 20px;
}
.flow_item {
  position: relative;
}
.flow_name {
  top: 10px;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
}
.flow_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8%;
  margin-top: 30px;
}

/*contact*/
.contact {
  margin: 80px 0 80px;
  padding: 0 30px;
}
.contact_logo {
  width: 100px;
  font-size: 12px;
  display: flex;
}
.contact_write {
  display: flex;
  margin-bottom: 30px;
}
.contact_question {
  margin-bottom: 60px;
}
.contact_span {
  color: red;
  text-align: left;
  margin-right: 5px;
  font-size: 5px;
}
.contact_introduction {
  border-radius: 30px;
  margin-bottom: 50px;
  font-size: 20px;
}
.contact_purpose {
  margin-right: 30px;
  text-align: justify;
}
.contact_choice {
  justify-content: space-between;
  margin-bottom: 20px;
}
.contact_submit {
  text-align: center;
  padding: 15px 30px;
  font-size: 15px;
}
.contact_submit :hover {
  background-color: rgba(3, 14, 25, 0.303);
  transition: all 0.5s;
}

input {
  padding: 10px 50px 10px 0px;
}

footer {
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}

/*---------------------*/
@media screen and (min-width:768px) {
  .wrapper {
    display: flex;
  }
  .header {
    flex-basis: 25%;
  }
  .header_menu-button {
    display: none;
  }
  .header_container {
    height: calc(100vh - 88px);
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header_logo {
    text-align: center;
    padding: 20px;
    font-size: 30px;
  }
  .header .nav_img {
    max-width: 30px;
  }
  .header_font {
    display: block;
  }
  .header_nav-list {
    font-size: 15px;
  }
  .header_nav-contents {
    border: none;
    padding: 0;
    gap: 4%;
  }
  .about_main {
    text-align: justify;
  }
  .about_name-text {
    font-size: 15px;
  }
  .service_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8%;
  }
  .service_take {
    font-size: 15px;
  }
  .service_take2 {
    text-align: center;
  }
  .service_inner {
    text-align: justify;
  }
  .service_logo {
    margin-bottom: 20px;
  }
  main {
    flex-basis: 75%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .main_contents {
    display: flex;
    gap: 8%;
  }
  .main_logo {
    text-align: justify;
  }
  .main_portfolio-top {
    color: #4a4a4a;
    position: absolute;
    top: 200px;
    left: 45px;
    text-align: center;
  }
  .main_inner {
    text-align: justify;
  }
  .gallery_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
  .gallery_list {
    display: grid;
  }
  .gallery_img {
    max-width: 400px;
    margin: 30px 0;
  }
  .gallery_menu {
    text-align: justify;
  }
  .work_inner {
    margin-top: 0;
    text-align: justify;
  }
  .flow_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4%;
    margin: 30px 0;
  }
  .flow_name {
    position: absolute;
    top: 10px;
    padding: 10px;
  }
  .flow_name p {
    font-size: 13px;
  }
  .contact {
    margin: 200px 0 80px;
    padding: 0 30px;
  }
  .contact_logo {
    width: 160px;
    font-size: 20px;
  }
  .contact_question {
    text-align: justify;
  }
  .contact_write {
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
  }
  .contact_purpose {
    margin-bottom: 30px;
  }
  input {
    padding: 10px 100px 10px 0px;
  }
  .pagetop {
    bottom: 45px;
  }
}
/*---------------------*/
@media screen and (max-width:767px) {
  .main_portfolio-top {
    text-align: justify;
    left: 0;
    top: 80px;
  }
  .main_portfolio-top_inner {
    text-align: center;
  }
  .main_portfolio {
    font-size: 30px;
  }
  .main_portfolio-sub {
    font-size: 20px;
  }
  .main_inner {
    padding: 0px;
  }
  .main_logo {
    text-align: center;
  }
  .service {
    text-align: center;
  }
  .service_logo {
    margin-bottom: 20px;
  }
  .gallery_img {
    margin: 20px 0;
    max-width: 300px;
  }
  .gallery_list {
    margin: 20px 0;
  }
  .contact_introduction {
    font-size: 15px;
    text-align: justify;
  }
  .contact_purpose {
    margin: 0 0 30px;
  }
}
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: min(13.3333333333%, 50px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */