html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP";
}

dl, ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.9;
}

h1, h2, h3 {
  padding: 0;
  margin: 0;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .only-sp {
    display: block;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.header .focus-trap {
  display: none;
}
@media screen and (max-width: 640px) {
  .header .focus-trap {
    display: block;
  }
}
.header .header-sp-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFA200;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  z-index: 1;
}
.header .header-sp-menu.js-open {
  background-color: transparent;
}
.header .header-sp-menu.js-open ul li {
  background: #FFA200;
  transition: all 0.2s ease-out;
}
.header .header-sp-menu.js-open ul li:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.header .header-sp-menu.js-open ul li:nth-child(2) {
  width: 0;
  height: 0;
}
.header .header-sp-menu.js-open ul li:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
.header .header-sp-menu > span {
  display: block;
  width: 50%;
  position: relative;
}
.header .header-sp-menu > span span {
  height: 2px;
  background: #fff;
  width: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  display: block;
}
.header .header-sp-menu > span span:nth-child(1) {
  top: -7px;
}
.header .header-sp-menu > span span:nth-child(2) {
  top: 0;
}
.header .header-sp-menu > span span:nth-child(3) {
  top: 7px;
}
@media screen and (max-width: 640px) {
  .header .header-sp-menu {
    display: flex;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
}
.header .header-inner .header-l {
  padding: 10px;
}
.header .header-inner .header-l .heading1 {
  font-size: 1.4rem;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-l .heading1 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-l .header-logo {
    width: 200px;
  }
}
.header .header-inner .header-r {
  display: flex;
}
.header .header-inner .header-r.js-open {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
}
.header .header-inner .header-r .header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-nav {
    display: block;
  }
}
.header .header-inner .header-r .header-nav .header-nav-list {
  display: flex;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-nav .header-nav-list {
    display: block;
  }
}
.header .header-inner .header-r .header-nav .header-nav-list .header-nav-list-item {
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-nav .header-nav-list .header-nav-list-item {
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
.header .header-inner .header-r .header-nav .header-nav-list .header-nav-list-item a {
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-nav .header-nav-list .header-nav-list-item a {
    font-size: 2rem;
  }
}
.header .header-inner .header-r .header-cta {
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-cta {
    display: block;
    border-left: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    margin-top: 3rem;
    padding-top: 3rem;
    width: calc(100% - 40px);
  }
}
.header .header-inner .header-r .header-cta .header-cta-item {
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-cta .header-cta-item {
    padding: 0;
  }
}
.header .header-inner .header-r .header-cta .header-cta-item .header-cta-item-tel {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-cta .header-cta-item .header-cta-item-tel {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
.header .header-inner .header-r .header-cta .header-cta-item .header-cta-item-tel a {
  color: #000;
  text-decoration: none;
  display: none;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-cta .header-cta-item .header-cta-item-tel a {
    border: 1px solid #0E5494;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40px;
    background: transparent;
    text-decoration: none;
    color: #0E5494;
    font-weight: 700;
    border-radius: 3px;
    position: relative;
    font-size: 1.3rem;
    transition: opacity 0.2s ease-out;
    line-height: 1;
    box-sizing: border-box;
    pointer-events: auto;
  }
}
.header .header-inner .header-r .header-cta .header-cta-item .header-cta-item-tel span {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-cta .header-cta-item .header-cta-item-tel span {
    display: none;
  }
}
.header .header-inner .header-r .header-cta .header-cta-item .header-cta-btn.solid-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: 78px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #005bac 50%, #005bac, #ffe443, #ffe443 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #005bac;
  transition: background-position 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .header .header-inner .header-r .header-cta .header-cta-item .header-cta-btn.solid-btn {
    width: 90%;
    height: 40px;
    margin: 20px auto 0;
  }
}
.header .header-inner .header-r .header-cta .header-cta-item .header-cta-btn.solid-btn:hover {
  background-position: 0 0;
  color: #fff;
  transition: background-position 0.2s ease-out;
}
.header .header-inner .header-r .header-cta .header-cta-item .header-cta-btn.solid-btn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.header .header-inner .header-r .header-cta .header-cta-item .header-cta-btn.solid-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}

.main {
  padding-top: 95px;
}
@media screen and (max-width: 640px) {
  .main {
    padding-top: 74px;
  }
}

.section {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .section {
    padding: 40px 20px;
  }
}

.section-heading {
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-heading {
    font-size: 2.4rem;
  }
}
.section-heading strong {
  color: #0061D5;
}
.section-heading .section-eng {
  font-size: 2rem;
  font-weight: 700;
  color: #0061D5;
  border-bottom: 2px solid #0061D5;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .section-heading .section-eng {
    font-size: 1.4rem;
  }
}

.mv {
  width: 100%;
  height: 490px;
  background: url(/bi/solution/box/assets/img/mv-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mv {
    padding: 30px 20px;
    height: auto;
  }
}
.mv .mv-inner .mv-copy {
  font-size: 6.2rem;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .mv .mv-inner .mv-copy {
    font-size: 3.4rem;
    margin-top: 20px;
  }
}
.mv .mv-inner .mv-copy .mv-subcopy {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.66;
  display: block;
}
@media screen and (max-width: 640px) {
  .mv .mv-inner .mv-copy .mv-subcopy {
    font-size: 1.6rem;
  }
}
.mv .mv-inner .mv-copy span {
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  .mv .mv-inner .mv-copy span {
    font-size: 2.4rem;
  }
}
.mv .mv-inner .mv-cta {
  margin-top: 5rem;
}
.mv .mv-inner .mv-cta .mv-cta-list {
  display: flex;
  justify-content: center;
}
.mv .mv-inner .mv-cta .mv-cta-list .mv-cta-contact.solid-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #fff 50%, #fff, #ffe443, #ffe443 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #005bac;
  transition: background-position 0.2s ease-out;
}
.mv .mv-inner .mv-cta .mv-cta-list .mv-cta-contact.solid-btn:hover {
  background-position: 0 0;
  transition: background-position 0.2s ease-out;
}
.mv .mv-inner .mv-cta .mv-cta-list .mv-cta-contact.solid-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}

.lead.section {
  background-color: #F4F6FA;
}
.lead.section .lead-title {
  text-align: center;
  font-size: 4rem;
  color: #0061D5;
}
@media screen and (max-width: 640px) {
  .lead.section .lead-title {
    font-size: 2.4rem;
  }
  .lead.section .lead-title br {
    display: none;
  }
}
.lead.section .lead-txt.txt {
  margin-top: 40px;
  max-width: 800px;
}

.sec01.section {
  padding-bottom: 10px;
}
.sec01.section .sec01-contents {
  max-width: 950px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sec01.section .sec01-contents {
    flex-direction: column;
  }
}
.sec01.section .sec01-contents .sec01-img {
  flex-shrink: 0;
}
.sec01.section .sec01-contents .sec01-list {
  width: 600px;
}
@media screen and (max-width: 640px) {
  .sec01.section .sec01-contents .sec01-list {
    width: auto;
  }
}
.sec01.section .sec01-contents .sec01-list .sec01-list-item {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 30px;
  background-color: #F4F6FA;
}
@media screen and (max-width: 640px) {
  .sec01.section .sec01-contents .sec01-list .sec01-list-item {
    padding: 20px;
  }
}
.sec01.section .sec01-contents .sec01-list .sec01-list-item img {
  padding-right: 15px;
}
@media screen and (max-width: 640px) {
  .sec01.section .sec01-contents .sec01-list .sec01-list-item img {
    display: none;
  }
}
.sec01.section .sec01-contents .sec01-list .sec01-list-item strong {
  color: #0061D5;
}
.sec01.section .sec01-contents .sec01-list .sec01-list-item:not(:first-child) {
  margin-top: 10px;
}

.sec02.section {
  background-color: #F4F6FA;
  overflow: hidden;
  padding-top: 200px;
}
.sec02.section::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 960px 0 960px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.sec02.section .sec02-list {
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .sec02.section .sec02-list {
    margin-top: 40px;
  }
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner {
    display: block;
  }
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-body {
  max-width: 580px;
  width: 100%;
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-body .sec02-list-item-l-heading {
  font-size: 2.5rem;
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-body .sec02-list-item-l-heading .sec02-list-item-l-feature {
  color: #0061D5;
  font-weight: 700;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-body .sec02-list-item-l-heading .sec02-list-item-l-feature {
    justify-content: center;
  }
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-body .sec02-list-item-l-heading .sec02-list-item-l-feature .sec02-list-item-l-feature-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 5rem;
  line-height: 1;
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-body .sec02-list-item-l-heading .sec02-list-item-l-feature .sec02-list-item-l-feature-num .sec02-list-item-l-feature-txt {
  font-size: 1.2rem;
  display: block;
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-body .sec02-list-item-l-txt {
  margin-top: 20px;
}
.sec02.section .sec02-list .sec02-list-item .sec02-list-item-inner .sec02-list-item-img {
  flex-shrink: 0;
}
.sec02.section .sec02-list .sec02-list-item:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .sec02.section .sec02-list .sec02-list-item:not(:first-child) {
    margin-top: 60px;
  }
}
.sec02.section .sec02-list .sec02-list-item:nth-child(even) .sec02-list-item-inner {
  flex-direction: row-reverse;
}
.sec02.section .sec02-option {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  background-color: #fff;
  max-width: 1200px;
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .sec02.section .sec02-option {
    display: block;
    margin-top: 60px;
  }
}
.sec02.section .sec02-option .sec02-option-body {
  padding: 70px 80px;
}
@media screen and (max-width: 640px) {
  .sec02.section .sec02-option .sec02-option-body {
    padding: 30px;
  }
}
.sec02.section .sec02-option .sec02-option-body .sec02-option-body-title {
  font-size: 2.5rem;
  color: #0061D5;
}
.sec02.section .sec02-option .sec02-option-body .sec02-option-body-txt {
  margin-top: 20px;
}
.sec02.section .sec02-option .sec02-option-img {
  flex-shrink: 0;
}

.sec-cta {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(/bi/solution/box/assets/img/cta_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .sec-cta {
    height: auto;
    padding: 40px 20px;
  }
}
.sec-cta .sec-cta-inner {
  color: #fff;
}
.sec-cta .sec-cta-inner .sec-cta-heading {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-cta .sec-cta-inner .sec-cta-heading {
    font-size: 2.4rem;
  }
}
.sec-cta .sec-cta-inner .sec-cta-txt {
  font-size: 1.8rem;
  margin-top: 30px;
  text-align: center;
}
.sec-cta .sec-cta-inner .sec-cta-cv {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sec-cta .sec-cta-inner .sec-cta-cv {
    display: block;
  }
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item {
  max-width: 425px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item {
    width: auto;
  }
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-tel-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-tel-btn {
    pointer-events: auto;
  }
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-tel-btn .sec-cta-cv-tel-btn-txt {
  font-size: 1.4rem;
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-tel-btn .sec-cta-cv-tel-btn-num {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-tel-btn .sec-cta-cv-tel-btn-num span {
  padding: 5px 5px 0;
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  border-radius: 6px;
  font-weight: 700;
  font-size: 2.4rem;
  text-decoration: none;
  background-image: linear-gradient(90deg, #fff 50%, #fff, #ffe443, #ffe443 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.2s ease-out;
  color: #005bac;
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-link-btn:hover {
  background-position: 0 0;
  transition: background-position 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-link-btn {
    margin-top: 30px;
  }
}
.sec-cta .sec-cta-inner .sec-cta-cv .sec-cta-cv-item .sec-cta-cv-link-btn span {
  padding: 5px 10px 0;
}
.sec-cta .sec-cta-inner .sec-cta-wp {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 640px) {
  .sec-cta .sec-cta-inner .sec-cta-wp {
    display: block;
  }
}
.sec-cta .sec-cta-inner .sec-cta-wp:hover .sec-cta-wp-r .ec-cta-wp-r-btn {
  color: #fff;
  background: #0061d5;
  align-items: center;
  transition: background 0.2s ease-out;
}
.sec-cta .sec-cta-inner .sec-cta-wp .sec-cta-wp-l {
  flex-shrink: 0;
}
.sec-cta .sec-cta-inner .sec-cta-wp .sec-cta-wp-r {
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .sec-cta .sec-cta-inner .sec-cta-wp .sec-cta-wp-r {
    padding-left: 0;
    margin-top: 20px;
  }
}
.sec-cta .sec-cta-inner .sec-cta-wp .sec-cta-wp-r .ec-cta-wp-r-caption {
  color: #0061d5;
}
.sec-cta .sec-cta-inner .sec-cta-wp .sec-cta-wp-r .ec-cta-wp-r-caption span {
  border: 1px solid;
  font-size: 14px;
  padding: 0 5px;
  margin-right: 5px;
}
.sec-cta .sec-cta-inner .sec-cta-wp .sec-cta-wp-r .ec-cta-wp-r-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
}
.sec-cta .sec-cta-inner .sec-cta-wp .sec-cta-wp-r .ec-cta-wp-r-btn {
  color: #0061d5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 14px;
  transition: background 0.2s ease-out;
}

.sec03.section .sec03-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .sec03.section .sec03-inner {
    display: block;
  }
}
.sec03.section .sec03-inner .sec03-body {
  width: 100%;
  max-width: 600px;
}
.sec03.section .sec03-inner .sec03-body .sec03-body-heading {
  font-size: 4rem;
}
@media screen and (max-width: 640px) {
  .sec03.section .sec03-inner .sec03-body .sec03-body-heading {
    font-size: 2.4rem;
  }
  .sec03.section .sec03-inner .sec03-body .sec03-body-heading br {
    display: none;
  }
}
.sec03.section .sec03-inner .sec03-body .sec03-body-heading strong {
  color: #0061D5;
}
.sec03.section .sec03-inner .sec03-body .sec03-body-txt {
  margin-top: 40px;
}
.sec03.section .sec03-inner .sec03-img {
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .sec03.section .sec03-inner .sec03-img {
    padding-top: 20px;
  }
}

.sec04.section {
  background-color: #F4F6FA;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .sec04.section {
    padding-bottom: 60px;
  }
}
.sec04.section .sec04-list {
  width: 100%;
  max-width: 850px;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .sec04.section .sec04-list {
    margin-top: 50px;
  }
}
.sec04.section .sec04-list .sec04-list-item:not(:first-child) {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .sec04.section .sec04-list .sec04-list-item:not(:first-child) {
    margin-top: 70px;
  }
}
.sec04.section .sec04-list .sec04-list-item .sec04-list-item-heading {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .sec04.section .sec04-list .sec04-list-item .sec04-list-item-heading {
    flex-direction: column;
    font-size: 2rem;
  }
}
.sec04.section .sec04-list .sec04-list-item .sec04-list-item-heading span {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  border-radius: 3px;
  background-color: #0061D5;
  margin-right: 20px;
  color: #fff;
}
.sec04.section .sec04-list .sec04-list-item .sec04-list-item-txt {
  margin-top: 20px;
}
.sec04.section .sec04-list .sec04-list-item .sec04-list-item-img {
  margin-top: 20px;
}

.sec05.section {
  background-color: #F4F6FA;
}
.sec05.section .sec05-list {
  margin-top: 60px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec05.section .sec05-list {
    display: block;
  }
}
.sec05.section .sec05-list .sec05-list-item {
  width: 560px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 40px 140px 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .sec05.section .sec05-list .sec05-list-item {
    width: auto;
  }
  .sec05.section .sec05-list .sec05-list-item:not(:first-child) {
    margin-top: 50px;
  }
}
.sec05.section .sec05-list .sec05-list-item .sec05-list-item-txt {
  margin-top: 15px;
}
.sec05.section .sec05-list .sec05-list-item .sec05-list-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  font-weight: 700;
  color: #0061D5;
  text-decoration: none;
  background: #fff;
  border: 1px solid #0061D5;
  border-radius: 4px;
  position: absolute;
  bottom: 50px;
  transition: background 0.2s ease-out;
}
.sec05.section .sec05-list .sec05-list-item .sec05-list-item-btn:hover {
  background: #0061D5;
  color: #fff;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  background: #003F76;
  color: #fff;
  font-size: 1.4rem;
}
.footer .bc {
  width: calc(100% - 40px);
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  color: #fff;
}
.footer .bc .bc-list {
  display: flex;
}
.footer .bc .bc-list .bc-list-item {
  position: relative;
}
.footer .footer-inner {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.footer .footer-inner .footer-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .footer .footer-inner .footer-list {
    display: block;
  }
}
.footer .footer-inner .footer-list .footer-list-item .footer-link-list {
  display: flex;
}
@media screen and (max-width: 640px) {
  .footer .footer-inner .footer-list .footer-list-item .footer-link-list {
    display: block;
  }
}
.footer .footer-inner .footer-list .footer-list-item .footer-link-list .footer-link-list-item {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .footer .footer-inner .footer-list .footer-list-item .footer-link-list .footer-link-list-item {
    margin: 0 20px 20px;
  }
}
.footer .footer-inner .footer-list .footer-list-item .footer-link-list .footer-link-list-item .footer-link-list-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 10px;
}
.footer .footer-inner .footer-list .footer-list-item .footer-link-list .footer-link-list-item .footer-link-list-btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .footer .footer-inner .footer-list .footer-list-item .footer-copy {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=layout.css.map */