@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  mv
------------------------------------*/
.MV h1 {
  position: relative;
}

.MV h1::after {
  position: absolute;
  top: 36px;
  left: 362px;
  background-image: url(../../../img/CONTACT.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 49px;
  height: 12px;
}

@media (max-width: 768px) {
  .MV h1::after {
    top: 45px;
    left: 0;
  }
  .MV_container {
    width: 100vw;
  }
  .MV_container .pagelink_container_wrapper {
    overflow-x: auto;
  }
  .MV_container .pagelink_container {
    width: 800px;
  }
}

/*----------------------------------
  freetrial
------------------------------------*/
.freetrial {
  margin-top: 162px;
}

.freetrial h2 {
  margin-bottom: 140px;
}

.freetrial h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 65.5px);
  background-image: url(../../../img/FREETRIALENROLLMENT.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 131px;
  height: 12px;
}

.freetrial_upper {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.freetrial_pic {
  width: 380px;
}

.freetrial_rightbox {
  width: 450px;
}

.freetrial_rightbox h3 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 40px;
}

.freetrial_rightbox .freetrial_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 38px;
}

@media (max-width: 768px) {
  .freetrial {
    margin-top: 102px;
  }
  .freetrial h2 {
    margin-bottom: 80px;
  }
  .freetrial h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 65.5px);
    background-image: url(../../../img/FREETRIALENROLLMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 131px;
    height: 12px;
  }
  .freetrial_upper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .freetrial_pic {
    width: 100%;
  }
  .freetrial_rightbox {
    width: 100%;
    margin-top: 24px;
  }
  .freetrial_rightbox h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .freetrial_rightbox .freetrial_textcontainer {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-top: 16px;
  }
}

/*----------------------------------
  contact_header
------------------------------------*/
.contact_header {
  margin: 0 auto;
  margin-top: 257px;
  width: 900px;
}

.contact_header h2 {
  margin-bottom: 140px;
}

.contact_header h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 24.5px);
  background-image: url(../../../img/CONTACT.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 49px;
  height: 12px;
}

.contact_tel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.contact_tel h3 {
  width: 150px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16A070;
}

.contact_tel .contact_telnumber {
  width: 750px;
  border-top: 1px solid #16A070;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 22px;
  padding-top: 56px;
  padding-left: 34px;
  position: relative;
}

.contact_tel .contact_telnumber::before {
  position: absolute;
  top: 58px;
  left: 3px;
  background-image: url(../../../img/ico_tel_black.svg);
  background-size: contain;
  content: "";
  width: 25px;
  height: 25px;
}

.contact_mail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}

.contact_mail h3 {
  width: 150px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16A070;
}

.contact_mail .contact_mailadress {
  width: 750px;
  border-top: 1px solid #16A070;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 22px;
  padding-top: 56px;
  padding-left: 40px;
  position: relative;
}

.contact_mail .contact_mailadress::before {
  position: absolute;
  top: 58px;
  left: 3px;
  background-image: url(../../../img/ico_mail.svg);
  background-size: contain;
  content: "";
  width: 26px;
  height: 21px;
}

.contact_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}

.contact_line h3 {
  width: 150px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16A070;
}

.contact_line .contact_linecontainer {
  width: 750px;
  border-top: 1px solid #16A070;
  margin-top: 22px;
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
}

.contact_line .contact_line_left {
  width: 404px;
}

.contact_line h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16A070;
  padding-left: 66px;
  position: relative;
}

.contact_line h4::before {
  position: absolute;
  top: -4px;
  left: 3px;
  background-image: url(../../../img/ico_line.svg);
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
}

.contact_line .line_left_textcontainer {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  margin-top: 46px;
}

.contact_line_qr {
  width: 173px;
  margin-right: 75px;
}

.contact_form_title {
  width: 289px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 40px;
  color: #16A070;
  margin-top: 68px;
  position: relative;
}

.contact_form_title::after {
  position: absolute;
  top: 20px;
  left: 289px;
  background-color: #16A070;
  content: "";
  width: calc(900px - 289px);
  height: 1px;
}

@media (max-width: 768px) {
  .contact_header {
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    padding: 0 20px;
  }
  .contact_header h2 {
    margin-bottom: 80px;
  }
  .contact_header h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 24.5px);
    background-image: url(../../../img/CONTACT.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 49px;
    height: 12px;
  }
  .contact_tel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 56px;
  }
  .contact_tel h3 {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16A070;
  }
  .contact_tel .contact_telnumber {
    width: 750px;
    border-top: 1px solid #16A070;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1.7px;
    margin-top: 0px;
    padding-top: 40px;
    padding-left: 34px;
    position: relative;
  }
  .contact_tel .contact_telnumber::before {
    position: absolute;
    top: 42px;
    left: 3px;
    background-image: url(../../../img/ico_tel_black.svg);
    background-size: contain;
    content: "";
    width: 25px;
    height: 25px;
  }
  .contact_mail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .contact_mail h3 {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16A070;
  }
  .contact_mail .contact_mailadress {
    width: 750px;
    border-top: 1px solid #16A070;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-top: 0px;
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
    line-height: 1.6;
  }
  .contact_mail .contact_mailadress::before {
    position: absolute;
    top: 48px;
    left: 3px;
    background-image: url(../../../img/ico_mail.svg);
    background-size: contain;
    content: "";
    width: 26px;
    height: 21px;
  }
  .contact_line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .contact_line h3 {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16A070;
  }
  .contact_line .contact_linecontainer {
    width: 100%;
    border-top: 1px solid #16A070;
    margin-top: 0px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact_line .contact_line_left {
    width: 100%;
  }
  .contact_line h4 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16A070;
    padding-left: 66px;
    position: relative;
  }
  .contact_line h4::before {
    position: absolute;
    top: -4px;
    left: 3px;
    background-image: url(../../../img/ico_line.svg);
    background-size: contain;
    content: "";
    width: 50px;
    height: 50px;
  }
  .contact_line .line_left_textcontainer {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 29px;
    margin-top: 46px;
  }
  .contact_line_qr {
    width: 60%;
    max-width: 300px;
    margin-right: 0;
    margin-top: 24px;
  }
  .contact_form_title {
    width: 289px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #16A070;
    margin-top: 68px;
    position: relative;
  }
  .contact_form_title::after {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #16A070;
    content: "";
    width: calc(100vw - 40px);
    height: 1px;
  }
}

/*----------------------------------
  お問い合わせ/フォーム
------------------------------------*/
.contact-form {
  width: 100%;
  padding-bottom: 80px;
}

.contact-form_inner {
  width: 750px;
  margin: 0 auto;
  padding: 0 10px;
}

.form {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact-form_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .contact-form {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .form {
    margin-top: 32px;
    padding: 0 10px;
  }
}

.form__textbox-container {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.form__textbox-container:not(:first-child) {
  margin-top: 24px;
}

.form__textbox-label {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.form__textbox {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 40px;
  border: solid 0.5px #7E7E7E;
  box-sizing: border-box;
  border-radius: 5px;
}

.form__textarea-container {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.form__textarea-label {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item {
  width: 100%;
  margin: 3px 0;
}

.form__textarea {
  height: 240px;
  padding: 20px;
  margin-top: 6px;
  font-size: 14px;
  resize: none;
  border: solid 0.5px #7E7E7E;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}

.form__textarea:-ms-input-placeholder {
  font-size: 14px;
}

.form__textarea::-moz-placeholder {
  font-size: 14px;
}

.form__textarea::placeholder {
  font-size: 14px;
}

.form__submit {
  cursor: pointer;
  display: block;
  border: 0px solid #000;
  margin: 0 auto;
  padding-right: 14px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  width: 180px;
  text-align: center;
  margin-top: 50px;
  position: relative;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 1.7px;
  font-weight: bold;
  color: #16A070;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

.submit_wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.submit_wrapper::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../../../img/ico_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
  right: 18px;
}

/*----------------------------------
  access
------------------------------------*/
.access {
  width: 100%;
  padding: 134px 0 80px;
  background-image: url(../../../img/bg_grid.svg);
  background-size: 29px 30px;
}

.access h2 {
  margin-bottom: 72px;
}

.access h2::after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19.5px);
  background-image: url(../../../img/ACCESS.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 39px;
  height: 12px;
}

.access_inner {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.access_leftbox {
  width: 580px;
}

.access_leftbox .access_pic {
  width: 100%;
}

.access_leftbox h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
  color: #16A070;
  background-color: #fff;
  margin: 43px 0 24px;
}

.access_leftbox .access_textcontainer {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.3px;
  line-height: 29px;
  text-align: left;
}

.access_rightbox {
  width: 580px;
}

.access_rightbox .gmap {
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
  padding-bottom: 70.69%;
}

@media (max-width: 768px) {
  .access {
    width: 100%;
    padding: 64px 0 100px 0;
  }
  .access h2 {
    margin-bottom: 72px;
  }
  .access h2::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 19.5px);
    background-image: url(../../../img/ACCESS.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 39px;
    height: 12px;
  }
  .access_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
  }
  .access_leftbox {
    width: 100%;
  }
  .access_leftbox .access_pic {
    width: 100%;
  }
  .access_leftbox h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.7;
    color: #16A070;
    background-color: #fff;
    margin: 24px 0 8px;
  }
  .access_leftbox .access_textcontainer {
    font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 29px;
    text-align: left;
  }
  .access_rightbox {
    width: 100%;
    margin-top: 24px;
  }
  .access_rightbox .gmap {
    border-radius: 5px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.07);
    padding-bottom: 70.69%;
  }
}
/*# sourceMappingURL=style.css.map */
