@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}
::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  box-shadow: none;
  border: 1px solid #0e4b66;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=submit],
  select,
  textarea {
    font-size: 16px;
  }
}

#head29,
#head30 {
  background: #224a64;
}

.thanks {
  padding: 20px 0 100px;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 20px 0 80px;
  }
}
.thanks p {
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .thanks p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.thanks .btn {
  text-align: center;
  padding: 0 20px;
}
.thanks .btn a {
  max-width: 400px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
  transition: 0.3s;
}
.thanks .btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .thanks .btn a {
    font-size: 18px;
  }
}

html {
  scroll-behavior: smooth;
  /* 1行だけでスムーススクロールできる！ */
}

.common-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .common-title {
    margin-bottom: 20px;
  }
}

.contact {
  padding: 0 40px;
  padding-bottom: 100px;
}
.contact .form-wrap {
  margin: 0 auto;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .contact .form-wrap {
    padding: 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
.contact .row {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .contact .row {
    margin-bottom: 10px;
    display: block;
  }
}
.contact .row .dt {
  width: 180px;
  font-size: 22px;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact .row .dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.contact .row .dd {
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .contact .row .dd {
    width: 100%;
  }
}
.contact input {
  border-radius: 10px;
}
.contact .submit {
  cursor: pointer;
  transition: 0.3s;
}
.contact .submit:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .contact .submit {
    margin-top: 20px;
  }
}

.btn a {
  cursor: pointer;
  transition: 0.3s;
}
.btn a:hover {
  opacity: 0.6;
}

#head9 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", serif;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #head9 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#head9 .area {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #head9 {
    padding: 0 20px;
  }
}
#head9 p {
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #head9 p {
    font-size: 13px;
  }
}
#head9 ul {
  text-align: left;
  list-style-type: none;
}
#head9 ul li {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #head9 ul li {
    margin-bottom: 30px;
  }
}
#head9 ul li:nth-child(2n) .heading {
  flex-direction: row-reverse;
}
#head9 ul li .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #head9 ul li .heading {
    margin-bottom: 15px;
    display: block;
  }
}
#head9 ul li .heading .img {
  width: 38%;
}
@media screen and (max-width: 767px) {
  #head9 ul li .heading .img {
    width: 50%;
    margin: 0 auto 10px;
  }
}
#head9 ul li .heading .name-area .text1 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #head9 ul li .heading .name-area .text1 {
    font-size: 15px;
    text-align: center;
  }
}
#head9 ul li .heading .name-area .text2 {
  font-weight: bold;
  font-size: 29px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #head9 ul li .heading .name-area .text2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
}
#head9 ul li .heading .right {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #head9 ul li .heading .right {
    width: 100%;
  }
}

.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
  font-size: 16px !important;
}

#primary {
  padding: 40px 0;
  font-size: 36px;
  background: #0e4b66;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #primary {
    font-size: 20px;
  }
}

.privacy {
  padding: 100px 40px;
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 40px 20px 60px;
  }
}
.privacy .p-lead {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacy .p-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.privacy .wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacy .wrap {
    margin-bottom: 30px;
  }
}
.privacy h2 {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #224a64;
  margin-bottom: 10px;
}
.privacy p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .privacy p {
    font-size: 14px;
  }
}
.privacy ul {
  margin-left: 20px;
}
.privacy ul li {
  font-size: 16px;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .privacy ul li {
    font-size: 14px;
  }
}
.privacy .btn {
  text-align: center;
  padding: 0 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .privacy .btn {
    margin-top: 30px;
  }
}
.privacy .btn a {
  max-width: 400px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
  transition: 0.3s;
}
.privacy .btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .privacy .btn a {
    font-size: 18px;
  }
}

.content_title h2 {
  font-size: 30px;
}

.content_form label {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .content_form label {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

form.myForm .required .my_column.my_left label:first-child:after {
  font-size: 20px;
  width: inherit;
  height: inherit;
  position: relative;
  padding: 5px 10px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  form.myForm .required .my_column.my_left label:first-child:after {
    font-size: 14px;
    padding: 3px 10px;
  }
}

.contact input[type=submit] {
  background: #231815;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  max-width: 400px;
  font-size: 25px;
  border: none;
}
@media screen and (max-width: 767px) {
  .contact input[type=submit] {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact input[type=text] {
    width: 100% !important;
  }
  .content_form .input_unit .my_left.my_column {
    padding: 0 !important;
  }
  .content_form .input_unit .my_right.my_column {
    padding: 0;
    width: 100%;
  }
  .content_form .input_unit {
    margin: 0 !important;
    width: 100%;
  }
  form.myForm div.submit {
    margin-top: 15px;
  }
}
.content_form label {
  font-size: 18px;
}

form.myForm .required .my_column.my_left label:first-child:after {
  font-size: 13px;
}

.input_unit {
  max-width: 700px;
}

form.myForm input[type=text] {
  padding: 5px;
}

.contact input[type=submit] {
  background: #231815;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  max-width: 280px;
  font-size: 20px;
  border: none;
  padding: 16px 0;
}

@media screen and (max-width: 767px) {
  .content_form label {
    font-size: 16px;
  }
  form.myForm .required .my_column.my_left label:first-child:after {
    font-size: 11px;
  }
  .contact input[type=submit] {
    padding: 15px 0;
    font-size: 17px;
  }
}/*# sourceMappingURL=style.css.map */