@charset "UTF-8";
.pc_contents {
  display: block !important;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .pc_contents {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}

@media (max-width: 769px) {
  .sp_contents {
    display: block !important;
  }
}

article {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

article img {
  width: 100%;
}

article #Username1 {
  width: 90%;
}

article .first {
  font-size: 1.3rem;
  text-align: center;
  line-height: 2.3;
  margin-left: 1.5%;
}

@media (max-width: 769px) {
  article .first {
    font-size: 1.1rem;
    line-height: 2.7;
  }
}

article .kvArea {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

article .kvArea__pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

article .form {
  background-image: url(../img/bg_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 42px;
  padding-bottom: 44px;
}

@media (max-width: 769px) {
  article .form {
    padding-top: 4.61538vw;
    padding-bottom: 4.15385vw;
  }
}

@media (max-width: 769px) {
  article .form .myForm div.submit {
    margin-top: 15px;
  }
}

article .form__wrap {
  max-width: 850px;
  width: 67.3%;
  margin: 0 auto;
  background: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 45px;
}

@media (max-width: 769px) {
  article .form__wrap {
    width: 89.2%;
    padding-top: 4vw;
    padding-bottom: 3.84615vw;
  }
}

article .form__wrap .content_title {
  width: 454px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  article .form__wrap .content_title {
    width: 71.7%;
  }
}

article .form__wrap .logo {
  width: 260px;
  margin: 19px auto;
}

@media (max-width: 769px) {
  article .form__wrap .logo {
    width: 31.7%;
    margin: 5px auto;
  }
}

article .form__wrap .my_column {
  display: block !important;
  max-width: 617px !important;
  width: 100%;
  margin: 0 auto;
  padding: 5px !important;
}

article .form__wrap .my_column .required {
  border-radius: 0;
  line-height: 1.7;
  background: #fff;
}

@media (max-width: 769px) {
  article .form__wrap .my_column {
    max-width: initial !important;
    width: 100%;
    padding: 0 !important;
    margin-top: 10px;
  }
  article .form__wrap .my_column .required {
    width: 100%;
    border-radius: 0;
    line-height: 1.7;
  }
}

@media (max-width: 769px) {
  article .form__wrap .submit input {
    width: 94.6%;
    margin: 0 auto;
  }
}

article .form__wrap .textbox {
  width: 75.7%;
  margin: 40px auto 0;
  color: #474747;
  position: relative;
}

@media (max-width: 769px) {
  article .form__wrap .textbox {
    width: 87.4%;
    margin: 4.61538vw auto 0;
  }
}

article .form__wrap .textbox .text1 {
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.75;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 769px) {
  article .form__wrap .textbox .text1 {
    font-size: 12px;
    margin-bottom: 1.53846vw;
  }
}

article .form__wrap .textbox .text2 {
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-size: 16px;
}

@media (max-width: 769px) {
  article .form__wrap .textbox .text2 {
    font-size: 10px;
  }
}

article .form__wrap .textbox:before {
  position: absolute;
  content: "";
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  width: 13%;
  height: 113%;
  left: -5%;
  bottom: -9%;
  background-size: contain;
}

@media (max-width: 769px) {
  article .form__wrap .textbox:before {
    width: 15%;
    height: 100%;
    bottom: -6%;
  }
}

article .form__wrap .textbox::after {
  position: absolute;
  content: "";
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  width: 11%;
  height: 113%;
  right: -5%;
  bottom: -9%;
  background-size: contain;
}

@media (max-width: 769px) {
  article .form__wrap .textbox::after {
    width: 15%;
    height: 100%;
    bottom: -6%;
  }
}

article .sec02 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../img/bg_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 769px) {
  article .sec02 {
    padding-top: 3.07692vw;
    padding-bottom: 4.61538vw;
  }
}

article .sec02__title {
  max-width: 801px;
  width: 100%;
  margin: 0 auto 20px;
}

@media (max-width: 769px) {
  article .sec02__title {
    width: 67.3%;
  }
}

article .sec02__wrap {
  width: 67.8%;
  max-width: 950px;
  margin: 0 auto;
  background-image: url(../img/box_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 36px;
  padding-bottom: 20px;
}

@media (max-width: 769px) {
  article .sec02__wrap {
    width: 100%;
    padding-bottom: 1px;
    padding-top: 15px;
  }
}

article .sec02__wrap--box {
  width: 94.73%;
  margin: 0 auto 30px;
  max-width: 900px;
  position: relative;
}

@media (max-width: 769px) {
  article .sec02__wrap--box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(117, 117, 117, 0.75);
            box-shadow: 0px 0px 3px rgba(117, 117, 117, 0.75);
    padding-top: 2vw;
    padding-bottom: 4.15385vw;
  }
}

@media (max-width: 769px) {
  article .sec02__wrap--box .pic {
    width: 90.16%;
    margin: 0 auto;
    margin-bottom: 3.69231vw;
  }
}

article .sec02__wrap--box .text01 {
  width: 69.33%;
  max-width: 626px;
  font-size: 1.35714vw;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: 13px;
  left: 30px;
  line-height: 1.789;
  text-align: justify;
}

@media (max-width: 769px) {
  article .sec02__wrap--box .text01 {
    position: static;
    width: 90.16%;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  article .sec02__wrap--box .text01 {
    font-size: 19px;
  }
}

article .sec02__wrap--box .text01 span {
  background-color: #fffda4;
}

article .sec02__wrap--box .text02 {
  width: 69.33%;
  max-width: 626px;
  font-size: 1.35714vw;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: 30px;
  left: 30px;
  line-height: 1.789;
  text-align: justify;
}

@media (max-width: 769px) {
  article .sec02__wrap--box .text02 {
    position: static;
    width: 90.16%;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  article .sec02__wrap--box .text02 {
    font-size: 19px;
  }
}

article .sec02__wrap--box .text02 span {
  background-color: #fffda4;
}

article .sec02__wrap--box .text03 {
  width: 69.33%;
  max-width: 626px;
  font-size: 1.35714vw;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: 57px;
  left: 30px;
  line-height: 1.789;
  text-align: justify;
}

@media (max-width: 769px) {
  article .sec02__wrap--box .text03 {
    position: static;
    width: 90.16%;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  article .sec02__wrap--box .text03 {
    font-size: 19px;
  }
}

article .sec02__wrap--box .text03 span {
  background-color: #fffda4;
}

article .sec02__wrap--box .text04 {
  width: 63.33%;
  max-width: 573px;
  font-size: 1.35714vw;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: 26px;
  left: 30px;
  line-height: 1.789;
  text-align: justify;
}

@media (max-width: 769px) {
  article .sec02__wrap--box .text04 {
    position: static;
    width: 90.16%;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  article .sec02__wrap--box .text04 {
    font-size: 19px;
  }
}

article .sec02__wrap--box .text04 span {
  background-color: #fffda4;
}

article .sec02__wrap--box .text04 p {
  margin-top: 40px;
}

article .sec03 {
  width: 100%;
}

article .sec04 {
  margin-top: 48px;
  width: 100%;
}

@media (max-width: 769px) {
  article .sec04 {
    margin-top: 7.69231vw;
  }
}

article .sec04__title {
  margin-bottom: 40px;
}

@media (max-width: 769px) {
  article .sec04__title {
    margin-bottom: 3.07692vw;
  }
}

article .sec04__wrap {
  width: 67.85%;
  max-width: 950px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  article .sec04__wrap {
    width: 93.8%;
  }
}

article .sec04__wrap--box {
  background-color: #FFF5F3;
  padding-top: 20px;
  margin-bottom: 53px;
  -webkit-box-shadow: 0px 0px 3px rgba(193, 193, 193, 0.75);
          box-shadow: 0px 0px 3px rgba(193, 193, 193, 0.75);
}

@media (max-width: 769px) {
  article .sec04__wrap--box {
    margin-bottom: 5.69231vw;
  }
}

article .sec04__wrap--box .cp_box *, article .sec04__wrap--box .cp_box *:before, article .sec04__wrap--box .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article .sec04__wrap--box .cp_box {
  position: relative;
}

article .sec04__wrap--box .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(250, 252, 252, 0.95)));
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

article .sec04__wrap--box .cp_box input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

article .sec04__wrap--box .cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  content: '続きを読む';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #F15788;
}

article .sec04__wrap--box .cp_box input {
  display: none;
}

article .sec04__wrap--box .cp_box .cp_container {
  overflow: hidden;
  height: 200px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

article .sec04__wrap--box .cp_box .cp_container p {
  text-align: justify;
}

article .sec04__wrap--box .cp_box input:checked + label {
  display: none;
}

article .sec04__wrap--box .cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: "" " 閉じる";
}

article .sec04__wrap--box .cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 769px) {
  article .sec04__wrap--box .cp_box input:checked ~ .cp_container {
    padding-bottom: 3.07692vw;
  }
}

article .sec04__wrap--box .inner {
  width: 89.47%;
  max-width: 849px;
  margin: 0 auto;
}

article .sec04__wrap--box .inner .title {
  margin-bottom: 20px;
}

article .sec04__wrap--box .inner .text {
  font-size: 19px;
  line-height: 1.789;
  letter-spacing: 0.03em;
}

@media (max-width: 769px) {
  article .sec04__wrap--box .inner .text {
    font-size: 14px;
  }
}

article .sec04__wrap--box .inner .text span {
  color: #F15788;
}

article .sec05 {
  background-image: url(../img/bg_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 64px;
}

@media (max-width: 769px) {
  article .sec05 {
    padding-top: 6.92308vw;
  }
}

article .sec05__inner {
  width: 67.8%;
  margin: 0 auto;
  max-width: 950px;
}

@media (max-width: 769px) {
  article .sec05__inner {
    width: 89.07%;
  }
}

article .sec05__inner-profile01 .pic {
  width: 54%;
  margin: 30px auto 15px;
}

@media (max-width: 769px) {
  article .sec05__inner-profile01 .pic {
    margin: 4.61538vw auto 0.30769vw;
    width: 48.3%;
  }
}

article .sec05__inner-profile01 .name {
  text-align: center;
  color: #303030;
}

article .sec05__inner-profile01 .name .name01 {
  font-size: 25px;
}

@media (max-width: 769px) {
  article .sec05__inner-profile01 .name .name01 {
    font-size: 13px;
  }
}

article .sec05__inner-profile01 .name .name02 {
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 769px) {
  article .sec05__inner-profile01 .name .name02 {
    margin-top: 0.76923vw;
    font-size: 10px;
  }
}

article .sec05__inner-profile01 .text {
  width: 89.47%;
  margin: 30px auto 0;
  color: #303030;
  font-size: 19px;
  line-height: 1.79;
  text-align: justify;
}

@media (max-width: 769px) {
  article .sec05__inner-profile01 .text {
    margin: 3.07692vw auto 0;
    font-size: 13px;
  }
}

article .sec05__inner .profile02 {
  margin-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 769px) {
  article .sec05__inner .profile02 {
    margin-top: 4.61538vw;
    padding-bottom: 3.07692vw;
  }
}

footer {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #303030;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 13px;
}

@media (max-width: 769px) {
  footer {
    background-image: url(../img/footer_bgsp.jpg);
    padding-bottom: 4.61538vw;
  }
}

footer .logo {
  width: 207px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  footer .logo {
    width: 31.8%;
  }
}

footer .logo img {
  width: 100%;
}

footer .link {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 769px) {
  footer .link {
    font-size: 11px;
  }
}

footer .link a {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 769px) {
  footer .link a {
    font-size: 11px;
  }
}

@media (max-width: 769px) {
  footer .copyright {
    font-size: 11px;
  }
}
/*# sourceMappingURL=style.css.map */