@charset "UTF-8";

.new-wrap {
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  color: #333;
  position: relative;
}

.new-wrap html {
  font-size: 6.25%;
}

.new-wrap * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.new-wrap h1,
.new-wrap h2,
.new-wrap h3,
.new-wrap h4,
.new-wrap h5,
.new-wrap h6 {
  font-weight: normal;
}

.new-wrap a {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.new-wrap a:focus {
  outline-color: #3b99fc;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}

.new-wrap a:hover {
  cursor: pointer;
  opacity: 0.9;
}

.new-wrap img {
  width: 100%;
}

.new-wrap .header {
  padding: 10px 10px 5px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.new-wrap .header.open {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.new-wrap .header.open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 7px;
}

.new-wrap .header.open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.new-wrap .header.open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 7px;
}

.new-wrap .header .logo {
  float: left;
  width: 40%;
}

.new-wrap .header .header-inner {
  overflow: hidden;
}

.new-wrap .header .sp-menu {
  padding-top: 4px;
  float: right;
}

.new-wrap .header .nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.new-wrap .header .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #a2a2a2;
  border-radius: 30px;
  opacity: 1;
  left: 10%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.new-wrap .header .nav-icon span:nth-child(1) {
  top: 3px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.new-wrap .header .nav-icon span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.new-wrap .header .nav-icon span:nth-child(3) {
  top: 23px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.new-wrap .header .inner-nav {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.new-wrap .header .gnav {
  display: none;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.new-wrap .header .gnav a {
  border-top: 1px solid #f1f1f1;
  display: block;
  margin: 0;
  padding: 23px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #141517;
}

.new-wrap .pc-block {
  display: none;
}

.new-wrap .atte {
  font-size: 13px;
  word-break: break-all;
}

.new-wrap .kv {
  background-color: #F4F1EC;
}

.new-wrap em {
  font-weight: bold;
}

.new-wrap .btn a {
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Open Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding: 15px;
  color: #fff;
  display: block;
  background: linear-gradient(89.93deg, #C30D23 8.68%, #7B0000 96.58%);
  -webkit-box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.new-wrap .red-txt {
  color: #BF1632;
}

.new-wrap .txt-link {
  color: #693C2D;
  text-decoration: underline;
}

.new-wrap .sec-ttl {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  color: #693C2D;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.new-wrap .sec-ttl .sec-ttl-inner {
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F8FA9B));
  background: linear-gradient(transparent 70%, #F8FA9B 70%);
}

.new-wrap .sec-ttl span {
  font-size: 28px;
}

.new-wrap .txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.new-wrap .section-wrap .kv {
  margin-bottom: -20px;
}

.new-wrap .section-wrap .sec + .sec {
  padding: 50px 0;
}

.new-wrap .section-wrap section:nth-child(even) {
  background-color: #F4F1EC;
}

.new-wrap .kv-inner {
  padding-top: 60px;
}

.new-wrap .col3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new-wrap .col3-list li {
  width: 48%;
  margin-left: 2%;
}

.new-wrap .col3-list .fee02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.new-wrap .col3-list .fee03 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.new-wrap .section-inner {
  padding: 0 10px;
}

.new-wrap .about {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
}

.new-wrap .about .sp-block {
  margin-top: 25px;
  color: #333333;
}

.new-wrap .about .txt-main {
  font-weight: bold;
}

.new-wrap .about .txt-sub {
  margin-top: 10px;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}

.new-wrap .about .btn {
  margin-top: 25px;
}

.new-wrap .feature .feature-items {
  text-align: center;
}

.new-wrap .feature .feature-items .feature-item + .feature-item {
  margin-top: 25px;
}

.new-wrap .feature .atte {
  color: #666666;
  word-break: break-all;
}

.new-wrap .feature .feature-item-dec {
  margin-top: 10px;
}

.new-wrap .feature .feature-item-dec .txt-indent li {
  line-height: 1.2;
}

.new-wrap .feature .feature-list-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

.new-wrap .andmore .andmore-ttl {
  margin: 50px 0 25px;
  text-align: center;
}

.new-wrap .andmore .andmore-ttl img {
  max-width: 100%;
  max-height: 23px;
  width: auto;
}

.new-wrap .fee {
  text-align: center;
}

.new-wrap .fee .fee-txt {
  font-size: 20px;
  font-weight: bold;
}

.new-wrap .fee .fee-atte {
  margin-top: 20px;
  line-height: 1.2;
}

.new-wrap .fee .col3-list {
  margin-top: 20px;
}

.new-wrap .fee .atte {
  display: block;
  margin-top: 20px;
  color: #9B9A96;
}

.new-wrap .step .step-items {
  text-align: center;
}

.new-wrap .step .step-item-num {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  color: #C30D23;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 16px;
}

.new-wrap .step .step-item-img {
  margin-top: 10px;
}

.new-wrap .step .desc {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.new-wrap .example .example-img {
  padding: 0 20px;
}

.new-wrap .example .example-img figcaption {
  text-align: center;
  font-weight: bold;
}

.new-wrap .example .example-desc p + p {
  margin-top: 15px;
}

.new-wrap .example .example-desc em {
  font-weight: bold;
}

.new-wrap .movie .movie-ttl {
  margin: 50px 0 25px;
  text-align: center;
}

.new-wrap .movie .movie-ttl img {
  max-width: 100%;
  max-height: 23px;
  width: auto;
}

.new-wrap .movie .farmer-movie-wrap {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.new-wrap .movie .farmer-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-wrap .movie .movie-item {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
}

.new-wrap .movie .movie-item .movie-name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.new-wrap .movie .movie-item + .movie-item {
  margin-top: 25px;
}

.new-wrap .movie .movie-link {
  margin-top: 20px;
  text-align: center;
}

.new-wrap .movie .movie-link a {
  font-weight: bold;
  color: #CAB270;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}

.new-wrap .movie .movie-link a:before,
.new-wrap .movie .movie-link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.new-wrap .movie .movie-link a:after {
  content: "";
  right: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #CAB270;
  border-right: 2px solid #CAB270;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.new-wrap .criteria .criteria-read {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.new-wrap .criteria .criteria-s-ttl {
  margin-top: 25px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #F4F1EC;
}

.new-wrap .criteria .criteria-item {
  position: relative;
  padding-left: 28px;
  margin-top: 15px;
  line-height: 1.3;
}

.new-wrap .criteria .criteria-item:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/img-check.svg") no-repeat center/contain;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 5px;
}

.new-wrap .criteria .criteria-more {
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
}

.new-wrap .criteria .btn {
  margin-top: 25px;
}

.new-wrap .promise .sec-ttl .red-txt {
  font-size: 38px;
}

.new-wrap .promise .sec-ttl .red-txt.small {
  font-size: 28px;
}

.new-wrap .promise .promise-item {
  padding: 0 20px;
}

.new-wrap .promise .promise-item + .promise-item {
  margin-top: 25px;
}

.new-wrap .message .message-ttl {
  font-size: 20px;
  font-weight: bold;
}

.new-wrap .message .message-txt {
  margin-top: 20px;
}

.new-wrap .message .message-txt p + p {
  margin-top: 10px;
}

.new-wrap .message .message-img {
  margin-top: 30px;
  padding: 0 20px;
}

.new-wrap .media .media-list {
  padding: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new-wrap .media .media-list img {
  width: 96px;
  height: 55px;
  padding: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.new-wrap .media .media-movie {
  margin-top: 25px;
}

.new-wrap .team {
  text-align: center;
}

.new-wrap .team .member-item + .member-item {
  margin-top: 35px;
}

.new-wrap .team .photo img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
}

.new-wrap .team .job {
  font-size: 13px;
}

.new-wrap .team .name {
  font-size: 26px;
  margin-bottom: 10px;
}

.new-wrap .footer {
  margin-top: 100px;
  background: #242629;
}

.new-wrap .footer .inner-footer {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.new-wrap .footer .sns-list {
  padding: 30px 0;
  text-align: center;
}

.new-wrap .footer li {
  display: inline-block;
  width: 40px;
  margin-right: 15px;
}

.new-wrap .footer .copy {
  font-size: 11px;
  color: #fff;
  text-align: center;
}

.new-wrap .fix-btn-area {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 5px;
}

.new-wrap .fix-btn-area .kv-btn-balloon {
  margin-bottom: 0;
}

.new-wrap .fix-btn-area .kv-btn-wrap a {
  padding: 13px 0 11px;
}

.new-wrap .fix-btn-area.fixed {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
}

.new-wrap .member-last {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.new-wrap .fee-reference {
  margin: 10px auto 0;
}

@media screen and (min-width:769px) {
  .new-wrap .pc-block {
    display: block;
  }

  .new-wrap .sp-block {
    display: none;
  }

  .new-wrap .header {
    overflow-y: auto;
  }

  .new-wrap .header .sp-menu {
    display: none;
  }

  .new-wrap .header .header-inner {
    overflow: inherit;
    width: 160px;
  }

  .new-wrap .header .header-wrap {
    min-width: 1080px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .new-wrap .header nav {
    float: right;
  }

  .new-wrap .header .logo {
    width: 100%;
  }

  .new-wrap .header .logo img {
    width: 100%;
  }

  .new-wrap .header .gnav {
    display: block;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new-wrap .header .gnav a {
    border-top: none;
    display: block;
    margin: 0;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: bold;
  }

  .new-wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .new-wrap .btn a {
    padding: 20px;
    font-size: 20px;
    width: 467px;
    border-radius: 40px;
  }

  .new-wrap .section-wrap .sec + .sec {
    padding: 100px 0;
  }

  .new-wrap .atte {
    font-size: 14px;
    font-weight: normal;
  }

  .new-wrap .sec-ttl {
    font-size: 30px;
  }

  .new-wrap .sec-ttl span {
    font-size: 40px;
  }

  .new-wrap .col3-list {
    margin-left: -2%;
  }

  .new-wrap .col3-list li {
    width: 29.33%;
    margin-left: 2%;
  }

  .new-wrap .col3-list--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2%;
  }

  .new-wrap .col3-list--pc li {
    width: 29.33%;
    margin-left: 2%;
  }

  .new-wrap .section-inner {
    max-width: 1080px;
    margin: 0 auto;
  }

  .new-wrap .section-inner.section-inner--l {
    max-width: 1200px;
  }

  .new-wrap .kv-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 60px;
  }

  .new-wrap .about {
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  }

  .new-wrap .about .txt-main {
    font-weight: bold;
  }

  .new-wrap .about .txt-sub {
    margin-top: 10px;
    line-height: 1.2;
  }

  .new-wrap .about .btn {
    margin-top: 25px;
  }

  .new-wrap .about .about-img {
    margin: 0 auto;
    max-width: 960px;
  }

  .new-wrap .about .txt-main {
    font-size: 24px;
  }

  .new-wrap .feature .feature-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2%;
  }

  .new-wrap .feature .feature-items .feature-item {
    width: 29.33%;
    margin-left: 2%;
    margin-top: 25px;
  }

  .new-wrap .feature .feature-list-ttl {
    font-size: 20px;
  }

  .new-wrap .andmore {
    margin: 70px auto 0;
    max-width: 750px;
  }

  .new-wrap .andmore .andmore-ttl {
    margin-bottom: 40px;
  }

  .new-wrap .fee {
    overflow: hidden;
  }

  .new-wrap .fee .section-inner {
    position: relative;
  }

  .new-wrap .fee .fee-txt {
    position: relative;
    z-index: 2;
    font-size: 30px;
  }

  .new-wrap .fee .col3-list {
    position: relative;
    z-index: 2;
    margin: 40px auto 0;
    max-width: 750px;
  }

  .new-wrap .fee .fee-img {
    width: 30%;
    max-width: 230px;
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 1;
  }

  .new-wrap .example .example-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
  }

  .new-wrap .example .example-cont .example-img {
    width: 40%;
  }

  .new-wrap .example .example-cont .example-desc {
    width: 58%;
    margin-left: 2%;
  }

  .new-wrap .movie {
    margin-top: 60px;
  }

  .new-wrap .movie .movie-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
  }

  .new-wrap .movie .movie-items .movie-item {
    width: 48%;
    margin-left: 2%;
    margin-top: 0;
  }

  .new-wrap .movie .movie-link {
    margin-top: 50px;
    text-align: right;
  }

  .new-wrap .criteria .section-inner {
    position: relative;
    max-width: 850px;
  }

  .new-wrap .criteria .criteria-more {
    margin-top: 40px;
  }

  .new-wrap .criteria .criteria-img {
    width: 20%;
    max-width: 200px;
    position: absolute;
    top: -50px;
    left: -20px;
    z-index: 1;
  }

  .new-wrap .promise .sec-ttl .sec-ttl-inner {
    position: relative;
  }

  .new-wrap .promise .sec-ttl .sec-ttl-inner h3 {
    font-weight: bold;
  }

  .new-wrap .promise .sec-ttl .red-txt {
    font-size: 55px;
  }

  .new-wrap .promise .sec-ttl .red-txt.small {
    font-size: 40px;
  }

  .new-wrap .promise .promise-item {
    padding: 0 20px;
  }

  .new-wrap .promise .promise-item .sub {
    margin-top: 10px;
  }

  .new-wrap .promise .promise-item + .promise-item {
    margin-top: 0;
  }

  .new-wrap .promise .promise-img {
    max-width: 200px;
    position: absolute;
    top: -40px;
    right: -240px;
    z-index: 1;
  }

  .new-wrap .message .sec-ttl-inner {
    position: relative;
  }

  .new-wrap .message .sec-ttl-inner h3 {
    font-weight: bold;
  }

  .new-wrap .message .message-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-wrap .message .message-desc {
    width: 60%;
  }

  .new-wrap .message .message-img {
    width: 35%;
  }

  .new-wrap .message .ttl-message-img {
    width: 80px;
    position: absolute;
    top: 2px;
    left: -130px;
    z-index: 1;
  }

  .new-wrap .media .media-list {
    padding: 60px;
  }

  .new-wrap .media .media-list img {
    width: 150px;
    height: 70px;
    padding: 10px;
  }

  .new-wrap .media .media-movie {
    margin: 50px auto 0;
    width: 680px;
  }

  .new-wrap .team .member-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2%;
  }

  .new-wrap .team .member-items .member-item {
    margin-top: 50px;
    width: 29.33%;
    margin-left: 2%;
  }

  .new-wrap .team .profile {
    padding: 0 30px;
  }

  .new-wrap .member-last {
    font-size: 18px;
  }

  .new-wrap .col3-list .fee02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .new-wrap .col3-list .fee03 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .new-wrap .fee-reference {
    width: 860px;
    margin: 20px auto 0;
  }


}
