@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  color: #404040;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
#header {
  width: 100%;
  height: 108px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  z-index: 99;
}
.header-inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-btn {
  display: flex;
  justify-content: space-between;
}
.h-btn01 {
  margin-right: 15px;
}
.h2-ttl {
  font-size: clamp(36px, 5vw, 55px);
  font-weight: 700;
  position: relative;
  line-height: 1;
}
.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main {
  line-height: 0;
  margin-top: 108px;
}
.main .line {
  width: 100%;
  height: 27px;
  background-color: #385396;
}
.points {
  background-image: url("../img/points-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  height: 360px;
  text-align: center;
  color: #ffffff;
}
.points .h2-ttl {
  display: inline-block;
  padding: 0 180px;
}
.points .h2-ttl:before, .points .h2-ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 37px;
  height: 3px;
  background-color: #ffffff;
  ;
}
.points .h2-ttl:before {
  left: 0;
}
.points .h2-ttl:after {
  right: 0;
}
.points .txt {
  margin-top: 50px;
}
.points-item {
  width: 25%;
  line-height: 0;
}
.contact {
  background-color: #385396;
  padding: 50px 0;
  text-align: center;
}
.contact .h2-ttl {
  color: #ffffff;
  margin-bottom: 20px;
}
.contact-box {
  background-color: #ffffff;
  padding: 35px;
}
.contact .txt {
  margin: 30px 0;
}
.contact .btn-item {
  max-width: 456px;
  width: 49%;
}
.work {
  background-color: rgb(56, 83, 150, 0.23);
  padding: 80px 2% 5px;
  text-align: center;
}
.work .h2-ttl {
  color: #385396;
  margin-bottom: 25px;
}
.work img {
  margin-bottom: 75px;
}
.voice {
  background-image: url("../img/voice-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
  height: 799px;
  text-align: center;
}
.voice .h2-ttl {
  color: #ffffff;
  margin-bottom: 40px;
}
.greeting {
  text-align: center;
  padding: 100px 0;
}
.greeting .h2-ttl {
  margin-bottom: 80px;
}
.greeting .h2-ttl::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #385396;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.greeting .lead {
  font-size: 40px;
  color: #385396;
  font-weight: 700;
  margin-bottom: 30px;
}
.recruit {
  margin: 100px 0;
  text-align: center;
}
.recruit .h2-ttl {
  margin-bottom: 80px;
}
.recruit .h2-ttl::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #385396;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tbl {
  width: 100%;
  margin: 80px auto 0;
  border-collapse: collapse;
}
.tbl th {
  border-bottom: solid 2px #385396;
  padding: 20px;
  width: 20%;
  font-weight: normal;
}
.tbl td {
  text-align: left;
  border-bottom: solid 2px #CECECE;
  padding: 20px 50px;
  line-height: 2;
}
.entry {
  text-align: center;
  margin: 200px 0;
}
.entry .h2-ttl {
  margin-bottom: 80px;
}
.entry .h2-ttl::after {
  content: '';
  width: 60px;
  height: 4px;
  background: #385396;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formTable {
  width: 100%;
}
.formTable span {
  display: block;
  color: #ffffff;
  background-color: #385396;
  padding: 5px 0;
  width: 126px;
  text-align: center;
  border-radius: 8px;
  margin-right: 30px;
}
.formTable th {
  display: flex;
  width: 100%;
  font-weight: 400;
  margin: 35px 0 15px;
}
.formTable td {
  display: block;
  width: 100%;
}
textarea {
  display: inline-block;
  width: 100%;
  height: 110px;
  font-size: 20px;
  padding: 20px;
  border: none;
  border-radius: 14px;
  background-color: #F6F6F6;
  box-sizing: border-box;
}
.btn {
  max-width: 456px;
  margin: 40px auto;
}
.btn input {
  width: 100%;
  display: inline-block;
  background: #385396;
  padding: 29px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 52px;
  font-size: 32px;
}
.btn input:hover {
  opacity: 0.8;
}
.copyright {
  background-color: #343434;
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
#footer {
  text-align: center;
  padding: 50px 0;
  background-color: #385396;
  color: #ffffff;
}
#footer p {
  margin-bottom: 20px;
}
.sp {
  display: none;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 820px) {
  body {
    font-size: 16px;
  }
  .h-btn {
    width: 50%;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #header {
    height: 65px;
  }
  .logo {
    width: 150px;
  }
  .h-btn {
    width: 60%;
  }
  .h-btn01 {
    margin-right: 5px;
  }
  .main {
    margin-top: 65px;
  }
  .points {
    height: auto;
  }
  .points .h2-ttl {
    display: block;
    padding: 0;
  }
  .points-item {
    width: 50%;
  }
  .contact .txt {
    margin: 30px 0 0;
  }
  .contact .btn-item {
    width: 100%;
    margin-top: 30px;
  }
  .voice {
    height: auto;
  }
  .greeting .lead {
    font-size: 30px;
  }
  .btn {
    width: 80%;
  }
  .btn input {
    padding: 15px;
    font-size: 20px;
  }
  .f-btn {
    width: 80%;
  }
  .tbl th {
    width: 30%;
  }
  .tbl td {
    padding: 20px;
  }
}