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







/* area_mainimg
---------------------------------------------------------- */
.area_mainimg {
  width: 100%;
  height: 0;
  padding-top: calc(699 / 1399 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("/img/main_bg_01.jpg") center center / cover no-repeat;
  position: relative;
  margin:-94px 0 0;
  z-index: 99;
}
.area_mainimg .maincopy {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /*border: 1px solid #f00;*/
  display: inline;
  width: 100%;
  height: 100px;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  color: #222222;
  text-shadow: 0 0 30px #ffffff;
}



/* area_news
---------------------------------------------------------- */
.area_news {
  width: 90%;
  max-width: 1000px;
  margin:0 auto 0;
  padding: 120px 0 0;
}
.area_news dl {
  display: flex;
  flex-wrap: wrap;
}
.area_news dl dt,
.area_news dl dd {
  border-top: #afafaf 1px solid;
  padding-top: 2%;
  padding-bottom: 2%;
}
.area_news dl dt {
  padding-left: 4%;
  padding-right: 2%;
  width: 10%;
}
.area_news dl dd {
  padding-left: 2%;
  padding-right: 4%;
  width: 77%;
}
.area_news dl dd a {
  color: #457bfb;
  text-decoration: underline;
}

.area_news dl dt:last-of-type,
.area_news dl dd:last-of-type {
  border-bottom: #afafaf 1px solid;
}


/* area_business
---------------------------------------------------------- */
.area_business {
  padding: 130px 0 130px; 
}
.box_business_01  {
  max-width: 1400px;
  margin: -2% auto 5%;
  display: flex;
}
.box_business_01 .box_img_01 {
  width: 90%;
  position: relative;
  z-index: 1;
}
.box_business_01 .box_img_01 img {
  width: 100%;
  height: auto;
}
.box_business_01 .box_vision_01 {
  background:rgba(255,255,255,0.7);
  margin: 6% 0 0 -5%;
  position: relative;
  z-index: 10;
  width: 100%;
}
.box_business_01 .box_vision_01 .box_vision_01_inner {
  border: 1px solid #000;
  margin: 30px;
  padding: 30px;
  text-align: justify;
  text-justify: inter-ideograph; 
}
.box_business_01 .box_vision_01 .box_vision_01_inner h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px;
}
.box_business_02 {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.box_business_02 dl {
  width: 31%;
  max-width: 310px;

}
.box_business_02 dl dt {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 0 0 6%;
}
.box_business_02 dl dt img {
  margin: 7% 0 0; 
  width: 100%;
  height: auto;
}
.box_business_02 dl dd {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.3;
  font-size: 13px;
}

/* area_company
---------------------------------------------------------- */
.area_company {
  padding: 130px 0 130px;
  background-color: #f6f6f6;
}
.area_company h2 {
  margin: 0 0 6%;
}
.area_company table.tbl_company {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.area_company table.tbl_company tr th {
  text-align: center;
  vertical-align:middle;
  width: 30%;
}
.area_company table.tbl_company tr th,
.area_company table.tbl_company tr td {
  border-top: 1px solid #000;
  padding: 3% 0 3%;
  line-height: 1.4; 
}
.area_company table.tbl_company tr th:last-of-type,
.area_company table.tbl_company tr td:last-child {
  border-bottom: 1px solid #000;
}
.area_company table.tbl_licence {
  width: 70%;
}
.area_company table.tbl_licence tr td,
.area_company table.tbl_licence tr td:last-child {
  border: none;
  padding: 1% 0 1%;
}
.area_company table.tbl_licence tr td.w_small {
  width: 20%;
}
.area_company dl.li_company dt {
  font-weight: bold;
  margin-top: 10px;
}
.area_company dl.li_company dt:first-of-type {
  margin-top: 0;
}





/* area_inquiry
---------------------------------------------------------- */
.area_inquiry {
  padding: 130px 0 130px;
  border-bottom: 1px solid #000;
}
.area_inquiry h2 {
  margin-bottom: 80px;
}
.area_inquiry .txt_01 {
  text-align: center;
}
.area_inquiry .box_inquiry_01_wrap {
  background-color: #f6f6f6;
  padding: 30px 0;
  margin-top: 80px;
}
.area_inquiry .box_inquiry_01 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}
.area_inquiry .box_inquiry_01 .box_inner {
  margin: 25px;
  border: 1px solid #000;
  text-align: center;
  padding: 25px;  
}
.area_inquiry .box_inquiry_01 .box_tel_01 {
}

.area_inquiry .box_inquiry_01 .box_mail_01 {
}
.area_inquiry .box_inquiry_01 .box_mail_01 .btn_01 {
  border: 1px solid #000;
  background-color: #f6f6f6;
  margin: 30px 0 10px;
  
}
.area_inquiry .box_inquiry_01 .box_mail_01 .btn_01 a {
  display: block;
  padding: 15px;
}

.area_inquiry .box_inquiry_01 .box_tel_01,
.area_inquiry .box_inquiry_01 .box_mail_01 {
  background-color: #fff;
  width: 48%;  
}
.area_inquiry .box_inquiry_01 .ttl_01 {
  font-size: 18px;
  margin: 10px 0 0;
  font-weight: 500;
}
.area_inquiry .box_inquiry_01 .tel {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: -5px;
}












/* ==========================================================================//
//
//　SP 480px以下
//
// ========================================================================== */

@media screen and (max-width: 480px) {

/* area_mainimg
---------------------------------------------------------- */
.area_mainimg {
  margin-top:-110px; 
}
.area_mainimg .maincopy {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  /*border: 1px solid #f00;*/
  display: inline;
  width: 100%;
  height: 100px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px #ffffff;
}
  
/* area_news
---------------------------------------------------------- */
.area_news {
  padding: 65px 0 0;
}
.area_news dl {
  display: block;
}
.area_news dl dt {
  padding: 18px 0 5px 0;
  width: 100%;
  border-top: #afafaf 1px solid;
}
.area_news dl dd {
  padding: 5px 0 18px 0;
  width: 100%;
  border-top: none;
}
.area_news dl dt:last-of-type {
  border-bottom: none;
  }
.area_news dl dd:last-of-type {
  border-bottom: #afafaf 1px solid;
}
  
  
/* area_business
---------------------------------------------------------- */
.area_business {
  padding: 65px 0 0; 
}
.box_business_01  {
 width: 90%;
  margin: 0 auto 10%;
  display: block;
}
.box_business_01 .box_img_01 {
  width: 100%;
  margin: 0 0 3%;
}
.box_business_01 .box_img_01 img {
  width: 100%;
  height: auto;
}
.box_business_01 .box_vision_01 {
  margin: 0 0 0 0;
}
.box_business_01 .box_vision_01 .box_vision_01_inner {
  margin: 0;
  font-size: 14px;
}
.box_business_01 .box_vision_01 .box_vision_01_inner h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
.box_business_02 {
  display: block;
  margin: 0 auto;
}
.box_business_02 dl {
  width: 310px;
  margin: 0 auto 15%;
}
  
  
/* area_company
---------------------------------------------------------- */
.area_company {
  padding: 65px 0 65px;
  background-color: #f6f6f6;
}
.area_company h2 {
  margin: 0 0 10%;
}
.area_company table tr th {
  text-align: left;
  width: 20%;
}
.area_company table.tbl_licence {
  width: 100%;
}
.area_company table.tbl_licence tr td.w_small {
  width: 30%;
}


  
  
/* area_inquiry
---------------------------------------------------------- */
.area_inquiry {
  padding: 65px 0 65px;
}
.area_inquiry .txt_01 {
  width: 90%;
  margin: 0 auto;
}
.area_inquiry .box_inquiry_01_wrap {
  padding: 20px 0;
  margin-top: 30px;
}

.area_inquiry .box_inquiry_01 {
  display: block;
}
.area_inquiry .box_inquiry_01 .box_inner {
  padding: 25px;  
}
  .area_inquiry .box_inquiry_01 .box_tel_01 {
    margin: 0 0 15px;
  }
.area_inquiry .box_inquiry_01 .box_tel_01,
.area_inquiry .box_inquiry_01 .box_mail_01 {
  width: 100%;  
  padding: 5px 0;
}

.area_inquiry .box_inquiry_01 .box_tel_01 .txt_02 {
  font-size: 12px;
}
  
  
  
}


