@charset "UTF-8";
/* ==============================================================================
# mobileFont
============================================================================== */
body, html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

* {
  font-size: 16px;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
main {
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main {
    padding-top: 40px;
  }
}
main .contact {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main .contact .contact__inner {
    padding: 0 15px;
  }
}
main .contact .contact__inner .title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 65px;
}
main .contact {
  /* Basic Styling */
}
main .contact .contact-form {
  max-width: 730px;
  margin: 0 auto;
  padding: 20px;
}
main .contact .form-group {
  margin-bottom: 25px;
}
main .contact .text {
  text-align: center;
  margin-top: 52px;
  margin-bottom: 69px;
  letter-spacing: 0.75px;
  line-height: 35px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main .contact .text {
    padding: 0 15px;
  }
}
main .contact .form-group .label {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}
main .contact .form-group .label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 25px;
  background-color: #E83C5C;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
}
main .contact .form-group .label p {
  font-size: 15px;
  font-weight: 400;
}
main .contact .any {
  margin-bottom: 25px;
}
main .contact .any .file__title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}
main .contact .any .file__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 25px;
  background-color: #888888;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 3px;
}
main .contact .any .file__title p {
  font-size: 15px;
  font-weight: 400;
}
main .contact .form-group input,
main .contact .form-group select,
main .contact .form-group textarea {
  width: 100%;
  padding: 15px;
  border: none;
  background-color: #EDEDED;
  border-radius: 5px;
  padding-left: 22px;
  box-sizing: border-box;
}
main .contact .form-group input::-moz-placeholder, main .contact .form-group select::-moz-placeholder, main .contact .form-group textarea::-moz-placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
}
main .contact .form-group input::placeholder,
main .contact .form-group select::placeholder,
main .contact .form-group textarea::placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
}
main .contact .form-group select {
  width: 365px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main .contact .form-group select {
    width: 100%;
  }
}
main .contact .form-group textarea {
  height: 200px;
}
main .contact .form-group button {
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  width: 100%;
  margin: auto;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.file__title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 10px;
}

.privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 24px;
  position: relative;
  max-width: 310px;
  width: 100%;
}
.privacy::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #fff;
  left: 0;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.privacy input[type=checkbox] {
  display: none;
}
.privacy .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0px 28px;
  position: relative;
  width: auto;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 18px;
  color: #000;
}
.privacy .checkbox01 a {
  font-size: 14px;
  font-weight: 400;
  color: #E83C5C;
  text-decoration: underline;
  transition: all 0.3s;
}
.privacy .checkbox01 a:hover {
  text-decoration: none;
}
.privacy .checkbox01 p {
  font-size: 14px;
  font-weight: 400;
}
.privacy .checkbox01 .sp {
  display: none;
}
.privacy .pri__text {
  margin-left: -40px;
}
.privacy .pri__text a {
  color: #E83C5C;
  text-decoration: underline;
}
.privacy .checkbox01::before {
  background: #fff;
  content: "";
  display: block;
  height: 17px;
  margin-top: -8px;
  position: absolute;
  width: 17px;
  left: -23px;
  top: -5.5px;
}
.privacy .checkbox01::after {
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  content: "";
  display: block;
  height: 10px;
  left: -17px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 45%;
  transform: rotate(45deg);
  width: 5px;
}
.privacy input[type=checkbox]:checked + .checkbox01::before {
  background-color: #E83C5C;
  border-radius: 1px;
}
.privacy input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 50px;
}
.more__btn:hover .arrow::before {
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}
.more__btn p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.75px;
  font-family: "M PLUS 1p", sans-serif;
  padding-top: 7px;
}
.more__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
  right: 125px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .more__btn .arrow {
    position: absolute;
    right: 70px;
  }
}
.more__btn .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
.more__btn .arrow img {
  width: 16px !important;
  position: relative;
}

.form-group br {
  display: none;
}
.form-group.more__btn {
  position: relative;
}
.form-group.more__btn p {
  font-family: "M PLUS 1p", sans-serif;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-submit {
  width: 300px !important;
  background-color: transparent !important;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .wpcf7-submit {
    left: 50%;
    transform: translateX(-58%);
  }
}

.wpcf7-not-valid-tip {
  color: #E83C5C !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select__container {
  position: relative;
  width: 365px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .select__container {
    width: 100%;
  }
}
.select__container::before {
  content: "";
  position: absolute;
  display: flex;
  width: 34px;
  height: 34px;
  background-color: #E83C5C;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  right: 5px;
  top: 41px;
  z-index: 98;
}
.select__container::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 56px;
  transform: translateY(-50%) rotate(-225deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  pointer-events: none;
  width: 8px;
  height: 8px;
  z-index: 99;
}

.file-upload p {
  position: relative;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 7.5px;
  border-radius: 5px;
}

.file-upload__input {
  position: absolute;
  width: 147px;
  height: 33px;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.file-upload__label {
  border: 1px solid #cccccc;
  width: 147px;
  box-sizing: border-box;
  height: 33px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.file-upload__label:hover {
  background-color: #e0e0e0;
}

.file-upload__text {
  margin-right: 10px;
  font-size: 15px;
  width: inherit;
  display: flex;
  height: inherit;
  position: absolute;
  top: 13px;
}

.file-upload__filename {
  margin-left: 10px;
  color: #666;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .file-upload__filename {
    font-size: 10px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: none;
  background-color: #EDEDED;
  border-radius: 5px;
  padding-left: 22px;
  box-sizing: border-box;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .form-group input,
  .form-group select,
  .form-group textarea {
    position: relative;
    z-index: 0;
    font-weight: 400 !important;
    position: relative;
    z-index: 97;
  }
}
.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}

.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}

.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}

/* WebKit ブラウザ用 */
.form-group input::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}

/* Firefox 19+ 用 */
.form-group input::-moz-placeholder,
.form-group select::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
  opacity: 1; /* Firefox がデフォルトで適用する透明度をリセット */
}

/* Internet Explorer 10+ 用 */
.form-group input:-ms-input-placeholder,
.form-group select:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 15px;
  font-weight: 300;
  font-family: "M PLUS 1p", sans-serif;
}/*# sourceMappingURL=entry.css.map */