/* ******************************
 *　about
 * *******************************/
.pg_about{

}
.pg_about .section#sec1{
  padding: 50px 0;
}
.pg_about .section#sec2{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.pg_about .section#sec3{
  margin-top: 60px;
}
.pg_about .section#sec4{
  position: relative;
}
.pg_about .section#sec5{
  margin-top: 60px;
}
.pg_about .section#sec6{
  position: relative;
  margin-top: 60px;
}
.pg_about .section#sec7{
  background: #fff;
  color: #000000;
}
.pg_about_header_wrap .title_box{
  position: relative;
  color: #FFF;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}
.pg_about_header_wrap .title_num {
  font-size: 3em;
  line-height: 1;
  opacity: 0.5;
}
.pg_about_header_wrap .title_txt {
  font-size: 1em;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #040404;
}

.pg_about_second_wrap{

}
.pg_about_second_wrap_outer{
  position: relative;
}
.pg_about_second_wrap_outer:after{
  background: #fff;
  bottom: 78px;
  content: '';
  left: 0;
  opacity: .1;
  position: absolute;
  right: 320px;
  top: 0;
  z-index: -1;
}
.pg_about_second_wrap .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_about_second_wrap .items .box1{
  width: 100%;
}
.pg_about_second_wrap .items .box2{
  width: 100%;
}
.pg_about_second_wrap .items .box1 .title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height:1.8em; 
  color: #fff;
}
.pg_about_second_wrap .items .box1 .content{
  font-size: 1.6em;
  letter-spacing: 0.075em;
  line-height: 2.2em;
  font-weight: 400;
  color: #fff;
  margin-top: 16px;
}


.pg_about_second_bottom_wrap{
  margin-top: 28px;
}
.pg_about_second_bottom_items{
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.pg_about_second_bottom_items .item{
  width:32.5%; 
}

.section#sec5 .service_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section#sec5 .service_items .item{
  width: 100%;
  position: relative;
}
.section#sec5 .service_items .item .inner{
  padding: 0 15px;
}
.section#sec5 .service_items .item .img_title{
  width: auto;
  background: #111;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #333;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}
.section#sec5 .service_items .item .img{
  position: relative;
  border: 1px solid #333;
  padding: 10px;
}
.service_items .item .title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.service_items .item .content{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
}
.service_items .item .list_box{
  border-top:1px solid #333;
}
.service_items .item .list_box ul{
  color: #999;
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.service_items .item .list_box li{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  width: 54.47%; 
}
.service_items .item .list_box li:nth-child(2n){
  width: 45.53%;
}

.plofile_wrap{

}
.plofile_items{
  display: flex;
  flex-wrap: wrap;

}
.plofile_items .box1{
  width: 100%;
}
.plofile_items .box1 iframe{
  width: 100%;
  height: 915px;
}
.plofile_items .box2{
  width: 100%;
}
.plofile_items .box2 th{
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: justify;
  padding-right: 26px;
  width: 140px;
}
.plofile_items .box2 td{
  color: #000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 1.85;
  width: auto;
}

.pg_about_ftr_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pg_about_ftr_items .box1{
  width: 100%;
  text-align: justify;
}
.pg_about_ftr_items .box1 .title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1rem;
}
.pg_about_ftr_items .box1 .content{
  letter-spacing: .06em;
  line-height: 2.2;
  font-weight: 400;
  margin-top: 30px;
}
.pg_about_ftr_items .box2{
  width: 100%;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_about .section#sec4{
    margin-top: 80px;
  }
  .pg_about .section#sec7{
    padding-bottom: 40px;
  }
  .pg_about_header_wrap .title_box{
    width: 100%;
  }
  .pg_about_header_wrap .title_num{
    font-size: 90px;
  }
  .pg_about_header_wrap .title_txt{
    width: 100%;
    font-size: 2em;
  }
  .pg_about_second_wrap .items .box1{
    padding: 0 60px;
  }
  .pg_about_second_wrap .items .box1 .title{
    text-align: center;
  }
  .pg_about_second_wrap .items .box1 .content{
    font-size: 14px;
    text-align: justify;
  }
  .pg_about_second_wrap_outer{
    padding-top: 30px;
  }
  .pg_about_second_wrap_outer:after{
    right: 5.7%;
    bottom: -40px;
  }
  .pg_about_second_wrap .items .box2{
    margin: 34px 0 0 auto;
    width: 91.68%;
  }
  .pg_about_second_bottom_wrap{
    display: none;
  }
  .section#sec5 .service_items .item .inner{
    padding: 0 24px;
  }
  .section#sec5 .service_items .item .img{
    width: 75%;
    margin: 0 auto;
    padding: 24px;
  }
  .section#sec5 .service_items .item + .item{
    margin-top: 60px;
  }
  .service_items .item .title{
    margin: 30px 0 20px;
  }
  .service_items .item .content{
    font-size: 13px;
    padding-bottom: 22px;
  }

  .plofile_items .box1{
    order: 2;
    margin-top: 20px;
  }
  .plofile_items .box2{
    order: 1;
    /*margin-top: 30px;*/
  }
  .plofile_items .box1 iframe{
    height: 250px;
  }

  .pg_about_ftr_items .box1{
    order: 2;
    padding: 50px 20px;
  }
  .pg_about_ftr_items .box1 .title{
    font-size: 39px;
    text-align: center;
  }
  .pg_about_ftr_items .box2{
    order: 1;
  }
}
@media (min-width:768px){
  .pg_about{

  }
  .pg_about .section#sec1{
    padding:90px 0;
  }
  .pg_about .section#sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section#sec3{
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .pg_about .section#sec5{
    margin-top: 80px;
  }
  .pg_about .section#sec6{
    margin-top: 80px;
  }
  .pg_about .section#sec7{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pg_about .section#sec8{
   padding: 0;
  }
  .pg_about_header_wrap .title_box{
    font-size: 30px;
  }
  .pg_about_second_wrap_outer{
    padding: 30px 0;
  }
  .pg_about_second_wrap{
    margin-top: 30px;
  }
  .pg_about_second_wrap .items{
    padding-left: 5%;
  }
  .pg_about_second_wrap .items .box1{
    width: 40%;
  }
  .pg_about_second_wrap .items .box2{
    width: 55.5%;
  }
  .pg_about_second_wrap .items .box1 .title{
    font-size: 24px;
  }
  .pg_about_second_wrap .items .box1 .content{
    font-size: 14px;
  }

  .pg_about_second_bottom_wrap{
    margin-top: 28px;
  }
  .pg_about_second_bottom_items{
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .pg_about_second_bottom_items .item{
    width:32.5%; 
  }

  .section#sec5 .service_items{

  }
  .section#sec5 .service_items .item{
    width: 33.3333%;
    position: relative;
  }
  .section#sec5 .service_items .item .inner{

  }
  .section#sec5 .service_items .item .img_title{
    width: 160px;
    font-size: 16px;
  }
  .section#sec5 .service_items .item .img{

    padding: 10px;
  }
  .service_items .item .title{
    font-size: 18px;
    margin: 20px 0;
  }
  .service_items .item .content{
    font-size: 14px;
  }
  .service_items .item .list_box{

  }
  .service_items .item .list_box li{
    font-size: 11px;
  }
  .plofile_items .box1 iframe{
    height: 500px;
  }
  .plofile_wrap{

  }
  .plofile_items{

  }
  .plofile_items .box1{
    width: 47.91%;

  }
  .plofile_items .box2{
    width: 47.91%;
    margin-left: 4%;
    /*margin-top: 30px;*/
  }
  .plofile_items .box2 th{
    font-size: 14px;
  }
  .plofile_items .box2 td{
    font-size: 14px;
  }

  .pg_about_ftr_items{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
  }
  .pg_about_ftr_items .box1{
    width: 100%;
    text-align: center;
    order: 2;
  }
  .pg_about_ftr_items .box1 .title{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1rem;
  }
  .pg_about_ftr_items .box1 .content{
    letter-spacing: .06em;
    line-height: 2.2;
    font-weight: 400;
    margin-top: 40px;
  }
  .pg_about_ftr_items .box2{
    width: 100%;
    order: 1
  }
}
@media (min-width:1024px){

  .pg_about_second_wrap_outer{
    padding: 50px 0;
  }
  .plofile_items .box1 iframe{
    height: 500px;
  }
  .pg_about_ftr_items .box1 .title{
    font-size: 78px;
  }
}
@media (min-width:1200px){
  .pg_about{

  }
  .pg_about .section#sec1{
    padding:180px 0;
  }
  .pg_about .section#sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_about .section#sec3{
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .pg_about .section#sec4{

  }
  .pg_about .section#sec6{
    margin-top: 110px;
  }
  .pg_about .section#sec7{
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pg_about .section#sec8{
    
  }
  .pg_about_header_wrap .title_box{
    font-size: 40px;
  }
  .pg_title{
    font-size:32px; 
  }

  .pg_about_second_wrap_outer{
    padding: 96px 0 0 0;
  }

  .pg_about_second_wrap .items{
    padding-left: 9%;
  }
  .pg_about_second_wrap .items .box1{

  }
  .pg_about_second_wrap .items .box2{

  }
  .pg_about_second_wrap .items .box2 .img img{
    width: 100%;
  }
  .pg_about_second_wrap .items .box1 .title{
    font-size: 32px;
  }
  .pg_about_second_wrap .items .box1 .content{
    margin-top: 20px;
    font-size: 16px;
  }

  .pg_about_second_bottom_wrap{
    margin-top: 40px;
  }
  .pg_about_second_bottom_items{
    max-width: 1108px;
    margin: 0 -30px;
  }
  .pg_about_second_bottom_items .item{
    width:32.5%; 
  }

  .section#sec5 .service_items .item{
    width: 33.3333%;
    position: relative;
  }
  .section#sec5 .service_items .item .inner{
    padding: 0 30px;
  }
  .section#sec5 .service_items .item .img_title{
    width: 160px;
    font-size: 16px;
  }
  .section#sec5 .service_items .item .img{
    border: 1px solid #333;
    padding: 20px;
  }
  .service_items .item .title{
    margin: 36px 0 25px;
  }
  .service_items .item .content{

  }
  .service_items .item .list_box{
    margin-top: 24px;
  }
  .service_items .item .list_box li{
    font-size: 12px;
  }

  .plofile_items .box1 iframe{
    height: 652px;
  }
  .plofile_items .box2{
    /*margin-top: 45px;*/
  }

  .pg_about_ftr_items{
    width: 100%;
    justify-content: space-between;
  }
  .pg_about_ftr_items .box1{
    width: 47.91%;
    order: 1;
  }
  .pg_about_ftr_items .box1 .title{
    font-size: 70px;
  }
  .pg_about_ftr_items .box1 .content{
    margin-top: 50px;
  }
  .pg_about_ftr_items .box2{
    width: 47.91%;
    order: 2;
  }
  .pg_about_ftr_wrap .box2_img img{
    width: 100%;
  }
}

/*******************************
*　お問い合わせ
********************************/
.pg_contact{
  background: #fff;
  color: #181818;
  padding-bottom: 30px;
}
.pg_contact .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_contact .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_contact .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.contact_form th{
  font-weight: normal;
}
.contact_form td input{
  padding: 10px;
}

.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #fff;
  color: #181818;
  border: 1px solid #181818;
  padding: 12px 10px;
  max-width: 340px;
  width: 100%;
  margin: 0 10px;
  font-size: 18px;
  font-weight:400;
  letter-spacing: 0.1em;
}
.contact_form_btns button{
  position: relative;
}
.contact_form_btns button:before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_head_wrap{
  text-align: center;
}
.contact_head_wrap .content{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2em;
}
.contact_head_wrap .content span{
  color: #F00;
}

.section#privacy{
  margin-top: 60px;
}
.contact_form td textarea{
  height: 280px;
  width: 100%;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .contact_head_wrap{
    padding: 30px 0 40px;
  }
  .pg_contact .contact_form th{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pg_contact .contact_form th, .pg_contact .contact_form td{
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .pg_contact .contact_form td input{
    width: auto;
  }
  .contact_form td input{
    width: 100%;
  }
  .contact_form th span{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    padding-left: 20px;
  }

  .privacy_tt h3{
    font-size: 18px;
  }
}
@media (min-width:768px){
  .pg_contact{

  }
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact_head_wrap{
    padding: 40px 0 60px;
  }
  .contact_form th{
    text-align: left;
    font-size: 15px;
  }
  .contact_form th span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999;
  }
  .contact_form td{
    width: 80%;
    font-size: 14px;
  }

  .privacy_tt h3{
    font-size: 21px;
  }
  .privacy_items .item h4{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  .contact_head_wrap{
    padding: 50px 0 85px;
  }
  .contact_head_wrap .content{
    font-size: 15px;
  }

  .section#privacy{
    margin-top: 100px;
  }
  .contact_form th{
    font-size: 16px;
  }
}
@media (min-width:1200px){
  .pg_contact{

  }
  .pg_contact .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_contact .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border-top: none;
  border-bottom: none;
}
.contact_form tr{
  border-bottom: none;
  border-left: none;
}
.contact_form th,
.contact_form td{
  padding: 11px 15px 11px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #fff;
  width: auto;
  letter-spacing: 0.08em;
  padding-left: 5px;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  border-right: none;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{

}
.mwform-radio-field-text{
  line-height: 2
}
.mw_wp_form input[type="file"]{
  border: none;
}
/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 18px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.txt_c{
  font-size: 20px;
}


.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}

/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 45px;
}
.privacy_tt h3{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  margin-top: 34px;
}
.privacy_items .item:nth-child(n+3){
  margin-top: 16px;
}
.privacy_items .item:last-child{
  margin-top: 34px;
}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item h4{
  font-size: 15px;
  font-weight: 500;
  border-left: 6px solid #0d0d0d;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
  text-align: justify;
}
.privacy_items .item ul{
  list-style: disc;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  list-style: none;
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}

/* ******************************
 *　採用情報
 * *******************************/
.pg_recruit{
  overflow: hidden;
    
}
.pg_recruit .section#sec1{
}
.pg_recruit .section#sec2{
  margin-top: 50px;
}
.pg_recruit .section#sec3{
}

.pg_message_wrap{

}
.head_title{
  position: relative;
  margin-bottom: 50px;
}
.head_title:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.head_title .en{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1;
}
.pg_message_img{

}
.pg_message_content{
  margin-top: 20px;
}
.pg_message_content .title{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 20px;
}
.pg_message_content .txt{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: justify;
}


/* 募集要項 */
.recruit_wanted_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.recruit_wanted_wrap .box1{
  width: 100%;
}
.recruit_wanted_wrap .box2{
  width: 100%;
}

.recruit_wanted_wrap .row{
  
}
.recruit_wanted_wrap .row + .row{
  margin-top: 30px;
}

.recruit_wanted_row_title{
  font-size: 20px;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  margin-bottom: 15px;
}

.recruit_wanted_jobs{
  
}
.recruit_wanted_jobs dl{
  border-bottom: 1px solid #333;
}
.recruit_wanted_jobs dl dt{
  
}

.recruit_wanted_jobs dl dt{
  padding: 10px 10px;
  position: relative;
  cursor: pointer;
}
.recruit_wanted_jobs dl dt:after{
  content: "\f107";
  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.recruit_wanted_jobs dl dt.on:after{
  content: "\f106";
}
.recruit_wanted_jobs dl dt:hover,
.recruit_wanted_jobs dl dt.on{
  background: #3c3c3c;
}

.recruit_wanted_jobs dl dd{
  display: none;
  padding: 20px 10px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .recruit_wanted_wrap .box2{
    margin-top: 15px;
  }
  
}
@media (min-width:768px){
  .pg_recruit{

  }
  .pg_recruit .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section#sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section#sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


  .pg_message_wrap{

  }
  .head_title{
    position: relative;
    margin-bottom: 80px;
  }
  .head_title:after{
    bottom: -70px;
    font-size: 50px;
  }
  .head_title .en{
    font-size: 32px;
  }
  .pg_message_img{
    margin-top: 70px;
  }
  .pg_message_content{
    margin-top: 20px;
  }
  .pg_message_content .title{
    font-size: 29px;
    margin-bottom: 30px;
  }
  .pg_message_content .txt{
    font-size: 16px;
    text-align: center;

  }


  /* 募集要項 */
  .recruit_wanted_wrap{
    
  }
  .recruit_wanted_wrap .box1{
    width: 49%;
  }
  .recruit_wanted_wrap .box2{
    width: 49%;
    position: relative;
  }
  .recruit_wanted_wrap .box2 .img{
    /*position: absolute;*/
    width: 50vw;
  }
  .recruit_wanted_wrap .box2 .img img{
    
  }

  .recruit_wanted_row_title{
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .recruit_wanted_jobs{

  }
  .recruit_wanted_jobs dl{
  }
  .recruit_wanted_jobs dl dt{

  }
  .recruit_wanted_jobs dl dt{

  }
  .recruit_wanted_jobs dl dd{

  }

  
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  .pg_recruit{

  }
  .pg_recruit .section#sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section#sec2{
    margin-top: 120px;
  }
  .pg_recruit .section#sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_message_wrap{

  }
  .pg_message_wrap .title{
    position: relative;
  }
  .pg_message_wrap .title .en{
    font-size: 32px;
  }
  .pg_message_img{

  }
  .pg_message_content{
    margin-top: 20px;
  }
  .pg_message_content .title{
    font-size: 29px;
  }
  .pg_message_content .txt{
    font-size: 16px;
  }

}
