@charset "UTF-8";
/*-------------------------------------
        セレクタの不要CSSをリセット
  -------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
  background-color: #c8c8c8;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background-color: #c8c8c8;
  width: max(100%, 1440px);
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

::-webkit-scrollbar {
  display: none;
}

img,
a {
  display: block;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fadein.init {
  opacity: 1;
}

.spVisible {
  display: none;
}
@media screen and (max-width: 767px) {
  .spVisible {
    display: block;
  }
}

.spInvisible {
  display: block;
}
@media screen and (max-width: 767px) {
  .spInvisible {
    display: none;
  }
}

.font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-weight: 900;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .header_wrap {
    padding-left: 20px;
    height: 50px;
  }
}
header .header_wrap a h1 {
  font-size: 30px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #234fb5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  header .header_wrap a h1 {
    font-size: 16px;
  }
}

footer {
  padding-top: 25px;
  padding-bottom: 18px;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
footer .footer_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap {
    width: 100%;
  }
}
footer .footer_wrap .footer {
  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;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer {
    display: block;
  }
}
footer .footer_wrap .footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .info {
    display: block;
  }
}
footer .footer_wrap .footer .info .logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .info .logo {
    margin-left: auto;
    margin-right: auto;
    width: 128px;
  }
}
footer .footer_wrap .footer .info .text {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .info .text {
    margin-left: 0;
  }
}
footer .footer_wrap .footer .info .text .p_1 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .info .text .p_1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}
footer .footer_wrap .footer .info .text .p_2 {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .info .text .p_2 {
    margin-top: 11px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
footer .footer_wrap .footer .qr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .qr_wrap {
    display: block;
    margin-top: 32px;
  }
}
footer .footer_wrap .footer .qr_wrap .qr {
  width: 116px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .qr_wrap .qr {
    display: none;
  }
}
footer .footer_wrap .footer .qr_wrap p {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .qr_wrap p {
    margin-left: 0;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: center;
  }
}
footer .footer_wrap .footer .qr_wrap p span {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .qr_wrap p span {
    display: none;
  }
}
footer .footer_wrap .footer .qr_wrap p a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap .footer .qr_wrap p a {
    letter-spacing: 0.01em;
    line-height: 22px;
    text-decoration: underline;
    text-align: center;
  }
}
footer .footer_wrap small {
  display: block;
  font-size: 12px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap small {
    margin-top: 35px;
    text-align: center;
  }
}

main .contact_wrap {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #234fb5;
}
@media screen and (max-width: 767px) {
  main .contact_wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
main .contact_wrap .contact {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact {
    width: 90%;
  }
}
main .contact_wrap .contact h2 {
  position: relative;
  padding-bottom: 45px;
  font-size: 44px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact h2 {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
main .contact_wrap .contact h2::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 55px);
  bottom: 0;
  width: 110px;
  height: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact h2::after {
    left: calc(50% - 27px);
    width: 54px;
    height: 2px;
  }
}
main .contact_wrap .contact .sub {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact .sub {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }
}
main .contact_wrap .contact form {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form {
    margin-top: 30px;
  }
}
main .contact_wrap .contact form .parts {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .parts {
    margin-top: 30px;
  }
}
main .contact_wrap .contact form .parts:first-child {
  margin-top: 0;
}
main .contact_wrap .contact form .parts p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .parts p {
    font-size: 14px;
  }
}
main .contact_wrap .contact form .parts input {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: solid 3px #000000;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .parts input {
    margin-top: 8px;
    padding-left: 18px;
    padding-right: 18px;
    height: 60px;
    font-size: 16px;
  }
}
main .contact_wrap .contact form .parts textarea {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 300px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: solid 3px #000000;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .parts textarea {
    margin-top: 8px;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }
}
main .contact_wrap .contact form .privacy_wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap {
    margin-top: 20px;
  }
}
main .contact_wrap .contact form .privacy_wrap p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap p {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    line-height: 22px;
  }
}
main .contact_wrap .contact form .privacy_wrap .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap .privacy {
    margin-top: 20px;
  }
}
main .contact_wrap .contact form .privacy_wrap .privacy input {
  display: none;
}
main .contact_wrap .contact form .privacy_wrap .privacy input:checked + label::before {
  border: solid 2px #000000;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap .privacy input:checked + label::before {
    border: solid 3px #000000;
  }
}
main .contact_wrap .contact form .privacy_wrap .privacy input:checked + label::after {
  opacity: 1;
}
main .contact_wrap .contact form .privacy_wrap .privacy label {
  position: relative;
  padding-left: 58px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap .privacy label {
    padding-left: 46px;
    font-size: 15px;
    line-height: 22px;
  }
}
main .contact_wrap .contact form .privacy_wrap .privacy label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: solid 2px #ffffff;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap .privacy label::before {
    top: 6px;
    width: 32px;
    height: 32px;
    border: solid 3px #000000;
    background-color: #ffffff;
  }
}
main .contact_wrap .contact form .privacy_wrap .privacy label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 42px;
  height: 18px;
  border-left: solid 3px #2d2d2d;
  border-bottom: solid 3px #2d2d2d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap .privacy label::after {
    top: 10px;
    width: 32px;
    height: 15px;
    border-left: solid 4px #2d2d2d;
    border-bottom: solid 4px #2d2d2d;
  }
}
main .contact_wrap .contact form .privacy_wrap .privacy label a {
  display: inline;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .privacy_wrap .privacy label a {
    display: block;
    font-size: 15px;
    line-height: 22px;
  }
}
main .contact_wrap .contact form .button_wrap {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 520px;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .button_wrap {
    margin-top: 28px;
    width: 280px;
  }
}
main .contact_wrap .contact form .button_wrap button {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 75px;
  border: solid 4px #000000;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .contact_wrap .contact form .button_wrap button {
    margin-top: 10px;
    height: 70px;
    font-size: 20px;
    border-radius: 35px;
    border: solid 3px #000000;
  }
}
main .contact_wrap .contact form .button_wrap button:first-child {
  margin-top: 0;
}
main .contact_wrap .contact form .button_wrap button:hover {
  color: #ffffff;
  background-color: #000000;
}
main .complete_wrap {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #234fb5;
}
@media screen and (max-width: 767px) {
  main .complete_wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
main .complete_wrap .complete {
  margin-left: auto;
  margin-right: auto;
  width: 780px;
}
@media screen and (max-width: 767px) {
  main .complete_wrap .complete {
    width: 90%;
  }
}
main .complete_wrap .complete h2 {
  position: relative;
  padding-bottom: 45px;
  font-size: 44px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .complete_wrap .complete h2 {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
main .complete_wrap .complete h2::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 55px);
  bottom: 0;
  width: 110px;
  height: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .complete_wrap .complete h2::after {
    left: calc(50% - 27px);
    width: 54px;
    height: 2px;
  }
}
main .complete_wrap .complete .sub {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main .complete_wrap .complete .sub {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }
}
main .complete_wrap .complete a {
  display: block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 520px;
  height: 100px;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 92px;
  border-radius: 75px;
  border: solid 4px #000000;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .complete_wrap .complete a {
    margin-top: 28px;
    width: 280px;
    height: 70px;
    font-size: 20px;
    line-height: 64px;
    border-radius: 35px;
    border: solid 3px #000000;
  }
}
main .complete_wrap .complete a:hover {
  color: #ffffff;
  background-color: #000000;
}