@charset "UTF-8";

.outfit{
  font-family: 'Outfit', sans-serif;
}

/*******************************
*　採用情報
********************************/
.recruit_box1{
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.recruit_box1 .item{
  width: 50%;
  padding: 0 8px;
  display: flex;
}
.recruit_box1 .inner{
  width: 100%;
  min-height: 129px;
  padding: 20px 0;
  border: 2px solid #9fd4f2;
  background: url(/img/recruit/bg1.png);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  box-shadow: 3px 3px 0 #53b6e8;
}
.recruit_box1 .point{
  font-size: 25px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 60%, transparent 60%, transparent 100%);
  width: fit-content;
  color: #58b8e8;
  line-height: 1;
  font-weight: 300;
}
.recruit_box1 .ttl{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}

.pg_recruit .section#sec2{
  padding-top: 70px;
}
.recruit_box1 .img a{
  display: block;
}

.pg_recruit .section#sec3{
  padding-top: 70px;
}
.recruit_treatment_text {
  margin-bottom: 25px;
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 2;
}
.recruit_treatment_text a.form{
  padding-bottom: 2px;
  color: #3956ea;
  border-bottom: 1px solid;
}
.recruit_treatment_text a.form:hover{
  text-decoration: none;
  opacity: 0.7;
  border-bottom: 0;
}
table.table_row {
  border: 1px solid #ababab;
}
table.table_row tr{
  border: 1px solid #ababab;
}
table.table_row th,
table.table_row td{
  padding: 10px 15px;
  letter-spacing: 0.075em;
  line-height: 2;
}
table.table_row th{
  background: #ecf8ff;
  text-align: left;
  font-weight: 400;
}

@media (max-width:767px){
  .recruit_box1 .item:nth-child(n+3){
    margin-top: 30px;
  }

  table.table_row th,
  table.table_row td{
    display: block;
    width: 100%;
  }

}
@media (min-width:768px){
  .recruit_box1{
    margin: 42px -15px 0;
  }
  .recruit_box1 .item{
    padding: 0 15px;
  }
  .recruit_box1 .item:nth-child(n+3){
    margin-top: 30px;
  }
  .recruit_box1 .ttl{
    font-size: 16px;
  }
  .recruit_box1 .inner{
    min-height: 159px;
  }

  .pg_recruit .section#sec2{
    padding-top: 120px;
  }
  .pg_recruit .section#sec2 .recruit_box1{
    margin: 0 -8px;
  }
  .pg_recruit .section#sec2 .recruit_box1 .item{
    width: 33.33%;
    padding: 0 8px;
  }
  .pg_recruit .section#sec2 .recruit_box1 .item:nth-child(n+3){
    margin-top: 0;
  }
  .pg_recruit .section#sec2 .recruit_box1 .item:nth-child(n+4){
    margin-top: 20px;
  }

  .pg_recruit .section#sec3{
    padding-top: 148px;
  }
  .recruit_treatment_text {
    margin-bottom: 40px;
    text-align: center;
  }
  table.table_row th,
  table.table_row td{
    padding: 19px 25px;
  }
  table.table_row th{
    width: 200px;
  }
  table.table_row td{
    padding-left: 35px;
  }
}
@media (min-width:1024px){
  .recruit_box1 .item{
    width: 33.33%;
  }
  .recruit_box1 .item:nth-child(n+3){
    margin-top: 0;
  }
  .recruit_box1 .item:nth-child(n+4){
    margin-top: 45px;
  }

  .pg_recruit .section#sec2{
    padding-top: 148px;
  }
  .pg_recruit .section#sec2 .recruit_box1{
    margin: 0 -15px;
    margin-top: 33px;
  }
  .pg_recruit .section#sec2 .recruit_box1 .item{
    padding: 0 15px;
  }

  table.table_row th{
    width: 284px;
  }
}
@media (min-width:1200px){

}



/*******************************
*　新着情報
********************************/
/*カテゴリ*/
.news_cat{
  padding-top: 30px;
  margin-top: -30px;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item a{
  /*background: #f0f0f0;*/
  padding: 21px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /*box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);*/
}
.post_items .item a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 108px;
  font-size: 15px;
  /*color: #5a5a5a;*/
  letter-spacing: 0.075em;
  font-weight: 500;
}
.post_items .item .category{
  /*width: 150px;
  padding: 0 10px;*/
}
.post_items .item .category span{
  min-width: 100px;
  font-size: 13px;
  display: block;
  background: #53b6e8;
  color: #ffffff;
  padding: 1px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.075em;
}
.post_items .item .title{
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.075em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
/*.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.post_items .item.single_item{
  padding: 35px 15px;
  border: 5px solid #f4f4f4;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 16px;
  padding: 19px 0;
  border-bottom: 2px solid #9fd4f2;
  letter-spacing: 0.075em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: inherit;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 30px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}
.post_content{
  margin-bottom: -40px;
  letter-spacing: 0.075em;
  line-height: 2;
}

.post_items .post_content{
  margin-top: 25px;
}


@media (max-width:767px){
  select[name="s_cat"]{
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 30px;
    color: #fff;
    border: 1px solid;
    appearance: none;
    background: url(/img/news_cat_arrow_on.svg) no-repeat right 10px center / 12px auto #9fd4f2;
    letter-spacing: 0.075em;
    text-align: center;
  }

  .pagination .nav-posts .page-next a:before,
  .pagination .nav-posts .page-prev a:after{
    display: none;
  }
}
@media (min-width:768px){
  /*カテゴリ*/
  .news_cat{
  }
  .news_cat{
    margin: -50px -8px 40px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .news_cat li{
    width: 33.33%;
    padding: 0 8px;
  }
  .news_cat li:nth-child(n+4){
    margin-top: 20px;
  }
  .news_cat li a{
    font-size: 15px;
    padding: 10px;
    border: 2px solid #9fd4f2;
    display: block;
    text-align: center;
    color: #9fd4f2;
    /*font-weight: 500;*/
    position: relative;
    letter-spacing: 0.075em;
    transition: all 0.2s;
  }
  .news_cat li a:after{
    content: "";
    width: 14px;
    height: 8px;
    background: url(/img/news_cat_arrow.svg) no-repeat center / contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .news_cat li.on a{
    background: #9fd4f2;
    color: #ffffff;
  }
  .news_cat li.on a:after,
  .news_cat li a:hover:after{
    background: url(/img/news_cat_arrow_on.svg) no-repeat center / contain;
  }
  .news_cat li a:hover{
    text-decoration: none;
    background: #b8def3;
    color: #ffffff;
  }

  .post_items .item.single_item{
    padding: 45px 50px;
  }
  .post_items .item .title{
    width: calc(100% - 108px - 100px);
    padding-left: 25px;
    margin-top: 0;
  }
  .pagination .nav-posts .page-archive a {
    padding: 16px 87px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev {
    min-width: 200px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a {
    padding: 15px 30px;
  }
}
@media (min-width:1024px){
  .news_cat{
    margin: -50px -15px 40px;
  }
  .news_cat li{
    width: 33.33%;
    padding: 0 15px;
  }

  .post_items .item.single_item{
    padding: 45px 70px;
  }

  .pagination .nav-posts .page-archive a {
    padding: 16px 137px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev {
    min-width: 255px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a {
    padding: 15px 50px;
  }
}
@media (min-width:1200px){
  .post_items .item.single_item{
    padding: 45px 90px;
  }

}

/*******************************
*　お問い合わせ
********************************/
.contact_text {
  margin-bottom: 30px;
  letter-spacing: 0.075em;
  font-weight: 500;
  text-align: justify;
  line-height: 2;
}

.contact_form{
  width: 100%;
  border: 1px solid #bfbfbf;
}
.contact_form tr{
  border-bottom: 1px solid #bfbfbf;
}
.contact_form th,
.contact_form td{
  padding: 8px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  width: 310px;
  padding: 18px 15px 5px 35px;
  vertical-align: top;
  letter-spacing: 0.05em;
  background: #e0ecff;
  font-weight: 500;
}
.contact_form th .require{
  display: inline-block;
  padding: 0 10px 0 12px;
  color: #FFF;
  background: #a40000;
  font-size: 15px;
  float: right;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 2px;
}
.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.addr dt{
  width: 75px;
}
.contact_form dl.addr dd{
  width: calc(100% - 75px);
}
.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.addr dd{

}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td [type="text"],
.contact_form td [type="email"],
.contact_form td select,
.contact_form td textarea{
  font-size: 16px;
  padding: 12px;
  max-width: 100%;
  border: 1px solid #dedede;
  background: #fafafa;
  border-radius: 0;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.contact_form td [type="text"]::placeholder,
.contact_form td [type="email"]::placeholder,
.contact_form td select::placeholder,
.contact_form td textarea::placeholder{
  color: #cbcbcb;
  font-weight: 400;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td [type="text"],
.contact_form td [type="email"]{
  width: 462px;
  max-width: 100%;
}
.contact_form td textarea {
  width: 100%;
  max-width: 670px;
  height: 332px;
}
.contact_form td [type="file"]{
  padding: 10px 0;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 165px;
}
.contact_form td [name="your-tel[data][0]"],
.contact_form td [name="your-tel[data][1]"],
.contact_form td [name="your-tel[data][2]"]{
  width: 100px;
}
.contact_form td [name="addr1"]{
  width: 225px;
}
.contact_form td [name="addr2"]{
  width: 425px;
}
.contact_form td .form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 25px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  font-size: 14px;
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 20px;
}

.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


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

/* 確認画面用 */

.contact_form_acceptance{
  font-size: 16px;
  text-align: center;
  margin-top: 55px;
  letter-spacing: 0.075em;
}
.contact_form_acceptance a{
  padding-bottom: 3px;
  color: #3956ea;
  border-bottom: 1px solid;
}
.contact_form_acceptance a:hover{
  border-bottom: 0;
  text-decoration: none;
  opacity: 0.7;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}
.contact_form_acceptance .mwform-checkbox-field-text{
  display: none;
}
.mw_wp_form_preview .contact_form_acceptance .check_hide{
  display: none;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 42px 0 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  padding: 17px;
  width: 330px;
  margin: 0 10px;
  font-size: 16px;
  color: inherit;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.075em;
  border: 1px solid #ababab;
  position: relative;
  box-shadow: 3px 3px 0 #53b6e8;
  background: url(/img/form_link_arrow.svg) no-repeat center right 28px #ffffff;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{

}
.contact_form_btns input[type="submit"].back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}
.contact_form_btns input[type="submit"]:hover{
  text-decoration: none;
  color: #FFF;
  box-shadow: 3px 3px 0px 0px #ababab;
  background: url(/img/form_link_arrow_on.svg) no-repeat center right 28px #53b6e8;
}
.contact_form_btns input[type="submit"].back:hover{
  background: #e6e6e6;
}

.contact_tt {
  margin-top: 80px;
  margin-bottom: 35px;
}

@media (max-width:767px){
  .contact_form th,
  .contact_form td{
    width: 100%;
    padding: 10px 15px;
    display: block;
  }

}
@media (min-width:768px){
  .contact_text {
    margin-top: -9px;
    margin-bottom: 72px;
    text-align: center;
  }

  .contact_form th,
  .contact_form td{
    height: 65px;
  }
  .contact_form th{
    width: 240px;
    padding-left: 25px;
  }
}
@media (min-width:1024px){
  .contact_form th{
    width: 315px;
    padding-left: 35px;
  }

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

}