@charset "UTF-8";
#mainContents br.sp {
  display: none;
}
#mainContents br.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  #mainContents br.sp {
    display: block;
  }
  #mainContents br.pc {
    display: none;
  }
}
#mainContents body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #333;
}
#mainContents {
  /* 共通 */
}
#mainContents .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 500px) {
  #mainContents .container {
    padding: 0 10px;
  }
}
#mainContents .section {
  padding: 46px 0;
}
@media (max-width: 800px) {
  #mainContents .section {
    padding: 30px 0;
  }
}
#mainContents .section-title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  #mainContents .section-title {
    font-size: 26px;
    line-height: 1.4em;
  }
}
#mainContents .section-desc {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: left;
  margin-bottom: 12px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  #mainContents .section-desc {
    line-height: 1.5em;
    margin-bottom: 30px;
  }
}
#mainContents .gray {
  background: #f5f7fa;
}
#mainContents .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#mainContents {
  /* HERO */
}
#mainContents .hero {
  background: #fff;
  padding: 20px 0 54px;
}
#mainContents .hero-container {
  max-width: 1382px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 500px) {
  #mainContents .hero-container {
    padding: 0 10px;
  }
}
#mainContents .hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
#mainContents .hero-text {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-left: 27px;
}
@media (max-width: 500px) {
  #mainContents .hero-text {
    padding-left: 0;
  }
}
#mainContents .brand {
  color: #d50000;
  font-weight: bold;
  margin-bottom: 44px;
}
@media (max-width: 500px) {
  #mainContents .brand {
    width: 150px;
    margin-bottom: 20px;
  }
}
#mainContents .hero h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0064d2;
}
@media (max-width: 800px) {
  #mainContents .hero h1 {
    font-size: 38px;
  }
}
#mainContents .hero h1 .h1-sub {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #333333;
}
#mainContents .hero-sub-text {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
@media (max-width: 800px) {
  #mainContents .hero-sub-text {
    max-width: 100%;
    font-size: 24px;
  }
}
#mainContents .hero-desc {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: left;
  color: #f63;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  #mainContents .hero-desc {
    line-height: 1.4em;
  }
}
#mainContents .mv-point-block {
  display: flex;
  gap: 26px;
  margin-bottom: 36px;
}
@media (max-width: 800px) {
  #mainContents .mv-point-block {
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  #mainContents .mv-point-block {
    justify-content: center;
  }
}
#mainContents .mv-point-block .point-item {
  width: 212px;
  height: 217px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: block;
  height: 100%;
}
@media (max-width: 800px) {
  #mainContents .mv-point-block .point-item {
    width: 33.333%;
  }
}
@media (max-width: 500px) {
  #mainContents .mv-point-block .point-item {
    font-size: 18px;
    line-height: 1.5em;
  }
}
#mainContents .mv-point-block .point-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#mainContents .mv-point-block .point-item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  width: 100%;
}
@media (max-width: 500px) {
  #mainContents .mv-point-block .point-item .content {
    font-size: 17px;
    line-height: 1.5em;
  }
}
#mainContents .hero-img-pc {
  position: absolute;
  right: -51px;
  top: -58px;
  width: 60.147%;
  height: auto;
}
@media (max-width: 1460px) {
  #mainContents .hero-img-pc {
    right: 0;
  }
}
@media (max-width: 800px) {
  #mainContents .hero-img-pc {
    display: none;
  }
}
#mainContents .hero-img-sp {
  display: none;
}
@media (max-width: 800px) {
  #mainContents .hero-img-sp {
    display: block;
  }
}
#mainContents .hero-buttons {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1460px) {
  #mainContents .hero-buttons {
    gap: 2%;
  }
}
@media (max-width: 950px) {
  #mainContents .hero-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
}
#mainContents {
  /* ボタン */
}
#mainContents .btn {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 13px;
  border-radius: 45px;
  font-weight: bold;
  text-decoration: none;
  width: 505px;
  height: 89px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  text-align: center;
  position: relative;
}
@media (max-width: 1460px) {
  #mainContents .btn {
    width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 950px) {
  #mainContents .btn {
    width: 96%;
    max-width: 96%;
  }
}
@media (max-width: 500px) {
  #mainContents .btn {
    width: 96%;
    height: 64px;
  }
}
#mainContents .btn .arrow {
  padding-right: 25px;
}
@media (max-width: 800px) {
  #mainContents .btn .arrow {
    padding-right: 20px;
  }
}
#mainContents .btn .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 38px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 32px;
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 1180px) {
  #mainContents .btn .arrow::after {
    right: 20px;
    border-width: 11px 0 11px 18px;
  }
}
#mainContents .btn-orange {
  background-color: #ff6b3d;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
}
#mainContents .btn-orange:hover {
  background-color: rgba(255, 107, 61, 0.8);
  opacity: 0.8;
  transition: all 0.3s;
}
@media (max-width: 1180px) {
  #mainContents .btn-orange {
    font-size: 22px;
  }
}
#mainContents .btn-outline {
  background-color: #fff;
  border: 3px solid #0064d2;
  color: #0064d2;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
  min-width: 559px;
  width: auto;
}
@media (max-width: 1460px) {
  #mainContents .btn-outline {
    width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 1180px) {
  #mainContents .btn-outline {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  #mainContents .btn-outline {
    width: 96%;
    min-width: 96%;
  }
}
@media (max-width: 500px) {
  #mainContents .btn-outline {
    width: 96%;
  }
}
#mainContents .btn-outline:hover {
  color: rgba(0, 100, 210, 0.8);
  opacity: 0.8;
  background-color: rgb(248, 251, 254);
  transition: all 0.3s;
}
#mainContents .btn-download {
  width: 796px;
  width: 65.245%;
  padding: 9px 8px;
  border-radius: 44px;
  background-color: #fff;
  border: 3px solid #0064d2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 51px;
  row-gap: 8px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 71px;
  text-align: center;
  color: #0064d2;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #mainContents .btn-download {
    gap: 10px;
    width: 94%;
    line-height: 1.4em;
  }
}
@media (max-width: 500px) {
  #mainContents .btn-download {
    font-size: 23px;
    width: 96%;
  }
}
#mainContents .btn-download:hover {
  opacity: 0.8;
  transition: all 0.3s;
  background-color: #f2f8fd;
}
#mainContents section.section.worries .section-desc {
  margin-bottom: 4px;
}
#mainContents {
  /* カード */
}
#mainContents .card-grid {
  width: 100%;
  max-width: 1195px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 16px;
}
#mainContents .card {
  background: #fff;
  padding: 20px 18px 10px 28px;
  width: calc(50% - 16px);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 800px) {
  #mainContents .card {
    width: 100%;
  }
}
#mainContents .card .head {
  display: flex;
  align-items: flex-start;
  padding-bottom: 19px;
  margin-bottom: 20px;
  position: relative;
}
#mainContents .card .head::after {
  width: 92%;
  display: block;
  height: 2px;
  content: "";
  background-color: #707070;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
}
#mainContents .card .head .icon {
  width: 120px;
  height: 120px;
}
@media (max-width: 500px) {
  #mainContents .card .head .icon {
    padding-right: 10px;
  }
}
#mainContents .card .head .icon img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
#mainContents .card .head h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  line-height: 1.1em;
  padding-top: 20px;
}
#mainContents .card .head .desc {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 34px;
}
@media (max-width: 500px) {
  #mainContents .card .head .desc {
    line-height: 1.4em;
  }
}
#mainContents .card .problem-list {
  list-style: none;
  padding-left: 10px;
}
#mainContents .card .problem-list li {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 47px;
  line-height: 25px;
}
#mainContents .card .problem-list li::before {
  width: 32px;
  height: 30px;
  display: block;
  content: "";
  background-image: url(../images/check.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
  position: absolute;
}
@media (max-width: 500px) {
  #mainContents .card:nth-child(1) .icon img {
    height: auto;
    width: 100%;
  }
}
#mainContents .card:nth-child(2) .icon img {
  padding-top: 16px;
}
@media (max-width: 500px) {
  #mainContents .card:nth-child(2) .icon img {
    height: auto;
    width: 100%;
  }
}
#mainContents .card:nth-child(3) .icon img {
  padding-top: 12px;
  height: auto;
  width: 93%;
}
@media (max-width: 500px) {
  #mainContents .card:nth-child(3) .icon img {
    height: auto;
    width: 100%;
  }
}
#mainContents .card:nth-child(4) .icon img {
  padding-top: 30px;
  height: 75%;
  width: auto;
}
@media (max-width: 500px) {
  #mainContents .card:nth-child(4) .icon img {
    height: auto;
    width: 100%;
  }
}
#mainContents {
  /* フロー */
}
#mainContents .section-flow .section-desc {
  margin-bottom: 30px;
}
#mainContents .flow-image {
  margin-bottom: 13px;
  text-align: center;
  width: 88.852%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 500px) {
  #mainContents .flow-image {
    display: none;
  }
}
#mainContents .flow-image img {
  margin: 0 auto;
}
#mainContents .flow {
  display: flex;
  gap: 10px;
  max-width: 1084px;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 500px) {
  #mainContents .flow {
    flex-direction: column;
    padding-left: 60px;
  }
}
#mainContents .flow .flow-tate {
  display: none;
}
@media (max-width: 500px) {
  #mainContents .flow .flow-tate {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#mainContents .flow .image-block {
  height: 175px;
  max-width: 234px;
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 500px) {
  #mainContents .flow .image-block {
    height: 140px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  #mainContents .flow .image-block img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
#mainContents .flow div {
  padding: 10px;
}
@media (max-width: 500px) {
  #mainContents .flow div {
    width: 100%;
    padding-bottom: 40px;
  }
}
#mainContents .flow div .text-main {
  max-width: 234px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 25px;
}
@media (max-width: 500px) {
  #mainContents .flow div .text-main {
    width: 100%;
    max-width: 100%;
  }
}
#mainContents .section.section-solution {
  padding: 36px 0;
}
@media (max-width: 500px) {
  #mainContents .section.section-solution {
    padding: 0 0 36px;
  }
}
#mainContents .section.section-solution .section-desc {
  margin-bottom: 30px;
}
#mainContents .section.section-solution .solution-image {
  padding: 0 50px;
}
#mainContents .cta-download {
  background: #e5f1fb;
  padding: 33px 0 22px;
}
#mainContents .cta-download h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 800px) {
  #mainContents .cta-download h2 {
    font-size: 26px;
    line-height: 1.2em;
  }
}
@media (max-width: 500px) {
  #mainContents .cta-download h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
#mainContents {
  /* アコーディオン */
}
#mainContents .case-section h2 {
  margin-bottom: 46px;
}
@media (max-width: 500px) {
  #mainContents .case-section h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
#mainContents .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 49px;
  border: 1px solid #6479ff;
}
@media (max-width: 500px) {
  #mainContents .accordion-item {
    margin-bottom: 20px;
  }
}
#mainContents .accordion-header {
  padding: 20px 20px 20px 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e5f1fb;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  text-align: left;
  color: #0a1464;
  position: relative;
}
@media (max-width: 500px) {
  #mainContents .accordion-header {
    font-size: 18px;
  }
}
#mainContents .accordion-header::before {
  display: block;
  content: "";
  width: 30px;
  height: 39px;
  background-image: url(../images/case-icon.png);
  position: absolute;
  top: 18px;
  left: 23px;
  background-repeat: no-repeat;
  background-size: contain;
}
#mainContents .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: #000;
  padding: 0;
}
#mainContents .accordion-item.active .accordion-content {
  max-height: inherit;
  padding: 23px 38px 35px;
}
@media (max-width: 500px) {
  #mainContents .accordion-item.active .accordion-content {
    padding: 16px;
  }
}
#mainContents {
  /* ソリューション */
}
#mainContents .problem-solving-section {
  margin-bottom: 67px;
  padding: 58px 0 46px;
}
#mainContents .problem-solving-section .section-desc {
  margin-bottom: 55px;
}
@media (max-width: 800px) {
  #mainContents .problem-solving-section {
    margin-bottom: 0;
  }
}
#mainContents .solution-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
}
@media (max-width: 800px) {
  #mainContents .solution-grid {
    gap: 50px;
  }
}
@media (max-width: 500px) {
  #mainContents .solution-grid {
    gap: 30px;
  }
}
#mainContents .solution-block {
  display: flex;
  width: 100%;
  gap: 45px;
}
@media (max-width: 800px) {
  #mainContents .solution-block {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
#mainContents .solution-block .text-block {
  max-width: 565px;
}
@media (max-width: 800px) {
  #mainContents .solution-block .text-block {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #mainContents .solution-block .text-block {
    max-width: 100%;
    width: 100%;
  }
}
#mainContents .solution-block .text-block h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  #mainContents .solution-block .text-block h3 {
    line-height: 1.2em;
    font-size: 21px;
  }
}
#mainContents .solution-block .text-block .text {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: left;
}
@media (max-width: 800px) {
  #mainContents .solution-block .text-block .text {
    line-height: 1.4em;
  }
}
@media (max-width: 800px) {
  #mainContents .solution-block .img {
    width: 50%;
  }
}
#mainContents .solution01 .image {
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution01 .image {
    text-align: center;
    height: auto;
  }
}
#mainContents .solution01 img {
  position: absolute;
  right: 0;
  left: -126px;
  margin: auto;
  top: -58px;
  padding: 0 115px;
}
@media (max-width: 800px) {
  #mainContents .solution01 img {
    position: relative;
    padding: 0 16px 16px 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    width: 90%;
  }
}
#mainContents .solution01 .text-block {
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution01 .text-block {
    width: 100%;
  }
}
#mainContents .solution02 .image {
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution02 .image {
    text-align: center;
  }
}
#mainContents .solution02 img {
  position: absolute;
  margin: auto;
  right: 44px;
}
@media (max-width: 800px) {
  #mainContents .solution02 img {
    position: relative;
    padding: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#mainContents .solution02 .text-block {
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution02 .text-block {
    width: 100%;
  }
}
#mainContents .solution03 .image {
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution03 .image {
    text-align: center;
  }
}
#mainContents .solution03 img {
  position: absolute;
  margin: auto;
  right: 44px;
  height: auto;
  top: -54px;
  max-width: 598px;
}
@media (max-width: 800px) {
  #mainContents .solution03 img {
    position: relative;
    padding: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#mainContents .solution03 .text-block {
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution03 .text-block {
    width: 100%;
  }
}
#mainContents .solution04 .image {
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution04 .image {
    text-align: center;
  }
}
#mainContents .solution04 img {
  position: absolute;
  margin: auto;
  right: 44px;
}
@media (max-width: 800px) {
  #mainContents .solution04 img {
    position: relative;
    padding: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#mainContents .solution04 .text-block {
  width: 100%;
}
@media (max-width: 800px) {
  #mainContents .solution04 .text-block {
    width: 100%;
  }
}
#mainContents {
  /* 実績 */
}
#mainContents section.section.case-section {
  padding-top: 110px;
  padding: 46px 0 10px;
}
@media (max-width: 800px) {
  #mainContents section.section.case-section {
    padding: 20px 0 0;
  }
}
#mainContents .case-container {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
#mainContents .case {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #2c6cb7;
}
#mainContents {
  /* CTA */
}
#mainContents .cta {
  height: 246px;
  background: #e5f1fb;
  padding: 30px 0 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #mainContents .cta {
    padding: 20px 0 20px;
    height: auto;
  }
}
#mainContents .cta h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  #mainContents .cta h2 {
    font-size: 26px;
  }
}
#mainContents .cta .btn {
  margin: 0 auto;
}
#mainContents .cta .btn-note {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 25px;
}
#mainContents {
  /* CTA Last*/
}
#mainContents .cta.cta-last {
  background: #fff;
  padding: 10px 0 40px;
  height: auto;
}
#mainContents .cta.cta-last h2 {
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  #mainContents .cta.cta-last h2 {
    font-size: 26px;
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
}
#mainContents .cta.cta-last .btn {
  margin-bottom: 5px;
}
#mainContents {
  /* footer-top*/
}
#mainContents .footer-top {
  width: 100%;
  height: 182px;
  background: #f5f7fa;
  padding: 15px 65px 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  #mainContents .footer-top {
    padding: 0;
    height: auto;
  }
}
#mainContents .footer-top .adress {
  font-weight: 600;
  line-height: 20px;
  color: #000;
  margin-bottom: 22px;
  width: 50%;
}
@media (max-width: 800px) {
  #mainContents .footer-top .adress {
    padding: 20px 0;
    width: 100%;
    margin-bottom: 0;
  }
}
#mainContents .footer-top .footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  #mainContents .footer-top .footer-bottom {
    display: block;
    padding-bottom: 12px;
  }
}
#mainContents .footer-top .footer-links {
  width: 100%;
  text-align: center;
  padding: 5px 30px;
  width: 50%;
}
@media (max-width: 1300px) {
  #mainContents .footer-top .footer-links {
    width: 100%;
    text-align: left;
    padding: 16px 0;
  }
}
#mainContents .footer-top .footer-links a {
  color: #333;
}
#mainContents .footer-top .copyright {
  text-align: right;
  white-space: nowrap;
  padding: 5px 0;
}
@media (max-width: 1300px) {
  #mainContents .footer-top .copyright {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #mainContents .footer-top .copyright {
    font-size: 12px;
  }
}
#mainContents {
  /*フローティングバナー*/
}
#mainContents .f-bnr {
  position: fixed;
  right: 0;
  left: auto;
  bottom: 182px;
  display: block;
  width: 276px;
  height: 191px;
  height: auto;
  background: #e5f1fb;
  z-index: 100;
  padding: 20px 30px 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}
@media (max-width: 500px) {
  #mainContents .f-bnr {
    width: 28%;
    bottom: 100px;
    padding: 10px;
    height: auto;
  }
}
#mainContents .f-bnr h3 {
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #292929;
  margin-bottom: 12px;
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  #mainContents .f-bnr h3 {
    font-size: 12px;
    text-align: center;
    line-height: 1.2em;
  }
}
#mainContents .f-bnr img {
  margin: 0 auto;
  display: block;
}
#mainContents {
  /* 表示状態 */
}
#mainContents .f-bnr.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#mainContents {
  /* SP */
}
@media (max-width: 800px) {
  #mainContents .hero-inner {
    flex-direction: column;
  }
  #mainContents .card-grid,
  #mainContents .solution-grid {
    grid-template-columns: 100%;
  }
}

#go2top {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  z-index: 999;
}

#go2top a {
  position: fixed;
  bottom: 54px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999;
}

#go2top a:before {
  background: #4c4c4c;
  border-radius: 50%;
  content: "";
  height: 50px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 50px;
}

#go2top a:after {
  color: #fff;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 38px;
  left: 8px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 6px;
}

#go2top a:hover {
  opacity: 0.8;
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */

/* ヘッダー：containerの固定幅でロゴが切れないようにする */
#gHeader {
  overflow: hidden;
}

#gHeader .container {
  max-width: 100%;
  width: calc(100% - 30px);
}

#gHeader .row {
  overflow: hidden;
}

#gHeader #logo {
  display: flex;
  align-items: center;
  overflow: hidden;
}

#gHeader #identifier {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}

#gHeader #identifier img {
  max-width: 100%;
  height: auto;
}

/* ヒーロー画像のはみ出し修正 */
#mainContents .hero {
  overflow: hidden;
}