@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 100;
  src: url("../fonts/Barlow/Barlow-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 200;
  src: url("../fonts/Barlow/Barlow-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 300;
  src: url("../fonts/Barlow/Barlow-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 400;
  src: url("../fonts/Barlow/Barlow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 500;
  src: url("../fonts/Barlow/Barlow-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 600;
  src: url("../fonts/Barlow/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 700;
  src: url("../fonts/Barlow/Barlow-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 800;
  src: url("../fonts/Barlow/Barlow-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-weight: 900;
  src: url("../fonts/Barlow/Barlow-Black.ttf") format("truetype");
}
@-webkit-keyframes fuwatto1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fuwatto1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes fuwatto2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwatto2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwatto3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes fuwatto3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -----------------------------------
needs
----------------------------------- */
.contents {
  position: relative;
  width: 100%;
  margin-top: 6.9rem;
  padding: 0 8rem;
  color: #042445;
}
@media (max-width: 768px) {
  .contents {
    padding: 0 2rem;
  }
}
.contents img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contents .contBg1 {
    display: none;
  }
}

.contents__inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 12.5rem 6rem 18rem;
}
@media (max-width: 768px) {
  .contents__inner {
    max-width: 100%;
    padding: 6rem 0 15rem;
  }
}
.contents__inner-needs {
  width: 100%;
  margin-top: 13rem;
  margin-bottom: 18rem;
}
@media (max-width: 768px) {
  .contents__inner-needs {
    margin-top: 6rem;
    padding: 0 1rem;
  }
}
.contents__inner-needs .needs-anchor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-anchor-list {
    display: none;
  }
}
.contents__inner-needs .needs-anchor-list li {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-bottom: 20px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #004c97;
}
.contents__inner-needs .needs-anchor-list li:nth-child(-n+6) {
  margin-top: 0;
}
.contents__inner-needs .needs-anchor-list li:nth-child(6n) {
  margin-right: 0;
}
.contents__inner-needs .needs-anchor-list li .ttl {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #004c97;
  text-decoration: none;
  padding-right: 3rem;
}
.contents__inner-needs .needs-anchor-list li .ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 9px;
  margin: auto;
  background: url(../images/common/btn_arrow_blue.svg);
  background-size: 100%;
  transform: rotate(90deg);
}
.contents__inner-needs .needs-anchor-list li .ttl span {
  display: inline-block;
}
.contents__inner-needs .needs_select {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs_select {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .contents__inner-needs .needs_select #needs {
    width: 100%;
    padding: 2rem 0 2rem 2rem;
    font-size: 1.4rem;
    color: #071d49;
    border: 1px solid #cccccc;
    background-image: url(../images/common/select_arrow_icon.svg);
    background-repeat: no-repeat;
    background-position: right 2rem center;
  }
}
.contents__inner-needs .needs-contents {
  margin-top: 13.05rem;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents {
    margin-top: 0;
  }
}
.contents__inner-needs .needs-contents-li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 14.2rem;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 6.2rem;
  }
}
.contents__inner-needs .needs-contents-li:first-child {
  margin-top: 0;
}
.contents__inner-needs .needs-contents-li .contents-top {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li .contents-top {
    margin-bottom: 20px;
  }
}
.contents__inner-needs .needs-contents-li .contents-left {
  display: block;
  max-width: 37rem;
  width: 42%;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li .contents-left {
    max-width: 100%;
  }
}
.contents__inner-needs .needs-contents-li .txt_lead {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}
.contents__inner-needs .needs-contents-li h3 {
  font-size: 3.2rem;
  font-weight: 500;
  color: #042445;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li h3 {
    margin-bottom: 2.9rem;
    font-size: 2.4rem;
  }
}
.contents__inner-needs .needs-contents-li h3-img-wrap {
  display: block;
  max-width: 37rem;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li h3-img-wrap {
    max-width: 100%;
  }
}
.contents__inner-needs .needs-contents-li h3-img-wrap img {
  display: block;
  width: 100%;
}
.contents__inner-needs .needs-contents-li .contents-right {
  display: block;
  width: 54%;
  margin-left: 4%;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li .contents-right {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }
}
.contents__inner-needs .needs-contents-li .contents-right-task {
  display: block;
  width: 100%;
  padding: 3rem;
  border: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li .contents-right-task {
    padding: 3rem 2rem;
  }
}
.contents__inner-needs .needs-contents-li .contents-right-task .ttl {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #071d49;
}
.contents__inner-needs .needs-contents-li .contents-right-task .txt-wrap {
  padding-left: 2.7rem;
}
.contents__inner-needs .needs-contents-li .contents-right-task .txt-wrap p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  color: #071d49;
  line-height: 2;
}
.contents__inner-needs .needs-contents-li .contents-right-task .txt-wrap p::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: -2.7rem;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../images/common/txt_marker_gray.svg);
  background-size: 100%;
}
.contents__inner-needs .needs-contents-li .contents-right-suggestion {
  display: block;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding: 3rem;
  background-color: #004c97;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li .contents-right-suggestion {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding: 3rem 2rem;
  }
}
.contents__inner-needs .needs-contents-li .contents-right-suggestion .ttl {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.contents__inner-needs .needs-contents-li .contents-right-suggestion .txt-wrap {
  padding-left: 2.7rem;
}
.contents__inner-needs .needs-contents-li .contents-right-suggestion .txt-wrap p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}
.contents__inner-needs .needs-contents-li .contents-right-suggestion .txt-wrap p::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: -2.7rem;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../images/common/txt_marker_blue.svg);
  background-size: 100%;
}
.contents__inner-needs .needs-contents-li .contents-right .connection-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  color: #071d49;
  line-height: 1.5555;
}
.contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 1.9rem;
}
.contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li {
  max-width: 13.5rem;
  width: calc(33.3333333333% - 3.05rem);
  margin-top: 2rem;
  margin-right: 6.1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #004c97;
}
@media (max-width: 768px) {
  .contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li {
    max-width: 14.7rem;
    width: calc(50% - 1.05rem);
    margin-right: 2.1rem;
    padding-bottom: 1rem;
  }
  .contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li .ttl {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #004c97;
  text-decoration: none;
  padding-right: 1rem;
  line-height: 1.2;
}
.contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li .ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 9px;
  margin: auto;
  background: url(../images/common/btn_arrow_blue.svg);
  background-size: 100%;
}
.contents__inner-needs .needs-contents-li .contents-right .connection-anchor-list li .ttl span {
  display: inline-block;
}/*# sourceMappingURL=needs.css.map */