@charset "UTF-8";
/* CSS Document */
/* ================== 

メインイメージ部分 

================== */
/*#first_view*/
/* loading完了後 */
#container.load_comp {
  /*#first_view*/ }

/* #container.load_comp */
.sec_parts {
  padding: 60px 60px 30px; }
  .sec_parts ul li {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
    line-height: 1.4; }
    .sec_parts ul li i {
      position: absolute;
      color: #fff;
      background-color: #000;
      border-radius: 14px;
      width: 28px;
      height: 28px;
      display: inline-block;
      top: -2px;
      left: 0;
      padding-top: 5px;
      text-align: center;
      line-height: 1; }
  .sec_parts p {
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.7;
    text-align: center; }

.sec_tenkai {
  padding: 85px 60px 60px;
  background-color: #000;
  color: #fff; }
  .sec_tenkai h2 {
    font-size: 48px;
    margin-bottom: 50px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold; }
  .sec_tenkai p {
    font-size: 22px;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: left; }

.btn_dl {
  display: block;
  text-align: center;
  color: #000;
  padding: 30px;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 800px;
  font-weight: bold;
  background: #fff url("../img/bnr_tenkai.png") no-repeat left center;
  background-size: contain; }

.sec {
  position: relative; }

.sec_ttl {
  position: absolute; }

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.mrg__btm1 {
  margin-bottom: 1em !important; }

/*↓　============== 

以下、フォーム

================ */
.formWrap {
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 6; }
  @media only screen and (max-width: 768px) {
    .formWrap {
      width: 80%; } }

.formWrap > p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .formWrap > p {
      text-align: left;
      line-height: 1.8em; } }

.formWrap form {
  padding: 30px 0 0; }
  @media only screen and (max-width: 768px) {
    .formWrap form {
      padding: 0;
      width: 100%; } }

.formWrap table {
  width: 100%;
  /*tr*/ }
  @media only screen and (max-width: 768px) {
    .formWrap table {
      margin-bottom: 30px; } }
  .formWrap table tr {
    width: 100%;
    /*th*/
    /*td*/ }
    .formWrap table tr th {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      text-align: left;
      letter-spacing: 0.1em; }
      @media only screen and (max-width: 768px) {
        .formWrap table tr th {
          padding: 0;
          margin-top: 0px; } }
    .formWrap table tr td {
      margin-bottom: 25px;
      display: block;
      line-height: 1.5em;
      width: 100%;
      /*textarea*/ }
      .formWrap table tr td input[type="text"],
      .formWrap table tr td input[type="email"] {
        width: 100%;
        height: 30px;
        padding: 5px 10px;
        font-size: 14px;
        box-sizing: border-box;
        background-color: #ebebeb;
        border: 1px solid #fff;
        border-radius: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="text"],
          .formWrap table tr td input[type="email"] {
            box-sizing: border-box;
            padding: 1%; } }
      .formWrap table tr td textarea {
        width: 100%;
        max-width: 600px;
        min-width: 100%;
        font-size: 14px;
        height: 100px;
        padding: 10px;
        background-color: #ebebeb;
        border: 1px solid #fff;
        border-radius: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td textarea {
            box-sizing: border-box;
            padding: 1%;
            max-width: 100%; } }

/*.formWrap table*/
.submit {
  width: 270px;
  height: 50px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .submit {
      width: 100%; } }
  .submit:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #ccc;
    z-index: 100;
    position: absolute;
    top: 25px;
    left: 0px;
    transition: 0.3s ease-in-out; }
  .submit:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #ccc;
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    left: 27px;
    transition: 0.3s ease-in-out; }
  .submit:hover:before {
    width: 50px;
    left: 0px; }
  .submit:hover:after {
    left: 40px;
    top: 18px;
    width: 16px;
    height: 16px; }

input.btn_submit,
input.btn_back {
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  width: 270px;
  padding-left: 15px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5em;
  background-color: #000;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  -webkit-appearance: none;
  border-radius: 0; }
  input.btn_submit:hover,
  input.btn_back:hover {
    background-color: #333;
    text-indent: 12px; }
  @media only screen and (max-width: 768px) {
    input.btn_submit,
    input.btn_back {
      margin: 0 auto;
      width: 100%; } }

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 200; }

input::-moz-placeholder {
  color: #ccc;
  font-weight: 200; }

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 200; }
