@charset "UTF-8";
/*******************************************
	@共通項目
********************************************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  color: #222;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background-image: url(../img/bg.jpg);
}
main {
  width: 100%;
  margin: 0 auto;
}

.w-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .w-container {
    max-width: 1000px;
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px), print {
  a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 63px;
  margin: auto;
  background-image: url(../img/wave-bg.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
}
.header .header-logo {
  margin-top: -4px;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  font-weight: 400;
}
.header .header-logo a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
  .header .header-logo {
    margin-top: -6px;
  }
}

/* FOOTER */
.footer {
  width: 100%;
  margin: 80px auto 0;
}
.footer .f-town {
  height: 57px;
  background: url(../img/town.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.footer .f-green {
  background: #8cc63f;
  padding: 10px 0;
}
.footer .f-copyright {
  padding: 10px 0;
  background: #009245;
}
.footer .f-copyright .copyright {
  color: #fff;
  font-size: clamp(0.6875rem, 1.2vw, 0.75rem);
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer {
    margin: 120px auto 0;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px), print {
  .pc-only {
    display: block;
  }
}

ul {
  padding: 0;
  list-style: none;
}

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-non {
  text-transform: non;
}

/*　TOPへ戻る　*/
.pagetotop {
  z-index: 1000;
  position: fixed;
  bottom: 25px;
  right: 3%;
  width: 62.5px;
  height: 62.5px;
  background-image: url(../img/go-to-page-top.svg);
  background-size: 100%;
}
.pagetotop .totop {
  position: absolute;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  font-weight: 500;
  font-style: italic;
  color: #888;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pagetotop {
    width: 100px;
    height: 100px;
    bottom: 2em;
    right: 3em;
  }
}

/* ------------------------------------------------- *
 *  ＠FORM　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
.m-title {
  width: 100%;
  margin: 80px auto 20px;
  text-align: center;
}
.m-title__head {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
}
.m-title__body {
  margin-top: 10px;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1.4;
}
.m-title__body--thanks {
  margin: 20px auto 80px;
  font-size: clamp(1.125rem, 2.4vw, 1.5rem);
}
.m-title.certify {
  margin: 0 auto 20px;
  font-size: clamp(1.25rem, 2.6vw, 1.625rem);
  color: #222;
}
.m-title__certify--error {
  color: #f00;
}
@media screen and (min-width: 768px) {
  .m-title {
    margin: 110px auto 0;
    padding: 0;
  }
}

#formWrap {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #formWrap {
    margin: 20px auto 0;
  }
}

.table-form {
  width: 100%;
  margin: auto;
  padding: 25px 15px;
  border-collapse: separate;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .table-form {
    width: 100%;
    padding: 2em 2em;
  }
}
.table-form th,
.table-form td {
  width: 100%;
  display: block;
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 400;
  text-align: left;
}
.table-form th {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1;
}
.table-form th.sub::before {
  content: "●";
  margin-right: 0.15em;
}
.table-form th .req {
  padding-left: 0.5em;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 400;
  color: red;
}
.table-form th .add {
  padding-left: 0.5em;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 400;
  display: none;
}
.table-form th.mt {
  padding-top: 2em;
}
.table-form th.separator-line {
  padding-top: 20px;
  text-align: center;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  border-top: 3px solid #ef6910;
}
.table-form th.separator-line::before {
  content: "‹‹‹";
  margin-right: 0.35em;
}
.table-form th.separator-line::after {
  content: "›››";
  margin-left: 0.35em;
}
.table-form td {
  margin-bottom: 40px;
}
.table-form td .long {
  width: 100%;
}
.table-form td .long__fileup {
  background-color: white;
}
.table-form td .ex {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 400;
  line-height: 1.55;
}
.table-form td .ex span {
  font-weight: 700;
}
.table-form td .ex a {
  color: #f00;
}
@media screen and (min-width: 768px) {
  .table-form td .ex {
    margin-left: 1.5em;
    font-weight: 500;
  }
  .table-form td .ex.pc {
    margin-top: 1rem;
    margin-left: 0;
    text-align: left;
  }
}
.table-form td .region-box {
  display: block;
  margin-bottom: 1rem;
}
.table-form td .region-box label {
  font-weight: 500;
}
.table-form td .region-box small {
  display: block;
  margin-left: 24px;
  padding: 2px 5px;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  line-height: 1.4;
  border-radius: 4px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .table-form td .region-box small {
    margin-left: 31px;
    padding: 3px 7px;
  }
}
.table-form td .image-box {
  margin-top: 15px;
}
.table-form td .image-box .ex-image {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1;
}
.table-form .separator-spacer {
  margin: 0;
  padding: 0;
  height: 20px;
}

label {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=tel], input[type=images] {
  width: 100%;
  height: 40px;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: rgba(204, 204, 204, 0.1);
}
input[type=text][type=images], input[type=email][type=images], input[type=tel][type=images], input[type=images][type=images] {
  height: 30px;
}
@media screen and (min-width: 768px) {
  input[type=text], input[type=email], input[type=tel], input[type=images] {
    margin-bottom: 5px;
  }
}

textarea {
  width: 100%;
  height: 5em;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: rgba(204, 204, 204, 0.1);
}
textarea.others {
  width: calc(100% - 28px);
  height: 5em;
  margin-left: 28px;
}
textarea.others__fileup {
  height: 5em;
  background-color: white;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 5em;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  textarea.others {
    width: calc(100% - 32px);
    height: 5em;
    margin-left: 32px;
  }
}

/* その他チェック時（フォーム入力） */
.others_on {
  background-color: rgba(204, 204, 204, 0.1);
}

/* その他非チェック時 */
.others_off {
  display: none;
}

input,
textarea {
  padding: 4px;
  line-height: 1.5;
}

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

::-moz-placeholder {
  color: #888;
}

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

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

::placeholder {
  color: #888;
}

/*table.formTable th span,*/
form.cmxform label.error,
label.error,
.error {
  display: block;
  color: #c00;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 700;
}
/* ラジオボタン */
input[type=radio] {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: -2px 2px 0 0.5em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    width: 20px;
    height: 20px;
  }
}

/* チェックボックス */
input[type=checkbox] {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: -2px 2px 0 0.5em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

.checkbox-title {
  margin-top: 2em;
  margin-bottom: 0.15em;
  padding-left: 0.25em;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  font-weight: 700;
  border-bottom: 1px dotted #000;
}
.checkbox-title.fst {
  margin-top: 1em;
}

.submit-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  width: 90%;
  margin: 25px auto 30px;
}
.submit-center.thanks a {
  margin: 0 auto;
  padding: 0.5em;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
  background: #222;
  border-radius: 4px;
  border: 2px solid #222;
}
@media screen and (min-width: 768px) {
  .submit-center.thanks a {
    width: 50%;
    padding: 0.75em;
    letter-spacing: 0;
  }
  .submit-center.thanks a:hover {
    color: #222;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .submit-center {
    width: 60%;
    margin: 45px auto 30px;
    gap: 2em;
  }
}

input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 0.25em;
  border: none;
}
@media screen and (min-width: 768px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    font-weight: 700;
    height: 70px;
  }
}

input[type=reset] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  letter-spacing: 0;
  background: #aaa;
  border: 2px solid #aaa;
}
@media screen and (min-width: 768px) {
  input[type=reset] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50px;
  }
}

input[type=submit] {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  background: #c00;
  border: 2px solid #c00;
}
@media screen and (min-width: 768px) {
  input[type=submit] {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
  }
}

/* 送信ボタン - マウスオーバー時 */
@media screen and (min-width: 768px) {
  input[type=reset]:hover {
    color: #222;
    background: #fff;
    border: 2px solid #222;
  }
}

@media screen and (min-width: 768px) {
  input[type=submit]:hover {
    color: #c00;
    background: #fff;
    border: 2px solid #c00;
  }
}

/* 送信ボタン - 押せないとき */
input[type=submit][disabled] {
  background-color: rgba(201, 63, 45, 0.8);
  cursor: default;
}

/* 戻って修正ボタン */
input[type=button] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  letter-spacing: -0.05em;
  background: #222;
  border: 2px solid #222;
}
@media screen and (min-width: 768px) {
  input[type=button] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50px;
    letter-spacing: 0;
  }
}

/* 戻って修正ボタン - マウスオーバー時 */
@media screen and (min-width: 768px) {
  input[type=button]:hover {
    color: #222;
    background: #fff;
    border: 2px solid #222;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  color: #666;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  color: #666;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  color: #666;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  color: #666;
}

input::placeholder,
textarea::placeholder {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  color: #666;
}

.error {
  padding-left: 10px;
}

/* 掲載用画像、PDFファイル */
.fileup-box {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.75em;
  border-radius: 4px;
  background-color: rgba(239, 105, 16, 0.075);
}
@media screen and (min-width: 768px) {
  .fileup-box {
    margin-left: 1.5em;
    padding: 0.75em 2em 1em 1em;
  }
}
.fileup-box__sub {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 400;
  line-height: 1.55;
}
.fileup-box__head {
  margin-top: 1em;
}
.fileup-box__title {
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.55;
}
.fileup-box__title span {
  display: block;
  margin-left: 1em;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .fileup-box__title span {
    display: inline;
    margin-left: 0;
  }
}
.fileup-box__title a {
  color: #f00;
  font-weight: 700;
}
.fileup-box__title a:hover {
  color: #06f;
  border-bottom: 1px solid #06f;
}
/*# sourceMappingURL=style.css.map */