@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* utillity
------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: inherit;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: #2B2B2B;
  padding: 0;
  margin: 0;
}

body *:not(br) {
  line-height: 1.6;
}

br {
  line-height: 1.2;
}

/* list-styleがいらない場合はこれも */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: #2B2B2B;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: inherit;
}

figure {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* 汎用メディアクエリ
-------------------------------------- */
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.tabpc {
  display: block !important;
}

.tabsp {
  display: none !important;
}

@media all and (max-width: 850px) {
  .tab {
    display: block !important;
  }
  .tabpc {
    display: none !important;
  }
  .tabsp {
    display: block !important;
  }
}
@media all and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-weight: 400;
  }
}
main {
  width: 100%;
  overflow: hidden;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=button] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.contact {
  padding: 120px 0;
  background-color: #41794D;
}
.contact .contact_in {
  padding: 120px 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  background-color: #fff;
}
.contact .contact_in_w {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}
.contact .ttl {
  width: 100%;
}
.contact .ttl h2 {
  margin-bottom: 30px;
}
.contact .ttl p {
  font-size: clamp(15px, 2.25vw, 18px);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 60px 0;
  }
  .contact .contact_in {
    padding: 50px 0;
  }
}

.contact_item dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 65px;
}
.contact_item dl.area {
  align-items: flex-start;
}
.contact_item dl.area dt {
  margin-top: 10px;
}
.contact_item dl.area dd {
  width: 58%;
}
.contact_item dl dt {
  width: 40%;
  font-size: clamp(15px, 2.25vw, 17px);
  font-weight: 500;
  color: #707F89;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 3%;
}
.contact_item dl dt span {
  background-color: #E86844;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
}
.contact_item dl dt .any {
  background-color: #6EC1D5;
}
.contact_item dl dd {
  width: 50%;
  position: relative;
}
.contact_item dl dd input {
  width: 100%;
  padding: 15px 20px;
  font-size: clamp(15px, 2.25vw, 17px);
  color: #707F89 !important;
  border: solid 1px #707F89;
  outline: none;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 0px 999px #fff inset;
}
.contact_item dl dd input:-moz-placeholder-shown {
  opacity: 0.5;
}
.contact_item dl dd input:placeholder-shown {
  opacity: 0.5;
}
.contact_item dl dd select {
  width: 100%;
  padding: 15px 20px;
  font-size: clamp(15px, 2.25vw, 17px);
  color: #707F89;
  border: solid 1px #707F89;
  outline: none;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 0px 999px #fff inset;
}
.contact_item dl dd select.is-empty {
  opacity: 0.5;
}
.contact_item dl dd select.is-empty2 {
  opacity: 0.5;
}
.contact_item dl dd textarea {
  width: 100%;
  padding: 15px 20px;
  font-size: clamp(15px, 2.25vw, 17px);
  color: #707F89;
  border: solid 1px #707F89;
  outline: none;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 0px 999px #fff inset;
  display: block;
  height: 150px;
  letter-spacing: 0.1em;
}
.contact_item dl dd textarea:-moz-placeholder-shown {
  opacity: 0.5;
}
.contact_item dl dd textarea:placeholder-shown {
  opacity: 0.5;
}
.contact_item dl dd .err_text {
  position: absolute;
  top: calc(100% + 10px);
  left: 5px;
  font-size: 12px;
  color: #707F89;
}
.contact_item .note {
  font-size: clamp(15px, 1.87vw, 20px);
  color: #707F89;
  text-align: center;
  margin-bottom: 40px;
}
.contact_item .box {
  width: 100%;
  height: 230px;
  border: 1px solid #707F89;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 30px;
}
.contact_item .box h4 {
  font-size: clamp(15px, 1.87vw, 22px);
  color: #707F89;
  margin-bottom: 10px;
}
.contact_item .box p {
  font-size: clamp(15px, 1.87vw, 22px);
  color: #707F89;
  margin-bottom: 25px;
}
.contact_item .ture {
  background-color: #F5F5F5;
  padding: 40px 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact_item .ture .select_check {
  font-size: clamp(14px, 1.87vw, 20px);
  color: #707F89;
}
.contact_item .ture .checkbox {
  transform: scale(1.5);
  margin-left: 15px;
}
.contact_item .ture .err_text {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #707F89;
  white-space: nowrap;
}
.contact_item p.btn {
  position: relative;
  max-width: 485px;
  height: 112px;
  height: 76px;
  width: 50%;
  margin: 0 auto 0;
  text-align: center;
  border-radius: 50px;
  border: none;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
  background: linear-gradient(to bottom, #F28F06 0%, #E86844 45%);
  transition: all 0.5s;
  background-size: auto 200%;
}
@media screen and (max-width: 600px) {
  .contact_item p.btn {
    width: 170px;
    height: 36px;
  }
}
.contact_item p.btn input {
  font-size: clamp(13px, 1.6vw, 23px);
  color: #fff;
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1%;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  .contact_item p.btn input {
    width: 170px;
    height: 36px;
    border: none;
    background-color: transparent;
  }
}
.contact_item p.btn span.arrow::before, .contact_item p.btn span.arrow::after {
  content: "";
  width: 15px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 14%;
  transition: all 0.5s;
}
.contact_item p.btn span.arrow::before {
  top: calc(50% - 5.5px);
  transform: rotate(45deg);
}
.contact_item p.btn span.arrow::after {
  bottom: calc(50% - 5.5px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .contact_item p.btn span.arrow::before, .contact_item p.btn span.arrow::after {
    right: 0%;
  }
}
@media screen and (max-width: 850px) {
  .contact_item p.btn span.arrow::before, .contact_item p.btn span.arrow::after {
    right: 16%;
    width: 8px;
    height: 2.5px;
  }
  .contact_item p.btn span.arrow::before {
    top: calc(50% - 3.5px);
    transform: rotate(45deg);
  }
  .contact_item p.btn span.arrow::after {
    bottom: calc(50% - 3.5px);
    transform: rotate(-45deg);
  }
}
.contact_item p.btn:hover {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  background-position: right center;
}
.contact_item p.btn:hover span.arrow::before, .contact_item p.btn:hover span.arrow::after {
  right: 3%;
}
@media screen and (max-width: 850px) {
  .contact_item {
    width: 90%;
    margin: 0 auto;
  }
  .contact_item dl dd {
    width: 65%;
  }
}
@media screen and (max-width: 850px) {
  .contact_item dl {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .contact_item dl dt {
    width: 100%;
    padding-bottom: 15px;
    margin-right: 0;
    justify-content: flex-start;
  }
  .contact_item dl dd {
    width: 100%;
  }
  .contact_item dl.area dd {
    width: 100%;
  }
  .contact_item .ture {
    padding: 20px 0;
    border-radius: 40px;
  }
  .contact_item .ture .checkbox {
    transform: scale(1.2);
  }
}

#formWrap {
  width: 700px;
  margin: 130px auto 120px;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
#formWrap .ttl {
  width: 100%;
  margin: 0 auto 40px;
}
#formWrap .ttl h2, #formWrap .ttl p {
  color: #2B2B2B;
}
#formWrap .ttl h2 {
  margin-bottom: 30px;
}
#formWrap .ttl p {
  font-size: clamp(15px, 2.25vw, 18px);
  text-align: center;
}
@media screen and (max-width: 850px) {
  #formWrap {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 850px) {
  #formWrap {
    width: 90%;
    margin: 80px auto 100px;
  }
}
#formWrap .btn {
  width: 100%;
  text-align: center;
}

table.formTable {
  width: 100%;
  margin: 0 auto 60px;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 20px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

@media screen and (max-width: 600px) {
  table.formTable {
    margin: 0 auto 40px;
  }
  table.formTable tr {
    display: flex;
    flex-direction: column;
  }
  table.formTable td {
    width: 100%;
  }
  table.formTable th {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/form.css.map */
