@charset "utf-8";
/* CSS Document */
.mainvisual{
  background:url("../../common/img/mv-coporate.png")no-repeat center;
  background-size: cover;
}
.gretting .sec-subtitle{
  color: #164E90;
}
.gretting .sec-title{
  color: #222;
  font-size: 4rem;
  font-weight: 800;
}

/* 
------------------------------------------------------*/
/*ボタン*/
.btn_flex{
  max-width: 1024px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin: auto;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.ser_card {
  position: relative;
  overflow: hidden;
  width: 502px;
  height: 250px;
  margin-bottom: 20px;
}
a.ser_link:hover,
a.ser_link:hover img{
  opacity: 1;
}
.ser_bg{
  transition: .3s;
}
.ser_link:hover .ser_bg{
  transform: scale(1.1);
}
.ser_btn {
    position: absolute;
    bottom: 20px;
    display: flex;
    max-width: 210px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 40px;
  background: #fff;
  border-radius: 40px;
  font-weight: bold;
  box-shadow: inset 2px 4px 10px #FFFFFF99, 2px 4px 5px #0000001A;
  font-size: 1.3rem;
  transition: .3s;
}

.ser_btn span{
  position: relative;
  right: 10px;
}

.ser_btn::after{
    content: url(../img/arrow.png);
    position: absolute;
    right: 12px;
    height: 6px;
    line-height: 0;
}

/*挨拶*/
.gretting {
    width: 93.75%;
    margin: 0 0 0 auto;
    background: url(../img/bg_greeting.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
.gre_innre {
    max-width: 1024px;
    width: 100%;
    margin: auto;
    padding-right: 6vw;
}
.gretting .sec-subtitle,.gretting .sec-title{
  color: #fff;
}
.gre_text{
  color: #fff;
  padding-top: 40px;
}
.name{
  padding-top: 50px;
  text-align: right;
}


.container {
    margin-top: 100px;
}

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

}

@media screen and (max-width: 767px) {
.mainvisual {
  background-position: 85%;
}
.gretting {
    background-size: cover;
    width: 100%;
  padding: 50px 0;
}
  .gre_innre{
      max-width: 90%;
      padding: 0px;
    margin: auto;
  }
.box-flex {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.box-flex_inner h3{
  margin-top: 20px;
}
.box-flex_inner .btn-mim {
    margin: 0;
    margin-left: auto;
}
.btn_flex {
  margin-bottom: 0px;
}
.container {
    margin-top: 50px;
}
.ser_card {
  height: auto;
  margin-bottom: 20px;
}
}