

@media screen and (min-width: 859px) {
  .mv{
    height: 60vw;
    width: 100%;
    background-image: url("../corporate_images/mv_image.png");
    background-size: cover;
    width: 100%;
  }

  .mv h1{
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
  }

  .header_sp{
    display: none;
  }

  .br-sp{
    display: none;
  }

  .mv_text{
    font-size: 3.8rem;
    text-align: center;
    color: white;
    padding-top: 30vw;
  }

  .message{
    background: #DCDCDC;
    position: relative;
    padding: 167px 0 225px;
    text-align: center;
  }

  .message_content_pc{
    margin: 0 auto 0 -50px;
    display: inline-block;
    text-align: left;
  }

  .message_content_sp{
    display: none;
  }

  .message_content_pc h2{
    font-size: 3.1rem;
    font-weight: 600;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    padding-bottom: 37px;
    letter-spacing: 3.5px;
  }

  .message_content_pc p{
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 0 30px;
    margin: 0 auto;
  }

  .jigyou{
    height: 42.2vw;
    width: 100%;
    background-image: url("../corporate_images/product_image_1.png");
    background-size: cover;
  }

  .jigyou h2{
    font-family: 'Noto Serif JP', serif;
    margin: 0;
    padding: 0 0 15px;
    font-size:3.4rem;
    font-weight: 600;
    letter-spacing: 1rem;
  }

  .jigyou p{
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
  }

  .jigyou_content_pc{
    width: 35%;
    letter-spacing: 0.1em;
    line-height: 2;
    position: relative;
    top:13.2vw;
    left: 17.2vw;
  }

  .jigyou_content_sp{
    display: none;
  }

  .product{
    background: #DCDCDC;
    display: flex;
    padding: 100px 50px 200px;
    justify-content: center;
  }

  .product_content{
    width: 70%;
    padding: 5vw 15% 0 15%;
  }

  .product_content_1{
    width: 50%;
    max-width: 600px;
    z-index: 29;
  }

  .product_content_1 img,
  .product_content_2 img{
    width: 100%;
  }


  .product_content_1 p,
  .product_content_2 p{
    font-size: 1.4rem;
    line-height: 1.6;
    width: 90%;
    padding-bottom: 14px;
  }

  .product_content_2{
    width: 50%;
    z-index: 30;
    max-width: 600px;
  }

  .product_content_1 h3,
  .product_content_2 h3{
    font-size: 1.8rem;
    padding: 30px 0 12px  0;
    margin: 0;
    letter-spacing: 2px;
  }


  .product_content_1 a,
  .product_content_2 a{
    position: relative;
	  display: inline-block;
    padding-left: 37px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .product_content_2 a{
    font-family: 'Montserrat';
  }

  .product_content_1 a::before ,
.product_content_2 a::before {
	background-image: url("../img/common/sp_icon01.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
  background-size: contain;
	position: absolute;
	left: 0px;
	top: 0;
	width: 24px;
	height: 24px;
	content: "";
	display: block;
}
.product_content_2 a + a{
  margin-left: 36px;
}


  .product_content_1 a:hover{
    color: rgba(1,1,1,0.5);
  }

  .product_content_2 a:hover{
    color: rgba(1,1,1,0.5);
  }

  .product_content_pc{
    display: none;
  }

  .product_link_image img{
    width: 3%;
    height:3%;
    margin:0 2% 0 0;
    position: relative;
    top:0;
  }

  .future{
    height: 30vw;
    width: 100%;
    background-image: url("../corporate_images/future_buck.png");
    background-size: cover;
  }

  .future_content{
    width: 80%;
    padding: 5vw 10% 0 10%;
  }

  .future_content_sp{
    display: none;
  }

  .future_1{
    float: left;
    width: 36%;
    font-size: 1.3vw;
    color: white;
    padding-top: 13.2vw;
    padding-left: 13.5%;
    letter-spacing: 2px;
  }

  .future_1 h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 3.1rem;
  }

  .future_2{
    padding-top: 7vw;
    float: left;
    width: 40%;
    color: white;
    line-height: 2;
    letter-spacing: 0.2vw;
    padding-left: 6%;
  }

  .future_2 p{
    font-size: 1.6rem;
  }

  .news_content{
    max-width: 1200px;
    padding: 155px 0 100px;
    margin: 0 auto;
  }

  .news{
    background: #DCDCDC;
  }

  .news h2{
    padding: 0 0 35px;
    width: 100%;
    font-size: 2.0rem;
    letter-spacing: 0.25em;
    font-weight: 700;
  }


  .news_content_head_title{
    width: 50%;
    float: left;
  }

  .news_content_head_link{
    width: 50%;
    float: left;
    text-align: right;
    font-size: 1.6rem;
    position: relative;
    top: 10px;
    font-weight: 500;
  }

  .news_content_head_link img{
    width: 25px;
    margin-right: 0.5vw;
    position: relative;
    top:0;
  }

  .news_content p{
    clear: both;
  }

  .start_border{
    clear: both;
    border-bottom: gray solid 0.1vw;
  }

  .end_border{
    clear: both;
    border-bottom: gray solid 0.1vw;
  }

  .new{
    display: flex;
    align-items: center;
    padding: 2.8rem 0;
    border-bottom: dotted 0.5px gray;
  }

  .news_content_head_link a:hover{
    color: rgba(1,1,1,0.5);
  }


  .new_class{
    padding: 0.5vw 0 0.5vw 0;
    border: solid 1px #11A5DE;
    width: 9vw;
    color: #11A5DE;
    border-radius: 0.7vw;
    font-size: 1.225rem;
    text-align: center;
  }

  .new_time{
    font-size: 1.225rem;
    padding: 0 1.8rem;
  }

  .new_title{
    font-size: 1.4rem;
  }

  div.new:last-child{
    padding-bottom: 2.5%;
   border-bottom: 1px solid gray;
  }

  .future-mb { margin-bottom: 50px; }

}

@media screen and (max-width: 858px) {
  .mv{
    height: 133vw;
    width: 100%;
    background-image: url("../corporate_images/mv_image_sp.png");
    background-size: cover;
    width: 100%;
    margin-top: -12%;
  }


  .mv_text{
    font-size: 4.5rem;
    text-align: center;
    color: white;
    padding-top: 50%;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif;
  }

  .message{
    background: #DCDCDC;
    position: relative;
    padding: 120px 0;
  }

  .message_content_pc {
    display: none;
  }

  .message_content_sp {
    width: 85%;
    margin: 0 auto;
  }

  .message_content_sp h2{
    padding-top:0;
    font-size: 3.0rem;
    margin: 0;
    font-family: 'Noto Serif JP', serif;
  }

  .message_content_sp p{
    font-size: 1.3rem;
    line-height: 2.2;
    margin: 7vw 0 0.5vw 0;
    letter-spacing: 1.5px;
  }

  .jigyou{
    height: 140vw;
    width: 100%;
    background: #DCDCDC;
  }

  .jigyou h2{
    position: relative;
    top: 17%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
  }

  .jigyou p{
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
  }

  .jigyou_content_pc{
    display: none;
  }

  .jigyou_content_sp{
    width: 100%;
    height: 72%;
    background-image: url(../corporate_images/jigyou_back_sp.png) ;
    background-size: 100%;
  }
  .jigyou_content_sp p{
    width: 85%;
    margin: 0 auto;
    font-size: 1.3rem;
    padding-top:100%;
    line-height: 1.8;
  }

  /*.jigyou_back_sp{
    width: 100%;/*
    background-size: cover;
    background-image: url("../corporate_images/jigyou_back_sp.png");
  }

  .jigyou_back_sp_content{
    width: 90%;
    margin: 0 5% 0 5%;
    text-align: center;
  }

  .jigyou_back_sp_content p{
    text-align: left;
    font-size: 4vw;
    padding-top: 105vw;
    font-family: 'Noto Sans JP', serif;
    line-height: 2;
  */

  .product{
    background: #DCDCDC;
    padding-bottom: 110px;
    padding-top: 20px;
  }

  .product_content{
  }

  .product_content_1{
    width: 85%;
    padding: 0 0 35px 0;
    margin: 0 auto;
  }

  .product_content_1 img{
    width: 100%;
  }

  .product_content_1 h3{
    font-size: 1.5rem;
    width: 70%;
    margin: 6vw 0 3vw 0vw;
  }

  .product_content_1 p{
    width: 95%;
    font-size: 1.1rem;
    line-height: 2;
    margin: 0 0 3vw 1vw;
  }

  .product_content_2{
    width: 85%;
    margin: 0 auto;
  }

  .product_content_2 img{
    width: 100%;
  }

  .product_content_2 h3{
    font-size: 1.5rem;
    width: 70%;
    margin: 6vw 0 3vw 0vw;
  }

  .product_content_2 p{
    width: 80%;
    font-size: 1.1rem;
    line-height: 2;
    margin: 0 0 3vw 1vw;
  }

  .product_content_1 a,
  .product_content_2 a{
    position: relative;
	  display: inline-block;
    padding-left: 30px;
    font-weight:bold;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-family: 'Montserrat';
  }

  .product_content_1 a::before ,
.product_content_2 a::before {
	background-image: url("../img/common/sp_icon01.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
  background-size: contain;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 18px;
	height: 18px;
	content: "";
	display: block;
}
.product_content_2 a + a{
  margin-left: 30px;
}

  .product_link_image img{
    width: 6%;
    margin:0 2% 0 0;
    position: relative;
    top:1.7vw;
  }

  .product_content_pc{
    display: none;
  }

  .future{
    width: 100%;
    background: #DCDCDC;
    padding-bottom: 100px;
  }

  .future_content_pc{
    display: none;
  }

  .future_1{
    width: 90%;
    font-size: 1.3vw;
    color: white;
    padding: 19% 5% 0 5%;
    text-align:center;
    background-image: url("../corporate_images/future_buck_sp.png");
    background-size: cover;
    height: 31vw;
  }

  .future_1 h2{
    font-size: 2.1rem;
    font-family: 'Noto Serif JP', serif;
    padding-top: 11px;
    letter-spacing: 2px;
  }

  .future_2{
    padding-top:9vw;
    width: 85%;
    margin: 0 auto;
    color: white;
    line-height: 1.8;
    letter-spacing: 0.2vw;
  }

  .future_2 p{
    font-size: 1.3rem;
    color: black;
  }

  .news_class{
    height: 130vw;
    background: #DCDCDC;
    width: 100%;
  }


  .news{
    height: 100vw;
    width: 90%;
    margin: 0 5% 0 5%;
  }

  .news h2{
    padding: 1.5vw;
    width: 100%;
    font-size: 5vw;
  }


  .news_content_head_title{
    width: 50%;
    float: left;
    padding-bottom: 25px;
  }

  .news_content_head_link{
    width: 50%;
    float: left;
    text-align: right;
    font-size: 2vw;
    position: relative;
    line-height: 2.2;
    top:1vw;
  }

  .news_content_head_link img{
    width: 10%;
    margin-right: 2vw;
    position: relative;
    top: 1.2vw;
  }

  .news_content p{
    clear: both;
  }

  .start_border{
    clear: both;
    border-bottom: gray solid 0.5vw;
  }

  .end_border{
    clear: both;
    border-bottom: gray solid 0.5vw;
    margin:3vw 0% 0 0%;
  }

  .new{
    height: 10vw;
    padding:5vw 0% 4vw 0%;
    border-bottom: dotted 0.5px gray;
  }
  .new_class{
    padding: 0.5vw 0 0.5vw 0;
    border: solid 1px #11A5DE;
    width: 25vw;
    color: #11A5DE;
    border-radius: 0.7vw;
    float: left;
    font-size: 2vw;
    text-align: center;
  }

  .new_time{
    float: right;
    font-size: 2vw;
    padding: 0.5vw 1vw 3vw 2vw;
  }

  .new_title{
    clear: both;
    font-size: 2vw;
    padding: 0.5vw 1vw 3vw 2vw;
  }


  div.new:last-child{
     border-bottom: none;
     padding-bottom: 0;
     padding-bottom:1.5%;
  }

  .future-mb { margin-bottom: 35px; }

}

@media screen and (max-width: 575px) {
  .mv_text {
    font-size: 8.6vw;
  }

  .message_content_sp h2 {
    font-size: 6.8vw;
  }

  .jigyou h2 {
    font-size: 5.8vw;
  }

  .product_content_2 h3 {
    font-size: 4vw;
  }

  .product_content_2 p {
    font-size: 3vw;
  }

}
