html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.14vw;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 3.6vw;
  }
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

.spArea {
  display: none !important;
}
@media screen and (max-width: 550px) {
  .spArea {
    display: block !important;
  }
}

@media screen and (max-width: 550px) {
  .pcArea {
    display: none !important;
  }
}

main {
  display: flex;
  justify-content: space-between;
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  main {
    display: block;
    height: auto;
    margin-top: 2rem;
  }
}

.content {
  width: 49%;
}
@media screen and (max-width: 750px) {
  .content {
    width: 100%;
    margin-top: 3rem;
  }
}
.content .logo {
  width: 158px;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 540px) {
  .content .logo {
    width: 12rem;
    margin-bottom: 2.5rem;
  }
}
.content .content-top h2 {
  font-size: 2.3rem;
  color: #1eadac;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  line-height: 140%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 540px) {
  .content .content-top h2 {
    font-size: 1.85rem;
    margin-top: 2rem;
  }
}
.content .content-top h2 .bubble {
  width: 100px;
  right: 1rem;
  margin-top: -2rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 550px) {
  .content .content-top h2 .bubble {
    width: 6rem;
  }
}
.content .content-top p {
  font-size: 1.25rem;
  font-style: normal;
  line-height: 190%; /* 38px */
}
@media screen and (max-width: 540px) {
  .content .content-top p {
    font-size: 1.15rem;
  }
}
.content .content-mid {
  background-color: #e0f8f8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5%;
  margin-top: 1.2rem;
  padding: 1.5rem 1rem 1.1rem;
}
@media screen and (max-width: 540px) {
  .content .content-mid {
    margin-top: 1.1rem;
  }
}
.content .content-mid-list p {
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
}
.content .content-mid-list p:first-child {
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
  color: #393b4a;
}
.content .content-mid-list p span {
  display: inline-block;
  background-color: #fff500;
  line-height: 1;
}
.content .content-mid-list h3 {
  color: #1eadac;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .content .content-mid-list h3 {
    white-space: nowrap;
  }
}
.content .content-mid-img {
  width: 5rem;
}
@media screen and (max-width: 1200px) {
  .content .content-mid-img {
    width: 11rem;
  }
}
@media screen and (max-width: 540px) {
  .content .content-mid-img {
    width: 8rem;
  }
}
.content .content-mid-img img {
  width: 10rem;
  margin-left: -2.8rem;
}
@media screen and (max-width: 1200px) {
  .content .content-mid-img img {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 965px) {
  .content .content-mid-img img {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .content .content-mid-img img {
    width: 7.5rem;
    margin-left: -4.3rem;
    margin-top: 2rem;
  }
}
.content .content-bottom {
  background-color: #e0f8f8;
  border-radius: 6px;
  padding: 1rem;
  margin-top: 2rem;
  line-height: 160%;
  width: 85%;
}
@media screen and (max-width: 540px) {
  .content .content-bottom {
    padding: 1.8rem;
    font-size: 1.12rem;
    margin-top: 1rem;
  }
}
.content .content-bottom h3 {
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.contact {
  width: 48.6%;
  border: 2px solid #e9e9e9;
  padding: 0rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .contact {
    width: 100%;
    margin-top: 3rem;
    border: none;
    padding: 0;
  }
}

form {
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}
form div {
  width: 100%;
}
form .input input {
  width: 100%;
  border: 1px solid var(--black-alpha-500, rgba(0, 0, 0, 0.36));
  height: 48px;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 1.7rem;
  margin-top: 0.3rem;
  padding: 0 1rem;
}
@media screen and (max-width: 540px) {
  form .input input {
    margin-top: 0.6rem;
    font-size: 1.1rem;
  }
}
form textarea {
  width: 100%;
  border: 1px solid var(--black-alpha-500, rgba(0, 0, 0, 0.36));
  border-radius: 6px;
  height: 94px;
  margin-top: 0.3rem;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  form textarea {
    font-size: 1.1rem;
  }
}
form label span {
  background-color: #e53e3e;
  color: white;
  padding: 2px 5px;
  border-radius: 6px;
  font-size: 0.8rem;
}

/*WPformsのデザイン変更 */
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center !important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    color: white !important;
    background: #D92B35 !important;
    border-color: #D92B35 !important;
    border-radius:5px;
	width: 75%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  margin-bottom: 1rem;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 3rem;
  border: 1px solid #888;
  position: relative;
  width: 480px;
  max-width: 90%;
  line-height: 190%;
}
@media screen and (max-width: 540px) {
  .modal-content {
    box-sizing: border-box;
  }
}
.modal-content a {
  display: inline-block;
  width: 100%;
  padding: 0.7rem;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--teal-500, #319795);
  background-color: white;
  text-decoration: none;
  color: #319795;
  transition: 0.2s;
}
.modal-content a:hover {
  background-color: #319795;
  color: white;
  transition: 0.2s;
}

.close {
  color: #1eadac;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}

.close:hover,
.close:focus {
  color: #1eadac;
  text-decoration: none;
  cursor: pointer;
}

.check {
  margin-top: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .check {
    font-size: 1rem;
    margin-top: 2rem;
  }
}
.check a {
  color: #1eadac;
}

.submit-button {
  margin-top: 2rem;
  background-color: #f86d81;
  color: white;
  padding: 1.4rem 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
}

.submit-button:disabled {
  cursor: default;
  background-color: rgb(164, 164, 164);
  background: var(--black-alpha-300, rgba(0, 0, 0, 0.16));
}

.confirm-input {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 160%;
  margin: 0.5rem 0 1rem;
}
@media screen and (max-width: 540px) {
  .confirm-input {
    margin-bottom: 2rem;
  }
}
.confirm-input p {
  font-weight: bold;
}

.confirm-btn {
  background-color: #f86d81 !important;
}

.scrollable-div {
  margin-top: 0.5rem;
  height: 70px;
  overflow-y: scroll;
  background-color: #f7f7f7;
  padding: 0.7rem 1rem;
  box-sizing: border-box;
  border: 2px solid #cfcfcf;
  border-radius: 0.6rem;
}
@media screen and (max-width: 540px) {
  .scrollable-div {
    margin-top: 1rem;
    height: 90px;
  }
}
.scrollable-div p {
  padding-right: 0.8rem;
  color: #5a5a5a;
  font-size: 0.85rem;
}
@media screen and (max-width: 540px) {
  .scrollable-div p {
    font-size: 1rem;
  }
}
.scrollable-div p a {
  color: #5a5a5a;
}
.scrollable-div p a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.scrollable-div::-webkit-scrollbar {
  width: 15px;
  background: #1eadac;
  border-radius: 0.6rem;
}

.scrollable-div::-webkit-scrollbar-track {
  background-color: #e9e9e9;
  border-radius: 0.6rem;
}

.scrollable-div::-webkit-scrollbar-thumb {
  background-color: #c6c6c6;
  border-radius: 0.6rem;
}

.check input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1.5px solid #bdb3a5;
  vertical-align: -6px;
  border-radius: 3px !important;
  display: inline-block;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 2.7px;
  left: 7.5px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #1eadac;
  border-bottom: 2px solid #1eadac;
  content: "";
}

#complate .content {
  width: 100%;
}

.note {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.note div {
  width: 24px;
  margin-right: 0.4rem;
}
@media screen and (max-width: 540px) {
  .note div {
    width: 1.25rem;
  }
}
.note img {
  vertical-align: bottom;
}
.note p {
  color: #e53e3e;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 190%; /* 38px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 540px) {
  .note p {
    letter-spacing: 0.32px;
    font-size: 1.12rem !important;
  }
}

.txt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 300 !important;
  line-height: 190%;
}
.txt a {
  color: #40a3ff;
  font-weight: 300;
  text-decoration-line: underline;
}

.contact-list {
  width: 466px;
  max-width: 100%;
  padding: 1.5rem;
  border: 1px solid #1eadac;
  margin-top: 2.6rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .contact-list {
    margin-top: 1.7rem;
  }
}
.contact-list p {
  color: #000;
  font-size: 1.122rem;
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
  letter-spacing: 0.68px;
}
.contact-list ul {
  margin-top: 0.8rem;
}
.contact-list ul li {
  list-style: none;
  margin-bottom: 0.7rem;
}
.contact-list ul li a {
  color: #40a3ff;
  text-decoration: none;
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
}/*# sourceMappingURL=style.css.map */
