@charset "UTF-8";
/* break point */
/* base setting */
html {
  font-size: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  line-height: inherit;
}

picture {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input::-webkit-input-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

/* IE */
input:-ms-input-placeholder {
  color: #777;
}

/* Edge */
input::-ms-input-placeholder {
  color: #777;
}

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

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

/* ========================================
   Golf Form - Base
   ======================================== */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.gf-header {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.gf-header__inner {
  align-items: center;
  display: flex;
  height: 7rem;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 1.6rem;
}
@media only screen and (max-width: 768px) {
  .gf-header__inner {
    height: 5rem;
  }
}
.gf-header__logo {
  max-width: 16.8rem;
}
@media only screen and (max-width: 768px) {
  .gf-header__logo {
    max-width: 10.2rem;
  }
}

.gf-footer {
  background: #1A4217;
  color: #fff;
  margin-top: auto;
}
.gf-footer__inner {
  margin: 0 auto;
  max-width: 120rem;
  padding: 2rem 1.6rem;
  text-align: center;
}
.gf-footer__copy {
  font-size: 1.2rem;
  line-height: 1.5;
}

.gf-main {
  background: #f4f4f4;
  flex: 1 1 auto;
  padding: 4rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .gf-main {
    padding: 2.4rem 0 4rem;
  }
}
.gf-main__inner {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 1.6rem;
}
.gf-main__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .gf-main__ttl {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}

.gf-step {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .gf-step {
    margin-bottom: 2.4rem;
  }
}
.gf-step__list {
  display: flex;
  gap: 0;
  justify-content: center;
  list-style: none;
}
.gf-step__item {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 12rem;
  position: relative;
}
.gf-step__item::after {
  background: #d9d9d9;
  content: "";
  height: 2px;
  left: calc(50% + 1.5rem);
  position: absolute;
  top: 1.5rem;
  width: calc(100% - 3rem);
}
@media only screen and (max-width: 768px) {
  .gf-step__item::after {
    left: calc(50% + 1.3rem);
    top: 1.3rem;
    width: calc(100% - 2.6rem);
  }
}
.gf-step__item:last-child::after {
  display: none;
}
.gf-step__item.is-active .gf-step__num, .gf-step__item.is-done .gf-step__num {
  background: #001e81;
  border-color: #001e81;
  color: #fff;
}
.gf-step__item.is-active .gf-step__label, .gf-step__item.is-done .gf-step__label {
  color: #001e81;
  font-weight: 700;
}
.gf-step__item.is-done::after {
  background: #001e81;
}
.gf-step__num {
  align-items: center;
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  color: #999;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  position: relative;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  width: 3rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .gf-step__num {
    font-size: 1.2rem;
    height: 2.6rem;
    width: 2.6rem;
  }
}
.gf-step__label {
  color: #999;
  font-size: 1.1rem;
  transition: color 0.3s;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .gf-step__label {
    font-size: 1rem;
  }
}

/* ========================================
   Form Step Container
   ======================================== */
.gf-form {
  /* ========================================
     Form Item
     ======================================== */
  /* ========================================
     Date Group
     ======================================== */
  /* ========================================
     Radio
     ======================================== */
  /* ========================================
     Checkbox
     ======================================== */
  /* ========================================
     File Upload
     ======================================== */
  /* ========================================
     Error
     ======================================== */
  /* ========================================
     Navigation Buttons
     ======================================== */
  /* ========================================
     MW WP Form hidden
     ======================================== */
  /* ========================================
     Honeypot（スパム対策）
     ======================================== */
}
.gf-form__step {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: none;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .gf-form__step {
    padding: 2.4rem 1.6rem;
  }
}
.gf-form__step.is-active {
  display: block;
  -webkit-animation: gfFadeIn 0.3s ease-out;
  animation: gfFadeIn 0.3s ease-out;
}
.gf-form__step-ttl {
  border-bottom: 2px solid #001e81;
  color: #001e81;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .gf-form__step-ttl {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
  }
}
.gf-form__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 2rem 0 1.9rem;
}
.gf-form__item-ttl {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.gf-form__item-label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .gf-form__item-label {
    font-size: 1.4rem;
  }
}
.gf-form__item-req {
  background: #E74C3C;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.2rem 0.8rem;
}
.gf-form__item-opt {
  background: #e8e8e8;
  border-radius: 0.3rem;
  color: #666;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.2rem 0.8rem;
}
.gf-form__item-note {
  color: #666;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.gf-form__item-note a {
  color: #001e81;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .gf-form__item-note a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .gf-form__item-note a:active {
    opacity: 0.7;
  }
}
.gf-form__item-note small {
  color: #999;
  font-size: 1.1rem;
}
.gf-form__item-field {
  width: 100%;
}
.gf-form__item-field input[type=text],
.gf-form__item-field input[type=email],
.gf-form__item-field input[type=tel],
.gf-form__item-field input[type=number],
.gf-form__item-field input[type=date] {
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.2rem 1.9rem;
  transition: border-color 0.3s;
  width: 100%;
}
.gf-form__item-field input[type=text]:focus,
.gf-form__item-field input[type=email]:focus,
.gf-form__item-field input[type=tel]:focus,
.gf-form__item-field input[type=number]:focus,
.gf-form__item-field input[type=date]:focus {
  border-color: #001e81;
}
.gf-form__item-field input[type=text].is-error,
.gf-form__item-field input[type=email].is-error,
.gf-form__item-field input[type=tel].is-error,
.gf-form__item-field input[type=number].is-error,
.gf-form__item-field input[type=date].is-error {
  background: #fff5f5;
  border-color: #E74C3C;
}
.gf-form__item-field select {
  background: #f8f8f8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-position: right 1.6rem center;
  background-repeat: no-repeat;
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.2rem 4rem 1.2rem 1.9rem;
  transition: border-color 0.3s;
  width: 100%;
}
.gf-form__item-field select:focus {
  border-color: #001e81;
}
.gf-form__item-field select.is-error {
  background: #fff5f5;
  border-color: #E74C3C;
}
.gf-form__date-group {
  display: flex;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .gf-form__date-group {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.gf-form__date-group input[type=date] {
  flex: 0 0 auto;
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  .gf-form__date-group input[type=date] {
    width: 100%;
  }
}
.gf-form__date-group input[type=text] {
  flex: 1 1 auto;
}
.gf-form__radio-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.gf-form__radio {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.gf-form__radio input[type=radio] + span {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 3.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .gf-form__radio input[type=radio] + span {
    font-size: 1.4rem;
  }
}
.gf-form__radio input[type=radio] + span::before, .gf-form__radio input[type=radio] + span::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gf-form__radio input[type=radio] + span::before {
  border: 1px solid #707070;
  border-radius: 50%;
  height: 2.2rem;
  left: 0;
  width: 2.2rem;
}
.gf-form__radio input[type=radio] + span::after {
  background: #001e81;
  border-radius: 50%;
  height: 1.2rem;
  left: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s;
  width: 1.2rem;
}
.gf-form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}
.gf-form__radio-text {
  margin-left: 3.4rem;
  margin-top: 0.6rem;
  max-width: 30rem;
  width: 100%;
}
.gf-form__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.gf-form__checkbox {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.gf-form__checkbox input[type=checkbox] + span {
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 3.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .gf-form__checkbox input[type=checkbox] + span {
    font-size: 1.4rem;
  }
}
.gf-form__checkbox input[type=checkbox] + span::before, .gf-form__checkbox input[type=checkbox] + span::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0.2rem;
}
.gf-form__checkbox input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  height: 2.2rem;
  left: 0;
  width: 2.2rem;
}
.gf-form__checkbox input[type=checkbox] + span::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M1 5.5L5.5 10L14.5 1' stroke='%23001e81' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/1.4rem auto;
  height: 2.2rem;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
  width: 2.2rem;
}
.gf-form__checkbox input[type=checkbox]:checked + span::before {
  border-color: #001e81;
}
.gf-form__checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.gf-form__checkbox.--agree {
  margin-top: 0.4rem;
}
.gf-form__checkbox-text {
  margin-left: 3.4rem;
  margin-top: 0.6rem;
  max-width: 30rem;
  width: 100%;
}
.gf-form__file-area {
  border: 2px dashed #d9d9d9;
  border-radius: 0.8rem;
  padding: 2.4rem;
  text-align: center;
  transition: border-color 0.3s, background 0.3s;
}
.gf-form__file-area.is-dragover {
  background: #f0f4ff;
  border-color: #001e81;
}
.gf-form__file-label {
  align-items: center;
  border: 1px solid #001e81;
  border-radius: 0.4rem;
  color: #001e81;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 0.8rem;
  padding: 1rem 2.4rem;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  .gf-form__file-label:hover {
    background: #001e81;
    color: #fff;
  }
}
@media (hover: none) {
  .gf-form__file-label:active {
    background: #001e81;
    color: #fff;
  }
}
.gf-form__file-label svg {
  height: 2rem;
  width: 2rem;
}
.gf-form__file-input {
  display: none;
}
.gf-form__file-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.gf-form__file-item {
  align-items: center;
  background: #f8f8f8;
  border-radius: 0.4rem;
  display: flex;
  font-size: 1.3rem;
  justify-content: space-between;
  padding: 0.8rem 1.2rem;
}
.gf-form__file-item-name {
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gf-form__file-item-size {
  color: #999;
  flex: 0 0 auto;
  font-size: 1.1rem;
  margin-right: 1.2rem;
}
.gf-form__file-item-remove {
  align-items: center;
  background: #E74C3C;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.2rem;
  height: 2rem;
  justify-content: center;
  line-height: 1;
  transition: opacity 0.3s;
  width: 2rem;
}
@media (hover: hover) {
  .gf-form__file-item-remove:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .gf-form__file-item-remove:active {
    opacity: 0.7;
  }
}
.gf-form__error {
  color: #E74C3C;
  display: none;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
  padding-top: 0.6rem;
}
.gf-form__error.is-show {
  display: block;
}
.gf-form__nav {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .gf-form__nav {
    margin-top: 3.2rem;
  }
}
.gf-form__btn {
  align-items: center;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 5.6rem;
  justify-content: center;
  min-width: 16rem;
  padding: 0 3.2rem;
  transition: box-shadow 0.2s, opacity 0.3s, -webkit-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.3s;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.3s, -webkit-transform 0.2s;
}
@media only screen and (max-width: 768px) {
  .gf-form__btn {
    font-size: 1.4rem;
    height: 5rem;
    min-width: 13rem;
    padding: 0 2rem;
  }
}
.gf-form__btn.--next, .gf-form__btn.--submit {
  background: #ff5f5f;
  box-shadow: 0 3px 0 #ba0000;
  color: #fff;
}
@media (hover: hover) {
  .gf-form__btn.--next:hover, .gf-form__btn.--submit:hover {
    -webkit-transform: translateY(2px);
    box-shadow: 0 1px 0 #ba0000;
    transform: translateY(2px);
  }
}
@media (hover: none) {
  .gf-form__btn.--next:active, .gf-form__btn.--submit:active {
    -webkit-transform: translateY(2px);
    box-shadow: 0 1px 0 #ba0000;
    transform: translateY(2px);
  }
}
.gf-form__btn.--next:active, .gf-form__btn.--submit:active {
  -webkit-transform: translateY(3px);
  box-shadow: none;
  transform: translateY(3px);
}
.gf-form__btn.--prev {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #666;
}
@media (hover: hover) {
  .gf-form__btn.--prev:hover {
    background: #f4f4f4;
  }
}
@media (hover: none) {
  .gf-form__btn.--prev:active {
    background: #f4f4f4;
  }
}
.gf-form__btn.--submit {
  min-width: 20rem;
}
@media only screen and (max-width: 768px) {
  .gf-form__btn.--submit {
    min-width: 16rem;
  }
}
.gf-form__mw {
  display: none !important;
}
.gf-form__hp {
  display: none !important;
}

/* ========================================
   Alert (spam / validation notice)
   ======================================== */
.gf-alert {
  background: #fff5f5;
  border: 1px solid #e74c3c;
  border-radius: 0.6rem;
  color: #c0392b;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2rem;
}
.gf-alert__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.gf-alert__txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.gf-alert__list {
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: disc;
  margin: 0.4rem 0 0 1.8rem;
  padding: 0;
}
.gf-alert__list li {
  margin-top: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .gf-alert {
    padding: 1.2rem 1.6rem;
  }
  .gf-alert__ttl {
    font-size: 1.4rem;
  }
  .gf-alert__txt {
    font-size: 1.3rem;
  }
}

@-webkit-keyframes gfFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gfFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.gf-thanks {
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 6rem 4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .gf-thanks {
    padding: 4rem 2rem;
  }
}
.gf-thanks__icon {
  color: #28AE13;
  margin-bottom: 2.4rem;
}
.gf-thanks__icon svg {
  height: 6.4rem;
  width: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .gf-thanks__icon svg {
    height: 5rem;
    width: 5rem;
  }
}
.gf-thanks__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .gf-thanks__ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.gf-thanks__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .gf-thanks__txt {
    font-size: 1.4rem;
  }
}
.gf-thanks__note {
  color: #666;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 2.4rem;
}