@charset "UTF-8";
/* ////////////////////////////
COMPANY
//////////////////////////// */

#content_Wrap {
  padding: 100px 0;
  background: #efefef;
  margin-top: 116px;
}

.title_Box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 0 60px;
}
.title_Box div {
  margin-right: 1em;
}
.title_Box div img {
  width: 100%;
  height: 76px;
  object-fit: contain;
}
.title_Box p {
  color:#0032e6;
  font-size: 26px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}


.btn_List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.btn_List li {
  position: relative;
  width: calc((100% - 6%) / 2);
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

ul.btn_List a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

ul.btn_List img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

ul.btn_List li:hover img {
  transform: scale(1.1);
}

ul.btn_List p {
  position: absolute;
  bottom: 20px;
  left: 6%;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  z-index: 2;
}
ul.btn_List p::after {

  content:'';
  position: absolute;
  bottom: 7px;
  right: -2em;
  background:url(../img/arw_wh.svg) center center no-repeat;
  background-size: cover;
  width:12px;
  height:20px;
}












/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 60px 0;
    background: #efefef;
    margin-top: 77px;
  }

  .title_Box {
    /* display: flex;
    justify-content: flex-start;
    align-items: baseline; */
    flex-direction: column;
    padding: 0 0 30px;
  }
  .title_Box div {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .title_Box div img {
    width: 100%;
    height: 50px;
    object-fit:contain;
  }
  .title_Box p {
    font-size: 16px;
  }


  ul.btn_List li {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }

  ul.btn_List p {
    position: absolute;
    bottom: 20px;
    left: 6%;
    color: #fff;
    padding: 3px 6px;
    font-size: 16px;
  }
  ul.btn_List p::after {

    content:'';
    position: absolute;
    bottom: 5px;
    right: -2em;
    background:url(../img/arw_wh.svg) center center no-repeat;
    background-size: cover;
    width:8px;
    height:14px;
  }




}
