* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;

  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

p {
  margin: 0;
}

.img.bg {
  padding: 0px 30px;
}

.container {
  max-width: 828px;
  margin: auto;
  /* margin-bottom: 50px; */
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px 15px 0;
}
.header img {
  width: 170px;
}
@media (max-width: 480px) {
  .header img {
    width: 30%;
    min-width: 100px;
  }
}

.entry-button {
  cursor: pointer;
  text-align: center;
  /* background-color: #eb5f5f; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* padding: 9px 20px 8px; */
  /* border-radius: 8px; */
  /* -webkit-box-shadow: 0 5px 0 #c54242; */
  /* box-shadow: 0 5px 0 #c54242; */
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  z-index: 100;
}

.entry-button:hover {
  opacity: 0.7;
}
/* .entry-button:active {
  -webkit-box-shadow: 0 2px 0 #c54242;
  box-shadow: 0 2px 0 #c54242;
  -webkit-transform: translateY(3px);
  transform: translateY(3px); */
/* } */
.entry-button .no-escape {
  position: relative;
  padding: 0 15px;
  width: fit-content;
  margin: 0 auto;
}
.entry-button .no-escape::before,
.entry-button .no-escape::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 17px;
  height: 2px;
  background-color: white;
}
.entry-button .no-escape::before {
  left: 0px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media (max-width: 480px) {
  .entry-button .no-escape::before {
    left: 0px;
  }
}
.entry-button .no-escape::after {
  right: 0px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media (max-width: 480px) {
  .entry-button .no-escape::after {
    right: 0px;
  }
}
.entry-button .entry-subheading {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  color: white;
}
.entry-button .entry-title {
  font-size: 20px;
  font-weight: 900;
  color: white;
  letter-spacing: -0.04em;
}

.fv {
  text-align: center;
  background-color: #5187eb;
}

.s-content {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
}

.diagonal-cut-bottom {
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 97%);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 97%); */
}

.diagonal-cut-top-1 {
  -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
}

.diagonal-cut-top-2 {
  -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
}

.diagonal-cut-top-3 {
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
}

.diagonal-cut-top-8 {
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}

.contents2 {
  margin: 50px 0 30px;
}

.contents3 {
  margin: 180px 0 110px;
}

.flow {
  margin: 110px 0 65px;
}

.form-img {
  margin: 90px 0 0px;
}

.bg-light-blue {
  background-color: #5187eb;
}

.bg-blue {
  background-color: #3f6ec6;
}

.bg-dark-blue {
  background-color: #234b94;
}

.bg-navy-blue {
  background-color: #173772;
}

.form {
  padding: 20px;
  margin: 0 20px 50px;
  background-color: white;
  border-radius: 8px;
}

.copyright {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 50px;
}

.fixed {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  bottom: 15px;
}
.entry-button.fixed {
  width: 90%;
  max-width: 800px;
}

@media (max-width: 480px) {
  .entry-button .entry-subheading {
    font-size: 12px;
  }
  .entry-button .entry-title {
    font-size: 16px;
  }
  .no-escape::before,
  .no-escape::after {
    width: 15px;
  }
  .contents2 {
    margin: 30px 0 20px;
  }
  .contents3 {
    margin: 100px 0 60px;
  }
  .flow {
    margin: 60px 0 35px;
  }
  .form-img {
    margin: 50px 0 0px;
  }
}
.entry {
  text-align: center;
  line-height: 1.5;
}
.entry .copyright {
  background-color: #173772;
  padding: 10px 0;
}
.entry .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.entry .header img {
  width: 220px;
}
.entry h1 {
  font-size: 25px;
}
.entry .notice {
  padding-top: 20px;
  font-size: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.form-group label {
  font-size: 18px;
  color: #17366e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.form-group label .required {
  color: #17366e;
  font-weight: normal;
  font-size: 14px;
  background-color: #ffe900;
  padding: 4px 10px;
  border-radius: 5px;
}
.form-group input {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  border: none;
}

.form-group input:placeholder {
  color: #d3d3d3;
}

.form-group-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-group-select select {
  /* width: 30%; */
  min-width: 140px;
  font-size: 18px;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px;
  border: none;
}

.submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #eb5f5f; */
  color: white;
  font-size: 18px;
  font-weight: 600;
  /* padding: 20px 20px; */
  margin: 40px auto 0;
  border-radius: 5px;
  border: none;
  position: relative;
  width: 90%;
}

.submit-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.submit-button:hover {
  opacity: 0.7;
}

/* .submit-wrap::after {
  content: ">";
  position: absolute;
  font-weight: 300;
  right: 10px;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  margin-left: 10px;
} */

@media screen and (max-width: 480px) {
  body .container {
    padding-left: 0;
    padding-right: 0;
  }
  .form-group label {
    font-size: 16px;
  }
  .form-group label .required {
    font-size: 13px;
  }
  .form-group input {
    font-size: 16px;
  }
  .form-group-select select {
    font-size: 16px;
  }
  .submit-button {
    font-size: 17px;
  }
  .copyright {
    font-size: 14px;
  }
}

.policy {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 14px;
}

.policy a {
  color: white;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 10px;
  color: red;
}

.wpcf7-response-output {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: red;
}

.thanks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.thanks main {
  padding: 20px;
}
.thanks main img {
  width: 270px;
}

.wpcf7 .ajax-loader {
  display: none !important;
}
