@charset "UTF-8";
.under_main{
  background: url("../img/main_vusual.png") top;
  -webkit-background-size: cover;
  background-size: cover;
}
.main_content{
  background: url("../img/bg_bottom.png") center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}

.gray_intro {
  position: relative;
  padding: 72px 0;
  background: #eee;
}
.gray_intro--inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  p.mt20 {margin-top: 20px;}
  @media screen and (max-width: 767px) {
    p.mt20 {margin-top: 10px;}
  }
}
.gray_intro--main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 40px;
  /* margin-bottom: 50px; */
  figure {
    margin: 0;
    width: 100%;
    min-width: 496px;
  }
  h2 {
    font-size: 3.2rem;
    color: #014099;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 48px;
  }
  h2 ~ p {
    /* font-size: 2rem;
    color: #01105C; */
    font-weight: normal;
    line-height: 1.7;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
    margin-bottom: 40px;
    figure {
      min-width: initial;
      text-align: center;
    }
    h2 {
      font-size: 2.6rem;
      margin-bottom: 28px;
    }
    h2 ~ p {
      /* font-size: 1.8rem; */
    }
  }
}

.anchor_box {
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5%;
  }
}
.anchor {
  max-width: 321px;
  width: 100%;
  margin: 0 10px;
  a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(90deg, #008AFF 0%, #004580 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 10px 0;
    position: relative;
  }
  a::after {
    content: url(../img/arrow_bot.svg);
    position: absolute;
    top: 10px;
    right: 20px;
  }
  @media screen and (max-width: 767px) {
    margin: 10px 0;
  }
}

.product_area {
  padding: 130px 0;
  margin-top: -80px;
}
.product_list {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product_card {
  box-shadow: 0px 0px 10px #00000029;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  max-width: 497px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
  background: #fff;
  &::after{
    content: ' ';
    display: block;
    width: 100%;
    height: 5px;
    background: transparent linear-gradient(90deg, #008AFF 0%, #014099 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.product_name {
  margin-top: 5px;
  font-weight: bold;
}
.product_text {
  margin-top: 25px;
  line-height: 2;
  min-height: 96px;
}
.product_taglist {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  min-height: 72px;
  align-items: flex-start;
}
.product_tag {
  width: 145px;
  text-align: center;
  color: #014099;
  border: 1px solid #014099;
  margin: 10px 5px 0;
  box-sizing: border-box;
  &.product_tag--long {
    width: 200px;
  }
  @media screen and (max-width: 767px) {
    max-width: calc(50% - 10px);
    &.product_tag--long {
      max-width: none;
    }
  }
}
.bg_gray {
  background: #eee;
}
.contact_box {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec_title {
    padding: 0 5%;
  }
}
