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%;
  background-position: 20% 90%;
}
.contact-img img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  opacity: 0.6;
  object-position: 50% 73%;
}
.Form {
  width: 70%;
  margin: 0 auto;
  padding-top: 90px;
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  align-items: center;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.Form-Item-Label-Required {
  margin-right: 8px;
  width: auto;
  padding: 4px 2px;
  display: inline-block;
  text-align: center;
  background: #000000;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 60%;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 95%;
  background: #eaedf2;
  font-size: 18px;
  resize: none;
}
/* ボタン */
.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;
}
/* ボタン */
.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;
}
/* ハンバーガーメニュー */
.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;
  }
/* フッター */
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 {
    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;
}
.tf-c-button {
  font-size:0 !important;
  }
  .tf-c-button:before {
  font-size:14px;
  content:'Send';
  }
  .form {
    margin: 0 auto;
    padding-top: 8vw;
    width: 70%;
  }
