@keyframes gritter {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* ========================
Base
======================== */
html {
  font-size: 62.5%;
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #2e2e2e;
}

a:hover,
a:focus {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

em,
address,
b {
  font-style: normal;
}

/* ========================
Common
======================== */
/* === Content === */
.cont {
  padding: 80px 20px;
}
@media screen and (max-width: 980px) {
  .cont {
    padding-top: 60px;
    padding-bottom: 310px;
  }
}
.cont_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
}
.fadeup.show {
  opacity: 1;
  transform: translateY(0);
}

.dokidoki {
  animation: dokidoki 1.5s infinite;
}

@keyframes dokidoki {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
/* ========================
Blocks
======================== */
/* === Main === */
.main {
  overflow: hidden;
  background: url(../images/fv_bg.webp) center/cover;
}
@media screen and (max-width: 980px) {
  .main {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main {
    background: url(../images/fv_bg-sp.webp) center/cover;
  }
}

.page-body {
  background: #f1f1f1 url(../images/bg-home.webp) no-repeat center -70px/100% auto;
}
@media screen and (max-width: 980px) {
  .page-body {
    background-image: url(../images/bg-home-sm.webp);
    background-position: 0 120px;
  }
}
.page-body__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 980px) {
  .page-body__inner {
    flex-direction: column;
  }
}

/* === Header === */
.hero_inner {
  position: relative;
  left: 0;
  margin: 0;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .hero_inner {
    transform: none;
  }
}

.header_site-title {
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.header_site-title--thanks {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .header_site-title {
    padding-left: 10px;
    border-left: none;
    width: 100%;
    justify-content: center;
  }
}
.header_copy {
  position: relative;
  padding-left: 11px;
  color: #2f5bff;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .header_copy {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    border: none;
    padding: 0;
    display: block;
  }
}
.header_logo {
  width: 193px;
}
@media screen and (max-width: 980px) {
  .header_logo {
    width: 150px;
    margin-left: -8px;
  }
}

/* === First View === */
.fv {
  display: flex;
  box-sizing: border-box;
  background: #fff;
  height: 64px;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .fv {
    justify-content: center;
  }
}

/* === Appeal === */
.appeal {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .appeal {
    padding-top: 20px;
    padding-bottom: 6px;
  }
}
.appeal_mes {
  font-weight: 600;
  font-size: 2.8rem;
  color: #494949;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .appeal_mes {
    margin-left: 4px;
    margin-bottom: 11px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.appeal_mes .decoration {
  font-size: 5.2rem;
  line-height: 1.4;
  font-weight: 900;
  background: linear-gradient(90deg, #00609c 20%, #0088dd 35%, #004067 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 980px) {
  .appeal_mes .decoration {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .appeal_mes .decoration {
    line-height: 1.25;
  }
}
.appeal_portrait {
  position: relative;
  flex: 1;
  margin-left: -50px;
  display: block;
  max-width: 640px;
}
@media screen and (max-width: 1340px) {
  .appeal_portrait {
    margin-left: 0;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .appeal_portrait img,
  .appeal_portrait source {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 980px) {
  .appeal_portrait {
    padding: 0;
  }
  .appeal_portrait img {
    width: 100%;
    max-width: 375px;
  }
}

/* === Contact === */
.contact {
  padding: 0;
  width: 100%;
  margin-top: -64px;
}
@media screen and (max-width: 980px) {
  .contact {
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 20px 46px;
    box-sizing: border-box;
    margin-top: -25px;
  }
}
.contact_wrap {
  position: relative;
}
.contact_body {
  margin-right: auto;
  background-color: #466eff;
  box-shadow: 5px 0px 3px rgba(0, 0, 0, 0.25);
  padding-top: 34px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 980px) {
  .contact_body {
    border-radius: 10px;
    padding-top: 25px;
  }
}
.contact_info {
  text-align: center;
  color: #fff;
  padding: 0 5px;
}
@media screen and (max-width: 980px) {
  .contact_info {
    padding: 0 3px;
  }
}
.contact_info span {
  color: #ffe413;
}
.contact_mes {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .contact_mes {
    font-size: 1.9rem;
  }
}
.contact_supp {
  margin-top: 4px;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.contact_form {
  display: grid;
  box-sizing: border-box;
  gap: 15px 81px;
  max-width: 880px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 36px;
  margin: 34px auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 980px) {
  .contact_form {
    height: auto;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 33px;
  }
}

.form .form-text {
  box-sizing: border-box;
  height: 48px;
  padding: 12px;
  background-color: #fff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid #bebdbd;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 980px) {
  .form .form-text {
    font-size: 1.4rem;
  }
}
.form .form-text::-moz-placeholder {
  color: #a9a9a9;
}
.form .form-text::placeholder {
  color: #a9a9a9;
}
.form .form-text:not(:-moz-placeholder) {
  background-color: #fff;
  box-shadow: none;
}
.form .form-text:not(:placeholder-shown) {
  background-color: #fff;
  box-shadow: none;
}
.form .form-textarea {
  height: 146px;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 980px) {
  .form .form-textarea {
    height: 90px;
  }
}
.form .form-select {
  box-sizing: border-box;
  height: 48px;
  padding: 12px;
  background-color: #fff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid #bebdbd;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 271px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 980px) {
  .form .form-select {
    font-size: 1.4rem;
  }
}
.form .form-select:valid {
  background-color: #fff;
  color: #2e2e2e;
}
.form .form_item--select .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-top: 7px;
}
.form .form_item--select .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background-color: #2e2e2e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.form .form_item--select .form_control {
  margin-top: 0;
}
.form_title {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .form_title {
    font-size: 1.4rem;
  }
}
.form_required {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 7px;
  border-radius: 2px;
  background-color: #ffc23d;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .form_required {
    font-size: 1.3rem;
  }
}
.form_control {
  margin-top: 7px;
}
.form_notes {
  margin-top: 16px;
  text-align: center;
  color: #e40060;
  font-size: 1.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 980px) {
  .form_notes {
    margin-top: 26px;
    line-height: 1.2;
  }
}
.form_submit {
  display: flex;
  padding: 4px 8px;
  margin: 1px auto 0;
  height: 51px;
  border-radius: 70px;
  background-image: linear-gradient(to bottom, #ff9f3d, #ed6b0b);
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 980px) {
  .form_submit {
    height: 59px;
    padding: 4px 6px;
    margin: 0 auto;
  }
}
.form_submit:hover, .form_submit:focus {
  opacity: 0.8;
}
.form_submit--gritter {
  overflow: hidden;
  position: relative;
}
.form_submit--gritter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-image: linear-gradient(to left, #fff, transparent);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  animation: gritter 4s infinite;
}
.form_submit-inner {
  display: block;
  padding: 12px 45px 8px;
  background-image: linear-gradient(to bottom, #ea6003, #fb9432);
  border-radius: 70px;
  background-color: #fff;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-indent: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 980px) {
  .form_submit-inner {
    padding: 12px 38px 8px;
  }
}
.form .wpcf7-spinner {
  display: none;
}
.form_privacy-policy {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .form_privacy-policy {
    margin-top: -10px;
  }
}
.form_privacy-policy a {
  color: currentColor;
}

.footer {
  padding-top: 27px;
  padding-bottom: 34px;
  background: #fff url(../images/bg-footer.webp) no-repeat left bottom/169px auto;
  color: #000;
}
@media screen and (max-width: 980px) {
  .footer {
    padding-bottom: 29px;
    background-image: none;
  }
}
.footer_inner {
  max-width: 900px;
}
.footer_info {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 980px) {
  .footer_info {
    display: block;
  }
}
.footer_about {
  flex: 1;
  padding-left: 16px;
  border-left: 2px solid #2f5bff;
}
.footer_about-title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.footer_about-logo {
  display: inline-block;
  width: 158px;
  margin-left: -8px;
}
.footer_about-detail {
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer_company {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 980px) {
  .footer_company {
    margin-top: 20px;
  }
}
.footer_company-name {
  font-weight: bold;
}
.footer_company-phone a {
  color: #008fe9;
  text-decoration: none;
}
.footer_copyright {
  display: block;
  margin-top: 32px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 980px) {
  .footer_copyright {
    margin-top: 44px;
  }
}
.footer--thanks {
  background: none;
}

.thanks-body {
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .thanks-body {
    background-repeat: no-repeat;
  }
}

.thanks {
  padding-top: 42px;
  padding-bottom: 120px;
  color: #000;
  background: #f1f1f1;
}
@media screen and (max-width: 980px) {
  .thanks {
    padding-top: 1px;
    padding-bottom: 80px;
  }
}
.thanks_title-wrap {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 58px auto 0;
}
.thanks_title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 22px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.24;
}
@media screen and (max-width: 980px) {
  .thanks_title {
    margin-top: 104px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
}
.thanks_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 16px;
  background-image: radial-gradient(currentColor 30%, transparent 30%);
  background-size: 20px 20px;
}
.thanks_message {
  margin-top: 16px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.7;
}
@media screen and (max-width: 980px) {
  .thanks_message {
    font-size: 1.5rem;
  }
}
.thanks_service-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 65px 12px 47px;
  margin: 37px auto 0;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  color: #2f5bff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.thanks_service-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background-color: #2f5bff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.thanks #time-bar {
  width: 196px;
  height: 11px;
  margin: 27px auto 0;
  background: linear-gradient(to right, #212b2b 50%, #d9d9d9 50%) 100% center/200% 100%;
  transition: background-position-x 5s 0.5s linear;
}
.thanks #time-bar.finished {
  background-position-x: 0%;
}
.thanks_supp {
  margin-top: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}

/* ========================
Helper
======================== */
@media screen and (max-width: 980px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .min-only {
    display: none;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.clear-fix {
  clear: both;
}

.marker {
  background-image: linear-gradient(to top, #fff961 50%, transparent 50%);
}

.main1 {
  color: #eb6133;
}

.yellow {
  color: #fff961;
}

.pink {
  color: #e40060;
}