@charset "UTF-8";
body {
  line-height: 1.7;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  background: #000;
}
html,body,*{
  padding:0;
  margin: 0;
}
html,body{
  background: #fff;
}
@media screen and (min-width: 768px) {
  html,body{
  }
  header h1{
    padding-top: 54px !important;
  }
  main{
    background:#fff;
  }
header,main,footer,nav{
  width: 750px;
  max-width: 750px;
  margin: auto;
}
  footer #cop{
    max-width: 750px;
  }
nav#footer_nav{
  height: 98px !important;
}
footer{
  padding-bottom: 136px !important;
}
}

*{
  box-sizing: border-box;
}
img{
  width: 100%;
}
.wf-sawarabimincho,
#entry .title{
  font-family: "Sawarabi Mincho";
}
a,
a:link {
  color: #3585b7;
}
a:visited {
  color: #6252B7;
}
a:hover {
  text-decoration: none;
  color: #555;
}
/* ▼飾り */
#entryHeader{
  position: relative;
}
#entryHeader::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#cnt2::after{
  bottom: -14px;
}
#cnt2::before,
#entry::before{
  top: -1px;
}
#cnt2::before,
#entry::before{
  border-color: #fff transparent transparent transparent;
}
#entry::before{
  border-color: #DADBDB transparent transparent transparent;
}
#entryHeader::before{
  border-color: #0e4aa3 transparent transparent transparent;
}
/* contents */
#entryHeader{
  background:#29abe2;
}
.inner{
  width: 637.5px;
  max-width: 85%;
  margin: auto;
}
header h1{
  margin: auto;
  padding-top: 52px;
}
header picture{
  display: grid;
}
.head01,
#entry{
  background: linear-gradient(90deg, rgba(29,32,136,1) 0%, rgba(0,111,188,1) 100%);
}
.head01{
  padding:  1.5rem 0;
}
#entryHeader .inner{
  padding:  1.5rem 0;
}
.head01 p{
  color: #fff;
  text-align: center;
  margin-bottom: .625rem;
}
.head01 .box{
  background: #fff;
  border-radius:15px;
  padding:.625rem 1rem;
}
.head01 .box dt{
  text-align: center;
  font-size:1.25rem;
  border-bottom: 1px solid #000;
  margin-bottom: .625rem;
}
.head01 .box dd{
  margin-top: .625rem;
}
main{
  padding: 20px 0 0;
/*  background: #fff;*/
}
#cnt2 section{
  max-width: 90%;
}
#cnt1 section{
  margin: 1.25rem auto;
}
#cnt1 h2,{
  margin:10px auto;
}
.cont1_02txt{
  margin-top: 1rem;
}
#cnt2{
  padding: 20px 0;
}
#cnt2 h2{
  color:#1E285A;
  text-align:center;
  margin-bottom: .5rem;
}
#cnt2 p{
  color:#19285a;
  text-align:center;
  margin-bottom: .5rem;
}
#cnt2 .container{
  width: 95%;
  margin: auto;
  display: block;
}
#cnt2 .container dl{
  margin-bottom: .5rem;
}
#cnt2 .container dt,
#cnt2 .container dd{
  padding: 0 .5rem 0 ;
}
#cnt2 .container dt{
  background:#1E285A;
  color: #fff;
}
#cnt2 .container dd{
  background:#fff;
}
#cnt2 .container ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
#cnt2 .container ol li{
  padding-left:1em;
  text-indent:-1em;
}
#cnt2 .container ol li:before{
  counter-increment: item;
  padding-right:.5rem;
  display: block;
  color: #1E285A;
  font-weight: 700;
}
#cnt2 .container ol li:first-child:before {
  content: counter(item)'.職　人';
}
#cnt2 .container ol li:nth-child(2):before {
  content: counter(item)'.見習い';
}
#entry{
  color: #fff;
}
#entry .inner{
  width: 630px;
  max-width: 83%;
  margin: auto;
  padding: 30px 0;
}
#entry .title{
  font-size: 1.2rem;
  border-bottom: 2px dotted #fff;
  letter-spacing: -1px;
}
#cop picture{
  padding: 20px 0;
  display: block;
}
a.btn {
  display: block;
  top: 3px;
  border-radius: 8px;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin:1rem auto;
  box-shadow: 0px 12px 20px rgba(0,0,0,.25);
}
a.btn_yellow{
  background: linear-gradient(180deg, rgba(254,255,51,1) 0%, rgba(255,231,0,1) 39%, rgba(219,197,0,1) 66%, rgba(219,197,0,1) 93%, rgba(255,232,56,1) 100%);
}
a.btn_line{
  padding: 8px 0 2px;
  background:#01b800;
}
a.btn_tel{
  padding: 12px 0 3px;
}
a.btn_entry{
  padding:14px 0 10px;
}
.btn picture{
  display: block;
  width: 60%;
  margin:auto;
}
.btn picture.tel-btn{
  width: 60%;
}
.btn picture.entry-btn{
  width: 35%;
}
.btn picture.line-btn{
  width: 50%;
}
a.btn_yellow:hover{
  background:#ffe700;
}
a.btn_line:hover{
  background:#00e000;
}
@media screen and (min-width: 600px) {
  hr{
    margin: 40px auto;
  }
  #cnt1 h2,
  #cnt1 .center{
    margin:40px auto;
  }
  #cnt2 .point3::before{
    left: -20px;
  }
  #cnt3 .point3::before{
    right: -40px;
  }
  #cnt2 .container dl{
    display: flex;
    width: 100%;
  }
  #cnt2 .container dt{
    width: 120px;
  }
  #cnt2 .container dd{
    width: calc(100% - 130px);
    margin-left: 10px;
  }
  #cnt2 .container dt,
  #cnt2 .container dd{
    padding: .2rem .5rem;
  }
  a.btn {
    border-radius: 17px;
    margin-bottom: 20px;
  }
  a.btn_entry{
    padding: 22px 0 16px;
  }
  a.btn_line{
    padding: 10px 0 3px;
  }
}
@media screen and (max-width: 959px) {
  .pc{
    display: grid;
  }
}
@media screen and (min-width: 960px) {
  .pc{
    display: none;
  }
  /*.inteview{
    margin-top: -7%;
  }*/
}


nav{
  position: fixed;
  background: #ffffff9c;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
nav img{
  width: auto;
  object-fit:contain;
}
nav ul{
  display: flex;
  justify-content: space-evenly;
}
nav ul #logo{
  margin: 0px 1.2rem;
}
nav ul li img{
  max-height: 77px;
  width: 96%;
  margin: 0 auto;
  display: block;
}
nav#header {
  width:100%;
  height:50px;
  display:grid;
  align-items: center;
}
nav#header img{
  height:46px;
}
nav#footer_nav{
  bottom: -2px;
  height: 80px;
  width: 100%;
  padding: 8px 10px 10px
}

section p{
  width: 90%;
  font-size: 0.8rem;
  margin: 1rem auto 1.6rem;
}

#contact form button{
  border:none;
  background: transparent;
}

#contact .asterisk{
  background: #ba0001;
  border-radius:50px;
  float:right;
  color: #fff !important;
  padding: 0 0.8rem;
  font-size: 80%;
  margin-top: 2px;
}
#contact form input:not([type="checkbox"]){
  font-size: 1.2rem !important;
  height: 3rem;
  border-radius: 7px;
  border: 1px solid #bfbfbf !important;
}
#contact form .error{
  color:#ba0001;
  text-align:center;
  font-weight:800;
}

footer{
  background: #e5e7e8;
  padding-bottom: 118px;
}
footer .memo{
  color:#3e3e3e;
  text-align:center;
  font-size:84%;
  margin: 1rem 0 1.8rem;
}
footer #cop{
  background:#4d4d4d;
  position:absolute;
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0.5rem;
  font-size: 88%;
}

#formWrap{
  width:90%;
  margin:0 auto;
  height:calc(100vh - 39px);
  display: grid;
  align-content: center;
}
#formWrap .formTable {
  font-size:0.9rem;
  width: 100%;
}
#formWrap .formTable th{
  background:#eee;
  width:50%;
  text-align:left;
  padding:0.5rem;
  border:1px solid #eee;
}
#formWrap .formTable td{
  border:1px solid #eee;
  padding:0.5rem;
}
#formWrap input{
  padding:0.5rem;
  margin:0.5rem;
  margin-top:1rem;
  border:none;
  border-radius:5px;
}
#formWrap [type="submit"]{
  background:#0e4aa3;
  color:#fff;
}

.trans_bt {
  padding:1rem 0;
  background:#b3b3b3;
  margin-top: -10px;
}
.trans_bt img{
  display:block;
  width:80%;
  margin:1rem auto;
}