@media screen and (min-width: 1201px) {
  #mv-wrap {
    width: 100%;
    min-height: 1000px;
    margin-top: 100px;
    position: relative;
  }
  #mv-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 86%;
    height: 0;
    padding-top: 50%;
    top: 0;
    right: 0;
    background: #e5f1f1;
    z-index: -1;
  }

  .mv-image {
    width: 100%;
    height: 0;
    padding-top: 31%;
    background: url(../img/mv-top.jpg) no-repeat top;
    background-size: cover;
  }

  .mv-obj {
    position: absolute;
    right: 0;
    top: 50px;
    width: 34.5vw;
    z-index: 2;
  }
  .mv-obj img {
    width: 100% !important;
    height: auto;
  }

  .mv-txt-area {
    width: 1200px;
    margin: 8% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mv-txt-area-l {
    margin-right: 95px;
  }
  .mv-txt-area-l p:nth-of-type(1) {
    font-size: 1.6rem;
    color: #7bc496;
  }
  .mv-txt-area-l p:nth-of-type(2) {
    font-size: 3.2rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
  }

  .mv-txt-area-r p {
    font-size: 1.4rem;
  }
  .mv-txt-area-r .green-link {
    margin-top: 30px;
	  margin:30px auto;
  }

  .top01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    height: 150px;
    margin: 8% auto auto;
  }

  .top01-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-right: 65px;
    border-right: 1px solid #e5dede;
  }

  .top01-blog {
    padding-left: 65px;
  }
  .top01-blog li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .top01-blog li:last-child {
    margin-bottom: 0;
  }
  .top01-blog li p:nth-of-type(1) {
    margin-right: 20px;
    font-size: 1.6rem;
    font-family: futura-pt, sans-serif;
  }
  .top01-blog li p:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .top01-blog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 30px auto 60px;
  }

  .top02 {
    margin-bottom: 140px;
  }
  .top02 h2 {
    margin-bottom: 115px;
  }

  .top02-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top02-inner:nth-of-type(1) {
    margin-bottom: 100px;
  }

  .top02-inner1-l {
    width: 50%;
  }
  .top02-inner1-l img {
    width: 100%;
    height: auto;
  }

  .top02-inner1-r {
    width: 50%;
    padding-left: 3%;
  }
  .top02-inner1-r p:nth-of-type(1) {
    margin-bottom: 24px;
    font-size: 3.6rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
  }
  .top02-inner1-r p:nth-of-type(2) {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2;
  }

  .top02-inner2-l {
    width: 50%;
    padding-right: 3%;
    padding-left: 20%;
  }
  .top02-inner2-l p:nth-of-type(1) {
    margin-bottom: 24px;
    font-size: 3.6rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
  }
  .top02-inner2-l p:nth-of-type(2) {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2;
  }

  .top02-inner2-r {
    width: 50%;
  }
  .top02-inner2-r img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #mv-wrap {
    width: 100%;
    margin-top: 100px;
    position: relative;
  }
  #mv-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 86%;
    height: 0;
    padding-top: 50%;
    top: 0;
    right: 0;
    background: #e5f1f1;
    z-index: -1;
  }

  .mv-image {
    width: 100%;
    height: 0;
    padding-top: 31%;
    background: url(../img/mv-top.jpg) no-repeat top;
    background-size: cover;
  }

  .mv-obj {
    position: absolute;
    right: 0;
    top: 50px;
    width: 34.5vw;
    z-index: 2;
  }
  .mv-obj img {
    width: 100% !important;
    height: auto;
  }

  .mv-txt-area {
    max-width: 1200px;
    margin: 8% auto 0;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mv-txt-area-l {
    margin-right: 95px;
  }
  .mv-txt-area-l p:nth-of-type(1) {
    font-size: 1.6rem;
    color: #7bc496;
  }
  .mv-txt-area-l p:nth-of-type(2) {
    font-size: 2rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
  }

  .mv-txt-area-r p {
    font-size: 1.4rem;
  }
  .mv-txt-area-r .green-link {
    margin-top: 30px;
  }

  .top01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    height: 150px;
    margin: 8% auto auto;
  }

  .top01-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-right: 65px;
    border-right: 1px solid #e5dede;
  }

  .top01-blog {
    padding-left: 65px;
  }
  .top01-blog li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .top01-blog li:last-child {
    margin-bottom: 0;
  }
  .top01-blog li p:nth-of-type(1) {
    margin-right: 20px;
    font-size: 1.6rem;
    font-family: futura-pt, sans-serif;
  }
  .top01-blog li p:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .top01-blog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 30px auto 60px;
  }

  .top02 {
    margin-bottom: 140px;
  }
  .top02 h2 {
    margin-bottom: 50px;
  }

  .top02-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5%;
  }
  .top02-inner:nth-of-type(1) {
    margin-bottom: 100px;
  }

  .top02-inner1-l {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }
  .top02-inner1-l img {
    width: 100%;
    height: auto;
  }

  .top02-inner1-r {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top02-inner1-r p:nth-of-type(1) {
    margin-bottom: 24px;
    font-size: 3.6rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .top02-inner1-r p:nth-of-type(2) {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .top02-inner1-r a {
    margin: auto;
  }

  .top02-inner2-l {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top02-inner2-l p:nth-of-type(1) {
    margin-bottom: 24px;
    font-size: 3.6rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .top02-inner2-l p:nth-of-type(2) {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .top02-inner2-l a {
    margin: auto;
  }

  .top02-inner2-r {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }
  .top02-inner2-r img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #mv-wrap {
    width: 100%;
    margin-top: 70px;
    position: relative;
  }
  #mv-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 86%;
    height: 0;
    padding-top: 50%;
    top: 0;
    right: 0;
    background: #e5f1f1;
    z-index: -1;
  }

  .mv-image {
    width: 100%;
    height: 0;
    padding-top: 31%;
    background: url(../img/mv-top.jpg) no-repeat top;
    background-size: cover;
  }

  .mv-obj {
    position: absolute;
    right: 0;
    top: 50px;
    width: 34.5vw;
    z-index: 2;
  }
  .mv-obj img {
    width: 100% !important;
    height: auto;
  }

  .mv-txt-area {
    width: 90%;
    margin: 40px auto 0;
  }

  .mv-txt-area-l {
    margin-bottom: 30px;
  }
  .mv-txt-area-l p:nth-of-type(1) {
    font-size: 1.4rem;
    color: #7bc496;
  }
  .mv-txt-area-l p:nth-of-type(2) {
    font-size: 1.8rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
  }

  .mv-txt-area-r p {
    font-size: 1.4rem;
  }
  .mv-txt-area-r .green-link {
    margin-top: 30px;
	  margin:30px auto;
  }

  .top01 {
    max-width: 90%;
    margin: 50px auto auto;
  }

  .top01-title {
    margin-bottom: 30px;
  }

  .top01-blog li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
  }
  .top01-blog li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .top01-blog li p:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-family: futura-pt, sans-serif;
  }
  .top01-blog li p:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .top01-blog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 30px auto 40px;
  }

  .top02 {
    margin-bottom: 40px;
  }
  .top02 h2 {
    margin-bottom: 40px;
  }

  .top02-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5%;
  }
  .top02-inner:nth-of-type(1) {
    margin-bottom: 50px;
  }

  .top02-inner1-l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .top02-inner1-l img {
    width: 100%;
    height: auto;
  }

  .top02-inner1-r {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top02-inner1-r p:nth-of-type(1) {
    margin-bottom: 24px;
    font-size: 2rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .top02-inner1-r p:nth-of-type(2) {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .top02-inner1-r a {
    margin: auto;
  }

  .top02-inner2-l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top02-inner2-l p:nth-of-type(1) {
    margin-bottom: 24px;
    font-size: 2rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .top02-inner2-l p:nth-of-type(2) {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .top02-inner2-l a {
    margin: auto;
  }

  .top02-inner2-r {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .top02-inner2-r img {
    width: 100%;
    height: auto;
  }
}


