@media screen and (min-width: 769px) {
  #section-mv {
    background-color: #000;
    /*height: 500px; overflow: hidden;*/
  }
  #section-mv .--inner {
    position: relative;
    overflow: hidden;
    max-width: 1600px; /*max-width: 1300px;*/
    /*&:before{width: 17%; padding-top: 3.5%; position: absolute; content:''; right:0; top :0; display: block; background: #000;}*/
  }
  #section-mv .--inner.type-b {
    max-width: 1300px;
    /*video{margin: -7% 0;}*/
  }
  #section-mv .--inner video {
    display: block;
    margin: -10.6% 0; /*margin: -2em 0;*/
    margin-inline: auto;
    width: 100%; /*width: 93%;*/
    height: auto;
    display: block;
    margin-inline: auto;
  }
  #section-mv .--inner figure {
    position: absolute;
    bottom: 0; /*bottom: -105;*/
    left: 0%; /*left: 3.4%;*/
    width: 50%; /*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 {
    padding: 8rem 0;
    background-color: #fff;
    text-align: left;
  }
  #section-news .--inner {
    width: 100%;
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7%;
  }
  #section-news .--inner ul {
    width: 80%;
  }
  #section-news .--inner ul li:first-child {
    padding-bottom: 3rem;
  }
  #section-news .--inner ul li:not(:first-child) {
    padding: 3rem 0;
    border-top: 1px solid #ccc;
  }
  #section-news .--inner ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    display: block;
    color: #808080;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5%;
  }
  #section-news .--inner ul li a time {
    font-family: "Roboto", "sans-serif";
    font-size: 1.7rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
  }
  #section-news .--inner ul li a p {
    width: 85%;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #000;
    display: inline-block;
  }
  #section-news .--inner ul li a:hover * {
    color: #009d00 !important;
  }
  #section-comming {
    padding: 10rem 0;
    background-color: #f0f0f0;
    text-align: center;
  }
  #section-comming h2 {
    width: 35%;
    margin-inline: auto;
  }
  #section-comming sub {
    vertical-align: 5px;
  }
  #section-comming p {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 2.4rem;
    letter-spacing: 0.01em;
    color: #000;
  }
  #section-about {
    padding: 10rem 0;
    background-color: transparent;
    text-align: left;
    background: url(/assets/images/top/bg-about.png) no-repeat center center/cover;
    padding-bottom: 15.6rem;
  }
  #section-about .text {
    width: 100%;
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 5.5rem;
    letter-spacing: 0.01em;
    color: #fff;
  }
  #section-about .text:not(:first-child) {
    margin-top: 4rem;
  }
  #section-about span {
    color: #fff;
  }
  #section-refer {
    padding: 9.6rem 0;
    background-color: #f0f0f0;
    text-align: left;
    padding-bottom: 12rem;
  }
  #section-refer ul {
    width: 100%;
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
  #section-refer ul span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 1.4rem;
    color: #009d00;
  }
  #section-refer ul span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18%;
    height: 3px;
    content: "";
    background: #009d00;
  }
  #section-refer ul span strong {
    font-family: "Noto Sans JP", "sans-serif";
    font-size: 3rem;
    font-weight: 600;
    display: block;
    color: #000;
  }
  #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 {
    display: block;
    margin-top: 3rem;
  }
  #section-refer ul .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    -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 {
    margin-top: initial;
  }
  #section-refer ul .sns a img {
    width: 5.6rem;
  }
  .--inner {
    width: 100%;
    max-width: 1130px;
    margin-right: auto;
    margin-left: auto;
  }
  .--h2 img {
    width: 15rem;
  }
  .--h2 span {
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    margin-top: 1.5rem;
    letter-spacing: 0.1em;
    color: #000;
  }
}