@media screen and (min-width: 850px) {
  .mainviual{
    margin-top: 80px;
  }
  .mainviual h1{
    font-size: 220%;
    letter-spacing: 3px;
    width: fit-content;
    right: 0;
    text-align: center;
  }
  .mainviual h1 span{
    margin-top: unset;
  }
  #news{
    clear: both;
    width: 100%;
    background: #f8f8f8;
    border-top: 3px solid #2d2d2d;
    padding: 25px 0px;
    border-bottom: 3px solid #2d2d2d;
  }
  #news .inner{
    width: 95%;
    min-height: 130px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    position: relative;
  }
  #news .inner h2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    max-width: 260px;
    text-align: center;
    border-bottom: unset;
    border-right: 3px solid #2d2d2d;
    position: relative;
    z-index: 0;
    font-size: 123.1%;
    letter-spacing: 3px;
    color: #666;
  }
  #news .inner h2::before{
    content: "NEWS & TOPICS";
    color: #1baad1;
    font-size: 77%;
    letter-spacing: 1px;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    margin: auto;
  }
  #news .inner .post-box{
    width: 70%;
    padding-left: 20px;
  }
  #news .inner > a{
    position: absolute;
    bottom: 0;
    left: 20%;
  }
  #news .inner > a svg{
    display: none;
  }
  #news a.content{
    display: flex;
    align-items: center;
  }
  #news a .title{
    font-size: 108%;
    margin-left: 10px;
  }
  .cleaning > h2{
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #535353;
    border-radius: 3px 0 3px 0;
    width: 1100px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 200%;
    background: #fff !important;
    color: #535353 !important;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .cleaning > h2::before,
  .cleaning > h2::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 2px #535353;
    border-radius: 50%;
  }
  .cleaning > h2::before{
    bottom: -12px;
    right: -12px;
  }
  .cleaning > h2::after{
    top: -12px;
    left: -12px;
  }
  .cleaning_section .inner{
    padding: 0;
  }
  /* =======================================
    2つの画像エフェクト
  ======================================= */
  .cleaning .photo_01 figure h2{
    position: relative;
    background: unset;
    color: #fff;
  }
  .cleaning .photo_01 figure .title_111{
    position: relative;
    display: block;
    font-weight: 700;
    background-color: rgba(48, 147, 216, 0.8);
    padding: 10px 10px;
    color: #FFF;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 160%;
    text-shadow: 2px 2px #333;
  }
  .snip1446 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 1100px;
    max-width: 1100px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #000000;
  }
  .snip1446 *,
  .snip1446 *:before,
  .snip1446 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .snip1446 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
  }
  .snip1446 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 5px 10px 10px;
  }
  .snip1446 figcaption:before,
  .snip1446 figcaption:after {
    height: 3px;
    width: 1100px;
    position: absolute;
    content: '';
    background-color: #3093d8;
  }
  .snip1446 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .snip1446 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .snip1446 figcaption div:before,
  .snip1446 figcaption div:after {
    width: 3px;
    height: 1100px;
    position: absolute;
    content: '';
    background: #3093d8;
  }
  .snip1446 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .snip1446 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .title_100,
  .title_111 {
    margin: 0;
    text-transform: uppercase;
  }
  .title_100 {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 300%;
  }
  .title_111 {
    display: block;
    font-weight: 700;
    background-color: rgba(48, 147, 216, 0.8);
    padding: 10px 10px;
    color: #FFF;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 160%;
    text-shadow: 2px 2px #333;
    }
  .snip1446 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snip1446:hover img,
  .snip1446.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  .snip1446:hover figcaption:before,
  .snip1446.hover figcaption:before,
  .snip1446:hover figcaption:after,
  .snip1446.hover figcaption:after,
  .snip1446:hover figcaption div:before,
  .snip1446.hover figcaption div:before,
  .snip1446:hover figcaption div:after,
  .snip1446.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .snip1446:hover figcaption:before,
  .snip1446.hover figcaption:before,
  .snip1446:hover figcaption:after,
  .snip1446.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  p.m_text{
    font-size: 131%;
    letter-spacing: 1px;
    color:#090909;
    text-align: justify;
    padding-top: 5px;
    padding-bottom: 80px;
  }
  .cleaning .text{
    font-size: 131%;
    letter-spacing: 1px;
    color: #090909;
    text-align: justify;
    padding-top: 5px;
    padding-bottom: 80px;
  }

  #contents ul{
    flex-direction: row;
  }
  #contents ul li{
    width: 48%;
  }
  /* =======================================
    2つの画像エフェクト
  ======================================= */
  .snip1445 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 520px;
    max-width: 520px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #000000;
  }
  .snip1445 *,
  .snip1445 *:before,
  .snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
  }
  .snip1445 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
  }
  .snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 15px 10px 10px;
  }
  .snip1445 figcaption:before,
  .snip1445 figcaption:after {
    height: 2px;
    width: 500px;
    position: absolute;
    content: '';
    background-color: #ffffff;
  }
  .snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .snip1445 figcaption div:before,
  .snip1445 figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background: #ffffff;
  }
  .snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .title_10,
  .title_11 {
    margin: 0;
    text-transform: uppercase;
  }
  .title_10 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 180%;
  }
  .title_11 {
    display: block;
    font-weight: 700;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #36F;
    border-radius:5px;
  }
  .snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .snip1445:hover img,
  .snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after,
  .snip1445:hover figcaption div:before,
  .snip1445.hover figcaption div:before,
  .snip1445:hover figcaption div:after,
  .snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  /* =======================================
    ここまで　
    2つの画像エフェクト
  ======================================= */
}