body {
  margin: 0;
  line-height: 1.5;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "Montserrat", serif;
  font-weight: 500;
  min-width: 380px;
  position: relative;
}

.Forpc {
  display: block;
}

.Forsp {
  display: none;
}

@media screen and (max-width: 480px) {
  .Forpc {
    display: none;
  }
  .Forsp {
    display: block;
  }
}

strong{
  color: #e67f0a;
}
/* Header Styles for apply/index.html */
header {
  padding: 1rem 30px;
  /* Remove box-shadow and border-bottom */
  box-shadow: none;
  border-bottom: none;
  /* position: absolute; */
}
@media screen and (max-width: 900px) {
  header {
    padding: 1rem 20px;
    position: relative;
    /* width: 100%; */
  }
}

.header-logo {
  width: 100px; /* Adjust logo size as needed */
  /* Align logo to the left */
  margin-left: 0;
}

.header-logo img {
  width: 100%;
  height: auto;
}

/* Styles for the contact section */
#contact-section {
  padding: 1rem 0;
}
@media screen and (max-width:900px) {
  #contact-section {
    padding-top: 0;
  }
}
.inner_box {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 20px;
}
#contact-section h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 3.5rem;
}
.contact-inner {
  z-index: 1;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 0 5% 0 10%;
  justify-content: space-between;
}

@media screen and (max-width:900px) {
  .contact-inner {
    padding: 0 20px;
    flex-direction: column;
    gap: 3rem;
  }
  #contact-section h1 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 2rem;
  }
}

.contact-left {
  width: 50%;
  /* margin-top: 5rem; */
  /* padding-right: 40px; */
}
@media screen and (max-width:900px) {
  .contact-left {
    width: 100%;
    margin-top: 0;
  }
}
.contact-left img {
  width: 11rem;
}

.contact-right {
  width: 50%;
  background: #ffffff;
  padding-top: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:900px) {
  .contact-right {
    width: 100%;
  }
}

.contact-form-wrapper{
  width: 100%;
  border: none;
  box-sizing: border-box;
}

.contact-heading h2 {
  font-size: 28px;
  margin: 0 0 3rem;
  line-height: 1.8;
}

.achievement_area ul{
  display: flex;
  justify-content: flex-start;
  padding-right: 1rem;
}
.achievement_area ul li{
  margin-right: 1rem;
}
.achievement_area ul li:last-child{
  margin-right: 0;
}

.achievement_area ul img{
  max-width: 100%;
  }

.contact-recommend {
  position: relative;
  margin-bottom: 3rem;
}

.contact-recommend h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-recommend ul {
  list-style: none;
  padding: 0;
}

.contact-recommend li {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-recommend li i {
  color: #e67f0a;
  margin-right: 10px;
}

.contact-form-wrapper h3 {
  font-size: 24px;
  text-align: center;
}

footer {
  position: relative;
  z-index: 1;
  background: #e67f0a;
}

footer p {
  font-size: 12px;
  padding: 2rem;
  text-align: center;
  color: #ffffff;
}

/* Responsive adjustments */
  /* .contact-heading h2 {
    width: 30rem;
  } */

  /* .contact-left {
    padding-right: 0;
    margin: auto;
  }

  .contact-left .type-sp {
    width: 15rem;
    margin: auto;
  }

 */
/* @media screen and (max-width: 480px) {
  #contact-section {
    padding-top: 0;
  }
  .contact-left {
    width: 100%;
  }
  .contact-heading h2 {
    width: 100%;
  }
  .contact-left img {
    width: 100%;
  }
  .contact-left .type-sp {
    width: 90%;
  }
}
 */
