.desktop{
    display: none;
}
div#headerWrapper{
    width:100%;
    height:1250px;
    background:url("../images/sky.jpg") no-repeat center top;
    background-size:cover;
    overflow: hidden;
    z-index: 100000
}
div#headerWrapper.second{
    /*width:100%;*/
    height: 70px !important;
    /*min-width: 960px;
    background:url("../images/sky.jpg") no-repeat center top;
    background-size:cover;*/
}
div#header{
    width:100%;
    height: 70px;
    margin:auto;
    position: relative;
}
div.headerWrapper.child{
    background:#fff;
}
div#header h1{
    background:url("../images/logo.svg") no-repeat;
    width: 200px;
    height: 35px;
    background-size:200px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin:10px;
}
div#header h1 a{
    display: block;
    width:100%;
    height: 100%;
}
div#header p.tel{
    background:url("../images/tel.svg") no-repeat;
    background-size:30px;
    position: absolute;
    width:30px;
    height: 30px;
    right:75px;
    top:8px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div#header p.tel a,
p.menu a{
    display: block;
    width:100%;
    height: 100%;
}
p.menu{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url("../images/menu.svg") center center no-repeat !important;
    width:50px;
    height: 50px;
    position: absolute;
    top:-2px;
    right: 10px;
    z-index: 10;
}
ul#nav{
    width:100%;
    position: absolute;
    top:70px;
    right: 0;
    background:#fff;
    z-index: 100;
    display: none;
}
ul#nav li{
    font-size: 16px;
    line-height: 40px;
    /*width:120px;*/
    text-align: left;
    text-indent: 20px;
    height: 40px;
    border-bottom:2px solid #15afe7;
}
ul#nav li.close{
    text-indent: 0;
    text-align: center;
    background:#efefef;
}
ul#nav a{
    color:#15afe7;
}
div.second {
    /*width:100%;
    padding:20px;*/
    margin:auto;
    /*height: calc(100vh - 240px);*/
    background:rgba(255,255,255,1);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
div.h2Wrapper {
    width: 100%;
    height: 36px;
}
div.h2Wrapper h2 {
    width: 60%;
    height: 36px;
    line-height: 36px;
    font-size: 20px !important;
    text-indent: 10px;
    float: left;
    position: relative;
    color:#fff;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
div.h2Wrapper.blue h2{
    background:#0071bc;
}
div.h2Wrapper.green h2{
    background:#28A745;
}
h3{
    margin:10px;
    color:#28A745;
    font-size:18px;
    border-bottom:3px solid #28A745;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
}
h4{
    font-size: 18px;
    color:#28A745;
    border-bottom:1px solid #28A745;
    margin:10px;
}
h4 + p{
    margin:10px;
}
div.general{
    margin:10px;
    overflow: hidden;
}
div.general p{
    width:calc(60% - 10px);
    float: left;
}
div.general img{
    width:calc(40% - 10px);
    height: auto;
    display: block;
    float: right;
    border:3px solid #ccc;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
dl.general{
    margin:10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
dl.general dt,
dl.general dd{
    padding:10px;
}
dl.general dt{
    font-weight: bold;
}
dl.general dd{
    border-bottom: 1px solid #ccc;
    margin-bottom:5px;
}
dl.general dt.must{
    background:url("../images/must.svg") right 5px top 10px no-repeat;
    background-size:35px;
}
dl.general strong{
    font-weight: bold;
}
div#map{
    padding-bottom:10px;
}
dl.general li{
    margin-left:20px;
    list-style: disc;
}
div.map{
    width:calc(100% - 20px);
    margin:20px auto;
    height: 300px;
}
table{
    margin:20px 40px;
    width:860px;
}
.title td{
    text-align: center;
    font-weight: bold;
    padding:10px;
}
table td{
    padding:5px;
    /*border:1px solid #ccc;*/
}
table tr:nth-child(2n) td{
    background:#efefef;
}
tr td:nth-child(1){
    width:55%;
    text-indent: 20px;
}
tr td:nth-child(2){
    width:25%;
    text-align: center;
}
tr td:nth-child(3){
    width:20%;
    text-align: center;
}



div.submit {
    width:60%;
    margin:20px auto;
    display: flex;
    justify-content: space-around;
}

p.inquiry {
    margin:10px;
}
p.inquiry.zoom{
    background:url("../images/zoom.svg") left center no-repeat;
    background-size:25px;
    padding-left:40px;
    line-height: 2em;
}
p.inquiry.attention{
    padding:10px;
    background:#efefef;
}
input[type=text]{
    width:calc(100% - 20px);
    padding:0 10px;
    background:#efefef;
    line-height: 2em;
}
textarea{
    width:calc(100% - 20px);
    padding:10px;
    height: 300px;
    background:#efefef;
}
input[type=submit]{
    width:40%;
    height: 40px;
    line-height: 40px;
    background:#0071BC;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
    border-radius: 20px;
}
input[type=submit]:hover{
    background:#28A745;
}
input[type=button]{
    width:40%;
    height: 40px;
    line-height: 40px;
    background:gray;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
    border-radius: 30px;
}
input[type=button]:hover{
    background:#333;
}
input[type=button].top{
    width:80%;
    height: 40px;
    line-height: 40px;
    background:#0071BC;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
    border-radius: 30px;
}
input[type=button].top:hover{
    background:#28A745;
}

div.ml10 {
    margin-left:10px;
    margin-bottom:5px;
}
p.copy{
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    background:gray;
    color:#fff;
}

div.photo{
    width:calc(50% - 10px);
    margin-bottom: 20px;
}
div.photo img{
    width:410px;
    height: 300px;
    object-fit: cover;
    transition: all 0.3s;
}
div.photo img:hover{
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    transform:scale(1.01);
    transition: all 0.3s;
}
div.photo p{
    text-align: center;
    margin:5px auto;
}
div.photo p strong{
    font-weight: bold;
}
div.photo3Wrapper{
    margin:20px 40px;
    display: flex;
    justify-content: space-between;
}
div.photo3{
    width:270px;
}
div.photo3 img{
    width:270px;
    height: auto;
}
div.photo3 p{
    text-align: center;
    margin-top:5px;
}
span.toProduct{
    display: inline-block;
    padding:4px 30px 4px 20px;
    margin:1em auto;
    background-image:url("../images/arrow.svg");
    background-position: right 10px center;
    background-repeat:no-repeat;
    background-size:7px;
    background-color:#28A745;
}
span.toProduct:hover{
    background-color:gray;
}
span.toProduct a{
    color:#fff;
}
strong.business{
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
p.totop{
    width:50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image:url("../images/totop.svg");
    background-repeat:no-repeat;
    background-position: center top;
    background-size:50px;
    display: none;
    position: fixed;
    right:10px;
    bottom:30px;
}
p.totop a{
    display: block;
    width:100%;
    height: 100%;
}
p.totop:hover{
    background-position: center bottom;
}

div.contentsWrapper {
    width:100%;
    padding:25px 0;

}
div.contentsWrapper.odd{
    background:#8fc325;
    background:#A7D051;
}
div.contentsWrapper.even{
    background:#15afe7;
    background:#52C1EA;
}
div.contents h2{
    font-size:28px;
    text-align: center;
    color:#fff;
    font-weight: bold;
}

div.people {
    background:url("../images/people.png") no-repeat;
    width:287px;
    height: 200px;
    background-size:287px;
    position: absolute;
    right:100px;
    top:280px;
}
div.harmonia{
    background:url("../images/harmonia.png") no-repeat;
    width:280px;
    height: 154px;
    background-size:280px;
    position: absolute;
    top:100px;
    left:0;
    right:0;
    margin:auto;
}
div.bird{
    background:url("../images/bird.png") no-repeat;
    width:48px;
    height: 38px;
    background-size:48px;
    position: absolute;
    top:100px;
    right:20px;
}
div.new{
    /*background:url("../images/newBg.png");*/
    background:#28A745;
    border:5px solid #fff;
    border-radius: 25px;
    width:280px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:24px;
    position: absolute;
    top:470px;
    right: 0;
    left:0;
    margin:auto;
    color:#fff;
    font-weight: bold;
}
div.newOpen{
    background:url("../images/open.png") no-repeat;
    width:308px;
    height: 77px;
    background-size:308px;
    position: absolute;
    top:560px;
    left:0;
    right:0;
    margin:auto;
}

div.origin {
    padding:20px;
    background:#8fc325;
    background:#15afe7;
    border-radius: 10px;
    color:#fff;
    margin:640px 10px 0;
    font-size:16px;
    box-shadow: 6px 6px 0 rgba(255,255,255,0.3);
}
div.origin h2{
    font-size:20px;
    text-align: center;
    margin-bottom:20px;
    border-bottom:1px solid #fff;
    font-weight: bold;
}
div.origin p{
    margin:0 10px;
}
ul.distress {
    width:calc(100% - 20px);
    background:url("../images/consultation.png") center bottom 10px no-repeat;
    background-size:150px;
    margin:10px auto;
    padding: 60px 0 200px 0;
}
div.point{
    width:calc(100% - 20px);
    border-radius: 30px;
    background:#fff;
    position: relative;
    margin:auto;
    margin-bottom: 100px;
    border:5px solid #15afe7;
    
}
div.point ul{
    padding:10px;
    font-size:18px;
    color:#15afe7;
    font-weight: bold;
}
div.point li{
    background:url("../images/star_blue.svg") left 0.2em no-repeat;
    background-size:18px;
    padding-left:26px;
}
div.point p.point{
    background:url("../images/point.png") no-repeat;
    width:79px;
    height: 100px;
    background-size:79px;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top:70px;
    right:20px;
}
ul.distress li{
    width:calc(100% - 20px);
    text-align: center;
    font-size:18px;
    color:#8fc325;
    color:#fff;
    line-height: 50px;
    border:5px solid #fff;
    border-radius: 10px;
    margin-bottom:15px;
    background-color:#15afe7;
    background-image: url("../images/list_circle.png") ;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size:15px;
}
p.inquiry{
    text-align: center;
}
div.inquiry{
    width:calc(100% - 40px);
    padding:10px;
    background:#fff;
    border:5px solid #ccc;
    border-radius: 10px;
    margin:20px auto;
}
div.recruit{
    width:calc(100% - 40px);
    padding:10px;
    background:#fff;
    border:5px solid #ccc;
    border-radius: 10px;
    margin:10px auto 0;
}



ul.helper {
    font-size:18px;
    margin:auto 10px;
}
ul.helper li{
    background:url("../images/star_green.svg") left top 0.3em no-repeat;
    background-size:20px;
    padding-left:30px;
    margin-bottom:1em;
}

ul.recruit {
    margin:10px;
    padding:20px;
    font-size: 18px;
    border-radius: 10px;
    background:#A7D051;
    color:#fff;
    font-weight: bold;
    line-height: 2em;
}
ul.recruit li{
    background:url("../images/star_blue.svg") left 0.4em no-repeat;
    background-size:20px;
    padding-left:30px;
}

div.distress {
    border:2px dashed #fff;
    width:calc(100% - 20px);
    margin:30px auto;
    border-radius: 30px;
    position: relative;
}
div.distress h2{
    display: inline !important;
    width: 70%;
    position: absolute;
    left:0;
    right:0;
    top:-18px;
    margin:auto;
    padding-left:20px;
    padding-right: 20px;
    background:#A7D051;
    font-size:20px;
}

p.thanks,
ul.thanks{
    margin:10px;
}
ul.thanks li{
    list-style: disc;
    margin-left:30px;
}

div.fix {
}

div.jobWrapper {
    width:calc(100% - 20px);
    margin:30px auto;
}
div.job{
    width:100%;
    background:#fff;
    border-radius: 20px;
    margin-bottom:10px;
}
div.job h3{
    color:#fff;
    line-height: 1.5em;
    border:none;
    background:#0071BC;
    background:#28A745;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: normal;
    padding-top:5px;
    padding-bottom: 5px;
    margin:0;
    
}
div.job p{
    padding:20px 10px;
    text-align: justify;
    color:#28A745;
    color:#333;
}
