@charset "UTF-8";

/* ====================================
 * 土地活用のポイント
 * tochikatsu_point_top.css
 * 20220228 
==================================== */


/****************************************

    common

*****************************************/

body{
  /* min-width:1200px; */
}
main{
  position:relative;
  min-width:1200px;
}
img{vertical-align:bottom;}

/* NOTE: 2020/04/08 - /assets/stylesheets/main-slim.css により border-box が初期値の世界になっているため */
main,
main * {
  box-sizing: content-box;
  vertical-align:bottom;
}

/* NOTE: 2020/04/08 - JS による自動縮小処理をする場合は useAutoScale モディファイヤをつける */
  main.-useAutoScale {}

@media screen and (max-width:768px){
  body{
    min-width:initial;
    min-width:auto;
  }
  main{
    min-width:initial;
    min-width:auto;
  }
}

.pc_block{display:block;}
.sp_block{display:none;}
.pc_txt-block{display:inline-block;}
.sp_txt-block{display:none;}

.clearfix:after { content: ""; display: block; clear: both;}

@media screen and (max-width:768px){
  .sp_block{display:block;}
  .pc_block{display:none;}
  .sp_txt-block{display:inline-block;}
  .pc_txt-block{display:none;}
}

.inSec{
  margin:0 auto;
  max-width:1160px;
}
@media screen and (max-width:768px){
  .inSec{
    padding:0 20px;
    /* margin:0 auto; */
    max-width:initial;
    max-width:auto;
  }
}


/* 土地活用のポイント
-------------------------------------------------- */
.tochikatsu_point._top{
  letter-spacing:0.05em;
  color:#333333;
}

/* ---------- */

.tochikatsu_point._top .area-map .map {
  background: url(/tochikatsuyou/img/tochikatsu_point_top/map.png) no-repeat left bottom;
  height: 860px;
  position: relative;
  border: solid #00758D;
  border-width: 3px 0;
}
.tochikatsu_point._top .area-map .map h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color:#fff;
  background-color: #00758D;
  padding: 0 80px 0 30px;
  display: inline-block;
  border-radius: 0 0 10px 0;
}
.tochikatsu_point._top .area-map .map p.lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color:#fff;
  padding: 20px 25px 20px 30px;
  position: absolute;
  bottom: 30px;
  right: 40px;
  background-color: #00758D;
  border-radius: 10px;
}
.tochikatsu_point._top .area-map .map .button li{
  position: absolute;
  left:0;
  bottom:0;
}
.tochikatsu_point._top .area-map .map .button li.sp{
  display:none;
}
.tochikatsu_point._top .area-map .map .button li a{
  display:block;
  position: relative;
}
.tochikatsu_point._top .area-map .map .button li a img{
  display:block;
  transform-origin: bottom left;
  width: auto;
  height: 88px;
  opacity: 0.5;
  transform: scale(1);
  transition: 0.3s ease;
  opacity: 1;
}
.tochikatsu_point._top .area-map .map .button li.origin-right a img{
  transform-origin: bottom right;
}
.tochikatsu_point._top .area-map .map .button li a img + img{
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.tochikatsu_point._top .area-map .map .button li a.hover img{
  transform: scale(1.2);
}
.tochikatsu_point._top .area-map .map .button li a.hover img + img{
  display:block;
  opacity: 1;
}
.tochikatsu_point._top .area-map .map #map-chintai li._r2{
  bottom: 506px;
  left: 371px;
}
.tochikatsu_point._top .area-map .map #map-chintai li._r3{
  bottom: 364px;
  left: 430px;
}
.tochikatsu_point._top .area-map .map #map-chintai li._nm{
  bottom: 453px;
  left: 825px;
}
.tochikatsu_point._top .area-map .map #map-chintai li._nj{
  bottom: 329px;
  left: 718px;
}
.tochikatsu_point._top .area-map .map #map-chintai li._k{
  bottom: 596px;
  left: 664px;
}
.tochikatsu_point._top .area-map .map #map-chintai_heiyou li._s{
  bottom: 532px;
  left: 170px;
}
.tochikatsu_point._top .area-map .map #map-chintai_heiyou li._j{
  bottom: 618px;
  left: 800px;
}
.tochikatsu_point._top .area-map .map #map-cre li._r{
  bottom: 720px;
  left: 330px;
}
.tochikatsu_point._top .area-map .map #map-cre li._s{
  bottom: 97px;
  left: 156px;
}

@media screen and (max-width:768px){
  .tochikatsu_point._top .area-map .map {
    background: url(/tochikatsuyou/img/tochikatsu_point_top/map_sp.png) no-repeat left top / cover;
    height: auto;
    border-width: 2px 0;
    padding-bottom: 0;
  }
  .tochikatsu_point._top .area-map .inSec {
    padding-left:0;
    padding-right: 0;
  }
  .tochikatsu_point._top .area-map .map h3 {
    font-size: 1.25rem;
    font-size: clamp(0.75rem, 5.5vw, 1.25rem);
    line-height: 1.5;
    background-color: transparent;
    padding: 1.5% 0 0;
    display: block;
    border-radius: 0;
  }
  .tochikatsu_point._top .area-map .map h3 span {
    display:inline-block;
    background-color: #00758D;
    margin-top: 0.53333%;
    margin-right: 20px;
    padding: 0.2em 2% 0.3em 5%;
    border-radius: 0 10px 10px 0;
  }
  .tochikatsu_point._top .area-map .map p.lead {
    font-size: 0.7rem;
    line-height: 1.875;
    color:#fff;
    padding: 4% 5.33333%;
    position: static;
    margin: 4.33333%;
    background-color: #00758D;
    border-radius: 10px;
  }
  .tochikatsu_point._top .area-map .map .button li{
    display:none;
  }
  .tochikatsu_point._top .area-map .map .button li.sp{
    display:block;
    width: 100%;
  }
  .tochikatsu_point._top .area-map .map .button li.sp img{
    width: 100%;
    height: auto;
  }
  .tochikatsu_point._top .area-map .map .button li a.hover img{
    transform: scale(1);
  }
  .tochikatsu_point._top .area-map .map .button li.sp{
    position: static;
  }
  .tochikatsu_point._top .area-map .map #map-chintai li.sp{
    margin-top: 4.66667%;
  }
  .tochikatsu_point._top .area-map .map #map-chintai_heiyou li.sp{
    margin-top: 2.66667%;
  }
  .tochikatsu_point._top .area-map .map #map-cre li.sp{
    margin-top: 1.33333%;
  }
}

/* ---------- */

.tochikatsu_point._top .area-type{
  margin-top:60px;
}
.tochikatsu_point._top .area-type h3{
  border-top: 3px solid #00758D;
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 400;
  color:#fff;
}
.tochikatsu_point._top .area-type h3 span{
  background-color: #00758D;
  margin: 0;
  padding: 0.5rem 80px 0.5rem;
  display: inline-block;
  border-radius: 0 0 10px 10px;
}
.tochikatsu_point._top .area-type .type-contents{
  margin-top: 40px;
}
.tochikatsu_point._top .area-type .type-contents h4{
  width: 191px;
  font-size: 1.25rem;
  font-weight: 400;
  color:#fff;
  background-color: #00758D;
  display: inline-block;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 0.1em 0;
}
.tochikatsu_point._top .area-type .type-contents h4 span{
  position: relative;
}
.tochikatsu_point._top .area-type .type-contents a h4 span::after{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  right: 0;
  transform: translate(0, -50%);
  width: 0.65em;
  height: 0.65em;
  background: url(/tochikatsuyou/img/tochikatsu_point_top/arrow_white_side.svg) no-repeat center center / contain;
  margin: 0.05em -0.85em 0 0;
  
}
.tochikatsu_point._top .area-type .type-contents ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tochikatsu_point._top .area-type .type-contents li{
  width: 542px;
  padding-bottom: 40px;
}
.tochikatsu_point._top .area-type .type-contents ul li:nth-child(2n-1){
  padding-right: 38px;
  border-right: 1px solid #00758D;
}
.tochikatsu_point._top .area-type .type-contents ul li:nth-child(3),
.tochikatsu_point._top .area-type .type-contents ul li:last-child{
  margin-bottom: 80px;
}
.tochikatsu_point._top .area-type .type-contents li a{
  text-decoration: none;
  color:#333;
  display: block;
  transition: 0.3s ease;
}
.tochikatsu_point._top .area-type .type-contents li a:hover{
  opacity:0.7;
}
.tochikatsu_point._top .area-type .type-contents li .type-details{
  display: flex;
  padding-top: 15px;
  border-top: 1px solid #00758D;
}
.tochikatsu_point._top .area-type .type-contents li .type-details figure img{
  width: 191px;
  max-width:none; 
}
.tochikatsu_point._top .area-type .type-contents li .type-details p,
.tochikatsu_point._top .area-type .type-contents .txt ul{
  margin-top: 30px;
  padding-left: 30px;
}
.tochikatsu_point._top .area-type .type-contents .txt ul{
  display: flex;
  justify-content: flex-start;
  margin-top: 1em;
}
.tochikatsu_point._top .area-type .type-contents .txt ul li,
.tochikatsu_point._top .area-type .type-contents .txt ul li:nth-child(2n-1),
.tochikatsu_point._top .area-type .type-contents .txt ul li:nth-child(3),
.tochikatsu_point._top .area-type .type-contents .txt ul li:last-child{
  width: auto;
  padding: 0;
  margin-right: 5px;
  border-right: 0 none;
  margin-bottom: 0;
}
.tochikatsu_point._top .area-type .type-contents .txt ul li:last-child{
  margin-right: 0;
}

.tochikatsu_point._top .area-type .type-contents .txt ul li a.arrow{
  position: relative;
  transition: 0.3s ease;
}

.tochikatsu_point._top .area-type .type-contents .txt ul li a.arrow::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	vertical-align: middle;
	margin: auto;
  transition: 0.3s ease;
}

.tochikatsu_point._top .area-type .type-contents .txt ul li a.arrow:hover{
  color:#fff;
}
.tochikatsu_point._top .area-type .type-contents .txt ul li a{
  border: 1px solid #00758D;
  background-color:#fff;
  color:#00758D;
  font-size: 0.8125rem;
  padding: 0.15em 15px 0.15em 0.5em;
  text-decoration: none;
  display: block;
}
.tochikatsu_point._top .area-type .type-contents .txt ul li a::after{
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #DB0047;
  border-right: 2px solid #DB0047;
}
.tochikatsu_point._top .area-type .type-contents .txt ul li a:hover{
  background-color:#00758D;
  color:#fff;
  opacity: 1;
}
.tochikatsu_point._top .area-type .type-contents .txt ul li a:hover::after{
  right: 4px;
  border-color:#fff;
}

@media screen and (max-width:768px){
  .tochikatsu_point._top .area-type{
    margin-top:40px;
  }
  .tochikatsu_point._top .area-type .inSec._title{
    padding-left: 0;
    padding-right: 0;
  }
  .tochikatsu_point._top .area-type h3{
    border-top: 2px solid #00758D;
    padding-right: 20px;
    font-size: 1.25rem;
  }
  .tochikatsu_point._top .area-type h3 span{
    background-color: #00758D;
    margin: 0;
    padding: 0.5rem 20px;
    border-radius: 0 0 10px;
  }
  .tochikatsu_point._top .area-type .type-contents{
    margin-top: 20px;
  }
  .tochikatsu_point._top .area-type .type-contents h4{
    width: 9em;
    max-width: 90%;
    font-size: 1rem;
  }
  .tochikatsu_point._top .area-type .type-contents ul{
    flex-direction: column;
  }
  .tochikatsu_point._top .area-type .type-contents li{
    width: auto;
    padding-bottom: 30px;
  }
  .tochikatsu_point._top .area-type .type-contents ul li:nth-child(2n-1){
    padding-right: 0;
    border-right:0 none;
  }
  .tochikatsu_point._top .area-type .type-contents ul li:nth-child(3){
    margin-bottom: 0;
  }
  .tochikatsu_point._top .area-type .type-contents ul li:last-child{
    margin-bottom: 10px;
  }
  .tochikatsu_point._top .area-type .type-contents li a:hover{
    opacity:1;
  }
  .tochikatsu_point._top .area-type .type-contents li .type-details{
    padding-top: 15px;
  }
  .tochikatsu_point._top .area-type .type-contents li .type-details figure{
    width: 41.4493%;
  }
  .tochikatsu_point._top .area-type .type-contents li .type-details figure img{
    width: 100%;
    max-width:none; 
  }
  .tochikatsu_point._top .area-type .type-contents li .type-details .txt{
    flex: 1;
  }
  .tochikatsu_point._top .area-type .type-contents li .type-details p,
  .tochikatsu_point._top .area-type .type-contents .txt ul{
    font-size: 0.8125rem;
    margin-top: 15px;
    padding-left: 15px;
  }
  .tochikatsu_point._top .area-type .type-contents .txt ul{
    flex-direction: row;
  }
  .tochikatsu_point._top .area-type .type-contents .txt ul li,
  .tochikatsu_point._top .area-type .type-contents .txt ul li:nth-child(2n-1),
  .tochikatsu_point._top .area-type .type-contents .txt ul li:nth-child(3),
  .tochikatsu_point._top .area-type .type-contents .txt ul li:last-child{
    margin-bottom: 5px;
  }
  .tochikatsu_point._top .area-type .type-contents .txt ul li a{
    font-size: 0.8rem;
  }
}

@media screen and (max-width:310px){
  .tochikatsu_point._top .area-type .type-contents li .type-details{
    flex-direction: column;
  }
  .tochikatsu_point._top .area-type .type-contents li .type-details figure{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .tochikatsu_point._top .area-type .type-contents li .type-details p,
  .tochikatsu_point._top .area-type .type-contents .txt ul{
    margin-top: 15px;
    padding-left: 0;
  }
}

/* ---------- */

.tochikatsu_point._top .area-content > div{
  padding:60px 0;
  background-color:#ffffff;
}
.tochikatsu_point._top .area-content > div .inSec .topTitle{
  float:right;
  position:relative;
  padding:1.2em 0 0 20px;
  width:calc(100% - 600px);
  color:#2d2c25;
  font-size:281.25%;
  font-weight:300;
  line-height:1.2;
  letter-spacing:0.075em;
}
.tochikatsu_point._top .area-content > div .inSec .topTitle > em{
  position:relative;
  font-style:normal;
  z-index:2;
}
.tochikatsu_point._top .area-content > div .inSec .topTitle > span{
  position:absolute;
  bottom:1em;
  left:0;
  color:#d2d2c2;
  font-style:italic;
  /* font-size:103.5%; */
  font-weight:300;
  line-height:1.2;
  letter-spacing:0.05em;
  z-index:1;
}
.tochikatsu_point._top .area-content > div .inSec .imgSide{
  float:left;
  width:540px;
}
.tochikatsu_point._top .area-content > div .inSec .txtSide{
  float:right;
  width:calc(100% - 580px);
}
.tochikatsu_point._top .area-content > div:nth-of-type(odd){background-color:#e9e9e5;}
.tochikatsu_point._top .area-content > div:nth-of-type(even) .inSec .topTitle{float:left;}
.tochikatsu_point._top .area-content > div:nth-of-type(even) .inSec .imgSide{float:right;}
.tochikatsu_point._top .area-content > div:nth-of-type(even) .inSec .txtSide{float:left;}
.tochikatsu_point._top .area-content > div .inSec .txtSide p{
  padding-left:20px;
  margin-top:15px;
  font-size:112.5%;
  line-height:2;
  letter-spacing:0.05em;
}
.tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul{
  margin-top:45px;
  margin-left:20px;
}
.tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a{
  display:block;
  padding-bottom:10px;
  width:265px;
  font-weight:600;
  font-size:106.25%;
  color:#4a4a4a;
  text-decoration:none;
  border-bottom:1px solid #acaba3;
  transition:all 0.3s ease;
}
.tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a span{
  position:relative;
  display:block;
  padding-right:20px;
}
.tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a span::after{
  content:"";
  display:block;
  width:8px;
  height:13px;
  position:absolute;
  top:50%;
  right:8px;
  background:url(/tochikatsuyou/img/common/bnrIco_arrow01.png) no-repeat center center /contain;
  transform:translateY(-50%);
  transition:right 0.2s ease;
}
.tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a:hover{
  color:#dd0047;
  border-bottom:1px solid #dd0047;
}
.tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a:hover span::after{
  right:3px;
}
@media screen and (max-width:768px){
  .tochikatsu_point._top .area-content > div{
    padding:38px 0 40px;
  }
  .tochikatsu_point._top .area-content > div .inSec .imgSide{
    float:none;
    width:100%;
    line-height:1;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide{
    float:none;
    width:100%;
  }
  .tochikatsu_point._top .area-content > div .inSec .topTitle{
    float:none;
    padding:0 0 23px 0;
    margin-bottom:25px;
    width:100%;
    font-size:171.875%;
    letter-spacing:0.025em;
    text-align:center;
  }
  .tochikatsu_point._top .area-content > div:nth-of-type(even) .inSec .topTitle,
  .tochikatsu_point._top .area-content > div:nth-of-type(even) .inSec .imgSide,
  .tochikatsu_point._top .area-content > div:nth-of-type(even) .inSec .txtSide{float:none;}

  .tochikatsu_point._top .area-content > div .inSec .topTitle > span{
    bottom:-6px;
    left:50%;
    width:100%;
    font-size:67%;
    letter-spacing:0.05em;
    transform:translateX(-50%);
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide p{
    padding-left:0;
    margin-top:17.5px;
    font-size:84.375%;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul{
    margin-top:15px;
    margin-left:0;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a{
    font-size:78.125%;
    width:180px;
    padding-bottom:7px;
    margin-left:auto;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a span{
    padding-right:18px;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a span::after{
    width:6px;
    height:9px;
    right:6px;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a:hover{
    color:#4a4a4a;
    border-bottom:1px solid #acaba3;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a:hover span::after{
    right:6px;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a.hover{
    color:#dd0047;
    border-bottom:1px solid #dd0047;
  }
  .tochikatsu_point._top .area-content > div .inSec .txtSide .link-ul a.hover span::after{
    right:0;
  }
}




