/*header*/
.head-left.rec-head{
    width: 330px;
}
.head-left.rec-head h1{
    width: 230px;
    height: 57px;
}
.head-left.rec-head h1 a{
        display: block;
width: 100%;
    height: 100%;
}
.head-left.rec-head p{
      width: 75px;
  text-align: center;
  color: #138AFA;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.45px;
  padding: 7px 0;
  border-top: 1px solid #138AFA;
  border-bottom: 1px solid #138AFA;
}
@media screen and (max-width: 1100px) {
.head-left.rec-head p{
    width: 60px;
    font-size: 12px;
    padding: 5px 0;
  }
}

/*footer*/
.entry-content {
  padding: 77px 0 70px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 500px;
  background-color: #003894;
  position: relative;
}
.entry-content .content {
  width: clamp(331px, 88.2667vw, 980px);
  max-width: 980px;
        margin: 0 auto;

}
.entry-content div.backimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}
.entry-content div.backimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-content div.backimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191e2e;
  opacity: 0.6;
}
.entry-content h2 {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 33px;
}
.entry-content h2 span {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.entry-content p {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.48px;
  margin-bottom: 50px;
}

.entry-btn {
  position: relative;
  width: 100%;
  transition: 0.3s;
}

.entry-btn a {
    display: block;
  width: 460px;
  height: 297px;
  border-radius: 20px;
  background: #136cfa;
  padding: 40px 40px 45px;
}
.entry-btn a h3 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 9px;
}
.entry-btn a h3 span {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.entry-btn a p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.45px;
}
.entry-btn a .link-btn {
  display: flex;
  align-items: center;
  gap: 13px;
}
.entry-btn a .link-btn p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.48px;
}
.entry-btn a .btn-arrow {
  background-color: #00307d;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid #00307d;
}
.entry-btn a .btn-arrow::after {
  content: "";
  width: 16px;
  height: 14px;
  background-position: top;
  background-image: url("../image/top/white-arrow.svg");
}
.entry-btn a:hover .btn-arrow {
  border: 1px solid #fff;
}

.rec_footer {
  width: 100%;
  background: #003894;
  padding-bottom: 60px;
}

.rec_footer-content {
  width: clamp(331px, 88.26vw, 876px);
  margin: 0 auto;
}
.rec_footer-content div.footer-logo {
  width: 325px;
  height: 75px;
  background-color: #fff;
  margin-bottom: 12px;
}

.footer-box {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.footer-box .footer-left .address {
  color: #fff;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.45px;
  margin-bottom: 13px;
}
.footer-box .footer-left .address span {
  display: block;
}
.footer-box .footer-left .telfax {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.45px;
  display: flex;
  gap: 11px;
  margin-bottom: 20px;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #003894;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 12px 12px 30px;
  border-radius: 50px;
  width: 240px;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
}

.footer-right {
  width: 322px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-right li {
  margin-bottom: 10px;
}
.footer-right li a {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}
.footer-bottom .footer-bottom-left a {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
.footer-bottom .footer-bottom-right small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}