/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

second CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* Variables
-------------------------------------------- */
.brPc {
  display: block; }
  @media (max-width: 768px) {
    .brPc {
      display: none; } }

.brSp {
  display: none; }
  @media (max-width: 768px) {
    .brSp {
      display: block; } }

.contents .sttl {
  padding: 50px 0 0;
  margin-bottom: 30px;
  text-align: center;
  background: url("../img/home/news_icon.jpg") center top no-repeat;
  background-size: 40px auto;
  color: #489896;
  font-size: 3rem; }
  @media (max-width: 460px) {
    .contents .sttl {
      font-size: 6vw; } }
.contents .lead {
  margin-bottom: 50px; }

.second__index-warp {
  max-width: 500px;
  margin: 0 auto;
  border: solid #489896 1px;
  padding: 30px;
  position: relative; }
  @media (max-width: 768px) {
    .second__index-warp {
      padding: 30px 15px; } }
.second__index-title {
  display: block;
  background: #FFF;
  color: #489896;
  padding: 0 20px;
  width: 100px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 20px;
  top: 0px; }
.second__index-item {
  margin-left: 1em;
  text-indent: -1em; }
.second__index-link {
  font-size: 1.6rem;
  color: #489896; }
.second__block-warp {
  margin: 0 0 60px; }
  @media (max-width: 768px) {
    .second__block-warp {
      margin: 0 0 30px; } }
.second__block {
  margin-top: clamp(30px, 6vw, 60px); }
.second__block-img {
  width: 100%;
  max-width: 400px;
  align-self: flex-start; }
  @media (max-width: 768px) {
    .second__block-img {
      width: 100%;
      max-width: none; } }
  .second__block-img.boder {
    border: solid #489896 1px; }
.second__block-cont {
  width: calc(100% - 400px);
  padding-left: 30px; }
  @media (max-width: 768px) {
    .second__block-cont {
      width: 100%;
      padding: 0;
      margin-top: 30px; } }
.second__block-title {
  color: #FFF;
  background: #489896;
  font-size: clamp(1.8rem, 2.1vw, 2.1rem);
  padding: 5px 15px 2px 15px; }
  @media (max-width: 768px) {
    .second__block-title {
      padding: 5px 15px; } }
  .second__block-title.indent {
    text-indent: -1rem; }
.second__block-text {
  margin-top: 30px;
  font-size: 1.6rem; }
  @media (max-width: 768px) {
    .second__block-text {
      margin-top: 15px; } }
.second__block-img-text {
  display: block; }
.second__block-text-link {
  display: block;
  margin-top: 10px;
  font-weight: bold; }
.second__heading {
  position: relative;
  display: block;
  padding: 13px 5px 9px 30px;
  margin: clamp(20px, 4vw, 40px) 0 0 15px;
  background: rgba(71, 159, 157, 0.5);
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6; }
.second__heading-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  height: 36px;
  width: 36px;
  margin-top: -18px;
  background: #489896;
  color: #fff;
  line-height: 31px;
  border: 3px solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 36px; }
.second__sub-heading {
  position: relative;
  padding: 5px 10px 5px 35px;
  margin-top: 15px;
  color: #000;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  border-bottom: 1px solid rgba(129, 194, 250, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 640px) {
    .second__sub-heading {
      line-height: 1.5;
      padding-bottom: 10px; } }
  .second__sub-heading::after, .second__sub-heading::before {
    content: "";
    position: absolute;
    border-radius: 50%; }
  .second__sub-heading::before {
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(71, 159, 157, 0.5);
    top: 50%;
    transform: translateY(-50%); }
  .second__sub-heading::after {
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(71, 159, 157, 0.3); }
.second__text {
  margin-top: clamp(10px, 1.5vw, 15px); }
  .second__text a {
    display: block;
    width: fit-content;
    margin-top: 5px;
    color: #489896; }
.second__product-list {
  display: flex;
  justify-content: space-between;
  margin: clamp(20px, 4vw, 40px) auto 0;
  max-width: 520px; }
.second__product-item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column; }
.second__product-text {
  display: block;
  margin-top: 15px;
  padding-bottom: 15px;
  line-height: 1.6;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem); }
.second__product-link {
  display: block;
  margin-top: auto;
  background: #489896;
  width: 100%;
  line-height: 1;
  padding: 10px 5px;
  border-radius: 50px;
  text-align: center;
  color: #FFF; }
.second__inner {
  padding: 0 0 20px; }
