.other .contents .section_inner {
  padding-top: 106px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .other .contents .section_inner {
    padding-top: 66px;
    padding-bottom: 80px;
  }
}
.other .other_title {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other .other_title {
    font-size: 2rem;
    margin-bottom: 19px;
  }
}
.other .other_text {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .other .other_text {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 52px;
    padding: 0 10px;
  }
}
.other .other_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  .other .other_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
  }
}
.other .other_list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 60px) / 3);
      -ms-flex: 0 0 calc((100% - 60px) / 3);
          flex: 0 0 calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .other .other_list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.other .other_list li a {
  display: block;
  background: #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.other .other_list li a:hover .other_list_icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.other .other_list li a .other_list_image_wrap {
  position: relative;
}
.other .other_list li a .other_list_image_wrap img {
  width: 100%;
}
.other .other_list li a .other_list_image_wrap p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  line-height: 1.6;
  border: 2px solid #FFFFFF;
  width: 240px;
  max-width: 90%;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Aleo", serif;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .other .other_list li a .other_list_image_wrap p {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .other .other_list li a .other_list_image_wrap p {
    letter-spacing: 0.25em;
    font-size: 1.6rem;
    width: 200px;
    height: 90px;
  }
}
.other .other_list li a .other_list_text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 140px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .other .other_list li a .other_list_text_wrap {
    min-height: 80px;
  }
}
.other .other_list li a .other_list_text_wrap p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .other .other_list li a .other_list_text_wrap p {
    font-size: 1.6rem;
    padding-right: 20px;
  }
}
.other .other_list li a .other_list_text_wrap .other_list_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 31px;
  height: 31px;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 768px) {
  .other .other_list li a .other_list_text_wrap .other_list_icon {
    width: 23px;
    height: 23px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}