@charset "UTF-8";
/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-size: 21px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.2em;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #afafaf;
  background: #181818;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #afafaf;
}
.pg_contact .formTh {
  padding: 16px 15px 16px 20px;
  background: #232323;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #232323;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #3b3b3b;
  border-radius: 0;
  background: #181818;
  letter-spacing: 0.16em;
  color: #fff;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #afafaf;;
  color: #fff;
  background: #181818;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #3b3b3b;
  border-radius: 0;
  letter-spacing: 0.16em;
  background: #181818;
  color: #fff;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #2196f3;
}
.pg_contact .formBtn.formSend {
  max-width: inherit;
  width: 155px;
  text-align: left;
  font-size: 15px;
  padding: 0;
  margin: 70px auto 0;
  border: 0;
  background:none;
  color: #d90000;
  letter-spacing: 0.075em;
  display: block;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  width: 73px;
  aspect-ratio: 73 / 60;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/system_panel/uploads/images/read_more_arr.png);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform-origin: left;
  transition: 0.2s all;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.25em;
  margin-left: 9px;
}
.radioArea .d-inline-block{
  margin-right: 29px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  color: #181818;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media (min-width:768px){
  .pg_contact .formBtn.formSend:hover:after{
    margin-right: -5px;
    transform: translate(0, -50%) scale(0.8);
  }
}
@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 8px 19px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  position: relative;
  border-left: none;
}
.privacy_ttl:before{
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: linear-gradient(0deg,rgba(255, 158, 6, 1) 0%, rgba(245, 19, 1, 1) 100%);
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{    
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 46px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

.privacy_item_box{
  font-family: "Noto Sans JP";
  padding: 30px 48px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #181818;
  border: 1px solid #dbdbdb;
  margin-top: 140px;;

}
@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

  .privacy_item_box{
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    font-size: 19px;
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }

  .privacy_item_box{
    padding: 30px 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    margin-top: 30px;
  }
}

/*******************************
*　フッター
********************************/

.footer{
  background: #232323;
  margin-top: 50px;
  padding-bottom: 20px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  position: relative;
  background: #181818;
  padding: 10px 0;
}
.ftr_copy:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #181818;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  z-index: -1;
}
.ftr_copy a:hover{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient-bg1-webkit);
  background-image: var(--gradient-bg1);
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
  border-top: 1px solid #F51301
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #181818;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #FF9E06;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #181818;
/*  background: linear-gradient(0deg,rgba(255, 158, 6, 1) 0%, rgba(245, 19, 1, 1) 100%);*/
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-bg1-webkit);
    background-image: var(--gradient-bg1);
}
.pagetop a i{
  font-size: 40px;
}




.ftr_contact_wrap{
  border-bottom: 1px solid #3b3b3b;
  padding: 50px 0;
}
.ftr_contact_btn{
  max-width: 790px;
  width: 100%;
  border: 1px solid #ffffff;
  margin: 0 auto;
  position: relative;
}

.ftr_contact_btn_inner{
  background: #181818;
  text-align: center;
  display: block;
  padding: 16px 16px;
  position: relative;
}
.ftr_contact_btn_inner:after{
  content: "";
  width: 73px;
  aspect-ratio: 73 / 60;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/system_panel/uploads/images/read_more_arr.png);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform-origin: left;
  transition: 0.2s all;
}
.ftr_contact_btn_inner:hover{
  background: #fff;
  /*background-image: var(--gradient-bg1-webkit);*/
  /*background-image: var(--gradient-bg1);*/
  color: #181818;
}
.ftr_contact_btn_inner:hover:after{
  margin-right: -5px;
  transform: translate(0, -50%) scale(0.8);
}
.ftr_contact_btn_txt1{
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ftr_contact_btn_txt2{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.ftr_1{
  padding: 50px 0;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_logo{

}
.ftr_add{
  font-size: 15px;
  font-weight: 400;
  line-height: 2.133em;
  margin-top: 22px;
}
.ftr_1_box2{
  width: 100%;
}
.ftr_1_box2 .ftr_links{

}
.ftr_1_box2 .ftr_link{

}

.ftr_shop_links{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
* + .ftr_shop_links{
  margin-top: 30px;
}
.ftr_shop_links_item{
  width: 50%;
  padding: 5px 5px;
  text-align: center;
}
.ftr_shop_links_item a{
  display: block;
  border: 1px solid #FFF;
  transition: 0.2s all;
}
.ftr_shop_links_item a:hover{
  filter: brightness(1.2);
}

@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_1_box1{
    text-align: center;
  }
  .ftr_1_box2{
    display: none;
  }
  .ftr_contact_btn_inner:after{
    width: 50px;
  }

}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
    padding-bottom: 40px;
  }

  .ftr_contact_wrap{
    padding: 60px 0px 80px;
  }
  .ftr_contact_btn{

  }
  .ftr_contact_btn_inner{
    display: block;
    padding: 41px 16px 43px;
  }
  .ftr_contact_btn_txt1{
    font-size: 24px;
  }
  .ftr_contact_btn_txt2{
    font-size: 16px;
  }

  .ftr_1{
    padding: 100px 0 110px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 31.53%;
  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_1_box2{
    width: 65.64%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 58px;
  }
  .ftr_1_box2 .ftr_links{
    margin-left: 53px;
  }
  .ftr_1_box2 .ftr_link{
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.133em;
  }
  .ftr_add a:hover,
  .ftr_1_box2 .ftr_link:hover{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: var(--gradient-bg1-webkit);
    background-image: var(--gradient-bg1);
  }
  
  .ftr_shop_links{
    margin: 0 -5px;
  }
  * + .ftr_shop_links{
    margin-top: 40px;
  }
  .ftr_shop_links_item{
    width: 25%;
    padding: 5px 5px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 150px;
  }

  .ftr_contact_wrap{
    padding: 83px 0px 100px;
  }
  .ftr_contact_btn{

  }
  .ftr_contact_btn_inner{

  }
  .ftr_contact_btn_txt1{
    font-size: 32px;
  }
  .ftr_contact_btn_txt2{
    font-size: 18px;
  }

  .ftr_1_box{

  }
  .ftr_1_box1{

  }
  .ftr_logo{

  }
  .ftr_add{

  }
  .ftr_1_box2{
    width: 48.64%;
  }
  .ftr_1_box2 .ftr_links{

  }
  .ftr_1_box2 .ftr_link{

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

  .ftr_shop_links{
    margin: 0 -15px;
  }
  * + .ftr_shop_links{
    margin-top: 60px;
  }
  .ftr_shop_links_item{
    width: 25%;
    padding: 5px 15px;
  }
  
}

/*******************************
*　会社概要
********************************/
.pg_farm{

}
.pg_farm .section.sec1{

}
.pg_farm .section.sec2{

}


/*テーブル*/
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border: none;
  background: none;
  border-top: 1px solid #959595;
  padding: 19.5px 15px;
}
.company_tbl .table_rows_th{
  padding-left: 0;
}
.company_tbl .table_rows_td{

}
.company_tbl .table_rows_tr:last-child .table_rows_th,
.company_tbl .table_rows_tr:last-child .table_rows_td{
  border-bottom: 1px solid #959595;
}

/*地図*/
.gmap{
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  border: none;
  height: 250px;
}

/*ギャラリー*/
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
  margin-top: 40px;
}
.company_gallery_item{
  width: 50%;
  padding-inline:5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img:before{
  padding-top: 71.42%;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    display: block;
    width: 100%;
  }
  .company_tbl .table_rows_th{

  }
  .company_tbl .table_rows_td{
    padding-left: 0;
  }
}
@media (min-width:768px){
  .pg_farm{

  }
  .pg_farm .section.sec1{

  }
  .pg_farm .section.sec2{

  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 190px;
    position: relative;
  }
  .company_tbl .table_rows_th:after{
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #cccccc;
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
  }
  .company_tbl .table_rows_td{
    padding-left: 30px;
  }

  /*地図*/
  .gmap{
    margin-top: 60px;
  }
  .access_map iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .company_gallery_items{
    margin-inline:-15px;
    margin-top: 45px;
  }
  .company_gallery_item{
    width: 33.33%;
    padding-inline:15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;;
  }
  .company_gallery_item_img:before{

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

  }
  .pg_farm .section.sec1{

  }
  .pg_farm .section.sec2{

  }

  /*テーブル*/
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{

  }
  .company_tbl .table_rows_th{
    width: 190px;
  }
  .company_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .company_gallery_items{

  }
  .company_gallery_item{

  }
  .company_gallery_item_img:before{

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


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



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


}

@media (min-width:1700px){

}