body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}
.company-txt,
.midashi h2,
.btn,
.btn-vm,
.flex .flex-li a,
.ser-midashi,
.mem-midashi,
footer ul,
.copyright,
.top-en {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons";
}
.com-content .vision,
.ser-num,
.ser-num2 {
  font-family: 'Montserrat', sans-serif;
}
/* パンくずリスト */
.pan {
  background-color: #f5f5f5;  
}
.breadcrumb {
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 3px;
  list-style: none;
  width: 80%;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
  font-size: 0.8rem;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #000000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.contact-top {
  display: flex;
  height: 300px;
  width: 100%;
}
.top-txt {
  background-color: #000;
  color: #ffffff;
  width: 35%;
  text-align:center;
  padding:90px 0;
}
.top-en {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-bottom: 0px;
}
.top-en:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 80px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 2px;
}
.top-ja {
  margin-top: 10px;
}
.contact-img {
  width: 65%;  
}
.contact-img img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  opacity: 0.6;
  object-position: 50% 20%;
}
/* ボタン */
.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #000;
  background-color: #ffe100;
  margin-left: 20px;
  transition: .3s;
}
.btn:hover {
  background: #f5f5f5;
}
/* サービス内容 */
.company,
.service,
.member {
  width: 80%;
  margin: 0 auto;
  padding-top: 90px;
}
.midashi h2,
.midashi p {
  text-align: center;
}
.midashi h2 {
  margin-bottom: 0px;
  font-size: 2rem;
}
.midashi p {
  margin-top: 0px;
  padding-bottom: 30px;
}
.ser-02 {
  flex-direction: row-reverse;
}
.ser-02 .ser-txt {
  padding-right: 10px;
}
.ser-odd .ser-txt {
  padding-left: 10px;
}
.ser-odd,
.ser-02 {
  display: flex;
  padding-bottom: 30px;
}
.service {
  margin-bottom: 0px;
  padding: 0px;
  padding-top: 20px;
}
.service .ser-num {
  width: 20%;
  box-sizing: border-box;
  font-size: 6rem;
  font-weight: bold;
}
.service .ser-num2 {
  width: 15%;
  box-sizing: border-box;
  font-size: 6rem;
  font-weight: bold;
  text-align: right;
}
.service .ser-txt {
  width: 85%;
  box-sizing: border-box;
}
.ser-midashi {
  font-weight: bold;
  margin-top: 10px;
}
.ser-imgs {
  width: 80%;
  margin: 0 0 0 auto;
}
.ser-imgs img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  padding-bottom: 50px;
}
.ser-imgs2 {
  width: 80%;
}
.ser-imgs2 img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  padding-bottom: 50px;
}
.all-ser {
  padding-top: 70px;
}
.wwd-02 {
  background-color: #f5f5f5;
}
/* 役員紹介 */
.mem-midashi {
  font-weight: bold;
  margin-top: 0px;
}
.member-con {
  display: flex;
  flex-direction: row-reverse;
}
.member-photo {
  width: 30%;
}
.member-photo img {
  width: 100%;
}
.member-txt {
  width: 70%;
  padding-right: 20px;
}
table td span {
  white-space: nowrap;
}
table td {
  vertical-align: top;
}
/* ボタン */
.form-btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #000;
  background-color: #ffe100;
  margin-left: 20px;
  transition: .3s;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  letter-spacing: 0.05em;
  border: none;
}
.form-btn:hover {
  background: #f5f5f5;
}
/* ヘッダー */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
}
.logo {
  width: 20%;
  transition: 0.3s;
}
.logo h1 {
  margin-bottom: 0px;
  margin-top: 10px;
}
.logo img {
  width: 100%;
}
.logo img:hover {
  opacity: 0.7;
}
.inner {
  max-width: 100%;
  margin: 0 auto;
  width: 90%;
  align-items: center;
  height: auto;
}
.flex {
  display: flex;
  font-weight: bold;
  list-style: none;
  justify-content: space-between;
}
.menu {
  justify-content: flex-end;
  margin-right: 20px;
}
.flex .flex-li a {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 18px 18px;
  color: #000;
  text-decoration: none;
}
.flex-li {
  transition: .3s;
  color: #000;
}
.flex-li:hover {
  background: #f5f5f5;
  color: #ababab;
}
/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
}
.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #000;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #000;
  transition: all 0.5s;
}
.menu-content a {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.menu-content a:hover {
	cursor: pointer;
	color: #ababab;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
/* フッター */
footer {
  background-color: #000;
  color: #ffffff;
  margin-top: 90px;
}
.footer-con {
  width: 80%;
  margin: 0 auto;
}
footer .logo {
  padding-top: 20px;
}
footer ul {
  display: flex;
  font-weight: bold;
  list-style: none;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 0px;
}
footer a {
  list-style: none;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer p {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 30px;
  margin-bottom: 0px;
}
footer li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
footer li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* トップに戻るボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 30px;
  background: #ababab;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .inner {
    width: 100%;
  }
}
  @media screen and (max-width: 767px) {
    /* ヘッダー */
    .menu {
      display: none;
    }
    .logo {
      width: 100%;
  }
  .logo h1 {
    margin-top: 0px;
  }
    .logo img {
      height: auto;
      margin: 0 auto;
      width: 50%;
    }
    .hamburger-menu {
      display: block;
    }
    /* 下層ページ */
    .company,
  .service,
  .member {
    width: 90%;
    padding-top: 20px;
  }
  .company-txt {
    font-size: 1.7rem;
  }
  .service .ser-num,
  .service .ser-num2 {
    font-size: 3rem;
  }
  .service .ser-txt {
    width: 85%;
  }
  .all-ser {
    padding-top: 40px;
}
.ser-odd, .ser-02 {
  padding-bottom: 10px;
}
.ser-imgs img,
.ser-imgs2 img {
  height: 250px;
}
/* フッター */
footer .logo img {
  width: 190px;
}
footer li {
  display: none;
}
footer .eng {
  display: block;
  padding-top: 15px;
}
.footer-con {
  display: flex;
}
.footer-con {
  width: 90%;
}
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
    width: 90%;
  }
  .Form {
    margin-top: 40px;
    width: 90%;
  }
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    width: 90%;
  }
  .contact-img {
    width: 0%;
    }
    .top-txt {
      width: 100%;
    }
}
.eng a {
  text-decoration: underline;
  text-decoration-color: #fff;
}