@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap');
/*-----------------------
 body wrap
-------------------------*/
body{
padding-top: 100px;
}
.wrap{
width:1200px;
margin: 0 auto;
}
.sp,
#humbt,
#chk{
display: none;
}


/*-----------------------
 header
-------------------------*/
header{
position: fixed;
left: 0;
top: 0;
background-color: #fff;
width: 100%;
height: auto;
z-index: 999;
}
header .wrap{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  justify-content: space-between;
}
header .h-logo{
padding: 10px 0;
width: 38%;
float:left;
}
header .h-logo img{
max-height: 80px;
}
header nav{
width: 58%;
float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right:2em;
}
header nav ul{
width: 100%;
  display:flex;
  justify-content:flex-start;
  align-items: center;
    justify-content: space-between;
}
header nav ul li a{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size:1.6rem;
font-weight: bold;
position: relative;
}
header nav ul li a:hover:before,
header nav ul li a.active:before{
content:"";
width:90%;
height:2px;
display: block;
background-color: #f5ae07;
position: absolute;
left: 5%;
bottom: -0.25em;
}

/*-----------------------
 top
-------------------------*/
nav p.txtR img{
    height: auto;
    width: 250px;
    margin-bottom: 10px;
    margin-top: -40px;
}

.mv{
width: 100%;
  height: auto;
  background: #383b56;
}
.page-mv{
width: 100%;
  height: auto;
}
.page-mv:after, 
.mv:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mv,
.slider li{
width: 100%;
}
.slider li img{
max-width:100%;
width: auto;
object-fit: contain;
}
.slider li h3{
  position: relative;
  left: auto;
  right: auto;
display: block;
margin: 20px auto;
padding: 0.5em;
background-color: #fff;
border-top: 3px solid #f5ae07;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
line-height: 1.5;
}
ul.slider .slick-slide:nth-of-type(1) h3{
width: 500px;
}
ul.slider .slick-slide:nth-of-type(2) h3{
width: 500px;
}
ul.slider .slick-slide:nth-of-type(3) h3{
width: 500px;
}

section.top-sc{
width: 100%;
clear: both;
color:#383b56;
}
section.top-sc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
section.top-sc.dark-blue{
background-color:#383b56;
color:#ffffff;
padding: 0;
}
section.top-sc .leftbox{
min-width:30%;
max-width: 50%;
float: left;
padding:80px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
section.top-sc .leftbox img{
float: right;
}
section.top-sc .leftbox img.mrg{
}
section.top-sc .rightbox{
min-width:30%;
max-width: 50%;
float: right;
padding:80px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
section.top-sc h2{
font-size: 2.75rem;
font-weight: bold;
padding-bottom: 1em;
position: relative;
}
section.top-sc h2 span{
font-size:1.625rem;
padding-left: 1em;
line-height: 3rem;
}
section.top-sc h2:before{
position: absolute;
content: "";
display: block;
width: 51px;
height: 3px;
background-color: #f5ae07;
left: 0;
bottom:1em;
}
section.top-sc p{
font-size: 2rem;
line-height:1.5;
padding-bottom: 1em;
}
.a-btn{
width:290px;
height: 43px;
display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin:1em 0;
}
.a-btn.blue{
background-color:#383b56;
color: #fff;
}
.a-btn.yellow{
background-color: #f5ae07;
color:#383b56; 
}
.a-btn.white{
background-color: #fff;
color:#383b56;
}
.a-btn.blue:hover,
.a-btn.white:hover{
  background-color:#f5ae07;
  color:#383b56; 
}

section.top-sc.top-bk-pic02 .wrap{
background-image:url("../images/top/top_pic02.png");
background-repeat: no-repeat;
background-position:right top;
min-height: 495px;
}
section.top-sc.top-bk-pic04 .wrap{
background-image:url("../images/top/top_pic04.png");
background-repeat: no-repeat;
background-position:right top;
min-height: 495px;
padding-bottom: 80px;
}
section.top-sc.top-bk-pic04 .wrap .leftbox{
max-width:43%;
}

section.top-sc.request{
padding: 80px 0;
text-align: center;
}
section.top-sc.news{
padding-bottom: 80px;
}

section.top-sc.news h2,
section.top-sc.request h2{
text-align: center;
padding-bottom:2em;
}
section.top-sc.news h2:before,
section.top-sc.request h2:before{
left: 50%;
bottom:1.5em;
margin-left:-20px;
}
section.top-sc.news .a-btn, 
section.top-sc.request .a-btn{
margin:2em auto 0 auto;
}
section.top-sc.news .a-btn{
border-radius: 5px;
}
section.top-sc.news .news-list{
width:70%;
margin: 0 auto;
list-style: none;
display: block;
}
section.top-sc.news .news-list li{
font-size:1.6rem; 
　display: flex;
  justify-content: center;
  align-items: center;
justify-content: space-between;
border-bottom: 1px solid #ddd;
}
section.top-sc.news .news-list li time{
padding-right:1.5em;
font-size: 2rem;
}
section.top-sc.news .news-list li a{
padding:1em 0;
display:inline-block;
text-decoration: none;
min-width:60%;
font-size: 2rem;
}

/*-----------------------
 whats new
-------------------------*/
.page-mv.whatsnew .wrap h2.page-title span{
font-size: 1.6rem;
padding-left: 1em;
}
section.whatsnew{
padding:0 0 80px 0;
border-bottom: 3px solid #ddd;
}
section.whatsnew:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
section.whatsnew .leftbox{
width: 70%;
float: left;
padding-right: 5%;
line-height: 2;
}
section.whatsnew .leftbox h2{
font-size:1.8rem;
font-weight: bold;
background-color: aliceblue;
padding: 5px 1em;
}
section.whatsnew .leftbox .news-date{
text-align: right;
font-size: 1.2rem;
padding: 1em 0;
}

section.whatsnew .rightbox{
width:25%;
float:right;
}

section.whatsnew .rightbox .news-list{
list-style: none;
width:100%;
display: block;
float: left;
border-top:1px solid #dddd;
padding-top:0.25em;
}
section.whatsnew .rightbox{
min-height: 55vh;
max-height:55vh;
overflow-y:auto;
}
section.whatsnew .rightbox .news-list li {
padding: 5px 0;
    display:block;
border-bottom:1px solid #dddd;
}
section.whatsnew .rightbox .news-list li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
section.whatsnew .rightbox .news-list li time{
width: 100%;
clear: both;
display: block;
}
section.whatsnew .rightbox .news-list li a {
    padding:1em 0;
    text-decoration: none;
    min-width: 50%;
    width: 100%;
    display: block;
}

/*-----------------------
.page-mv
-------------------------*/
.page-mv img{
  width: 100%;
  height: auto;
}
.page-mv .readme{
  width: 100%;
  height: auto;
  padding: 2% 0;
  margin: 0 auto 100px;
  background-color: #383b56;
}
.page-mv h2.page-title{
  width: 250px;
  padding: 0.5em 1em;
  border-top: 3px solid #f5ae07;
  margin: 0 auto;
  background-color: #fff;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  text-align:center; 
}

.page-mv .wrap h2.page-title span{
font-size: 1.6rem;
padding-left: 1em;
}

.page-mv .readme p{
  margin-top: 20px;
  font-size: 2rem;
  line-height:2.5;
  color: #fff;
  text-align:center; 
}
/*-----------------------
 advantage
-------------------------*/
section.advantage{
padding-bottom: 70px;
}
section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
section.advantage .wrap{
width: 1000px;
}
section.advantage h2{
margin-bottom: 1em;
}
.advantage .leftbox{
width: 50%;
float: left;
}
.advantage .rightbox{
width: 50%;
float: right;
}
.advantage .a-btn{
font-size: 1.6rem;
font-weight: bold;
color: #fff;
background-color: #383b56;
margin-top:2em;
}
.advantage .a-btn:hover{
  background-color:#f5ae07;
  color:#383b56; 
}
.advantage .indb{
margin: 2em 0 1em 0;
font-weight: normal;
font-size: 2rem;
}
.advantage .in,
.advantage .ind{
font-size: 1.5rem;
line-height: 1.83;
letter-spacing:3px;
}
section.advantage img.floatL,
section.advantage img.floatR{
max-width:420px;
height: auto;
width: auto;
}


/*-----------------------
facility
-------------------------*/
section.facility{
padding: 30px 0;
}
section.facility .wrap{
width: 1000px;
}
section.facility h2{
font-size: 2rem;
line-height:1.5;
color:#fff;
background-color: #1c4272;
padding: 0.5em 1em;
display: inline-block;
text-align: center;
margin-bottom: 1em;
}
section.facility h2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.facility ul{
  display:flex;
  justify-content:flex-start;
  align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
}
.facility ul li{
min-width: 221px;
}

.facility table{
width: 100%;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
margin:2em 0 0 0;
}

.facility table tr.bluebk td,
.facility table tr:nth-of-type(1) td{
font-size: 1.6rem;
text-align: center;
background-color:#CED2F3;
}
.facility table tr td{
border: 1px solid #666;
padding: 0.5em 1em;
}
.facility table tr td:nth-of-type(2),
.facility table tr td:nth-last-of-type(1){
text-align: center;
}

/*-----------------------
 processing
-------------------------*/
section.processing{
padding: 70px 0;
position: relative;
}
section.processing:before{
content: "";
width: 400px;
height: 4px;
background-color:#cacaca;
display: block;
bottom:0;
left: 50%;
margin-left: -200px;
position: absolute;
}
section.processing:nth-last-of-type(1):before{
display: none;
}

section.processing .wrap{
width: 1000px;
}
section.processing h2{
  width: 49%;
float: left;
}
section.processing h2 img{
  width: 100%;
  height: auto;
}
section.processing dl{
  width: 49%;
font-size: 1.8rem;
line-height: 2;
padding-top:2em;
display: block;
float: right;
}
section.processing dl dt{
  width: 7%;
  float: left;
}
section.processing dl dd{
padding: 0 0 3em 0;
  width: 93%;
  float: left;
}

section.processing .wrap img{
max-width: 500px;
height: auto;
}

/*-----------------------
 worker
-------------------------*/
.page-mv.worker .readme{
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.page-mv.worker .readme p{
line-height: 1.8;
}
.page-mv.worker .readme strong{
font-size: 3rem;
}

section.worker{
padding-bottom: 80px;
clear: both;
}
section.worker .wrap{
width: 1000px;
}

section.worker h2{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 3rem;
line-height: 1.3;
text-indent: -3.5em;
margin: 0 0 2em 3.5em;
color: #383b56;
font-weight: bold;
}
section.worker img{
max-width:50%;
height: auto;
}
section.worker .inner{
width:50%;
float: left;
padding:0 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
section.worker .inner p{
color:#383b56;
font-size: 1.8rem;
line-height: 1.5;
margin-bottom: 1em;
}
section.worker .inner p.nowrap{
white-space: nowrap;
}

section.worker .callme{
clear: both;
padding:5em 28%;
color: #383b56;
}
section.worker .callme p:nth-of-type(1){
font-size: 2rem;
line-height:1.5;
margin-bottom: 0.5em;
}
section.worker .callme p:nth-of-type(2){
font-size:1.4rem;
line-height:1.5;
padding: 0 3em;
}
section.worker img.floatL,
section.worker img.floatR{
max-width:500px;
height: auto;
width: auto;
}


/*-----------------------
 profile
-------------------------*/
.page-mv.profile .readme{
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.page-mv.profile .readme p{
font-size: 1.5rem;
line-height: 1.8;
margin-bottom: 1em;
}
section.profile h2{
font-family: 'M PLUS Rounded 1c', sans-serif;
padding-bottom: 30px;
font-size: 2.5rem;
line-height: 1.5;
text-align: center;
font-weight: bold;
color:#383b56;
}
section.profile .wrap{
width: 1000px;
}
.profile ul{
clear: both;
width: 100%;
padding-bottom: 30px;
color:#383b56;
border-top: 1px solid #cacaca;
}
.profile ul li{
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
    font-size: 1.5rem;
    padding: 30px 0;
    line-height: 1.5;
    border-bottom:1px solid #cacaca;
}
.profile:nth-of-type(1) ul li span{
width:5em;
}
.profile:nth-of-type(2){
padding-top: 60px;
}
.profile:nth-of-type(2) ul li{
letter-spacing:4px;
}
.profile:nth-of-type(2) ul li span{
width:7em;
}
.profile.map{
padding-bottom: 70px;
}
.profile.map .wrap{
width: 1200px;
min-height:660px;
}
.profile.map .wrap iframe{
width: 100%;
height: 660px;
}

/*-----------------------
 privacy
-------------------------*/
section.privacy p {
  font-size: 1.5rem;
    line-height: 2;
    margin: 50px 0;
}
section.privacy{
padding:50px 0 0 0;
}

section.privacy .wrap{
width: 1000px;
}

.privacy.map .wrap{
width: 1200px;
min-height:660px;
}
.privacy.map .wrap iframe{
width: 100%;
height: 660px;
}


/*-----------------------
 request
-------------------------*/
section.request h2{
font-size: 3rem;
line-height: 3.6rem;
letter-spacing:2px;
font-weight: bold;
padding: 90px 0;
text-align: center;
}
section.request ul.nagare{
display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
section.request ul.nagare li img{
width: 60px;
height:80px;
}

section.request ul.nagare li div{
    background:#3c4066;
    height:208.75px;
    width:208.75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color:#fff;
  text-align: center;
  line-height: 2;
}
section.request form{
width: 80%;
margin: 0 auto;
}
section.request form ul{
width:100%;
padding:60px 0;
}
section.request form ul li{
padding:15px 0;
clear: both;
}
section.request form ul li label{
width: 100%;
display: block;
clear: both;
}
section.request form ul li label i{
color:#FF0000;
padding-left:0.5em;
}

section.request form ul li input[type=text]{
width: 100%;
padding:0.5em 0.5em;
display: block;
clear: both;
border: 1px solid #a1a1a1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

section.request form ul li select {
width: 100%;
height: 30px;
padding:0.5em 0.5em;
display: block;
clear: both;
border: 1px solid #a1a1a1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

section.request form ul li textarea {
width: 100%;
padding:2.5em 0.5em;
display: block;
clear: both;
border: 1px solid #a1a1a1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


section.request form ul li.caution{
line-height: 2;
}
section.request form ul li.caution h4{
padding: 10px 0 0 0;
}

section.request .thanks .a-btn,
section.request form ul li .a-btn,
section.request form ul li input[type=submit]{
width: 290px;
height: 42px;
margin: 1em auto;
background-color:#383b56;
border: 1px solid #383b56;
border-radius: 10px;
color: #fff;
display: flex;
  justify-content: center;
  align-items: center;

cursor: pointer;
}
section.request .thanks .a-btn:hover,
section.request form ul li .a-btn:hover,
section.request form ul li input[type=submit]:hover{
background-color:#fff;
color: #383b56;
}
section.request form ul li label{
font-size: 1.75rem;
font-weight: bold;
display: block;
float: left;
min-width: 10em;
padding-bottom: 0.5em;
}
section.request form ul li div.naiyo{
padding:0 0 1em 8em;
float: left;
width: 50%;
line-height: 1.5;
font-size: 1.6rem;
}
section.request h2.nunb{
padding: 90px 0 0 0;
}

section.request form ul li.txtC p{
display: flex;
  justify-content: center;
  align-items: center;
}
section.request .tell-me{
width:35%;
display: block;
margin:0 auto 40px auto;
line-height: 2;
text-align: center;
}
section.request .tell-me h3{
font-size: 2rem;
font-weight: bold;
}
section.request .tell-me h4{
font-size: 3rem;
font-weight: bold;
}
section.request .tell-me p:nth-last-of-type(1){
text-align:right;
}

/*-----------------------
 page-top
-------------------------*/
#page-top{
  width:40px;
  height:40px;
  display:block;
  position:fixed;
  right:5%;
  bottom:5%;
  cursor:pointer;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  z-index:998;
}
#page-top img{
  width:40px;
  height:40px;
}
#page-top:hover{
  opacity:0.8;
}

/*-----------------------
 footer
-------------------------*/
footer .wrap{
padding: 1em 0;
    display: flex;
  justify-content:flex-start;
  align-items: center;
  justify-content: space-between;
}
footer .f-logo{
float: left;
width: 38%;
}
footer .f-logo img{
max-height: 80px;
}
footer .f-logo p{
padding-top:1em;
font-size:1.54rem;
line-height: 2.44rem;
}

footer .f-nav{
float: right;
width:45%;
padding-right: 2em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
footer .f-nav ul{
width: 100%;
  display:flex;
  justify-content:flex-start;
  align-items: center;
    justify-content: space-between;
}
footer .f-nav ul li a{
font-size:1.2rem;
font-weight: bold;
position: relative;
}
footer .f-nav ul li a:hover:before{
content:"";
width:90%;
height:2px;
display: block;
background-color: #f5ae07;
position: absolute;
left: 5%;
bottom: -0.25em;
}
@media screen and (max-width:1200px) {
.wrap{
width: 100%;
}
}
@media screen and (max-width:1000px) {
body{
padding-top: 14vw;
}
.wrap{
width:90%;
margin: 0 auto;
}
.profile.map .wrap,
section.request .wrap,
section.profile .wrap,
section.privacy .wrap,
section.worker .wrap,
section.processing .wrap,
section.facility .wrap,
section.advantage .wrap{
width:90%;
margin: 0 auto;
}
header .h-logo {
    padding: 10px 0;
    float: left;
    max-width:70%;
}
header .h-logo img{
height: auto;
}
.sp{
display: block;
}
.pc{
display: none;
}

  #humbt{
    display:inline-block;
    float:right;
    margin:10px 5% 0 0;
    width:30px;
    height:30px;
    cursor: pointer;
  position:relative;    
  }

#humbt span {
    display: block;
    position: absolute;
    height:4px;
    width: 100%;
    background:#004C8D;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
} 
#humbt span:nth-child(2) {
    top:13px;
}
#humbt span:nth-child(3) {
    top:26px;
} 

#chk:checked + #humbt span:nth-child(1) {
    top:13px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
#chk:checked + #humbt span:nth-child(2) {
    width: 0;
    left: 50%;
}
#chk:checked + #humbt span:nth-child(3) {
    top:13px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

nav{
  position:fixed;
  width:100%;
  height:0%;
  overflow:hidden;
  background-color:#FFF;
  left:0;
  top:100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  }
#chk:checked ~nav{
height: 250px;
}
header nav{
width: 100%;
float: none;
padding:0 5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #393B57;
}
header nav ul{
width: 100%;
display: block;
}
header nav ul li{
clear: both;
display: block;
width: 100%;
border-bottom: 1px solid #fff;
}

header nav ul li a:link,
header nav ul li a:visited,
header nav ul li a{
color: #fff;
display: block;
text-align: center;
width: 100%;
padding: 0.4em 0;
font-size: 1.5rem;
}
header nav ul li a:hover:before,
header nav ul li a.active:before{
display: none;
}

/*-------------------------------------
top
---------------------------------------*/
section.top-sc .leftbox{
min-width:100%;
max-width:100%;
float:none;
padding:8vw 0 4vw 0;
clear: both;
text-align: center;
}
section.top-sc h2 span{
display: block;
clear: both;
margin: 1em auto;
}

section.top-sc .leftbox img{
float:none;
margin: 0 auto;
width: 100%;
height: auto;
max-width: 431px;
}
section.top-sc .rightbox{
min-width:100%;
max-width:100%;
float:none;
padding:4vw 0;
text-align: center;
}
section.top-sc h2:before {
    position: absolute;
    content: "";
    display: block;
    width: 51px;
    height: 3px;
    background-color: #f5ae07;
    left:50%;
    bottom: 1em;
    margin-left:-25.5px;
}
.a-btn.white,
.a-btn.yellow,
.a-btn.blue {
margin:1em auto;
}
section.top-sc.top-bk-pic02 .wrap {
    background-image:none;
    min-height:inherit;
}
section.top-sc.top-bk-pic02{
    background-image: url(../images/top/top_pic02.png);
    background-repeat: no-repeat;
    background-position:50vw top;
}
section.top-sc.top-bk-pic04 .wrap {
    background-image:none;
    min-height:inherit;
}
section.top-sc.top-bk-pic04{
    background-image: url(../images/top/top_pic04.png);
    background-repeat: no-repeat;
    background-position:50vw top;
    padding-bottom:0;
}
section.top-sc.top-bk-pic04 h2,
section.top-sc.top-bk-pic04 p {
text-shadow:1px 1px 1px #fff,0 0 2px #fff,1px 1px 2px #fff; 
}
section.top-sc p:nth-last-of-type(1){
text-shadow:none;
}
section.top-sc.top-bk-pic04 .wrap {
padding: 0;
}
section.top-sc.request {
    padding:4vw 0;
    text-align: center;
}
section.request h2 {
    font-size:2rem;
    line-height:1.5;
    padding:4vw 0;
}
section.top-sc.news {
    padding-bottom:4vw;
}
section.top-sc.news .news-list {
    width:100%;
}
section.top-sc.news .news-list li {
padding-top: 0.5em;
}

/*-------------------------------------
news page
---------------------------------------*/
section.whatsnew .rightbox,
section.whatsnew .leftbox {
    width:100%;
    float:none;
    padding:0 0 5em 0;
    line-height: 2;
    clear: both;
    margin:0;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
section.whatsnew .rightbox{
border-top:10px solid #DFDFDF;
}
section.whatsnew .rightbox .news-list li {
    display:block;
}
section.whatsnew .rightbox .news-list li time{
width: 100%;
clear: both;
display: block;
}
section.whatsnew .rightbox .news-list li a {
    padding:0;
    text-decoration: none;
    min-width: 50%;
    width: 100%;
}
section.whatsnew .rightbox{
min-height: 35vh;
max-height:35vh;
overflow-y:auto;
}
/*-----------------------
.page-mv
-------------------------*/
.page-mv .readme{
  max-width: 100%;
  padding: 4% 0;
  margin: 0 auto 10%;
}
.page-mv .readme p{
  font-size:1.8rem;
  line-height:2;
}

.floatL,
.floatR {
    float:none;
    margin:1em auto;
    clear: both;
    display: block;
}
img.floatL,
img.floatR {
max-width: 100%;
height: auto;
}
/*-------------------------------------
advantage
---------------------------------------*/

.advantage .rightbox,
.advantage .leftbox {
    width:100%;
    float:none;
    clear: both;
    margin: 1em auto;
}
section.advantage h2 img{
width: 100%;
max-width: 327px;
height: auto;
}

.advantage .a-btn {
margin: 1em auto;
}

section.advantage img.floatL, section.advantage img.floatR {
    max-width:100%;
    height: auto;
    width: auto;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*-------------------------------------
.facility
---------------------------------------*/
.facility ul {
    display:block;
}
.facility ul li{
width: 100%;
padding: 1em 0;
text-align: center;
}
.facility ul li img{
max-width: 100%;
height: auto;
}
.table-box{
width: 100%;
overflow-x: auto;
}

.facility table {
width:1000px;
}


/*-------------------------------------
processing
---------------------------------------*/
section.processing h2{
  width: 100%;
float: left;
}
section.processing h2 img{
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
section.processing dl{
  width: 100%;
float: none;
}
section.processing dl dt{
  width: 7%;
  float: left;
}
section.processing dl dd{
padding: 0 0 3em 0;
  width: 93%;
  float: left;
}
.page-mv.processing .wrap {
    height:80vw;
}
.page-mv.processing .wrap h2.page-title {
}
section.processing {
    padding:10vw 0;
    position: relative;
}

section.processing:before {
    content: "";
    width:100%;
    height: 4px;
    background-color: #cacaca;
    display: block;
    bottom: 0;
    left:0;
    margin-left:0;
    position: absolute;
}
section.processing .wrap img {
    max-width:100%;
    height: auto;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*-------------------------------------
worker
---------------------------------------*/
.page-mv.worker .readme strong {
    font-size:2rem;
}

section.worker img {
    max-width:100%;
    height: auto;
}
section.worker .inner {
    width:100%;
    float:none;
    padding: 0;
}
section.worker h2 {
    font-size:2rem;
    line-height: 1.3;
    text-indent:-1.5em;
    margin: 0 0 2em 1.5em;
    color: #383b56;
    font-weight: bold;
}
section.worker .inner p br{
display: none;
}
section.worker .inner p.nowrap {
    white-space:normal;
}
section.worker .callme {
    clear: both;
    padding:2em 0;
}
section.worker .callme p:nth-of-type(2) {
    padding: 0;
}

section.worker img.floatL, section.worker img.floatR {
    max-width:100%;
    height: auto;
    width: auto;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*-------------------------------------
profile
---------------------------------------*/
.page-mv.profile .readme {
    text-align:left;
    line-height: 1.5;
    padding: 1em 1em 2em 1em;
    display: block;
    width:100%;
    left: 0;
    right: inherit;
    margin-left:inherit;
    bottom: -190px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.page-mv.profile .readme br{
display:none;
}
.page-mv.profile .readme p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom:0.5em;
}
.profile ul li {
padding: 3vw 0;
    display:block;
}
.profile ul li span{
display: block;
clear: both;
}

/*-------------------------------------
privacy
---------------------------------------*/
.page-mv.privacy {
    width: 100%;
    background-image: url(../images/privacy/privacy-mv.png);
    background-position: center top;
    background-repeat: no-repeat;
    object-fit: contain;
    height: 19vh;
    background-size: 100%;
    position: relative;
    background-color: #fff;
}

.page-mv.privacy .wrap {
    height:80vw;
}

.page-mv.privacy .wrap h2.page-title {
    left: 36%;
    bottom: 10vh;
    margin-left: -77px;
    z-index: 80;
}

section.privacy p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 50px 0;
}
/*-------------------------------------
request
---------------------------------------*/
section.request ul.nagare {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.request ul.nagare li{
margin-bottom: 1em;
}
section.request ul.nagare {
    display:block;
    text-align: center;
}
section.request ul.nagare li{
text-align: center;
margin-bottom: 1em;
clear: both;
}
section.request ul.nagare li div {
margin: 0 auto;
}
section.request ul.nagare li img {
transform: rotate(90deg);
}

section.request .tell-me {
    width:100%;
    display: block;
    margin: 0 auto 4vw auto;
    line-height: 2;
    text-align: center;
}
section.request form{
width: 100%;
}
section.request form ul li label{
font-weight: bold;
display: block;
float:none;
min-width:inherit;
width: 100%;
clear: both;
}
section.request form ul li div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

section.request form ul li div.naiyo {
padding:1em 0;
float:none;
clear: both;
width:100%;
display: block;
line-height: 1.5;
font-size: 1.6rem;
}

/*-------------------------------------
footer
---------------------------------------*/
footer .wrap {
    padding: 1em 0;
    display:block;
}
footer .f-logo {
    float:none;
    width:100%;
    clear: both;
    margin-bottom: 2em;
}
footer .f-nav {
    float:none;
    width:100%;
    padding:1em 0;
}
footer .f-nav ul{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .f-nav ul li{
width:50%;
height: 28px;
display: block;
}
footer .f-nav ul li a{
padding: 0.5em 0;
}

}
@media screen and (max-width:768px) {
body{
padding-top:85.05px;
}
header .h-logo img {
    max-height:65.05px;
}
header nav{
top:85.05px;
}


}
@media screen and (max-width:640px) {
#chk:checked ~nav{
height: 220px;
}
/*-----------------------
 top
-------------------------*/
ul.slider .slick-slide:nth-of-type(1) h3,
  ul.slider .slick-slide:nth-of-type(2) h3,
ul.slider .slick-slide:nth-of-type(3) h3{
width: 85%;
  font-size: 1.6rem;
}

/*-----------------------
.page-mv
-------------------------*/
.page-mv .readme{
  padding: 6% 0;
  margin: 0 auto 10%;
}
.page-mv h2.page-title{
  width: 200px;
  font-size: 2.0rem;
}

.page-mv .wrap h2.page-title span{
font-size: 1.6rem;
padding-left: 1em;
}
.page-mv .readme p{
  font-size:1.5rem;
  line-height:1.5;
}
}
@media screen and (max-width:480px) {
}
@media screen and (max-width:320px) {
}


