@charset "utf-8";
/* CSS Document */
.mainvisual{
  background:url("../../../common/img/mv-coporate.png")no-repeat center;
  background-size: cover;
}
a.anchor:target::before{
  content: '';
  margin-top: -200px;
  height: 200px;
  display: block;
  visibility: hidden;
  position: relative;
}
/* 
------------------------------------------------------*/
.title_inner{
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
.title_inner .sec-title {
    color: #222;
    font-size: 4rem;
    font-weight: 800;
}
 .sec-subtitle{
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
.wrapper {
    padding-top: 0px;
}
/*地図*/
.over{
  margin-top: 90px;
}
.overses{
  background: #FAFAFA;
  position: relative;
  height: 694px;
}
.overses .over_inner{
  background: url("../img/bg_texttop.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
    max-width: 93.75%;
    width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.over_inner p{
    color: #fff;
    max-width: 680px;
    width: 100%;
    padding: 80px 0 65px;
    margin-right: 6vw;
}
.access{
  padding-top: 80px;
}
.sm{
  font-size: 1.8rem;
  font-weight: normal;
}
.box-flex {
    margin: 50px auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 850px;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 50px;
    border-bottom: 1px solid #164E90;
}
.box-flex.s_vel{
  border-bottom: none;
  margin: 50px auto 0px;
  padding-bottom: 0px;
}
.box-flex.last{
  padding-bottom: 0px;
}
.bo_none_last{
  border-bottom: none;
}
.box-flex_inner {
    max-width: 375px;
  letter-spacing: 0;
}
.box-flex_inner h3{
  padding-bottom: 40px;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
}

.info{
  padding-top: 30px;
}
.title_innre iframe{
  max-width: 1024px;
  width: 100%;
  margin: auto;
  height: 330px;
}
.title_innre .map{
  margin:0 auto 100px;
  text-align: center;
}
.btn-mim{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: inset 2px 4px 10px #FFFFFF99, 2px 4px 5px #0000001A;
    border-radius: 32px;
    width: 280px;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
  transition: all .3s;
}

.btn-mim:hover{
  color: #f55d3c;
  opacity: 1;
}
.btn-mim:hover ::after{
  content: url("../../../common/img/map_icon.svg");
  position: absolute;
  right: 30px;
}

.btn-mim:hover{
  box-shadow: inset 5px 5px 20px #c8c9cc,inset -5px -5px 20px #fff;
}



.btn-mim::after{
  content: url("../../../common/img/map_icon.svg");
  position: absolute;
  right: 30px;
}
.icon a{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: inset 2px 4px 10px #FFFFFF99, 2px 4px 5px #0000001A;
    border-radius: 32px;
    width: 280px;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
  transition: all .3s;
}

.icon a:hover{
  color: #f55d3c;
  opacity: 1;
}
.icon a:hover ::after{
  content: url("../../../common/img/map_icon.svg");
  position: absolute;
  right: 30px;
}

.icon a:hover{
  box-shadow: inset 5px 5px 20px #c8c9cc,inset -5px -5px 20px #fff;
}
.icon a::after{
  content: url("../../../common/img/hp_icon.svg");
  position: absolute;
  right: 30px;
}

/* 固有レスポンシブ
------------------------------------------------------
------------------------------------------------------*/
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){

}

@media screen and (max-width: 767px) {
.mainvisual {
  background-position: 85%;
}
a.anchor {
    display: block;
    padding-top: 0px;
    margin-top: -0px;
  pointer-events: none;
}
.overses {
  background: #FAFAFA;
  background-size: auto;
  position: relative;
  background-position: top 13px left -357px;
  height: 535px;
}
  .title_inner{
    padding: 0 5% 50px;
    max-width: 95%;
    margin: auto;
  }
.title_inner .sec-title {
    font-size: 3rem;
}
/*flex*/	
.box-flex {
    margin: 50px auto;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap-reverse;
}
.box-flex.last {
    margin: 0px auto;
}
.box-flex_inner h3 {
    padding: 40px 0;
    font-size: 2.4rem;
}
.info {
    padding-top: 20px;
}
.title_inner .map {
    margin: 0 auto 50px;
  max-width: 90%;
}
  .map{
      text-align: center;
  }
.over {
  margin-top: 0px;
  }
.overses .over_inner {
    max-width: 100%;
}
.over_inner p {
    width: 90%;
    margin: auto;
    padding: 30px 0;
}
.icon a{
  margin-top: 20px;
}

}