@charset "UTF-8";
/* ==========================================================================//
//
// 働き方を知る
//
// ========================================================================== */
/* リスト
---------------------------------------------------------- */
.contents {
  padding: 40px 0;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#dfeeb5), to(#d4eeb5));
  background: linear-gradient(to left, #dfeeb5 0%, #d4eeb5);
  z-index: 0;
}
@media all and (min-width: 751px) {
  .contents {
    padding: 80px 30px;
  }
}
.contents::after {
  position: absolute;
  content: "";
  background-image: url(../../images/culture/decoration.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(180px, 100%);
  height: 282px;
}
@media all and (min-width: 751px) {
  .contents::after {
    width: min(425px, 100%);
    height: 761px;
  }
}
.contents .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media all and (min-width: 751px) {
  .contents .menu_list {
    gap: 60px;
  }
}
.contents .menu_list .menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1001px) {
  .contents .menu_list .menu_item {
    width: calc((100% - 60px) / 2);
  }
}
.contents .menu_list .menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contents .menu_list .menu_item a .image {
  overflow: hidden;
  border: 1.5px solid #3B97D4;
}
.contents .menu_list .menu_item a .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contents .menu_list .menu_item a .txts {
  padding: 10px 15px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0 30px;
}
@media all and (min-width: 751px) {
  .contents .menu_list .menu_item a .txts {
    padding: 25px 20px 16px;
    border-radius: 0 0 0 60px;
  }
}
.contents .menu_list .menu_item a .txts .menu_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (max-width: 750px) {
  .contents .menu_list .menu_item a .txts .menu_ttl {
    padding-bottom: 12px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
  }
}
.contents .menu_list .menu_item a .txts .menu_ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.contents .menu_list .menu_item a .txts .menu_ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  .contents .menu_list .menu_item a .txts .menu_ttl .en {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: clamp(32px, 3vw, 42px);
  }
}
.contents .menu_list .menu_item a .txts .menu_ttl .jp {
  margin-top: 2px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  z-index: 0;
}
@media all and (min-width: 751px) {
  .contents .menu_list .menu_item a .txts .menu_ttl .jp {
    margin-top: 0;
    font-size: clamp(22px, 1.86vw, 26px);
  }
  .contents .menu_list .menu_item a .txts .menu_ttl .jp::before, .contents .menu_list .menu_item a .txts .menu_ttl .jp::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 17.86%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contents .menu_list .menu_item a .txts .menu_ttl .jp::before {
    left: 0;
  }
  .contents .menu_list .menu_item a .txts .menu_ttl .jp::after {
    right: 0;
  }
}
.contents .menu_list .menu_item a .txts .btn {
  margin-top: 12px;
  position: relative;
  margin-inline: auto;
  background-color: #3B97D4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media all and (min-width: 751px) {
  .contents .menu_list .menu_item a .txts .btn {
    margin-top: 15px;
    width: 44px;
    height: 44px;
  }
}
.contents .menu_list .menu_item a .txts .btn::after {
  position: absolute;
  content: "";
  background-image: url(../../images/common/icon/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 13px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 751px) {
  .contents .menu_list .menu_item a .txts .btn::after {
    width: 10px;
    height: 18px;
  }
}
@media (hover: hover) {
  .contents .menu_list .menu_item a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.contents .menu_list .menu_item:nth-child(4) a .txts .menu_ttl .jp .forMD {
  display: none;
}
@media screen and (min-width: 1001px) and (max-width: 1399px) {
  .contents .menu_list .menu_item:nth-child(4) a .txts .menu_ttl .jp .forMD {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .contents .menu_list .menu_item:nth-child(4) a .txts .menu_ttl .jp::before, .contents .menu_list .menu_item:nth-child(4) a .txts .menu_ttl .jp::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10.8%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contents .menu_list .menu_item:nth-child(4) a .txts .menu_ttl .jp::before {
    left: 0;
  }
  .contents .menu_list .menu_item:nth-child(4) a .txts .menu_ttl .jp::after {
    right: 0;
  }
}