@charset "UTF-8";
.contactContainer h1 {
  padding: 50px 0 80px;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 3.75px
}
.contactContainer h1 span {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  letter-spacing: 2.25px
}
.contactContainer h3 {
  font-size: 30px;
  /*margin-bottom: 35px;*/
  text-align: center;
  letter-spacing: 2.25px
}
.contactContainer h4 {
  color: #badb4b;
  font-size: 23px;
  margin-bottom: 20px;
  letter-spacing: 1.73px
}
.contactTextArea {
  width: 58.6%;
  max-width: 800px;
  margin: 0 auto 150px
}
.contactTextArea {
  font-size: 16px
}
.contactTextH3Area {
  margin-bottom: 40px
}
.contactTextH4Area {
  margin-bottom: 60px
}
.contactTextH4AreaText1 {
  margin-bottom: 30px
}
.contactTextH4AreaText2 {
  margin-bottom: 60px
}
.contactTextH4AreaText3 {
  margin-bottom: 25px
}
.contactTextArea a.arrowLink {
  color: #202124;
  display: block;
  margin-top: 10px
}
.contactSelect select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #DEF6E0;
  border: none;
  color: #202124;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 20px
}
.contactSelect {
  position: relative;
  width: 72.5%;
  margin: 40px auto 60px;
  z-index: 1
}
.contactSelect::after {
  content: '\003E';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #202124;
  font-size: 30px;
  pointer-events: none;
  z-index: 0
}
.contactSelect select::-ms-expand {
  display: none
}
.contactInputArea {
  margin: 105px 0 0
}
.contactInputItem {
  margin-bottom: 35px
}
.contactInputTitle {
  margin-bottom: 10px
}
.contactInputblock {
  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;
  margin-bottom: 30px
}
.contactInputbox {
  width: 100%
}
.contactInputbox input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #F5F5F5;
  border: 1px solid #202124;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.contactInputblock .contactInputbox:nth-of-type(2n) {
  margin-left: 5%
}
.contactInputSubmit {
  width: 72.5%;
  margin: 40px auto 115px
}
.contactInputSubmit input {
  display: none
}
.contactInputSubmit label {
  display: block;
  font-size: 20px;
  padding: 20px 0;
  color: #fff;
  background-color: #badb4b;
  text-align: center
}
.contactBottomText ul {
  margin-top: 38px
}
.contactBottomText ul li {
  font-size: 20px;
  margin-bottom: 10px
}
.contactInputCaution {
  border: 10px solid #badb4b;
  padding: 50px
}
.contactInputCautionTitleArea {
  text-align: center;
  margin-bottom: 40px
}
.contactContainer h3.contactInputCautionH3--center {
  line-height: 1
}
.contactContainer h3.contactInputCautionH3--left {
  text-align: left;
  line-height: 1
}
.contactInputCautionText {
  margin-bottom: 30px
}
.privacypolicyTextArea {
  'height: 285px;
  'overflow-y: scroll
}
.privacypolicyTextArea h4 {
  font-size: 23px;
  margin-bottom: 20px;
  text-indent: -48px;
  text-indent: -3rem;
  padding-left: 48px;
  padding-left: 3rem;
  color: #202124
}
.privacypolicyText {
  font-size: 16px;
  margin-bottom: 30px
}
.privacypolicyTextArea ul {
  margin-bottom: 50px
}
.privacypolicyTextArea ul li {
  font-size: 16px;
  text-indent: -32px;
  text-indent: -2rem;
  padding-left: 32px;
  padding-left: 2rem
}
.privacypolicyTextArea a {
  color: #badb4b
}
.privacypolicyTextArea a.arrowLink {
  color: #000;
  display: block;
  margin-top: 10px
}
.privacypolicyTextRight {
  text-align: right
}
/* SP　*/
@media screen and (max-width: 768px) {
  .contactContainer h1 {
    padding: 50px 0 35px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0
  }
  .contactContainer h1 span {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 0
  }
  .contactContainer h3 {
    font-size: 23px;
    margin-bottom: 15px;
    letter-spacing: 2.3px
  }
  .contactContainer h4 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 1.5
  }
  .contactTextArea {
    width: 84%;
    margin: 0 auto 50px
  }
  .contactTextArea {
    font-size: 15px
  }
  .contactTextH3Area {
    margin-bottom: 30px
  }
  .contactTextH4Area {
    margin-bottom: 52px
  }
  .contactTextH4AreaText1 {
    margin-bottom: 25px
  }
  .contactTextH4AreaText2 {
    margin-bottom: 34px
  }
  .contactTextH4AreaText3 {
    margin-bottom: 25px
  }
  .contactTextArea a.arrowLink {
    color: #202124;
    display: block;
    margin-top: 10px
  }
  .contactSelect select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #DEF6E0;
    border: none;
    color: #202124;
    font-size: 15px;
    width: 100%;
    height: 100%;
    padding: 20px
  }
  .contactSelect {
    position: relative;
    width: 100%;
    margin: 35px auto 50px;
    z-index: 1
  }
  .contactSelect::after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    color: #202124;
    font-size: 30px;
    pointer-events: none;
    z-index: 0
  }
  .contactSelect select::-ms-expand {
    display: none
  }
  .contactInputArea {
    margin: 85px 0 0
  }
  .contactInputItem {
    margin-bottom: 35px
  }
  .contactInputTitle {
    margin-bottom: 10px
  }
  .contactInputblock {
    display: block;
    margin-bottom: 0
  }
  .contactInputbox {
    width: 100%;
    margin-bottom: 20px
  }
  .contactInputbox input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    background-color: #F5F5F5;
    border: 1px solid #202124;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .contactInputblock .contactInputbox:nth-of-type(2n) {
    margin-left: 0
  }
  .contactInputSubmit {
    width: 100%;
    margin: 50px auto 100px
  }
  .contactInputSubmit input {
    display: none
  }
  .contactInputSubmit label {
    display: block;
    font-size: 20px;
    padding: 20px 0;
    color: #fff;
    background-color: #badb4b;
    text-align: center
  }
  .contactBottomText ul {
    margin-top: 46px
  }
  .contactBottomText ul li {
    font-size: 18px;
    margin-bottom: 10px
  }
  .contactInputCaution {
    border: 10px solid #badb4b;
    padding: 30px
  }
  .contactInputCautionTitleArea {
    text-align: center;
    margin-bottom: 30px
  }
  .contactContainer h3.contactInputCautionH3--center {
    line-height: 1.2;
    letter-spacing: 1.35px
  }
  .contactContainer h3.contactInputCautionH3--left {
    text-align: left;
    line-height: 1.2;
    letter-spacing: 1.88px
  }
  .contactInputCautionText {
    margin-bottom: 30px
  }
  .privacypolicyTextArea h4 {
    font-size: 20px;
    margin-bottom: 20px;
    text-indent: -40px;
    text-indent: -2.5rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    letter-spacing: 1.5px;
    color: #202124;
    letter-spacing: 0
  }
  .privacypolicyTextArea {
    height: 345px;
    overflow-y: scroll
  }
  .privacypolicyText {
    font-size: 15px;
    margin-bottom: 30px
  }
  .privacypolicyTextArea ul {
    margin-bottom: 40px
  }
  .privacypolicyTextArea ul li {
    font-size: 15px;
    text-indent: -32px;
    text-indent: -2rem;
    padding-left: 32px;
    padding-left: 2rem
  }
  .privacypolicyTextArea a {
    color: #badb4b
  }
  .privacypolicyTextArea a.arrowLink {
    color: #202124;
    display: block;
    margin-top: 10px
  }
  .privacypolicyTextRight {
    text-align: right
  }
}

/*kt css*/
/*layout sections*/
.section-one .container, .section-two .container {
  max-width: 800px;
}

.section-two {
  background-color: rgba(240,255,242,0.3);;
}

.wpcf7 label, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  font-size: 16px;
}

.wpcf7 textarea {
  min-height: 160px;
}

.wpcf7 label {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.wpcf7 label input {
  margin-right: 5px;
}
.wpcf7 input[type=text], input[type=email], .wpcf7 textarea, .wpcf7 select.wpcf7-select {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  border: 1px solid black;
  background-color: #F5F5F5;
}
.wpcf7 input[type=text]:focus-visible, input[type=email]:focus-visible, .wpcf7 textarea:focus-visible, .wpcf7 select.wpcf7-select:focus-visible {
  outline: none;
}
.wpcf7 select.wpcf7-select {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid black;
}
.wpcf7 select.wpcf7-select:focus-visible {
  outline: none;
}

.wpcf7 input[type="submit"] {
  font-size: 20px;
  letter-spacing: 4px;
}

.document-inquiry select {
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;

  font-size: 16px;
  color: #202124;
}
.document-inquiry select:focus-visible {
  outline: none;
}
.document-inquiry__ctr {
  width: 580px;
  padding-left: 60px;
  padding-right: 30px;
  height: 69px;
  margin: auto;
  background-image: url("/wp-content/uploads/2021/12/arrow-dropdown.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.document-inquiry__ctr:focus {
  background-color: #DEF6E0;
}
.document-inquiry__content {
  display: none;
  padding-block: 110px;
  padding-inline: 0;

}
.document-inquiry__content .content {
  max-width: 800px;
  margin: auto;
}
.document-inquiry__content .content input[type=submit].btn-submit,.document-inquiry__content .content .confirm-btn {
  display: block;
  margin: auto;
  width: 580px;
  max-width: 100%;
  font-weight: 400;
  color: white;
  background-color: #badb4b;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  transition: all 0.3s ease;
}

.document-inquiry__content .content .confirm-btn {
  height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 4px;
  cursor: pointer;
}

.document-inquiry__content .content input[type=submit].btn-submit:hover, .document-inquiry__content .content .confirm-btn:hover {
  box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
}

.term-agree-condition {
  max-height: 533px;
  padding: 15px;
  margin-bottom: 50px;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  overflow: hidden;
}

.term-agree-condition .term-agree-condition__title {

}

.term-agree-condition .term-agree-condition__content {
  max-height: 150px;
  overflow: auto;
}

/*fix font size*/
.term-agree-condition a, .term-agree-condition p, .term-agree-condition h1, .term-agree-condition h2,
.term-agree-condition h3, .term-agree-condition h4, .term-agree-condition h5, .term-agree-condition span {
  font-size: 12px;
  line-height: 1.5 !important;
}

.term-agree-condition .heading-4, .term-agree-condition .heading-3 {
  font-weight: bold;
}

.term-agree-condition p {
  margin-bottom: 20px;
}

.term-agree-condition__content .link-small:before {
  margin-right: 0;
}

@media screen and (max-width: 600px) {

  .document-inquiry__ctr {
    width: 100%;
    padding-left: 10px;
  }

  .document-inquiry__content .content input[type=submit].btn-submit {
    width: 100%;
  }

  .contactContainer .section-one, .contactContainer .section-two {
    padding-inline: 30px;
  }
}

a:hover {
  color: #9FCC01;
  fill: #9FCC01;
}

.dialog-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.dialog-content textarea.research-detail {
    min-height: 165px;
}