@charset "utf-8";
/*-----------------------------------------------
 *	CVエリア
-----------------------------------------------*/
.cv_area h2 {font-size: 38px;}
.cv_area .cv_ttl.size_middle h2 span { padding: 0.3em 1.0em 0.4em; margin-right: 12px; }
@media only screen and (max-width: 1024px) {
  .cv_area h2 {font-size: 35px;}
  .cv_area .cv_ttl.size_middle h2 {font-size: 32px;}
}
@media only screen and (max-width: 960px) {
  .cv_area h2 {font-size: 23px;}
  .cv_area .cv_ttl.size_middle h2 {font-size: 23px;}
  .cv_area .cv_ttl.size_middle h2 span {padding: 0.75em 0.5em;margin-right: 15px;}
}
@media only screen and (max-width: 568px) {
  .cv_area h2 {
    font-size: 23px;
  }
}
/*-----------------------------------------------
 *	イントロセクション
-----------------------------------------------*/
.area_intro_content {
  display: flex;
  position: relative;
  z-index: 10;
}
.area_intro_content .photo {
  width: 27%;
  max-width: 300px;
}
.area_intro_content .photo img {
  height: 100%;
  object-fit: cover;
}
.area_intro_content .txt {
  width: 48%;
  max-width: 520px;
  padding: 50px 40px;
}
.area_intro_content h2 {
  font-size: 25px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 22px;
  padding: 8px 0 11px;
}
.area_intro_content p {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .area_intro_content h2{
    font-size: 21px;
  }
  .area_intro_content .txt {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 568px) {
  .area_intro_content {
    flex-direction: column;
  }
  .area_intro_content .txt {
    width: 100%;
    padding: 25px 5.3vw;
  }
  .area_intro_content h2{
    font-size: 17px;
    padding: 6px 0 9px;
    margin-bottom: 13px;
  }
  .area_intro_content .photo {
    width: 100%;
    max-width: initial;
  }
  .area_intro_content .photo img {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------------------------
 *	対応エリア（市区町村）
-----------------------------------------------*/
.breadcrumbs.area_bread{
  margin: -28px 0 25px;
}
#area_city .bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  z-index: 1;
  top: 110px;
}
#area_city .box {
  background: #fff;
  border: 5px solid #bedfe2;
  padding: 40px 55px 55px;
  position: relative;
  z-index: 10;
}
#area_city h3 {
  font-size: 25px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 35px;
}
#area_city h3::before {
  content: '';
  background: #cdcdcd;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
#area_city h3 span.bg_white {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
#area_city ul {
  padding: 40px 40px;
  gap: 10px 0;
  border-radius: 5px;
}
#area_city li {
  width: 20%;
}
#area_city li a {
  position: relative;
  padding-left: 17px;
  transition: 0.2s;
}
#area_city li a:hover {
  color: var(--site-primary);
}
#area_city li a::before {
  content: '';
  background: url(../img/common/icon_arrow_right_green.svg) no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#area_city .annotation_txt {
  color: #666;
  margin: 10px 0 -8px;
}
@media only screen and (max-width: 960px) {
  #area_city .box {
    padding: 4vw 4vw;
  }
  #area_city h3 {
    font-size: 21px;
  }
  #area_city ul {
    padding: 25px;
  }
  #area_city li {
    width: 25.0%;
  }
}
@media only screen and (max-width: 568px) {
  #area_city .bg_circle_left::before {
    content: none;
  }
  #area_city .box {
    padding: 20px 4vw;
  }
  #area_city h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #area_city h3::before {
    content: none;
  }
  #area_city h3 span.bg_white {
    padding: 0;
  }
  #area_city ul {
    padding: 14px 0;
    gap: 4px 0;
  }
  #area_city li {
    width: 50%;
  }
  #area_city li a {
    padding-left: 28px;
  }
  #area_city li a::before {
    width: 8px;
    height: 11px;
    left: 13px;
    top: 57%;
  }
  #area_city .annotation_txt {
    margin: 6px 0 -8px;
  }
}
/*-----------------------------------------------
 *	スタッフコメント・支店情報
-----------------------------------------------*/
.staff_comment .bg_gray {
  border-radius: 0 0 10px 10px;
}
.branch_data {
  margin-top: 40px;
}
.branch_data .bg_gray {
  border-radius: 0 0 10px 10px;
}
.branch_data iframe {
  width: 100%;
  height: 310px;
  margin-bottom: 30px;
}
.branch_data table {
  border: 1px solid #ccc;
  border-bottom: none;
  width: 100%;
}
.branch_data table th {
  background: #64b4ba;
  color: #fff;
  width: 45%;
  max-width: 450px;
  border-bottom: 1px solid #ccc;
  padding: 20px 4%;
}
.branch_data table td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px 4%;
}
@media only screen and (max-width: 568px) {
  #branch_info.lg_inner_space {
    padding-bottom: 0;
  }
  .staff_comment {
    margin: 0 -5.3vw;
  }
  .staff_comment .bg_gray {
    border-radius: 0;
  }
  .staff_comment .ttl_content_top, .branch_data .ttl_content_top {
    text-align: center;
  }
  .staff_comment .half_box {
    flex-direction: column-reverse;
    padding: 20px 5.3vw;
  }
  .branch_data {
    margin: 25px -5.3vw 0;
  }
  .branch_data .bg_gray {
    border-radius: 0;
  }
  .branch_data .md_inner_space {
    padding: 20px 5.3vw 40px;
  }
  .branch_data iframe {
    height: 205px;
    margin-bottom: 15px;
  }
  .branch_data table th, .branch_data table td {
    display: block;
    width: 100%;
    max-width: initial;
    text-align: center;
    padding: 6px 4%;
  }
}

/*-----------------------------------------------
 *	ユニークコンテンツ
-----------------------------------------------*/
.area_about {
  margin-top: 70px;
}
.area-pattern table{
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-bottom: none;
}
.area-pattern table:last-child{
  margin-bottom: 0;
}
.area-pattern table th{
  background: #64b4ba;
  color: #fff;
  font-weight: bold;
  width: 30%;
  max-width: 450px;
  border-bottom: 1px solid #ccc;
  padding: 20px 4%;
}
.area-pattern table td{
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 20px 4%;
}
.area-pattern table td a{
  text-decoration: underline;
  color: #64b4ba;
}
.area-pattern table td a:hover{
  text-decoration: none;
}
@media only screen and (max-width: 568px) {
  .area_about {
    margin-top: 40px;
  }
  .area-pattern table th{
    width: 27%;
  }

  .area-pattern table td{
    word-break: break-all;
    padding: 10px 4%;
  }
  .area-pattern table th{
    padding: 10px 4%;
  }
}

.tabs {
  margin: 5% auto 0;
}

.tab-list {
  display: flex;
}

.tab-item {
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  border: solid 1px #48979c;
  padding: 0.5em 1em;
  cursor: pointer;
}

.tab-content {
  background-color: #f5f5f5;
}

.tab-panel {
  display: none;
}

.tab-item.active {
  background-color: #48979c;
  color: #fff;
  font-weight: bold;
}
.tab-panel.active {
  display: block;
}
@media only screen and (max-width: 568px) {
  .tab-item{
    display: flex;
    align-items: center;
    padding: 0.5em;
  }
}