@charset "UTF-8";
/* ==========================================================================
//
// COMPANY
//
========================================================================== */

/* hero-cmn-page
---------------------------------------------------------- */
.hero-cmn-page .bg{
  background-image:url(../img/bg_mainimg_01_pc.jpg?=v1);
}

/* ttl-cmn-area
---------------------------------------------------------- */
.ttl-cmn-area{
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}

/* ==========================================================================
// area-greeting
========================================================================== */
.area-greeting{
  padding: 95px 0 140px;
  background: #F5F5F5;
}
.area-greeting .ttl-area{
  margin: 0 0 20px;
  text-align: left;
}
.area-greeting p{
  line-height: 1.8;
}
.area-greeting .ph-pc{
  margin: 0 0 15px 20px;
  float: right;
  max-width: 400px;
}
.area-greeting .txt-name{
  margin: 25px 0 0;
  text-align: right;
}
.area-greeting .txt-name img{
  margin: 0 0 0 30px;
  vertical-align: middle;
}
.area-greeting .img-motto{
  padding: 120px 0 0;
  text-align: center;
  line-height: 1;
}
/* ==========================================================================
// area-overview
========================================================================== */
.area-overview{
  padding: 50px 0 100px;
  background: #f3f0e9;
}
.area-overview .ttl-area{
  margin: 0 0 35px;
}
.area-overview .tbl-overview{
  width: 100%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.area-overview .tbl-overview > tbody > tr > th,
.area-overview .tbl-overview > tbody > tr > td{
  padding: 25px 0;
}
.area-overview .tbl-overview > tbody > tr > th{
  width: 32%;
  text-align: left;
  line-height: 1.5;
}
.area-overview .tbl-overview > tbody > tr > td{
  line-height: 1.8;
}
.area-overview .tbl-overview > tbody > tr+tr {
  border-top: 1px solid #aaa;
}
/* list */
.area-overview .tbl-overview .list span{
  display: inline-block;
}
.area-overview .tbl-overview .list span:after{
  margin: 0 0.5em;
  content: "／";
}
.area-overview .tbl-overview .list span.no-slash:after,
.area-overview .tbl-overview .list span:last-child:after{
  margin: 0;
  content: "";
}
/* list-rating */
.area-overview .tbl-overview .list-rating li{
  display: inline;
}
.area-overview .tbl-overview .list-rating li:nth-child(3):before,
.area-overview .tbl-overview .list-rating li:nth-child(4):before,
.area-overview .tbl-overview .list-rating li:nth-child(6):before{
	content: "\A";
	white-space: pre;
}
.area-overview .tbl-overview .list-rating li:nth-child(1):after,
.area-overview .tbl-overview .list-rating li:nth-child(4):after,
.area-overview .tbl-overview .list-rating li:nth-child(6):after{
  margin: 0 0.5em;
  content: "／";
}
.area-overview .tbl-overview-sub{
  border-collapse: separate;
  border-spacing: 5px;
}
.area-overview .tbl-overview-sub th{
  width: 11em;
  text-align: left;
  font-weight: normal;
}
.area-overview .sec-access{
  padding: 25px 0 30px;
  border-bottom: 1px solid #aaa;
}
.area-overview .sec-access .ttl-sec{
  margin: 0 0 30px;
}
.area-overview .sec-access .box-office.main-office{
  margin-bottom: 60px;
}
.area-overview .sec-access .box-office dt{
  margin: 0 0 5px;
  font-weight: bold;
}
.area-overview .sec-access .box-office dd{
  line-height: 1.6;
}
.area-overview .sec-access .box-office dd a{
  color: #000
}
.area-overview .sec-access .box-office dd .address{
  margin: 0 0 20px;
}
.area-overview .sec-access .box-office dd .photo{
  float: left;
  width: 48%;
}
.area-overview .sec-access .box-office .map-wrap{
  float: right;
  width: 48%;
}
.area-overview .sec-access .box-office .map {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.area-overview .sec-access .box-office .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
// area-history
========================================================================== */
.area-history{
  padding-top: 100px;
  padding-bottom: 100px;
}
.area-history .ttl-area{
  margin:0 0 35px;
}
.area-history dl{
  width: 100%;
  display: flex;
  border-top: 1px solid #aaa;
}
.area-history dl:last-child{
  border-bottom: 1px solid #aaa;
}
.area-history dt,
.area-history dd{
  margin: 15px 0;
}
.area-history dt{
  display: flex;
  justify-content: space-between;
  width: 290px;
  font-weight: bold;
  line-height: 1.5;
}
.area-history dt span{
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-history dt span:nth-child(2){
  width: 31%;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  text-align: center;
}
.area-history dd{
  display: flex;
  align-items: center;
  flex: 1;
  padding: 10px 0 10px 40px;
  line-height: 1.8;
}
.area-history dd .txt{
  padding: 0 10px 0 0;
  flex: 1;
}
.area-history dd .photo{
  max-width: 460px;
  width: 70%;
  border: 1px solid #eee;
}
/* ==========================================================================
// area-affiliate
========================================================================== */
.area-affiliate{
  padding: 95px 0 100px;
  background: #f5f5f5;
}
.area-affiliate .ttl-area{
  margin: 0 0 55px;
}
/* sct
---------------------------------------------------------- */
.area-affiliate .sct{
  position: relative;
  min-height: 500px;
}
.area-affiliate .sct .inner{
  width: 44.5%;
}
.area-affiliate .sct .img-logo-link{
  display: block;
  transition: opacity 0.3s;
}
.area-affiliate .sct .img-logo-link:hover{
  opacity: 0.7;
}
.area-affiliate .sct .img-logo{
  width: 46.06%;
  max-width: 205px;
  margin: 0 0 10px;
}
.area-affiliate .sct .txt-name{
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 17px;
}
.area-affiliate .sct .txt-description{
  margin: 0 0 20px;
  font-size: 12px;
}
/* list-office */
.area-affiliate .sct .list-office{
  font-size: 14px;
}
.area-affiliate .sct .list-office dt{
  margin: 0 0 8px;
}
.area-affiliate .sct .list-office dd{
  margin: 0 0 25px;
  line-height: 1.5;
}
.area-affiliate .sct .list-office .txt-tel{
  margin: 10px 0 0;
  font-size: 32px;
  font-family: "roboto condensed",sans-serif;
  line-height: 1;
}
.area-affiliate .sct .list-office .txt-tel .tel{
  margin: 0 5px 0 0;
  display: inline-block;
  font-size: 27px;
}
.area-affiliate .sct .list-office .txt-tel a{
  color: #212529;
}

/* box-photo */
.area-affiliate .box-photo{
  position: absolute;
  width: 55%;
  max-height: 500px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  overflow: hidden;
  background: #ccc;
}
.area-affiliate .box-photo:hover div{
  transform: scale(1.05);
}
.area-affiliate .box-photo div{
  background: url(../img/img_affiliate_01.jpg?=v1) center center;
  background-size: cover;
  transition: 0.5s;
  height: 100%;
}
.area-affiliate .box-photo div:before {
  content:"";
  display: block;
  padding-top: 47.8%;
}

/*
.area-affiliate .box-photo img{
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  transition: 0.5s;
}
.area-affiliate .box-photo:hover img{
  transform: scale(1.05);
}
*/