@charset "UTF-8";

html {
  font-size: 62.5%;
}

@media screen and (max-width: 849px) {
  html{
    font-size: calc(100vw / 85.0);
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  html{
    font-size: 2.1vw;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  padding: 0.5rem;
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  border: solid 2px #f3f3f3;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5rem;
  width: 1.3rem;
  height: 1.3rem;
}
textarea {
  width: 100%;
  height: 14.0rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus {
  border: solid 2px #f2ad82;
}


@media screen and (min-width: 850px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: '游ゴシック', sans-serif;
    font-weight: 500;
    color: #000;
    background-color: #fff;
  }
}
@media screen and (max-width: 849px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: '游ゴシック', sans-serif;
    font-weight: 500;
    color: #000;
    background-color: #fff;
  }
}

@media screen and (min-width: 850px) {
  .vsp { display: none !important; }
}
@media screen and (max-width: 849px) {
  .vpc { display: none !important; }
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 850px) {
  #body {
    width: 100%;
    overflow: hidden;
  }
  main {
  }
  section {}
  section.gray {
    background: #f3f3f3;
  }
  section .container {
    padding-right: 10.0rem;
    max-width: 120.0rem;
    margin: 0 auto;
  }
  .home section .container {
    padding-right: 0.0rem;
    width: calc(100% - 10.0rem);
    max-width: unset;
    margin: 0;
  }
  section.scrollify .container {
    height: 100%;
  }
}
@media screen and (max-width: 849px) {
  #body {
    width: 100%;
    overflow: hidden;
  }
  main {
  }
  section {}
  section.gray {
    background: #f3f3f3;
  }
  section .container {
    padding: 0 3.0rem 0 3.0rem;
  }
  .home section .container {
    width: 100%;
    padding: 0;
  }
  section.scrollify {
    height: unset !important;
  }
  section.scrollify .container {
    height: unset !important;
  }
}


header {
  position: absolute;
  top: 2.4rem;
  left: 3.0rem;
  z-index: 98;
  width: 13.9rem;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
}
@media screen and (max-width: 768px) {
  header {
    top: 1.4rem;
    left: 1.5rem;
  }
}

footer {
  text-align: center;
  max-width: 114.0rem;
  padding: 0 3.0rem;
  margin: 0 auto;
  padding-top: 7.3rem;
}
footer .inner {
  width: calc(100% - 10.0rem);
}
footer ul.buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5.8rem;
}
footer ul.buttons li {
  width: calc(50% - 1.0rem);
  max-width: 46.5rem;
}
footer ul.buttons li a {
  display: block;
  transition: opacity 200ms 0s ease;
}
footer ul.buttons li a:hover {
  opacity: 0.6;
}
footer ul.buttons li a:hover {
}
footer .logo {
  max-width: 11.1rem;
  margin: 0 auto;
  margin-bottom: 3.3rem;
}
footer .info {
  max-width: 38.5rem;
  margin: 0 auto;
  border-bottom: solid 1px #222;
}
footer .name {
  font-size: 1.8rem;
  font-weight: bold;
}
footer .address {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
footer .links {
  text-align: center;
  max-width: 38.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5.8rem;
}
footer .links li {
  display: inline-block;
  margin: 0.5rem;
}
footer .links li a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}
footer .links li a:hover {
  text-decoration: underline;
}
footer .copyright {
  font-size: 1.2rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  footer .inner {
    width: 100%;
  }
  footer ul.buttons li {
    width: 100%;
    margin-bottom: 2.0rem;
  }
  footer .info {
    border-bottom: none;
    margin-bottom: 3.0rem;
  }
  footer .links {
    display: none;
  }
}

.fixedbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 10.0rem;
  z-index: 100;
  background: #fff;
  height: 100vh;
  text-align: center;
}
.fixedbar .menu,
.fixedbar .close {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.0rem 0;
  margin: 0 auto;
  margin-top: 2.0rem;
  margin-bottom: 5.0rem;
  cursor: pointer;
  user-select: none;
  transition: opacity 200ms 0s ease;
}
.fixedbar .menu {
  display: block;
}
.fixedbar .close {
  display: none;
}
.fixedbar.open .menu {
  display: none;
}
.fixedbar.open .close {
  display: block;
}
.fixedbar .menu:hover {
  opacity: 0.6;
}
.fixedbar li img {
  width: 100%;
  height: auto;
}
.fixedbar li a {
  transition: opacity 200ms 0s ease;
}
.fixedbar li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  .fixedbar {
    height: unset;
    background: transparent;
  }
  .fixedbar ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fixedbar {
    width: 6.0rem;
    right: 1.0rem;
    height: unset;
    background: transparent;
  }
  .fixedbar .menu,
  .fixedbar .close {
    margin-top: 1.0rem;
    padding: 0.5rem;
  }
  .fixedbar ul {
    display: none;
  }
}

.gnavi {
  position: fixed;
  top: 0;
  right: 0;
  width: 48.7rem;
  background: #fff;
  height: 100vh;
  z-index: 99;
  padding-right: 10.0rem;
  transform: translate(100%, 0);
  transition: all 200ms 0s ease;
}
.gnavi.open {
  transform: translate(0, 0);
}
.gnavi .inner {
  height: 100vh;
  overflow-y: auto;
  padding: 3.8rem 5.3rem;
  border-left: solid 1px #222;
}
.gnavi .logo {
  width: 8.2rem;
  margin: 0 auto;
  margin-bottom: 5.5rem;
}
.gnavi ul.link {
  border-bottom: solid 1px #999;
}
.gnavi .link>li>a {
  text-decoration: none;
  display: block;
  background: url(../img/gnavi_icon_arrow.png) calc(100% - 1.0rem) 50%/0.8rem auto no-repeat;
  border-top: solid 1px #999;
  font-size: 1.8rem;
  padding: 1.9rem 1.1rem;
  transition: opacity 200ms 0s ease;
}
.gnavi .link>li>a:hover {
  opacity: 0.6;
}
.gnavi .button {
  margin-bottom: 3.0rem;
}
.gnavi .button>li {
  margin: 0rem 1.4rem 1.2rem 1.4rem;
}
.gnavi .button>li>a {
  text-decoration: none;
  display: block;
  transition: opacity 200ms 0s ease;
}
.gnavi .button>li>a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  .gnavi {
    padding-right: 0rem;
  }
  .gnavi .inner {
    padding: 10.0rem 3.0rem 3.0rem 3.0rem;
    border-left: none;
  }
  .gnavi ul.contact-buttons {
    display: flex;
    justify-content: space-between;
    padding: 4.0rem 0 8.0rem 0;
  }
  .gnavi ul.contact-buttons li {
    width: calc(50% - 2.0rem);
  }
  .gnavi ul.contact-buttons li img {
    width: 100%;
    height: auto;
  }
  .gnavi ul.contact-buttons li a {
    display: block;
    text-align: center;n
  }
  .gnavi ul.contact-buttons li:nth-child(1) a {
    background: #e56617;
  }
  .gnavi ul.contact-buttons li:nth-child(2) a {
    background: #222;
  }
  .gnavi ul.contact-buttons li a img {
    max-width: 14.5rem;
    margin: 0 auto;
  }
}

section.home-page1 {
  overflow: hidden;
}
section.home-page1 .container {
  position: relative;
}
section.home-page1 .mv {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
section.home-page1 .mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home-page1 .mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home-page1 .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 58.1rem;
  text-align: center;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.home-page1 .lead {
    padding: 0 3.0rem;
  }
}

section.home-page2 {
  padding: 3% 4%;
  background: #f3f3f3;
}
section.home-page2 .container {
  background: url(../img/home_page2_bg.jpg) 0% 50%/cover no-repeat;
  padding-top: 10.0rem;
  position: relative;
}
section.home-page2 h2.heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 21.0rem;
  width: 100%;
  max-width: 23.7rem;
}
section.home-page2 .content {
  /*
  width: calc(100% - 3.0rem);
  max-width: 90.0rem;
 */
  padding-right: 0.0rem;
  width: calc(100% - 10.0rem);
  max-width: 123.0rem;
  margin: 0 auto;
  padding-bottom: 4.0rem;
}
section.home-page2 .lead {
  margin-bottom: 4.0rem;
  width: 100%;
  max-width: 40.4rem;
}
section.home-page2 .text {
  text-shadow: #fff -1px -1px 2px,
               #fff  1px  1px 2px,
               #fff  1px -1px 2px,
               #fff -1px  1px 2px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.home-page2 {
    padding: 0;
  }
  section.home-page2 .container {
    background: url(../img/sp_home_page2_bg.jpg) 50% 0/100% auto no-repeat;
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
  }
  section.home-page2 h2.heading {
    max-width: 15.0rem;
    margin-bottom: 26.0rem;
  }
  section.home-page2 .content {
    width: calc(100% - 4.0rem);
    margin: 0;
    margin-left: auto;
    padding-bottom: 0rem;
  }
  section.home-page2 .lead {
    max-width: 80%;
    margin-bottom: 2.0rem;
  }
  section.home-page2 .text {
    margin-left: 0;
  }
}

section.home-page3 {
  background: #f3f3f3;
  position: relative;
}
section.home-page3 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.home-page3 .heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6.5rem;
  width: 100%;
  max-width: 37.0rem;
}
section.home-page3 .text {
  text-align: center;
  margin-bottom: 3.5rem;
}
section.home-page3 ul.maker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.home-page3 ul.maker li {
  width: calc(33.3% - 2.0rem);
  max-width: 39.2rem;
  margin: 0 1.0rem;
}
section.home-page3 ul.maker li a {
  text-decoration: none;
  display: block;
  text-align: center;
  transition: opacity 200ms 0s ease;
}
section.home-page3 ul.maker li a:hover {
  opacity: 0.6;
}
section.home-page3 ul.maker li .label {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
section.home-page3 .button {
  text-align: center;
  margin-top: 7.0rem;
}
section.home-page3 .button a {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #222;
  width: 100%;
  max-width: 31.5rem;
  margin: 0 auto;
  padding: 0.5rem 1.0rem;
  background: url(../img/icon_arrow_right_blue.png) calc(100% - 1.0rem) 50%/0.6rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.home-page3 .button a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.home-page3 .container {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
  }
  section.home-page3 .content {
    padding: 0 3.0rem;
  }
  section.home-page3 .heading {
    max-width: 70%;
  }
  section.home-page3 ul.maker li {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2.0rem;
  }
}

section.home-page4 {
  padding: 3% 4%;
  background: #f3f3f3;
}
section.home-page4 .container {
  position: relative;
  background: #222;
}
section.home-page4 .inner {
  background: url(../img/home_page4_bg.jpg) 100% 50%/cover no-repeat;
  padding-top: 8.0rem;
  position: relative;
  height: 100%;
  max-width: 192.0rem;
  margin: 0 auto;
}
section.home-page4 h2.heading {
  text-align: center;
  width: 100%;
  max-width: 20.0rem;
  margin: 0 auto;
  margin-bottom: 13.5rem;
}
section.home-page4 .content {
  width: calc(100% - 3.0rem);
  max-width: 40.0rem;
  margin: 0 10% 3.0rem auto;
  color: #fff;
}
section.home-page4 .lead {
  width: 100%;
  max-width: 38.3rem;
  margin-bottom: 4.0rem;
}
section.home-page4 .name {
  font-size: 2.0rem;
  font-weight: bold;
  margin-left: 6.0rem;
}
section.home-page4 .address {
  font-weight: bold;
  margin-bottom: 3.5rem;
  margin-left: 6.0rem;
}
section.home-page4 h3 {
  font-weight: bold;
  border-bottom: solid 1px #fff;
  padding-bottom: 0.0rem;
  width: fit-content;
  margin-bottom: 1.5rem;
  margin-left: 6.0rem;
}
section.home-page4 .area {
  margin-left: 6.0rem;
}
section.home-page4 .area li {
  display: inline-block;
  white-space: nowrap;
}
section.home-page4 .button {
  text-align: left;
  margin-top: 3.0rem;
  margin-left: 6.0rem;
}
section.home-page4 .button a {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #fff;
  color: #fff;
  width: 100%;
  text-align: center;
  max-width: 28.0rem;
  padding: 0.5rem 1.0rem;
  background: url(../img/icon_arrow_right_white.png) calc(100% - 1.0rem) 50%/0.8rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.home-page4 .button a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.home-page4 {
    padding: 0;
  }
  section.home-page4 .inner {
    background: url(../img/sp_home_page4_bg.jpg) 50% 0%/100% auto no-repeat;
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
  }
  section.home-page4 h2.heading {
    margin-bottom: 27.0rem;
    max-width: 12.0rem;
  }
  section.home-page4 .content {
    margin: 0 auto;
    width: 100%;
    max-width: unset;
    padding: 0 2.0rem;
  }
  section.home-page4 .lead {
    width: 60%;
  }
  section.home-page4 .button {
    text-align: left;
    margin: 3.0rem auto;
    text-align: center;;
  }
  section.home-page4 .name {
    margin-left: 0rem;
    margin-bottom: 0rem;
  }
  section.home-page4 .address {
    margin-left: 0rem;
    margin-bottom: 1.0rem;
  }
  section.home-page4 .area {
    margin-left: 0rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  section.home-page4 .area li {
    display: inline;
    white-space: wrap;
  }
  section.home-page4 h3 {
    margin-left: 0rem;
  }
  section.home-page4 .button {
    margin-left: 0rem;
    margin-top: 2.0rem;
  }
}

section.home-page5 {
  background: #f3f3f3;
}
section.home-page5 .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.home-page5 .box {
  background: #fff;
  width: calc(100% - 3.0rem);
  max-width: 110.0rem;
  margin: 0 auto;
  text-align: center;
  padding: 7.0rem 3.0rem;
}
section.home-page5 .heading {
  width: 100%;
  max-width: 29.7rem;
  margin: 0 auto;
  margin-bottom: 6.0rem;
}
section.home-page5 .text {
  margin-bottom: 3.5rem;
}
section.home-page5 .button {
}
section.home-page5 .button a {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #fff;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  max-width: 40.5rem;
  padding: 0.8rem 3.0rem;
  background: #006699 url(../img/icon_arrow_right_white.png) calc(100% - 2.0rem) 50%/0.8rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.home-page5 .button a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.home-page5 .container {
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
  }
  section.home-page5 .box {
    padding: 4.0rem 2.0rem;
  }
  section.home-page5 .heading {
    max-width: 23.7rem;
  }
}

section.breadcrumb {
  padding-top: 10.0rem;
  padding-left: 3.0rem;
}
section.breadcrumb {
}
section.breadcrumb li {
  display: inline-block;
  background: url(../img/breadcrumb_icon_arrow.png) 100% 50%/0.6rem auto no-repeat;
  padding-right: 2.1rem;
  margin-right: 1.5rem;
  font-size: 1.2rem;
}
section.breadcrumb li:last-child {
  background: none;
}
section.breadcrumb li a {
  display: inline-block;
  text-decoration: none;
}
section.breadcrumb li a:hover {
  text-decoration: underline;
}


section.contact-button {
  background: url(../img/contact_button_bg.jpg) 50% 50%/cover no-repeat;
}
section.contact-button .container {
  padding-top: 7.0rem;
  padding-bottom: 7.0rem;
}
section.contact-button .box {
  background: #fff;
  width: calc(100% - 3.0rem);
  max-width: 110.0rem;
  margin: 0 auto;
  text-align: center;
  padding: 7.0rem 3.0rem;
}
section.contact-button .heading {
  width: 100%;
  max-width: 29.7rem;
  margin: 0 auto;
  margin-bottom: 6.0rem;
}
section.contact-button .text {
  margin-bottom: 3.5rem;
}
section.contact-button .button {
}
section.contact-button .button a {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #fff;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  max-width: 40.5rem;
  padding: 0.8rem 3.0rem;
  background: #006699 url(../img/icon_arrow_right_white.png) calc(100% - 2.0rem) 50%/0.8rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.contact-button .button a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.contact-button .container {
    padding: 3.0rem 0rem;
  }
  section.contact-button .box {
    padding: 4.0rem 2.0rem;
  }
  section.contact-button .heading {
    max-width: 23.7rem;
  }
}

section.maker-header {
}
section.maker-header .container {
  padding-top: 3.0rem;
  padding-bottom: 7.0rem;
}
section.maker-header .container h2 {
  max-width: 37.0rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.maker-header .container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  section.maker-header .container h2 {
    max-width: 70%;
    margin: 0 auto;
  }
}

section.maker-list {
}
section.maker-list .container {
  padding-top: 5.5rem;
  padding-bottom: 15.0rem;
}
section.maker-list .text {
  text-align: center;
  margin-bottom: 3.5rem;
}
section.maker-list ul.maker {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
}
section.maker-list ul.maker li {
  width: calc(33.3% - 2.0rem);
  max-width: 39.2rem;
  margin: 0 1.0rem;
}
section.maker-list ul.maker li a {
  text-decoration: none;
  display: block;
  text-align: center;
  transition: opacity 200ms 0s ease;
}
section.maker-list ul.maker li a:hover {
  opacity: 0.6;
}
section.maker-list ul.maker li .label {
  display: block;
  font-size: 1.6rem;
}
section.maker-list ul.maker li .name {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
section.maker-list ul.maker li .button {
  display: inline-block;
  padding-right: 2.0rem;
  background: url(../img/icon_arrow_right_blue.png) 100% 50%/0.6rem auto no-repeat;
  margin-top: 1.0rem;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.maker-list ul.maker li {
    width: 100%;
    margin-bottom: 5.0rem;
  }
}

section.maker-detail {
}
section.maker-detail .container {
  padding-top: 6.5rem;
  padding-bottom: 10.0rem;
}
section.maker-detail .head {
  max-width: 106.0rem;
  margin: 0 auto;
  padding: 0 3.0rem;
}
section.maker-detail .head .label {
  font-size: 1.8rem;
}
section.maker-detail .head h2 {
  font-size: 2.8rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #999;
  margin-bottom: 2.4rem;
}
section.maker-detail .wrap {
  max-width: 106.0rem;
  margin: 0 auto;
  padding: 0 3.0rem;
}
section.maker-detail .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  border-bottom: solid 1px #999;
  padding-bottom: 3.6rem;
  margin-bottom: 3.1rem;
}
section.maker-detail .item .caption {
  margin-left: 0.5rem;
  background: #fff;
  width: 13.0rem;
  text-align: center;
  padding: 0.3rem 0.5rem;
}
section.maker-detail .item .content {
  width: calc(100% - 19.0rem);
}
section.maker-detail .item .images {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
section.maker-detail .item .images li {
  margin-right: 1.0rem;
}
section.maker-detail .item ol li {
  position: relative;
  padding-left: 4.5rem;
}
section.maker-detail .item ol li .number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
section.maker-detail .button-pdf {
}
section.maker-detail .button-pdf a {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #fff;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  max-width: 44.0rem;
  padding: 1.5rem 3.0rem;
  background: #006699 url(../img/maker_button_arrow_white.png) calc(100% - 3.0rem) 50%/0.8rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.maker-detail .button-pdf a:hover {
  opacity: 0.6;
}
section.maker-detail .button-web {
}
section.maker-detail .button-web a {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #000;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  text-align: center;
  max-width: 44.0rem;
  padding: 1.5rem 3.0rem;
  background: url(../img/maker_button_arrow_black.png) calc(100% - 3.0rem) 50%/0.8rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.maker-detail .button-web a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.maker-detail .container {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  section.maker-detail .head {
    padding: 0;
  }
  section.maker-detail .wrap {
    padding: 0;
  }

  section.maker-detail .item .caption {
    margin-left: 0rem;
    margin-bottom: 1.0rem;
  }
  section.maker-detail .item .content {
    width: 100%;
  }
  section.maker-detail .item .images li {
    max-width: 40%;;
  }
}


section.company-header {
}
section.company-header .container {
  padding-top: 3.0rem;
  padding-bottom: 7.0rem;
}
section.company-header .container h2 {
  max-width: 20.0rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
}

section.company-content {
}
section.company-content .container {
  padding-top: 4.7rem;
  padding-bottom: 10.0rem;
}
section.company-content .image {
  margin-bottom: 7.0rem;
}
section.company-content dl {
  max-width: 100.0rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: solid 1px #999;
}
section.company-content dt {
  width: 17.0rem;
  border-bottom: solid 1px #999;
  padding: 2.7rem 0.5rem;
}
section.company-content dt .inner {
  display: inline-block;
  background: #fff;
  width: 13.0rem;
  text-align: center;
  padding: 0.3rem 0.5rem;
}
section.company-content dd {
  width: calc(100% - 17.0rem);
  border-bottom: solid 1px #999;
  padding: 3.0rem 0.5rem;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.company-content dt {
    border-bottom: none;
    padding: 1.5rem 0 0.5rem 0;
  }
  section.company-content dd {
    width: 100%;
    padding: 0.5rem 0 1.5rem 0;
  }
}


section.contact-header {
}
section.contact-header .container {
  padding-top: 3.0rem;
  padding-bottom: 7.0rem;
}
section.contact-header .container h2 {
  max-width: 29.7rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
}


section.contact-content .container {
  padding-top: 5.5rem;
  padding-bottom: 10.0rem;
}
section.contact-content .text {
  text-align: center;
  margin-bottom: 4.0rem;
}
section.contact-content .text a {
  color: #e56617;
}

section.contact-content .form-block {
  max-width: 100.0rem;
  margin: 0 auto;
}
section.contact-content .form-block .input-row {
  border-top: solid 1px #999;
  padding: 2.5rem 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
section.contact-content .form-block .input-row .label {
  margin-bottom: 0.5rem;
  width: 18.7rem;
}
section.contact-content .form-block .input-row .label .required {
}
section.contact-content .form-block .input-row .input {
  width: calc(100% - 18.7rem);
  max-width: 76.0rem;
}
section.contact-content .form-block .input-row.company .input {
  max-width: 50.0rem;
}
section.contact-content .form-block .input-row.name .input {
  max-width: 20.0rem;
}
section.contact-content .form-block .input-row.email .input {
  max-width: 50.0rem;
}
section.contact-content .form-block .input-row.confirm {
}
section.contact-content .form-block .kiyaku {
  font-size: 1.4rem;
  overflow-y: scroll;
  height: 16.4rem;
  padding: 3.0rem;
  border-radius: 0.5rem;
  background: #fff;
  margin-bottom: 1.0rem;
}
section.contact-content .form-block .kiyaku h3 {
  margin-top: 3.0rem;
  margin-bottom: 1.0rem;
  font-size: 2.0rem;
  font-weight: bold;
  border-left: solid 6px #008991;
  padding-left: 1.0rem;
  line-height: 1.4;
}
section.contact-content .form-block .kiyaku ol {
  list-style: numeric;
  margin: 2.0rem 0rem;
}
section.contact-content .form-block .kiyaku .inner>ol {
  margin: 2.0rem 2.0rem;
}
section.contact-content .form-block .kiyaku ol li {
  margin: 1.0rem 2.0rem;
}
section.contact-content .form-block .kiyaku p {
  margin: 0 0 2.0rem 0;
}
section.contact-content .form-block .kiyaku .right {
  text-align: right;
}

section.contact-content .form-block .input-button {
  border-top: solid 1px #999;
  padding-top: 6.0rem;
  text-align: center;
}
section.contact-content .form-block .input-button button,
section.contact-content .form-block .input-button input[type='submit'] {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #222;
  width: 100%;
  max-width: 31.5rem;
  margin: 0 auto;
  padding: 1.0rem 1.0rem;
  background: url(../img/icon_arrow_right_blue.png) calc(100% - 1.0rem) 50%/0.6rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.contact-content .form-block .input-button button:hover,
section.contact-content .form-block .input-button input[type='submit']:hover {
  opacity: 0.6;
}

section.contact-content .form-block .input-button button.submit {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #222;
  width: 100%;
  max-width: 31.5rem;
  margin: 0 auto;
  padding: 1.0rem 1.0rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  background: #e56617 url(../img/icon_arrow_right_white.png) calc(100% - 2.0rem) 50%/0.6rem auto no-repeat;
  transition: opacity 200ms 0s ease;
}
section.contact-content .form-block .input-button button.submit:hover {
  opacity: 0.6;
}

section.contact-content .form-block .input-button input[type='button'] {
  vertical-align: bottom;
  text-decoration: none;
  display: inline-block;
  border: solid 1px #222;
  width: 100%;
  max-width: 31.5rem;
  margin: 0 auto;
  padding: 1.0rem 1.0rem;
  background: #999;
  transition: opacity 200ms 0s ease;
}
section.contact-content .form-block .input-button input[type='button']:hover {
  opacity: 0.6;
}

section.contact-content .form-block .input-button .wpcf7-spinner {
  display: block;
  margin: 3.0rem auto;
}

section.contact-content .wpcf7-response-output {
  display: none;
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 849px) {
  section.contact-content .form-block .input-row .label {
    width: 100%;
  }
  section.contact-content .form-block .input-row .input {
    width: 100%;
  }
}
