@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

body {
  background: #F3F3F3;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
body::before {
  content: "";
  display: block;
  width: 80vw;
  aspect-ratio: 1061/381;
  background-image: url("../img/common/header/bg_logo.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

header.pc_header {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  header.pc_header {
    display: none;
  }
}
header.pc_header .logo img {
  width: 300px;
}
header.pc_header nav {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  font-weight: 500;
  box-shadow: 10px 10px -20px 30px #000;
  font-size: 15px;
}
header.pc_header nav .btn a {
  background: #166BB4;
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1.5em 2em;
}
header.pc_header nav .btn a:hover {
  background: rgba(22, 107, 180, 0.8);
}
header.pc_header nav ul {
  display: flex;
  padding: 0 1em 0 1.5em;
}
header.pc_header nav ul li a {
  color: #000;
  display: block;
  padding: 1em 0.6em;
}
header.pc_header nav ul li a:hover {
  color: #166BB4;
}

.page_heading {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 60px;
}
@media screen and (max-width: 800px) {
  .page_heading {
    gap: 0;
    padding: 40px 20px;
  }
}
.page_heading .object img {
  width: 110px;
}
@media screen and (max-width: 800px) {
  .page_heading .object img {
    display: none;
  }
}
.page_heading .inner .pankuzu {
  margin-bottom: 10px;
  font-size: 13px;
}
.page_heading .inner .pankuzu ol {
  display: flex;
  list-style: none;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10em;
}
.page_heading .inner .pankuzu ol li {
  color: #166BB4;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.page_heading .inner .pankuzu ol li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ff9500;
  border-radius: 100%;
  margin: 0 10px;
}
.page_heading .inner .pankuzu ol li:last-child::after {
  display: none;
}
.page_heading .inner .pankuzu ol li a {
  color: #888;
  text-decoration: underline;
}
.page_heading .inner .txt {
  font-size: 30px;
  font-weight: 600;
  padding-left: 5px;
  color: #166BB4;
  letter-spacing: 0.05em;
}

main {
  padding: clamp(20px, 6vw, 80px) 20px 200px;
}
main.page_message {
  max-width: 800px;
  margin: 0 auto;
}
main.page_message .message {
  margin-bottom: 40px;
}
main.page_message .message p {
  margin-bottom: 1.5em;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 2.2;
}
main.page_message .name span {
  display: block;
  text-align: right;
  font-size: 14px;
}
main.page_message .name span:nth-child(2) {
  font-size: 1.2em;
  font-weight: 500;
}
main.page_company {
  max-width: 800px;
  margin: 0 auto;
}
main.page_company table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  color: #111;
  line-height: 1.8;
}
main.page_company table th,
main.page_company table td {
  padding: 2em 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  main.page_company table th,
  main.page_company table td {
    display: block;
    padding: 0;
  }
}
main.page_company table tr {
  border-bottom: 1px solid #e0e0e0;
}
main.page_company table th {
  width: 20%;
  font-weight: 500;
  text-align: left;
  color: #166BB4;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  main.page_company table th {
    padding-top: 1em;
  }
}
main.page_company table td {
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  main.page_company table td {
    padding-bottom: 1em;
  }
}
main.page_company table td h3 {
  padding-top: 1em;
  font-size: 1em;
  font-weight: 600;
}
main.page_company table td h3:first-child {
  padding-top: 0;
}
main.page_company table td br {
  display: block;
  margin-bottom: 0.4em;
  content: "";
}
main.page_company .office {
  padding-top: 40px;
}
main.page_company .office img {
  border-radius: 10px;
}
main.page_comingsoon {
  text-align: center;
  padding: clamp(100px, 20vw, 300px) 0;
  color: #333;
}

.page_top .about {
  padding: 100px 20px;
}
.page_top .about .logo {
  text-align: center;
  margin-bottom: 40px;
}
.page_top .about .logo img {
  display: inline-block;
  max-width: 400px;
}
.page_top .about p {
  text-align: center;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 2.2;
  margin-bottom: 1.5em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .page_top .about p {
    text-align: left;
  }
  .page_top .about p br.pc {
    display: none;
  }
}

.cta {
  padding: clamp(10px, 2vw, 40px);
}
.cta .inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px clamp(15px, 2vw, 40px);
}
.cta .inner h2 {
  text-align: center;
  color: #166BB4;
  font-size: 30px;
}
.cta .inner p {
  text-align: center;
  margin-bottom: 40px;
}
.cta .inner .clm {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .cta .inner .clm {
    flex-direction: column;
    align-items: center;
  }
}
.cta .inner .clm .item {
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .cta .inner .clm .item {
    width: 100%;
  }
}
.cta .inner .clm .item h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta .inner .clm .item.mail .btn a {
  background: #166BB4;
  color: #fff;
  display: block;
  text-align: center;
  padding: 1.5em;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
}
.cta .inner .clm .item.tel a {
  font-size: 50px;
  color: #166BB4;
  font-weight: 900;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cta .inner .clm .item.tel a {
    font-size: 40px;
  }
}
.cta .inner .clm .item.tel ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta .inner .clm .item.tel ul li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 13px;
  padding: 5px;
  color: #222;
  font-weight: 500;
}
.cta .inner .clm .item.tel ul li span:nth-child(1) {
  background: #eee;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  padding: 0.4em;
}

footer {
  background: #166BB4;
  padding: 80px clamp(20px, 4vw, 60px) 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  footer {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }
}
footer .company .logo img {
  width: 250px;
  margin-bottom: 10px;
}
footer .company .txt {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
footer nav ul {
  display: flex;
  gap: 0.6em;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  footer nav ul {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 1em;
  }
}
footer nav ul li a {
  color: #fff;
}
footer nav .copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  footer nav .copyright {
    text-align: center;
  }
}

.sp_header {
  width: calc(100vw - 20px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px;
  position: sticky;
  top: 10px;
  left: 0;
  z-index: 101;
}
@media screen and (min-width: 1000px) {
  .sp_header {
    display: none;
  }
}
.sp_header .logo {
  line-height: 0;
  padding-left: 10px;
}
.sp_header .logo img {
  height: 20px;
}

.drawer_btn {
  font-size: 50px;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.drawer_btn span,
.drawer_btn span:after,
.drawer_btn span:before {
  content: "";
  display: block;
  width: 0.6em;
  height: 3px;
  background: #166BB4;
  position: absolute;
  transition: 0.3s;
}
.drawer_btn span:before {
  bottom: 0.2em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span:after {
  top: 0.2em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span.active {
  background: rgba(255, 255, 255, 0);
}
.drawer_btn span.active:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}
.drawer_btn span.active:after {
  top: 0;
  transform: rotate(45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}

.drawer_content {
  width: 100vw;
  height: 100vh;
  background: #166BB4;
  padding: 100px 20px;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
}
.drawer_content.active {
  opacity: 1;
  top: 0;
  right: 0;
}
.drawer_content ul {
  text-align: center;
}
.drawer_content ul li a {
  color: #fff;
  display: block;
  padding: 0.5em;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */