@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
body {
  word-break: break-all; }
img {
  max-width: 100%;
  position: relative;
  vertical-align: bottom;
  z-index: 100}
.hover {
  -webkit-transition: opacity .1s;
  transition: opacity .1s}
.hover:hover {
  opacity: .7}
.container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.switch-pc {
  display: initial;
}
.switch-sp {
  display: none;
}
.btn_pc img:hover {
  opacity: 0.8 ;
}
.m20 {
  margin:20px 0;
}
.mB20 {
  margin-bottom: 20px;
}
.mB40 {
  margin-bottom: 40px;
}
.mB50 {
  margin-bottom: 50px;
}
.mB60 {
  margin-bottom: 60px;
}
.mTB40 {
  margin: 40px 0;
}

@media screen and (max-width: 750px) {
  .switch-pc {
    display: none;}
  .switch-sp {
    display: initial;}
}

.none {
  text-decoration: none;
}
.flex {
  display: flex;
}
.col {
  width: 50%;
  margin: 0 10px
}
.header {
  margin: 0 auto;
  max-width: 1060px;
  padding: 15px 30px 30px;
}
.header-logo {
  max-width: 240px;
  height: auto;
  position: relative;
  vertical-align: middle;
  z-index: 100;

}
.header-sample {
  padding-right: 13px;
  max-width: 120px;

}
@media screen and (max-width: 750px) {
  .header {
    padding: 3.4% 4% 4.6%;
  }
  .header-sample {
    padding-right: 3%;
    width: 30%;
  }
  .header-logo {
    width: 44%;
  }

}

.main {
  width: 100%;
  text-align: center;
}
.main img {
  width:100%;
}
.maintxt {
  text-align:center;
  margin: 20px 0;
  color:#e85098;
  font-size:20px;
}

.btn {
  text-align: center;
  margin-bottom:50px;
}
.imgs img {
  width:100%;
}
.movies {
  margin: 30px 0;
}
.moviesBox {
  margin-bottom:50px;
}
.txtArea {
  margin:0 auto 40px;
  width:720px;
  text-align: left;
  color:#333333;
}
.txtCVA {
  margin:0 auto 40px;
  color:#333333;
  text-align: center;
}
.cvArea {
  background-image: url(../images/cv_bg.png);
  background-size: cover;
  text-align: center;
}
.btn02 {
  background-color:#ffedf6;
  padding:50px;
  text-align: center;
}


@media screen and (max-width: 750px) {
  .maintxt {
    font-size:100%;
  }
  br.sp {
    display: none;
  }
  .btn {
    margin-bottom:30px;
  }
  .btn img {
    width: 80%;
  }
  .moviesBox {
  padding:0 20px;
  margin-bottom:30px;
  }
  .txtArea,.txtCVA {
    width: 88%;
    font-size:94%;
    margin:0 auto 20px;
  }
  .cvArea {
    background-image:none;
  }
  .btn02 {
  background-color:#ffedf6;
  padding:30px;
}


}

@media screen and (min-width: 751px) {
  br.pc {
    display: none;
  }
}

.copy {
  text-align: center;
  padding: 38px 0;
  font-size: 12px;
  color: #707070;
  border-top: 1px solid #999;
}
