:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --poppins: "poppins", sans-serif;
  --blue: #0047ba;
  --red: #ff2d4b;
  --white: #ffffff;
  --black: #000000;
}

body {
  overflow-x: hidden;
}

main {
  padding-top: 0 !important;
}

section.lead {
  padding: 120px 0 340px;
  background: url("../img/bg_lead.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  section.lead {
    padding: 60px 5% 230px;
  }
}
@media screen and (max-width: 500px) {
  section.lead {
    background: url("../img/bg_lead_sp.jpg") no-repeat center bottom/cover;
  }
}
section.lead h2 {
  text-align: center;
  font-weight: bold;
  color: var(--blue);
}
section.lead h2 .big {
  font-weight: bold;
  display: block;
  background-color: #ffffff;
  font-size: 52px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  section.lead h2 .big {
    font-size: 36px;
  }
}
section.lead h2 .small {
  font-weight: bold;
  display: block;
  background-color: #ffffff;
  width: fit-content;
  font-size: 32px;
  margin: 15px auto 0;
  border-radius: 5px;
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  section.lead h2 .small {
    font-size: 20px;
  }
}
section.lead p {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  section.lead p {
    font-size: 16px;
  }
}

section.strengths-list {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.strengths-list {
    margin-top: 60px;
  }
}
section.strengths-list .obj01 {
  width: 11vw;
  position: absolute;
  top: 24.5vw;
  left: 5vw;
  z-index: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1100px) {
  section.strengths-list .obj01 {
    opacity: 0 !important;
  }
}
section.strengths-list .obj02 {
  width: 9vw;
  position: absolute;
  top: 29.5vw;
  left: 44vw;
  z-index: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1100px) {
  section.strengths-list .obj02 {
    opacity: 0 !important;
  }
}
section.strengths-list .obj03 {
  width: 10vw;
  position: absolute;
  top: 61vw;
  left: 3vw;
  z-index: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1100px) {
  section.strengths-list .obj03 {
    opacity: 0 !important;
  }
}
section.strengths-list .obj04 {
  width: 8vw;
  position: absolute;
  top: 88.5vw;
  left: 43vw;
  z-index: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1100px) {
  section.strengths-list .obj04 {
    opacity: 0 !important;
  }
}
section.strengths-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 20px;
  width: 90%;
}
@media screen and (max-width: 960px) {
  section.strengths-list ul li {
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }
  section.strengths-list ul li:last-child {
    margin-bottom: 0;
  }
}
section.strengths-list ul li .img {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  section.strengths-list ul li .img {
    margin: 0;
    padding-right: 5%;
  }
}
section.strengths-list ul li .img img {
  width: 100%;
  border-radius: 0 30px 30px 0;
}
section.strengths-list ul li .txt-area {
  width: 50%;
  padding-left: 6%;
}
@media screen and (max-width: 960px) {
  section.strengths-list ul li .txt-area {
    width: 100%;
    padding: 15px 5% 0;
  }
}
section.strengths-list ul li .txt-area h3 {
  font-size: 14px;
  font-weight: bold;
  color: #d4dbef;
}
section.strengths-list ul li .txt-area h3 span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  section.strengths-list ul li .txt-area h3 span {
    font-size: 22px;
  }
}
section.strengths-list ul li .txt-area h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--blue);
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.strengths-list ul li .txt-area h2 {
    font-size: 24px;
  }
}

section.technology {
  margin-top: 120px;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 8%, transparent 8%, transparent 72%, #fff 72%, #fff 100%), url("../../common/img/bg_line.gif");
  background-repeat: no-repeat, repeat;
  background-position: center, left top;
  background-size: cover, auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.technology {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 500px) {
  section.technology {
    margin-top: 25vw;
  }
}
section.technology .bg-circle {
  width: 1340px;
  aspect-ratio: 1/1;
  background-color: #e4edfa;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  border-radius: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section.technology .bg-circle {
    aspect-ratio: 1/1;
  }
}
section.technology > .inner {
  padding-top: 140px;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  section.technology > .inner {
    padding-top: 40vw;
  }
}
section.technology > .inner .obj01 {
  width: 90px;
  position: absolute;
  top: 90px;
  left: calc(50% - 390px);
  z-index: 1;
  translate: -50% 0;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .obj01 {
    left: calc(50% - 370px);
    width: 70px;
  }
}
@media screen and (max-width: 850px) {
  section.technology > .inner .obj01 {
    left: auto;
    right: -6vw;
    top: -5vw;
    width: 9vw;
  }
}
@media screen and (max-width: 500px) {
  section.technology > .inner .obj01 {
    display: none;
  }
}
section.technology > .inner .obj02 {
  width: 109px;
  position: absolute;
  top: 280px;
  left: calc(50% + 380px);
  z-index: 1;
  translate: -50% 0;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .obj02 {
    width: 69px;
    top: 238px;
    left: calc(50% + 300px);
  }
}
@media screen and (max-width: 850px) {
  section.technology > .inner .obj02 {
    display: none;
  }
}
section.technology > .inner .img01 {
  width: 284px;
  position: absolute;
  top: 150px;
  left: calc(50% - 510px);
  z-index: 0;
  translate: -50% 0;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .img01 {
    width: 224px;
    top: 165px;
    left: calc(50% - 370px);
  }
}
@media screen and (max-width: 850px) {
  section.technology > .inner .img01 {
    width: 32%;
    top: 50px;
    left: 0%;
    translate: 0;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner .img01 {
    width: 45%;
    top: -30px;
    left: 2%;
  }
}
section.technology > .inner .img01 img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .img01 img {
    border-radius: 20px;
  }
}
section.technology > .inner .img02 {
  width: 243px;
  position: absolute;
  top: 80px;
  left: calc(50% + 420px);
  z-index: 0;
  translate: -50% 0;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .img02 {
    width: 193px;
    left: calc(50% + 360px);
  }
}
@media screen and (max-width: 850px) {
  section.technology > .inner .img02 {
    width: 37%;
    top: -30px;
    left: 36%;
    translate: 0;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner .img02 {
    width: 45%;
    top: -30px;
    left: 53%;
  }
}
section.technology > .inner .img02 img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .img02 img {
    border-radius: 20px;
  }
}
section.technology > .inner .img03 {
  width: 200px;
  position: absolute;
  top: 280px;
  left: calc(50% + 580px);
  z-index: 0;
  translate: -50% 0;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .img03 {
    width: 130px;
    top: 250px;
    left: calc(50% + 430px);
  }
}
@media screen and (max-width: 850px) {
  section.technology > .inner .img03 {
    width: 30%;
    top: 80px;
    left: 70%;
    translate: 0;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner .img03 {
    display: none;
  }
}
section.technology > .inner .img03 img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .img03 img {
    border-radius: 20px;
  }
}
section.technology > .inner > h2 {
  text-align: center;
  font-size: 32px;
  color: var(--blue);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.technology > .inner > h2 {
    font-size: 23px;
  }
}
section.technology > .inner > h2 span {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  section.technology > .inner > h2 span {
    padding: 2px 10px;
  }
}
section.technology > .inner > h3 {
  text-align: center;
  font-size: 22px;
  color: var(--blue);
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  section.technology > .inner > h3 {
    font-size: 18px;
  }
}
section.technology > .inner > p {
  text-align: center;
  max-width: 522px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  section.technology > .inner > p {
    max-width: 100%;
    margin-top: 20px;
  }
}
section.technology > .inner .qualification {
  max-width: 750px;
  margin: 80px auto 0;
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid var(--blue);
  position: relative;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .qualification {
    margin-top: 40px;
    border-radius: 20px;
  }
}
section.technology > .inner .qualification .obj {
  width: 79px;
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .qualification .obj {
    width: 13vw;
    top: -8vw;
    left: 3vw;
  }
}
section.technology > .inner .qualification h3 {
  line-height: 1.5;
  padding: 25px 0;
  border-radius: 30px 30px 0 0;
  background: url("../../common/img/bg_line.gif") repeat left top;
  color: var(--blue);
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
section.technology > .inner .qualification h3 span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
section.technology > .inner .qualification > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .qualification > div {
    padding: 30px 0 23px;
  }
}
section.technology > .inner .qualification > div ul {
  padding: 30px 30px 40px;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .qualification > div ul {
    padding: 0 5%;
  }
}
section.technology > .inner .qualification > div ul li {
  margin-bottom: 7px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
section.technology > .inner .qualification > div ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.technology > .inner .qualification > div ul li:last-child {
    margin-bottom: 7px;
  }
}
section.technology > .inner .qualification > div ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--blue);
}
@media screen and (max-width: 767px) {
  section.technology > .inner .qualification > div ul li {
    font-size: 15px;
  }
}
section.technology > .inner .award-area {
  height: 400px;
  margin-top: 100px;
  background: url("../img/bg_award.jpg") no-repeat right top/cover;
  border-radius: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .award-area {
    height: 350px;
  }
}
@media screen and (max-width: 950px) {
  section.technology > .inner .award-area {
    margin-top: 60px;
    padding: 40px 5% 80vw;
    height: auto;
    background: url("../img/bg_award_sp.jpg") no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner .award-area {
    border-radius: 20px;
  }
}
section.technology > .inner .award-area .inner {
  max-width: 48%;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .award-area .inner {
    max-width: 420px;
    padding: 0 0 0 4%;
  }
}
@media screen and (max-width: 950px) {
  section.technology > .inner .award-area .inner {
    padding: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner .award-area .inner {
    max-width: 100%;
    padding: 0;
  }
}
section.technology > .inner .award-area .inner h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--blue);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .award-area .inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner .award-area .inner h2 {
    text-align: center;
    font-size: 22px;
  }
}
section.technology > .inner .award-area .inner p {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  section.technology > .inner .award-area .inner p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner .award-area .inner p {
    line-height: 2;
  }
}
section.technology > .inner .award-area .inner p a {
  color: var(--blue);
  text-decoration: underline;
}
@media (any-hover: hover) {
  section.technology > .inner .award-area .inner p a:hover {
    text-decoration: none;
  }
}
section.technology > .inner ul.link-list {
  max-width: 900px;
  margin: 120px auto 0;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  section.technology > .inner ul.link-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.technology > .inner ul.link-list {
    display: block;
  }
}
section.technology > .inner ul.link-list li {
  border-radius: 20px;
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  section.technology > .inner ul.link-list li {
    margin-bottom: 20px;
  }
  section.technology > .inner ul.link-list li:last-child {
    margin-bottom: 0;
  }
}
section.technology > .inner ul.link-list li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  transition: opacity 0.3s, box-shadow 0.3s;
}
@media (any-hover: hover) {
  section.technology > .inner ul.link-list li a:hover {
    opacity: 0.8;
    box-shadow: none;
  }
  section.technology > .inner ul.link-list li a:hover p:before {
    right: 15px;
  }
  section.technology > .inner ul.link-list li a:hover p:after {
    right: 15px;
    transform: rotate(30deg);
    width: 13px;
  }
  section.technology > .inner ul.link-list li a:hover img {
    scale: 1.05;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  section.technology > .inner ul.link-list li a:hover img {
    border-radius: 20px;
    object-position: center;
  }
}
section.technology > .inner ul.link-list li a img {
  transition: all 0.3s;
  transform-origin: 50%;
  width: 100%;
}
section.technology > .inner ul.link-list li a p {
  width: 235px;
  height: 50px;
  padding-right: 30px;
  background-color: var(--red);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  font-size: 24px;
  top: 30px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section.technology > .inner ul.link-list li a p {
    width: 35vw;
    height: 45px;
    top: 20px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 500px) {
  section.technology > .inner ul.link-list li a p {
    height: 40px;
    top: 20px;
    font-size: 4.5vw;
  }
}
section.technology > .inner ul.link-list li a p:before {
  content: "";
  position: absolute;
  top: 37px;
  right: 20px;
  width: 45px;
  height: 1px;
  background-color: var(--white);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  section.technology > .inner ul.link-list li a p:before {
    top: 25px;
    width: 6vw;
    right: 15px;
  }
}
section.technology > .inner ul.link-list li a p:after {
  content: "";
  position: absolute;
  top: 33px;
  right: 20px;
  width: 10px;
  height: 1px;
  transform: rotate(40deg);
  background-color: var(--white);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  section.technology > .inner ul.link-list li a p:after {
    top: 22px;
    right: 14px;
  }
}