@charset "UTF-8";
body {
  font-size: 18px;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  color: #525252;
}

main {
  overflow: hidden;
}

h2 {
  font-size: 2.5rem !important;
  text-align: center;
  padding: 80px 0 20px;
  color: #525252;
}

.ttl_jp {
  font-size: 50%;
  display: block;
}

.ttl_en {
  font-family: "Barlow Condensed", sans-serif;
}

p {
  margin-bottom: 0.5em;
}

.bg_pink {
  background: #E8455F;
}

header {
  padding: 1em 0;
}
header img {
  max-width: 200px;
}

.mv {
  background: url("../img/img_mv.png");
  background-position: bottom;
  background-size: cover;
  color: white;
  height: 100vh;
  position: relative;
  width: 100%;
}
.mv .read {
  position: absolute;
  bottom: 0;
  margin-bottom: 2em;
}
.mv .read h2 {
  text-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 30px !important;
  text-align: left !important;
}
.mv .read h2 span {
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}
.mv .read h1 {
  text-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 80px !important;
}

.sec_mission ul {
  max-width: 500px;
  margin: auto;
  font-size: 1.3rem;
}
.sec_mission ul li {
  margin-bottom: 1em;
  text-decoration: underline;
}
.sec_mission ul li:before {
  content: url(../img/check.svg);
  display: inline-block;
  transform: scale(0.7);
}

.sec_service img {
  max-width: 200px;
  height: 180px;
  display: block;
  margin: auto;
}
.sec_service h3 {
  font-size: 120%;
  color: #E8455F;
  text-align: center;
  font-weight: bold;
  margin: 1em auto;
}
.sec_service .txt_box {
  width: 310px;
  margin: auto;
}

.sec_profile .img_profile {
  height: 825px;
}
.sec_profile .catch {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.sec_profile .ttl .katagaki {
  font-size: 90%;
}
.sec_profile .ttl .namae {
  font-size: 2rem;
}
.sec_profile .ttl .ttl_en {
  font-size: 1.8rem;
}
.sec_profile .disc h4 {
  font-size: 1.4rem;
  border-bottom: 1px solid;
  margin: 2em 0 1em;
}
.sec_profile .jisseki {
  margin: 2em 0;
  padding: 1em;
  background: #EFEFEF;
  font-size: 90%;
}
.sec_profile .jisseki h4 {
  margin: 1em 0;
}
.sec_profile .jisseki ul {
  padding-left: 1em;
}
.sec_profile .jisseki ul li {
  list-style: disc;
}

.sec_company .dl_company {
  display: flex;
  padding: 2em 0;
  border-top: 1px solid;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
.sec_company .dl_company dt {
  width: 200px;
}
.sec_company .dl_company .last {
  border-bottom: 1px solid;
}
.sec_company .addr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}
.sec_company .addr .map {
  width: 90%;
  height: 200px;
}
.sec_company .addr .txt_box {
  width: 50%;
  margin-bottom: 2.5rem;
}
.sec_company .addr .txt_box .ttl {
  margin: 1em 0;
}

.sec_bnr img {
  width: 40%;
}

.sec_bnr img:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transition: 1s;
}

.form_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.form_wrap .form_item {
  display: flex;
  padding: 1em 0;
}
.form_wrap .form_label {
  width: 30%;
}
.form_wrap .required {
  font-size: 80%;
  color: #E8455F;
  border: 1px solid #E8455F;
  padding: 5px;
  margin-left: 0.5em;
}
.form_wrap .form_input {
  width: 90%;
  font-size: 90%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1em;
}
.form_wrap .form_submit {
  text-align: center;
}
.form_wrap .form_submit button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #E8455F;
  border: solid 1px #E8455F;
  border-radius: 4px;
  padding: 15px 100px;
  transition: 0.4s;
  cursor: pointer;
}
.form_wrap .form_submit button:hover {
  color: #E8455F;
  background-color: transparent;
}
.form_wrap .txt_area {
  height: 300px;
}

.praivacy h1 {
  color: #E8455F;
  text-align: center;
}
.praivacy h2 {
  color: #E8455F;
  border-bottom: 1px solid #E8455F;
}

footer {
  color: white;
  margin-top: 100px;
  padding: 10px;
  font-size: 80%;
  text-align: center;
}

@media screen and (min-width: 922px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 921px) {
  .pc {
    display: none !important;
  }
  .sp img {
    width: 100%;
  }
  .mv .read h1 {
    font-size: 35px !important;
    line-height: 1.3;
  }
  .mv .read h2 {
    font-size: 16px !important;
  }
  .sec_service .txt_box {
    margin: 2em auto;
  }
  .sec_profile .ttl {
    margin-top: 1.5rem;
  }
  .sec_profile .img_profile {
    height: 100%;
    width: 100%;
  }
  .sec_profile .row {
    display: block;
  }
  .sec_company .dl_company dt {
    width: 120px;
  }
  .sec_company .addr {
    display: block;
  }
  .sec_company .addr .txt_box {
    margin: 2em auto;
  }
  .sec_bnr .row {
    display: block;
  }
  .sec_bnr img {
    margin: 0.5em auto;
    width: 80%;
  }
  .form_wrap .required {
    font-size: 50%;
  }
}/*# sourceMappingURL=style.css.map */