@charset "UTF-8";
@import url("global.css");
.introduction {
  overflow: hidden;
}
.introduction .catch {
  margin-bottom: 60px;
  font-size: clamp(15px, 2.3vw, 22px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.introduction .list_life {
  display: flex;
  justify-content: space-around;
  margin: 0 -60px 80px;
}
.introduction .list_life li {
  width: calc(100% / 3);
  padding-inline: 60px;
  box-sizing: border-box;
}
.introduction .list_life li .list_title {
  background: #B4975A;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 2.3vw, 20px);
  font-weight: 600;
}
.introduction .list_life li .list_title br {
  display: none;
}
.introduction .list_life li figure {
  width: 100%;
  margin-bottom: 20px;
}
.introduction .list_life li p:not([class]) {
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
.introduction .fin {
  border: 1px solid #B4975A;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #132240;
  font-size: clamp(15px, 2.2vw, 20px);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.introduction .banner {
  width: 60%;
  margin: 80px auto 0;
}
.introduction .banner a {
  display: flex;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
}
.introduction .banner a figure {
  width: 50%;
  height: 100%;
}
.introduction .banner a .text_area {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  background: #132240;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.introduction .banner a .text_area p .sub {
  display: block;
  font-size: 85%;
}
.introduction .banner a .text_area::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .introduction .list_life {
    margin: 0 -40px 80px;
  }
  .introduction .list_life li {
    padding-inline: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction .list_life {
    margin: 0 -20px 60px;
  }
  .introduction .list_life li {
    padding-inline: 20px;
  }
  .introduction .fin {
    padding: 20px;
    text-align: left;
  }
  .introduction .banner {
    width: 80%;
    margin: 60px auto 0;
  }
  .introduction .banner a {
    height: 125px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction .catch {
    margin-bottom: 30px;
  }
  .introduction .catch br {
    display: none;
  }
  .introduction .list_life {
    margin: 0 -5px 40px;
  }
  .introduction .list_life li {
    padding-inline: 5px;
  }
  .introduction .list_life li .list_title {
    height: 30px;
    padding: 5px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .introduction .list_life li .list_title br {
    display: block;
  }
  .introduction .list_life li figure {
    margin-bottom: 10px;
  }
  .introduction .list_life li p:not([class]) {
    font-size: 11px;
  }
  .introduction .banner {
    width: 100%;
    margin: 40px auto 0;
  }
  .introduction .banner a {
    height: auto;
  }
  .introduction .banner a figure {
    width: 40%;
  }
  .introduction .banner a .text_area {
    width: 60%;
  }
  .introduction .banner a .text_area p .sub {
    font-size: 80%;
  }
}

/*# sourceMappingURL=reform.css.map */
