@charset "utf-8";
/* CSS Document */
.mainvisual{
  background:url("../img/mv.png")no-repeat center;
  background-size: cover;
  height: 563px;
  display: block;
  position: relative;
}

.page-title{
   background: none;
  border: none;
  margin: auto;
}

.page-title h1{
    background: rgb(255 255 255 / 65%);
    border: solid 1px #fff;
    width: 100%;
    text-align: center;
    color: #32A367;
    padding: 0px ;
    max-width: 512px;
  margin: auto;
}
.flex_mv{
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  max-width: 1047px;
  align-items: center;
  justify-content: space-between;
}
.page-title .text_bg{
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  text-align: right;
  background: transparent linear-gradient(270deg, #67D197 0%, #32A367 100%) 0% 0% no-repeat padding-box;
}
.page-title .text_bg.rev{
  margin-bottom: 15px;
  padding: 0 10px 0 30px;
}
.page-title .text_bg_left{
  width: 247px;
  margin-left: auto;
}

.page-title .text_bg .bg{
  font-size: 5rem;
}
.way{
  position: relative;
  left: 20px;
}
.content .sec-subtitle{
  color: #164E90;
}
.content .sec-title{
  color: #222;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 40px;
}
/*ボタン*/
.voice{
  background: url("../img/voice_bg.png") no-repeat;
  background-size: cover;
  padding: 60px 0 70px;
  max-width: 1024px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.voice h4{
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.btn_flex{
  max-width: 900px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin: auto;
}
.ser_card {
  position: relative;
  overflow: hidden;
  width: 287px;
  height: 374px;
}
.ser_link{
  position: relative;
}
a.ser_link:hover,
a.ser_link:hover img{
  opacity: 1;
}
.ser_bg{
  transition: .3s;
  position: relative;
  top: -40px;
}
.ser_link:hover .ser_bg{
  transform: scale(1.1);
}
.ob_text{
  position: relative;
  color: #fff;
  background: #32A367;
  text-align: center;
  width: 185px;
  padding: 5px 0;
  top: 20px;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ser_btn {
    position: relative;
    bottom: 130px;
    display: flex;
    max-width: 200px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  background: #fff;
  border-radius: 40px;
  font-weight: bold;
  box-shadow: inset 2px 4px 10px #FFFFFF99, 2px 4px 5px #0000001A;
  font-size: 1.5rem;
  transition: .3s;
}


.ser_btn::after{
    content: url("../../common/img/arrow.png");
    position: absolute;
    right: 15px;
    height: 6px;
    line-height: 0;
}
.ser_btn ::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #333;
  transform: scale(0, 1);
}
.ser_link:hover .ser_btn{
  animation: hover .6s forwards;
}
.ser_link:hover .ser_btn::before {
  animation: hover-in .3s forwards alternate, hover-out .3s .3s forwards alternate;
}
@keyframes hover {
  0%, 100% {
    color: #333;
  }
  50% {
    color: #fff;
  }
}
@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes hover-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
/* 
------------------------------------------------------*/
/*メイン*/
.shall{
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 90px 0 60px;
  position: relative;
}
.shall_bg{
  background: rgba(255, 255, 255, .9);
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding-bottom: 70px;
}
.shall_inner{
  max-width: 660px;
  width: 100%;
  margin: auto;
  padding-top: 40px;
}
.shall .text_bg{
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  position: relative;
  right: 50px;
  background: #32A367 0% 0% no-repeat padding-box;
  text-align: center;
}
.shall .text_bg.rev{
  width: 281px;
  margin-bottom: 15px;
}
.shall_title{
  position: relative;
  top: -30px;
}
.shall .text_bg_bottom{
  width: 533px;
}

.shall .text_bg .bg{
  font-size: 5rem;
}
.way{
  position: relative;
  left: 20px;
}
.btn_block{
  display: flex;
  justify-content: space-between;
  width: 620px;
  margin: auto;
  margin-top: 30px;
}
.shall_btn{
    width: 300px;
}
.shall_btn a{
    display: flex;
    width: 280px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  background: #fff;
  border-radius: 40px;
  font-weight: bold;
  box-shadow: inset 2px 4px 10px #FFFFFF99, 2px 4px 5px #0000001A;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.shall_btn a::after{
    content: url("../../common/img/arrow.png");
    position: absolute;
    right: 15px;
    height: 6px;
    line-height: 0;
}

.shall_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background:#32A367 0% 0% no-repeat padding-box;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.shall_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  border-radius: 40px;
}
.shall_btn a:hover {
  color: #fff;
}


.flex_innre{
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
.flex-text{
  max-width: 377px;
  width: 100%;
}
.main_text{
  padding-top: 40px;
}

.content {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto 90px;
    padding-top: 90px;
}
.rec_table_outer {
    max-width: 850px;
    width: 100%;
    margin: auto;
}
.rec_table {
    width: 100%;
    border-top: 1px solid #32A367;
}
.rec_table th {
    background: #76bb93;
    text-align: center;
    font-weight: normal;
    color: #fff;
    width: 154px;
    padding: 20px 10px;
    border-bottom: 1px solid #32A367;
}
.rec_table td {
  background: #fff;
  padding: 20px 50px;
  border-bottom: 1px solid #32A367;
}
.re_con_list{
  padding-top: 30px;
}

.rec_table .ft-con-mail {
  margin-left: 0;
  margin-top: 16px;
  background: #76bb93;
  color: #fff;
}
.rec_table a.ft-con-mail span::before {
  content: url("../img/icon_recruit.svg");
}
.rec_table a.ft-con-mail ::after {
  right: 40px;
}

.num{
  color: #32A367;
}
.green a:link {
  color: #32A367;
  text-decoration: underline;
  text-decoration-offset: 3px;
}
.btn_box {
    display: flex;
    justify-content: center;
    margin: 90px auto 0;
}
.rec_btn {
    max-width: 360px;
    width: 100%;
    display: flex;
}
.rec_btn a {
    width: 100%;
    display: flex;
  background: #fafafa;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 30px;
  box-shadow: inset 2px 4px 10px #FFFFFF99, 2px 4px 5px #0000001A;
  font-weight: bold;
}
.rec_btn a::before{
  content: url("../img/btn_icon.svg");
  box-shadow: 2px 4px 5px #0000001A;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 60px;
}
.rec_btn a::after{
  content: '';
  background: url("../../common/img/arrow.png") no-repeat center;
  width: 24px;
  height: 6px;
  position: absolute;
  right: 32px;
}
.img_flex{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 120px;
}
.img_flex li{
    width: 100%;
}
.img_flex li img {
    width: 100%;
}
/* 
------------------------------------------------------
------------------------------------------------------*/
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){

}

@media screen and (max-width: 767px) {
.mainvisual{
  background:url("../img/mv_sp.png")no-repeat center;
}
.page-title h1{
  font-size: 2rem;
}
.page-title .text_bg .bg {
    font-size: 3rem;
}
.flex_mv {
  flex-wrap: wrap;
    justify-content: end;
  top: 0;
  height: 340px;
}
.sp_po{
  padding-top: 30px;
}
.flex_mv .svg{
  position: absolute;
  top: 55px;
  left: 0;
  width: 256px;
}
.page-title .text_bg.rev {
  margin-bottom: 8px;
  padding: 5px 0 5px 10px;
}
  .voice h4{
    max-width: 90%;
    margin: auto;
    line-height: 1.5;
  }
.ser_card {
  margin-top: 30px;
  }
.shall .text_bg {
    font-size: 2rem;
    line-height: 2;
    right: 0;
  width: 95%;
}
.page-title .text_bg {
  font-size: 2rem;
  line-height: 1.4;
}
.shall .text_bg.rev {
  width: 195px;
}
.page-title .text_bg_left {
  width: 170px;
  padding-bottom: 1px;
}
.shall .text_bg .bg {
    font-size: 4rem;
}
  .shall_inner p{
    max-width: 90%;
    margin: auto;
  }
.btn_flex {
    flex-wrap: wrap;
    justify-content: center;
}

.btn_block {
    display:block;
    width: 90%;
}
.shall {
  background-size: cover;
}
.shall_btn {
  margin: auto;
  margin-bottom: 20px;
}
.rec_table,
.rec_table tr,
.rec_table th,
  .rec_table td{
    display: block;
    width: 100%;
  }
.rec_table th,
.rec_table td{
  padding: 15px 5%;
}
.rec_btn a::before{
    left: 12%;
}
.img_flex{
  margin-bottom: 0px;
}
  
  .rec_table .ft-con-mail {
    font-size: 1.4rem;
    padding-left: 24px;
    margin-left: auto;
  }
  .rec_table a.ft-con-mail ::after {
    right: 20px;
  }
}