/*--------TOP--------*/
.mv {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 95%;
  height: 0;
  padding-top: 37.77%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  position: relative;
}

.mv .mv_in {
  position: absolute;
  width: 1200px;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%,-62%);
  transform: translate(-50%,-62%);
}

.mv .mv_txt {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mv .mv_txt span {
  display: inline-block;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  padding: 7px 20px 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
}

.mv .mv_banner {
  display: block;
}

.mv .mv_banner:first-of-type {
  margin-bottom: 15px;
}

.inner01 {
  padding: 75px 0 55px;
}
.inner01 h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
}
.inner01 h3 span {
  border-bottom: 1px solid;
}
.inner01 .box01 {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner01 .box01 figure {
  width: 42%;
  margin-top: -120px;
}
.inner01 .box01 .infor {
  width: 53%;
  height: 100%;
  margin-top: 35px;
}
.inner01 .box01 .infor .cm_btn {
  margin-top: 40px;
}
.inner01 .box01 .infor .cm_btn a {
  margin: auto;
  margin-right: 0;
}

.inner02 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0 70px;
}
.inner02 .txt01 {
  text-align: center;
  margin-bottom: 30px;
}
.inner02 ul {
  display: flex;
  flex-wrap: wrap;
}
.inner02 ul li {
  width: 24%;
  margin-right: 1.3%;
}
.inner02 ul li:nth-child(4n+4) {
  margin-right: 0;
}
.ai-banner {
  padding: 20px 0 0 0;
  text-align: center;
  transition: all 0.5s;
}
.ai-banner a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .inner02 ul a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .inner02 ul a:hover img {
    opacity: 0.8;
  }
}
.inner02 .cm_btn a {
  margin: auto;
}

.inner03 {
  padding: 45px 0 75px;
}
.inner03 .style_category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0 30px;
}
.inner03 .style_category .tt_style {
  width: 205px;
  margin-bottom: 30px;
}
.inner03 .style_category ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 205px);
  padding-left: 35px;
}
.inner03 .style_category ul a {
  display: block;
}
@media screen and (min-width: 768px) {
  .inner03 .style_category ul a img, .inner03 .style_category ul a span {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .inner03 .style_category ul a:hover img {
    opacity: 0.8;
  }
  .inner03 .style_category ul a:hover span {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    display: block;
  }
}
.inner03 .style_category ul li {
  width: 24%;
  margin-right: 1.3%;
  text-align: center;
}
.inner03 .style_category ul li:nth-child(4n+4) {
  margin-right: 0;
}
.inner03 .style_category ul li figure {
  margin-bottom: 5px;
}
.inner03 .flex_dir ul {
  padding-left: 0;
  padding-right: 35px;
}
.inner03 .step_box {
  margin-top: 80px;
}
.inner03 .step_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.inner03 .step_box ul li {
  width: 31.1%;
  margin-right: 3.3%;
  padding: 0 3%;
  position: relative;
}
.inner03 .step_box ul li:after {
  content: '';
  position: absolute;
  top: 30%;
  right: -35px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 30px solid #e9e9e9;
}
.inner03 .step_box ul li:nth-child(3n+3) {
  margin-right: 0;
}
.inner03 .step_box ul li:nth-child(3n+3):after {
  content: none;
}
.inner03 .step_box ul li figure {
  text-align: center;
  margin-bottom: 30px;
}
.inner03 .step_box ul li h4 {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}
.inner03 .step_box .cm_btn a {
  margin: auto;
}

@media screen and (max-width: 767px) {
  /*--------TOP--------*/
  .mv {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 82%;
  }
  .mv .mv_in {
    width: 96%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mv .container {
    height: auto;
    padding: 5% 18%;
  }
  .mv .mv_txt {
    margin-top: 2%;
    margin-bottom: 2%;
    color: #fff;
  }
  .mv .mv_txt span {
    font-size: 14px;
    border-width: 1px;
    border-radius: 40px;
  }

  .mv .mv_banner img {
    width: 76%;
  }

  .mv .mv_banner:first-of-type {
    margin-bottom: 8px;
  }


  .inner01 {
    padding: 50px 0 30px;
  }
  .inner01 h3 {
    font-size: 20px;
    text-align: center;
  }
  .inner01 .box01 {
    padding: 0;
    flex-direction: column;
  }
  .inner01 .box01 figure {
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-bottom: 5%;
  }
  .inner01 .box01 figure img {
    width: 50vw;
    height: auto;
  }
  .inner01 .box01 .infor {
    width: 100%;
    margin-top: 0;
  }
  .inner01 .box01 .infor h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .inner01 .box01 .infor h3 span {
    border-bottom: 1px solid;
  }
  .inner01 .box01 .infor .cm_btn {
    margin-top: 40px;
  }
  .inner01 .box01 .infor .cm_btn a {
    margin: auto;
  }

  .inner02 {
    padding: 30px 0 20px;
  }
  .inner02 .txt01 {
    margin-bottom: 20px;
  }
  .inner02 ul {
    justify-content: space-between;
  }
  .inner02 ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }

  .inner03 {
    padding: 30px 0;
  }
  .inner03 .style_category {
    display: block;
    padding: 30px 0 10px !important;
  }
  .inner03 .style_category .tt_style {
    width: 100%;
    padding: 0 25%;
    text-align: center;
  }
  .inner03 .style_category ul {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
  }
  .inner03 .style_category ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .inner03 .flex_dir ul {
    padding-right: 0;
  }
  .inner03 .step_box {
    margin-top: 20px;
  }
  .inner03 .step_box ul {
    display: block;
  }
  .inner03 .step_box ul li {
    width: 80%;
    margin: 50px auto 80px !important;
  }
  .inner03 .step_box ul li:after {
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -70px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 30px;
  }
  .inner03 .step_box ul li figure {
    margin-bottom: 20px;
  }
  .inner03 .step_box ul li h4 {
    font-size: 18px;
  }
  .ai-banner {
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .mv .mv_txt span {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .inner01 .box01 .infor {
    width: 56%;
  }
}

/* 08/07/2020 */

.mv .mv_txt{
  text-align: left;
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
/* notepc */
  .mv {
    background-image: url(../images/mv_note.jpg);
    padding-top: 56.6%;
  }
}


@media screen and (max-width: 768px) {
  .mv .container {
    height: 300px;
    padding: 3%;
  }
  .mv .mv_in .main_ttl{
    padding-top: 16px;
  }
  .mv .mv_in .main_ttl img{
    height: 80px;
  }
}
