@media screen and (max-width: 768px) {
  #section-mv {
    background-color: #000;
  }
  #section-mv .--inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
    width: 100%;
    /*padding: 2rem 0;*/
    padding: 0;
    position: relative;
    overflow: hidden;
    /*&:before{width: 25%; padding-top: 4.65%; position: absolute; content:''; right:0; top :0; display: block; background: #000;}*/
  }
  #section-mv .--inner.type-b video {
    margin: -7% 0;
  }
  #section-mv .--inner video {
    width: 100%; /*width: 90%;*/
    margin: -11% 0;
    display: block;
    margin-inline: auto;
  }
  #section-mv .--inner figure {
    position: absolute;
    left: 20px; /*left: 1.5rem;*/
    bottom: 0;
    width: 66%;
  }
  #section-mv .--inner.bottom video {
    margin: -5.6% 0 -5.3% 0;
  }
  #section-mv .--inner.bottom figure {
    position: relative;
    text-align: center;
  }
  #section-news {
    background-color: #fff;
    padding: 3rem 0;
  }
  #section-news .--inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7%;
  }
  #section-news .--inner ul {
    width: 100%;
    margin-top: 1.5rem;
  }
  #section-news .--inner ul li:first-child {
    padding-bottom: 2rem;
  }
  #section-news .--inner ul li:not(:first-child) {
    border-top: 1px solid #CCCCCC;
    padding: 2rem 0;
  }
  #section-news .--inner ul li a {
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5%;
    color: #808080;
  }
  #section-news .--inner ul li a time {
    font-size: 1.3rem;
    font-family: "Roboto", "sans-serif";
  }
  #section-news .--inner ul li a p {
    font-size: 1.2rem;
    line-height: 1.65;
    margin-top: 0.5rem;
    color: #000;
  }
  #section-news .--inner ul li a:hover * {
    color: #009d00 !important;
  }
  #section-comming {
    background-color: #f0f0f0;
    padding: 5rem 0;
    text-align: center;
  }
  #section-comming h2 {
    width: 70%;
    margin-inline: auto;
  }
  #section-comming p {
    font-size: 1.4rem;
    margin-top: 0.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #000;
  }
  #section-about {
    background: url(/assets/images/top/bg-about.png) no-repeat center center/cover;
    position: relative;
    padding: 5rem 0 6.6rem;
  }
  #section-about .text {
    margin-top: 4rem;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    line-height: 1.9;
  }
  #section-about .text:not(:first-child) {
    margin-top: 3rem;
  }
  #section-about span {
    color: #fff;
  }
  #section-refer {
    background-color: #f0f0f0;
    padding: 5rem 0 6.4rem;
  }
  #section-refer ul {
    display: grid;
    gap: 4.4rem;
    margin-inline: auto;
  }
  #section-refer ul span {
    position: relative;
    padding-bottom: 1.4rem;
    font-size: 1.1rem;
    line-height: 2;
    font-weight: 600;
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", "sans-serif";
    color: #009d00;
  }
  #section-refer ul span:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 16%;
    height: 3px;
    background: #009d00;
  }
  #section-refer ul span strong {
    color: #000;
    font-weight: 600;
    font-size: 2.6rem;
    display: block;
    line-height: 1.3;
    font-family: "Noto Sans JP", "sans-serif";
  }
  #section-refer ul span strong em {
    font-weight: 500;
    font-style: normal;
  }
  #section-refer ul span strong sub {
    vertical-align: 5px;
  }
  #section-refer ul a {
    margin-top: 2.4rem;
    display: block;
    margin-inline: auto;
  }
  #section-refer ul .sns {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.2rem;
  }
  #section-refer ul .sns a {
    width: 15%;
    margin-inline: initial;
    margin-top: initial;
  }
  #section-refer ul .sns a img {
    width: 4.8rem;
  }
  .button-link {
    color: #fff;
    text-transform: uppercase;
    background-color: #333;
    padding: 1em 3em;
    display: inline-block;
  }
  .--inner {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
    width: 100%;
  }
  .--h2 img {
    width: 10.4rem;
  }
  .--h2 span {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    display: block;
    color: #000;
    font-weight: 300;
  }
}