@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}

a:link, a:visited {
  text-decoration: none;
  color: #5bb431;
}

a:hover {
  color: #458c48;
}

.container {
  max-width: 1100px;
  overflow: hidden;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
  }
}
ul {
  margin-bottom: 0;
}

ul.no_mark li {
  list-style: none;
  margin-left: -2rem;
}

section {
  margin-bottom: 60px;
}

.fa {
  display: inline;
}

.arrow-button a:link, .arrow-button a:visited {
  color: #fff;
  text-decoration: none;
  background-color: #5bb431;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  transition: all 0.4s;
}
.arrow-button a:link::after, .arrow-button a:visited::after {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.arrow-button a:hover {
  background-color: #458c48;
}

.normal_button {
  text-decoration: none;
  background-color: #5bb431;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  transition: all 0.4s;
}
.normal_button:hover {
  background-color: #458c48;
  color: #fff;
}

.back_button {
  text-decoration: none;
  background-color: #999;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 15px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  transition: all 0.4s;
}
.back_button:hover {
  background-color: #333;
  color: #fff;
}

.title01 {
  border-left: 5px solid #5bb431;
  padding-left: 15px;
  font-size: 28px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .arrow-button a:link {
    max-width: 100%;
    margin: 0 auto;
  }
  .title01 {
    font-size: 24px;
  }
  section {
    margin-bottom: 40px;
  }
}
header {
  border-top: 5px solid #5bb431;
  border-bottom: 1px solid #ccc;
  z-index: 2;
}
header .navbar-brand {
  padding-right: 0;
}
header .navbar-brand img {
  max-width: 300px;
}
header .container-fluid {
  margin: 0;
  padding: 0;
}
header .sns_logo img {
  max-width: 40px;
  padding-right: 5px;
}

.navbar {
  position: relative;
  background-color: #fff;
  padding: 0;
}

.navbar-brand {
  padding: 15px 20px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler-icon {
  padding: 0.25rem 0.75rem;
  color: #333;
  background-image: none;
  font-weight: 300;
  height: 34px;
  width: 80px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
  background: none;
  font-size: 11px;
}
.navbar-toggler-icon::after, .navbar-toggler-icon::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 12px;
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background: rgb(0, 0, 0);
  transition: transform 0.3s;
}
.navbar-toggler-icon::before {
  transform: translateY(-6px);
  box-shadow: 0 6px 0 rgb(0, 0, 0);
}
.navbar-toggler-icon::after {
  transform: translateY(6px);
}
.navbar-toggler-icon.is-active {
  color: #333;
}
.navbar-toggler-icon.is-active::before {
  background: #333;
  transform: rotate(45deg);
  box-shadow: none;
}
.navbar-toggler-icon.is-active::after {
  background: #333;
  transform: rotate(-45deg);
}

.navbar i {
  margin-right: 15px;
}

.navbar ul {
  margin: 0;
}

.navbar ul li {
  text-align: center;
  width: 160px;
  border-left: 1px solid #CCC;
  font-weight: 500;
}

.navbar-nav li a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 35px 0px;
  color: #000;
  position: relative;
  transition: all 0.4s;
}
.navbar-nav li a:hover {
  background-color: #5bb431;
  color: #fff;
}

.navbar ul li a::after {
  content: " ";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border: none;
  border-bottom: 8px solid #5bb431;
  border-left: 8px solid transparent;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem;
}

@media only screen and (max-width: 992px) {
  header .navbar-brand img {
    padding: 10px 0;
  }
  header .sns_logo img {
    padding: 10px 0;
  }
  header .navbar ul {
    border-top: 1px solid #999;
  }
  header .navbar ul li {
    text-align: center;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #999;
    font-weight: 500;
    padding: 0;
  }
  header .navbar ul li a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    color: #000;
    position: relative;
  }
  header .navbar ul li a:hover {
    background-color: #5bb431;
    color: #fff;
  }
  header .navbar ul li a::after {
    content: none;
  }
  header .navbar-toggler {
    margin: 10px 15px;
  }
}
@media only screen and (max-width: 768px) {
  header .sns_logo img {
    max-width: 30px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 576px) {
  header #header_logo, header #navbar_sns {
    width: 100%;
    text-align: center;
  }
  header .navbar-toggler {
    margin: 10px auto;
  }
}
/*パンくず*/
.breadcrumb {
  background-color: #000;
  color: #fff;
  padding: 13px 0;
  margin-bottom: 0;
}
.breadcrumb ul {
  display: table;
  padding-left: 0;
}
.breadcrumb ul li {
  font-size: 13px;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 26px;
  position: relative;
}
.breadcrumb ul li:after {
  position: absolute;
  color: #fff;
  display: block;
  content: "";
  content: ">";
  top: 3px;
  right: 8px;
}
.breadcrumb ul li:last-child {
  padding-right: 0;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb ul a:hover {
  color: #999;
}

/*ページタイトル*/
#page_title {
  padding: 60px 0 75px;
  text-align: center;
}
#page_title h1 {
  font-size: 46px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
#page_title h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 80%; /*線の長さ*/
  height: 10px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #5bb431; /*線の色*/
}

@media only screen and (max-width: 768px) {
  #page_title {
    padding: 40px 0 55px;
  }
  #page_title h1 {
    font-size: 40px;
  }
}
/*トップページ*/
#top_main {
  width: 100%;
  background-image: url(../images/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%;
  margin-bottom: 60px;
  min-height: 500px;
  position: relative;
  z-index: 1;
}
#top_main #main_copy {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  margin-left: 60px;
  z-index: 2;
}
#top_main #main_copy > div {
  display: inline-block;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
  margin: -20px 20px 20px -20px;
}
#top_main #main_copy h1 {
  color: #fff;
  border-bottom: 1.5px solid #fff;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.5;
  z-index: 100;
}
#top_main #main_copy .arrow-button {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  #top_main {
    min-height: 400px;
    margin-bottom: 40px;
  }
  #top_main #main_copy {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    margin: 0 auto;
  }
  #top_main #main_copy > div {
    padding: 30px;
    margin: -10px 10px 10px -10px;
  }
  #top_main #main_copy h1 {
    font-size: 20px;
  }
}
#top_catch {
  position: relative;
}
#top_catch h2 {
  font-size: 36px;
  margin: 60px 0 60px;
  line-height: 1.3;
}
#top_catch ul {
  list-style-type: none;
  margin-left: -1.8em;
  margin-bottom: 30px;
}
#top_catch ul li {
  padding: 3px 0px 3px 25px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  background-image: url("../images/listmark.png");
  background-repeat: no-repeat;
  background-position: 0px 55%;
}
#top_catch::before {
  content: " ";
  position: absolute;
  top: 30px;
  right: 0px;
  width: 100%;
  height: 160px;
  border-top: 160px solid #def0d6;
  z-index: -999;
}

.co_img {
  background-color: #def0d6;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
}

@media only screen and (max-width: 992px) {
  #top_catch {
    text-align: center;
  }
  #top_catch h2 {
    font-size: 28px;
    margin: 20px 0px 30px;
    line-height: 1.3;
    text-align: center;
  }
  #top_catch .catch_img {
    background-color: #def0d6;
    padding: 20px;
  }
  #top_catch ul {
    display: inline-block;
  }
  #top_catch ul li {
    text-align: left;
  }
  #top_catch::before {
    content: none;
  }
  .co_img {
    background-color: #def0d6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .co_img img {
    width: 60%;
    margin: 60px auto;
  }
}
/*会社情報*/
#company dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#company dl dt {
  font-weight: 700;
  flex-basis: 20%;
  padding: 20px;
  border-bottom: 1px dotted #333;
}
#company dl dt:first-of-type {
  border-top: 1px dotted #333;
}
#company dl dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px dotted #333;
  margin-bottom: 0;
}
#company dl dd:first-of-type {
  border-top: 1px dotted #333;
}
#company dl div.access {
  margin: 20px 0 0;
}
#company dl div.access h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
#company dl div.access dl dt {
  background-color: #ececec;
  flex-basis: 30%;
  border-bottom: 1px solid #999;
}
#company dl div.access dl dt:first-of-type {
  border-top: 1px solid #999;
}
#company dl div.access dl dd {
  flex-basis: 70%;
  border-bottom: 1px solid #999;
}
#company dl div.access dl dd:first-of-type {
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  #company dl {
    flex-flow: column;
  }
  #company dl dt {
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
  }
  #company dl dd {
    border-top: none;
    width: 100%;
    padding-top: 10px;
  }
  #company dl dd:first-of-type {
    border-top: none;
  }
  #company dl div.access dl dt {
    padding: 15px;
  }
  #company dl div.access dl dd:first-of-type {
    border-top: none;
  }
}

/*お問い合わせエリア*/
#contact_area {
  background-color: #eeeeee;
  padding: 60px 0;
  margin-bottom: 30px;
}
#contact_area .contact_col {
  background-color: #fff;
  text-align: center;
  width: 100%;
}
#contact_area .contact_tel {
  padding: 30px 15px;
}
#contact_area .contact_tel a {
  display: inline-block;
}
#contact_area .contact_mail a {
  padding: 30px 15px;
}
#contact_area .contact_mail a h3 {
  color: #000;
}
#contact_area p {
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0 0;
}
#contact_area p i {
  margin-right: 8px;
}

/*技術情報*/
#techinfo #tech_catch {
  background-color: #def0d6;
  padding: 50px 0;
}
#techinfo #tech_catch h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}
#techinfo #tech_catch p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #techinfo #tech_catch h2 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
  }
}
#techinfo #tech_list {
  border: 1.5px solid #000;
  padding: 40px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#techinfo #tech_list h3 {
  display: inline-block;
  background-color: #fff;
  margin-top: -74px;
  padding: 8px;
  margin-bottom: 30px;
  font-size: 38px;
}
#techinfo #tech_list ul {
  list-style-type: none;
  width: auto;
  margin-left: -30px;
}
#techinfo #tech_list ul li {
  padding: 3px 0px 3px 30px;
  margin-bottom: 10px;
  background-image: url("../images/listmark.png");
  background-repeat: no-repeat;
  background-position: 0px 0.4em;
  font-size: 20px;
}
#techinfo #tech_list ul li strong {
  color: #ff6600;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #techinfo #tech_list ul li {
    font-size: 16px;
    background-position: 0px 0.3em;
  }
  #techinfo #tech_list h3 {
    font-size: 24px;
    margin-top: -64px;
  }
}
#techinfo #Moldable_size dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#techinfo #Moldable_size dl dt {
  font-weight: 700;
  flex-basis: 15%;
  padding: 15px;
  background-color: #ececec;
  border-bottom: 1px solid #333;
}
#techinfo #Moldable_size dl dt:first-of-type {
  border-top: 1px solid #333;
}
#techinfo #Moldable_size dl dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #333;
  margin-bottom: 0;
}
#techinfo #Moldable_size dl dd:first-of-type {
  border-top: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #techinfo #Moldable_size dl {
    flex-flow: column;
    margin-bottom: 30px;
  }
  #techinfo #Moldable_size dl dt {
    border-bottom: none;
    width: 100%;
    text-align: center;
  }
  #techinfo #Moldable_size dl dd {
    border-top: none;
    width: 100%;
    padding-top: 10px;
  }
  #techinfo #Moldable_size dl dd:first-of-type {
    border-top: none;
  }
}

/* #techinfo */
/*お問い合わせ*/
#contact dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 40px;
}
#contact dl dt {
  flex-basis: 30%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#contact dl dt:first-of-type {
  border-top: 1px solid #ccc;
}
#contact dl dt span.must {
  display: inline-block;
  background-color: #ff6600;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 10px;
}
#contact dl dd {
  flex-basis: 70%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
#contact dl dd:first-of-type {
  border-top: 1px solid #ccc;
}
#contact dl dd input, #contact dl dd textarea {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #999;
  border-radius: 3px;
}
#contact dl dd input:focus, #contact dl dd textarea:focus {
  border: 2px solid #5bb431;
  z-index: 10;
  outline: 0;
}
#contact .privacy {
  padding: 30px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact dl {
    flex-flow: column;
  }
  #contact dl dd {
    padding: 20px 0;
  }
  #contact dl dd:first-of-type {
    border-top: none;
  }
}

/*//contact*/
/*プライバシーポリシー*/
#privacy ol {
  margin-bottom: 3rem;
  margin-left: -1rem;
}
#privacy ol li {
  margin-bottom: 15px;
}

/*フッター*/
footer #footer_menu {
  margin-bottom: 30px;
}
footer #footer_menu ul {
  list-style-type: none;
  padding: 0;
}
footer #footer_menu ul li:not(:last-of-type) {
  margin-right: 30px;
}
footer #footer_menu a {
  color: #333;
  transition: color 0.3s;
}
footer #footer_menu a:hover {
  color: #5bb431;
}
footer #footer_info {
  color: #fff;
  background-color: #5bb431;
  padding: 30px 0;
  font-size: 14px;
}
footer #footer_info p {
  margin-bottom: 10px;
}
footer #footer_info a {
  color: #fff;
}
footer #footer_info #footer_bn #mpf_tokyo img {
  width: 400px;
  margin-top: 10px;
}
footer #footer_info #footer_bn #partnership img {
  max-width: 200px;
}
footer #footer_copy {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}
footer #footer_copy a {
  color: #fff;
}
footer #footer_copy a:hover {
  color: #999;
}

@media only screen and (max-width: 992px) {
  #contact_area {
    padding: 30px 0;
    margin-bottom: 10px;
  }
  #contact_area .contact_info {
    padding: 30px 10px;
  }
  footer #footer_menu {
    margin-bottom: 10px;
  }
  footer #footer_menu ul li {
    text-align: center;
    margin: 0;
  }
  footer #footer_menu ul li:not(:last-of-type) {
    margin-right: 0px;
    border-bottom: 1px solid #CCC;
  }
  footer #footer_menu ul li a {
    display: block;
    padding: 10px;
    text-align: center;
  }
  footer #footer_info a {
    color: #fff;
  }
  footer #footer_info #footer_bn #mpf_tokyo img {
    width: 500px;
    margin-bottom: 10px;
  }
  footer #footer_info #footer_bn #partnership img {
    width: 400x;
  }
}
/*バナーエリア*/
@media screen and (max-width: 768px) {
  #BNarea img {
    max-width: 300px;
  }
}/*# sourceMappingURL=style.css.map */