/*
##################################################################
#################################

	#######  SETTING  #########

#################################
##################################################################
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
@media all and (max-width:$sp_width) { // sp
}
@media all and (min-width:$pc_width) { // pc
}
*/
/* PC,SP width setting */
.page--csr .pages--content section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 768px) {
  .page--csr .pages--content section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--csr .pages--content .sec-ttl {
  color: #323232;
}
.page--csr .pages--content .links {
  margin-top: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .page--csr .pages--content .links {
    justify-content: center;
  }
}
.page--csr .pages--content .links a {
  width: 48%;
  display: flex;
  align-items: center;
  background-color: #000;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .page--csr .pages--content .links a {
    width: 100%;
    max-width: 450px;
    height: 184px;
  }
  .page--csr .pages--content .links a:not(:first-child) {
    margin-top: 25px;
  }
}
@media all and (min-width: 769px) {
  .page--csr .pages--content .links a {
    height: 20vw;
    min-height: 160px;
    max-height: 256px;
  }
  .page--csr .pages--content .links a:nth-child(n+3) {
    margin-top: 40px;
  }
}
.page--csr .pages--content .links a:hover {
  transition: 0.3s;
  opacity: 0.5;
  box-shadow: 0 0 10px -5px;
}
.page--csr .pages--content .links a.bg-1 {
  background-image: url(../../img/csr/top-bg-1.jpg);
}
.page--csr .pages--content .links a.bg-2 {
  background-image: url(../../img/csr/top-bg-2.jpg);
}
.page--csr .pages--content .links a span {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}
@media all and (max-width: 768px) {
  .page--csr .pages--content .links a span {
    font-size: 2rem;
  }
}
.page--csr .pages--content p {
  margin-top: 30px;
  line-height: 1.7333;
}
@media all and (max-width: 768px) {
  .page--csr .pages--content p {
    margin-top: 25px;
  }
}
.page--csr .pages--content ul {
  margin-top: 30px;
}
.page--csr .pages--content ul li {
  flex-wrap: wrap;
  align-items: flex-start;
}
.page--csr .pages--content ul li > div {
  line-height: 1.7333;
}
@media all and (max-width: 768px) {
  .page--csr .pages--content ul li > div {
    width: 100% !important;
  }
}
.page--csr .pages--content ul li > div:first-child {
  width: 30%;
}
.page--csr .pages--content ul li > div:last-child {
  width: 70%;
}
.page--csr .pages--content ul li > div .ti {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}