@charset "UTF-8";
/* CSS Document */

    h1{
        font-size: 2.5rem;  margin-bottom: .5rem;
    }
  .container {
    margin: 0 auto;
  }
p{
    margin-bottom: 0.5em;
}
/*---------------------------------------------page1----*/
#page1 .box{
    background-color: #fff;
    border-radius: 1em;
    padding: 3em 1em;
    margin-bottom: 3em;
    text-align: justify;
}

#page1 .box h3{
    font-size: 1.8rem;
    line-height: 1.5;
    color: #f87f2f;
    font-weight: 700;
    margin-bottom: 2em;
}
#page1 .box h4{
    color: #f87f2f;
    line-height: 1.4;
    margin-bottom: 2em;
}
#page1 .box h4 p{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0.2em;
}
#page1 .box .indent{
    text-indent: -1em;
    padding-left: 1em;
}
#page1 .box ul{
    margin: 3em 0;
}
#page1 .box li{
    text-align: center;
}
#page1 .box li:nth-child(1) img{
    width: 11em;
    margin: 0 auto;
}
#page1 .box li:nth-child(2){
    padding: 2em 0;
}
#page1 .box li:nth-child(3) img{
    width: 13em;
    margin: 0 auto;
}
#page1 .box table{
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color:#a5a5a5;
    margin-bottom: 4em;
}
#page1 .box th, #page1 .box td{
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color:#a5a5a5;
        font-size: 1.4rem;
    }
#page1 .box th{
    background-color: #585857;
    color: #fff;
    font-weight: 600;
}
#page1 .box h5{
    font-size: 1.7rem;
  font-weight: 700;
    margin-bottom: 0.6em;
}
#page1 .box td{
    line-height: 1.4;
    padding: 0.3em 0;
}
#page1 .box td.red{
    background-color: #ffbc90;
}

#page1 .box .caution{
    background-color: #fdf8ec;
    border: 2px solid #f87f2f;
    color: #f87f2f;
    font-weight: 500;
    padding: 1.5em 1em 1em 1em;
    border-radius: 1em;
}
#page1 .box .caution p{
    text-indent: -1.9em;
    padding-left: 1.9em;
    text-align: justify;
}
#page1 .box .caution p span{
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-indent: 0;
    background-color: #f87f2f;
    color: #fdf8ec;
    border-radius: 50%;
    line-height: 1;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5em;
    padding-top: 0.1em;
}

#page1 .box dl{
    color: #f87f2f;
    padding-bottom: 3em;
}
#page1 .box dt .title{
    font-weight: 700;
}
#page1 .box dd{
    text-align: center;
}
#page1 .box dd a{
    display: block;
    border: 1px solid #f87f2f;
    color: #f87f2f;
    border-radius: 2em;
    text-align: center;
    margin: 1em 0;
    padding: 0.5em 0;
    font-size: 1.4rem;
}
#page1 .box dd a:hover{
    text-decoration: underline;
}
#page1 .box dd a img{
    display: inline-block;
    height: 1.6em;
      vertical-align: bottom;
}
#page1 .send{
    background-color: #ccc;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0.5em;
    padding: 0.8em 0;
    width: 100%;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

    .send-active {
    background-color: #f87f2f;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0.5em;
    padding: 0.8em 0;
    width: 100%;
        cursor: pointer;
    }


input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"] {
  position: relative;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #f87f2f;
  vertical-align: -0.2em;
    margin-right: 0.5em;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0.03em;
  left: 0.3em;
  transform: rotate(50deg);
  width: 0.4em;
  height: 0.8em;
  border-right: 2px solid #f87f2f;
  border-bottom: 2px solid #f87f2f;
  content: '';
}

body.priscroll {
  height: 100%;
  overflow: hidden;
}
#privacys, #payroll{
    text-align: center;
    display: none;
    position: fixed;
    width: 90%;
      top: 3em;
    padding-top: 3em;
    right: 0;
    left: 0;
    bottom: 2em;
    margin: 0 auto;
    border: 1px solid #a4a6a9;
    border-radius: 1em;
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    padding-bottom: 0.5em;
    z-index: 1100;
}
#privacys #privacytxt,#payroll #payrolltxt{
    width: 100%;
    height: 90%;
      overflow-y: scroll;
}
#privacys .close, #payroll .close{
    padding: 0.3em;
    font-weight: 500;
    display: block;
    cursor: pointer;
    background-color: #999;
    width: 10em;
  border-radius: 3em;
    margin: 0.7em auto;
      text-shadow: none;
  opacity: 1;
    float: none;
}
#privacys .close:after, #payroll .close:after{
  content: "×";
  position: absolute;
    font-family: 'Jost', sans-serif;
  font-size: 4rem;
      top: -0.4em;
  right: -0.2em;
      width: 1em;
  height: 1em;
      padding-top: 0.12em;
    line-height: 0.6;
  font-weight: 700;
  border-radius: 50%;
    color: #fff;
    background-color: #a4a6a9;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#privacys .close:hover, #privacys .close:hover:after, #payroll .close:hover, #payroll .close:hover:after{
    color: #fff;
    background-color: #313131;
}
.privacy_btn, .payroll_btn{
    cursor: pointer;
}

@media screen and (min-width: 769px) {

/*---------------------------------------------page1----*/

#page1 .box{
    padding: 6em 5em 4em 5em;
    margin-bottom: 3em;
}

#page1 .box h3{
    font-size: 2rem;
    margin-bottom: 3em;
}
#page1 .box h4{
    line-height: 1.4;
    margin-bottom: 2em;
}
#page1 .box h4 p{
    font-size: 1.8rem;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 1em;
}
#page1 .box ul{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#page1 .box li:nth-child(1){
    width: 20%;
    }
#page1 .box li:nth-child(1) img, #page1 .box li:nth-child(2) img, #page1 .box li:nth-child(3) img{
    width: auto;
    margin: 0 auto 1em auto;
}
#page1 .box li:nth-child(2){
    padding: 0;
    width: 43%
}
#page1 .box li:nth-child(3){
    width: 27%;
    }
#page1 .box h5{
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1em;
}
    #page1 .box th{
        width: 25%;
    }
    #page1 .box th, #page1 .box td{
        font-size: 1.6rem;
    }
#page1 .box .caution{
    padding: 1.5em 1.5em 1em 1.5em;
}
#page1 .box .caution p span{
    font-size: 1.8rem;
}

#page1 .box dl{
    display: flex;
    justify-content: space-between;
}
    #page1 .box dt {
        flex: 1;
    }
#page1 .box dd{
    width: 38%;
    margin-right: 5%;
    }
#page1 .box dd a{
    font-size: 1.6rem;
}
    #page1 .box dd a:hover{}
    #page1 .btn1{
        text-align: center;
    }
#page1 .send,  .send-active {
    width: 20em;
    margin: 0 auto;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.send-active:hover {
    background-color: #313131;
    }
    
    
#privacys, #payroll{
    top: 5em;
    right: 0;
    left: 0;
    bottom: 5em;
    width: 50%;
    padding-bottom: 0.5em;
    padding-top: 4em;
}
#privacys #privacytxt,#payroll #payrolltxt{
    height: 93%;
}
#privacys .close, #payroll .close{
    padding: 0.6em;
    width: 10em;
    margin: 1em auto 0 auto;
}
#privacys .close:after, #payroll .close:after{
  font-size: 5rem;
  top: -0.5em;
  right: -0.5em;
      width: 1em;
  height: 1em;
      padding-top: 0.12em;
    line-height: 0.6;
}
    
    
}



@media screen and (min-width: 1430px) {


    
}