@charset "UTF-8";

.keyvisual {
  background: url(../images/kv-bg2.png) right no-repeat;
  background-size: cover;
  padding-top: 90px;
  overflow: hidden;
}

@media screen and (max-width: 639px) {
  .keyvisual {
    padding-top: 55px;
  }
}

.keyvisual-container {
  padding: 40px 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url(../images/kv-bg.svg) right no-repeat;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .keyvisual-container {
    background-position: 40vw 0;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-container {
    justify-content: center;
    background-size: cover;
    background-position: 35vw 0;
  }
}

.keyvisual-txt {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .keyvisual-txt {
    width: calc(100% - 420px);
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-txt {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

.keyvisual-txt--head {
  margin-right: 30px;
  font-size: 48px;
  font-weight: 700;
  word-break: break-all;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .keyvisual-txt--head {
    font-size: 36px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--head {
    margin-right: 0;
    font-size: 7vw;
  }
}

.keyvisual-txt--head_1 {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  line-height: 1.1;
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--head_1 {
    font-size: 8vw;
    line-height: 1.3;
  }
}

.keyvisual-txt--head_1 b {
  display: inline-block;
  font-size: 130%;
  color: #00B1B0;
  font-weight: 900;
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--head_1 b {
    font-size: 100%;
  }
}

.keyvisual-txt--head_2 {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 22px;
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--head_2 {
    font-size: 4vw;
  }
}

.keyvisual-txt--head_2 b {
  color: #00B1B0;
}

.keyvisual-txt--sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .keyvisual-txt--sub {
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--sub {
    font-size: 3.2vw;
    width: 58vw;
  }
}

.keyvisual-txt--sub--pointtop {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  margin-left: 170px;
  font-weight: 700;
  color: #00B1B0;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .keyvisual-txt--sub--pointtop {
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--sub--pointtop {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    font-size: 4.4vw;
  }
}

.keyvisual-txt--sub--pointtop:before,
.keyvisual-txt--sub--pointtop:after {
  content: "";
  width: 2px;
  height: 18px;
  background: #00B1B0;
}

.keyvisual-txt--sub--pointtop:before {
  transform: rotate(-50deg);
  /*左の装飾の角度*/
  margin-right: 10px;
  /*左の装飾の位置*/
}

.keyvisual-txt--sub--pointtop:after {
  transform: rotate(50deg);
  /*右の装飾の角度*/
  margin-left: 10px;
  /*右の装飾の位置*/
}

.keyvisual-txt--block {
  max-width: 700px;
}

.keyvisual-txt--pointtop {
  position: relative;
  /*
  display: flex;
  align-items: center;
  */
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #333;
  z-index: 1;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .keyvisual-txt--pointtop {
    font-size: 18px;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--pointtop {
    justify-content: center;
    margin-left: 0;
    font-size: 4vw;
  }
}

.keyvisual-txt--pointlist {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--pointlist {
    width: 100%;
    padding: 12px;
    padding-top: 20px;
  }

  .keyvisual-txt--pointlist b {
    display: inline-block;
    font-size: 3.2vw;
    margin-bottom: 8px;
  }
}

.keyvisual-txt--pointlist li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #00B1B0;
}

@media screen and (max-width: 1280px) {
  .keyvisual-txt--pointlist li {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--pointlist li {
    font-size: 3.2vw;
  }
}

.keyvisual-txt--pointlist li:before {
  content: "\f046";
  position: absolute;
  font-family: "fontawesome";
  left: 0;
  top: 0;
  margin: auto;
  height: 24px;
  color: #00B1B0;
}

.keyvisual-txt--pointlist li small {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  color: #1e1e1e;
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--pointlist li small {
    font-size: 12px;
  }
}

.keyvisual-txt--pointlist li small:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #333;
}

.keyvisual-txt--img {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--img {
    font-size: 10px;
  }
}

.keyvisual-txt--img>div {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  color: #121212;
}

.keyvisual-txt--img img {
  width: 150px;
  margin: 0 10px 4px;
}

@media screen and (max-width: 1400px) {
  .keyvisual-txt--img img {
    width: 120px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-txt--img img {
    width: 17vw;
    margin: 0 1vw 1vw;
  }
}

.keyvisual-img {
  position: absolute;
  right: 450px;
  bottom: 0;
}

@media screen and (max-width: 1400px) {
  .keyvisual-img {
    bottom: 170px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-img {
    right: -10px;
    bottom: 270px;
  }
}

.keyvisual-img img {
  width: 500px;
}

@media screen and (max-width: 1680px) {
  .keyvisual-img img {
    width: 400px;
  }
}

@media screen and (max-width: 1400px) {
  .keyvisual-img img {
    width: 280px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual-img img {
    width: 40vw;
  }
}

.keyvisual-form {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding: 30px 25px;
  height: 100%;
  margin-right: 1.5em;
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .keyvisual-form {
    display: none;
  }
}

.keyvisual-form--head {
  font-size: 24px;
  font-weight: 700;
  padding: 0.5rem;
  margin-bottom: 10px;
  background: #00B1B0;
  color: #fff;
  text-align: center;
}

.keyvisual-form--sub {
  color: #4b4b4b;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.input-kind--must {
  color: #FFF;
  padding: 2px 5px;
  background-color: #c80000;
  display: inline-block;
  font-size: 12px;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border: none;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

textarea {
  min-height: 150px;
}

.form_s {
  width: 70%;
  display: inline-flex;
  align-items: center;
}

.form_m {
  width: 100%;
}

.form_l {
  width: 100%;
}

.input-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #333;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px;
  background-color: #333;
  transition-property: background-color;
  transition-duration: 0.3s;
  cursor: pointer;
  margin: auto;
}

.xl-br {
  display: none;
}

@media screen and (max-width: 1400px) {
  .xl-br {
    display: inline;
  }
}

.md-br {
  display: none;
}

@media screen and (max-width: 639px) {
  .md-br {
    display: block;
  }
}

span.txt-border {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  span.txt-border {
    position: relative;
    -webkit-text-stroke: 4px #fff;
  }

  span.txt-border:before {
    content: attr(data-text);
    position: absolute;
    color: #1e1e1e;
    top: unset;
    left: 0;
    -webkit-text-stroke-width: 0;
    z-index: 8;
  }

  span.txt-border b:before {
    content: attr(data-text);
    position: absolute;
    color: #00B1B0;
    top: unset;
    left: 0;
    -webkit-text-stroke-width: 0;
    z-index: 8;
  }
}

span.txt-border2 {
  display: inline-block;
  color: #06bcf0;
}

@media screen and (max-width: 1024px) {
  span.txt-border2 {
    position: relative;
    -webkit-text-stroke: 4px #fff;
  }

  span.txt-border2:before {
    content: attr(data-text);
    position: absolute;
    color: #06bcf0;
    top: unset;
    left: 0;
    -webkit-text-stroke-width: 0;
    z-index: 8;
  }
}

.keyvisual.keyvisual2 {
  background: url(../images/mv-bg.jpg) bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 639px) {
  .keyvisual.keyvisual2 {
    background: url(../images/mv-bg_sp.jpg) bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

.keyvisual.keyvisual2 span.txt-border {
  display: inline-block;
  position: relative;
  -webkit-text-stroke: 4px #fff;
}

.keyvisual.keyvisual2 span.txt-border:before {
  content: attr(data-text);
  position: absolute;
  color: #1e1e1e;
  top: unset;
  left: 0;
  -webkit-text-stroke-width: 0;
  z-index: 8;
}

.keyvisual.keyvisual2 span.txt-border b:before {
  content: attr(data-text);
  position: absolute;
  color: #00B1B0;
  top: unset;
  left: 0;
  -webkit-text-stroke-width: 0;
  z-index: 8;
}

.keyvisual.keyvisual2 span.txt-border2 {
  display: inline-block;
  color: #06bcf0;
  position: relative;
  -webkit-text-stroke: 4px #fff;
}

.keyvisual.keyvisual2 span.txt-border2:before {
  content: attr(data-text);
  position: absolute;
  color: #06bcf0;
  top: unset;
  left: 0;
  -webkit-text-stroke-width: 0;
  z-index: 8;
}

.keyvisual.keyvisual2 span.txt-border3 {
  display: inline-block;
  color: #00B1B0;
  position: relative;
  -webkit-text-stroke: 4px #fff;
}

.keyvisual.keyvisual2 span.txt-border3:before {
  content: attr(data-text);
  position: absolute;
  color: #00B1B0;
  top: unset;
  left: 0;
  -webkit-text-stroke-width: 0;
  z-index: 8;
}

.keyvisual.keyvisual2 .keyvisual-txt--pointlist {
  background: rgba(255, 255, 255, 0.9);
}

.keyvisual.keyvisual2 .keyvisual-txt--sub--pointtop2 {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  margin-left: 170px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #00B1B0;
  z-index: 1;
  background: #00B1B0;
  color: #fff;
  padding: 8px 24px;
  border-radius: 100px;
  border: 2px solid #fff;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .keyvisual.keyvisual2 .keyvisual-txt--sub--pointtop2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual.keyvisual2 .keyvisual-txt--sub--pointtop2 {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    font-size: 4.4vw;
  }
}

.keyvisual.keyvisual2 .keyvisual-txt--sub--pointtop2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.keyvisual.keyvisual2 .keyvisual-txt--sub--pointtop2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7.2px 7.2px 0 7.2px;
  border-color: #00B1B0 transparent transparent;
  translate: -50% 100%;
}

@media screen and (max-width: 639px) {
  .keyvisual.keyvisual2 .keyvisual-txt--sub {
    font-size: 3.2vw;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .keyvisual.keyvisual2 .keyvisual-txt--img img {
    width: 74%;
    margin: 0 1% 1%;
  }
}

.keyvisual.keyvisual2 .keyvisual-container {
  background: none;
}

/*# sourceMappingURL=kv.css.map */