@charset "UTF-8";
/* media query
**************************************************************************************************/
/* parts
**************************************************************************************************************************/
.btn.btn-primary {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.8em 1em;
  background: #0A1F44;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
}
.btn.btn-primary.has-arw {
  position: relative;
}
.btn.btn-primary.has-arw::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/asset/img/business/common/arw-r01-white.svg) 0 0 no-repeat;
  background-size: contain;
  line-height: 1;
  margin-left: 0.5em;
  margin-right: -0.5em;
}
.btn.btn-secondary {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.8em 1em;
  background: #BCF2FF;
  color: #0A1F44;
  border-radius: 100px;
}
.btn.btn-more {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.8em 1em;
  background: #D7E1FC;
  color: #0A1F44;
  border-radius: 100px;
  line-height: 1.8;
}
.btn.btn-more.is_white {
  background: #fff;
}
.btn.btn-more.has-arw {
  position: relative;
}
.btn.btn-more.has-arw::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/asset/img/share/arw01.svg) 0 0 no-repeat;
  background-size: contain;
  line-height: 1;
  margin-left: 0.5em;
  margin-right: -0.5em;
  position: relative;
  top: 5px;
}
.btn.btn-more.has-dl {
  position: relative;
}
.btn.btn-more.has-dl::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/asset/img/share/icn-download.svg) 0 0 no-repeat;
  background-size: contain;
  line-height: 1;
  margin-left: 0.5em;
  margin-right: -0.5em;
  position: relative;
  top: 5px;
}
.btn.btn-white {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.8em 1em;
  background: #fff;
  color: #0A1F44;
  border-radius: 100px;
}
.btn.btn-white.has-arw {
  position: relative;
}
.btn.btn-white.has-arw::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/asset/img/business/common/arw-r01-blue.svg) 0 0 no-repeat;
  background-size: contain;
  line-height: 1;
  margin-left: 0.5em;
  margin-right: -0.5em;
}
.btn.btn-link {
  color: #2752DE;
  font-weight: bold;
  position: relative;
  padding-left: 70px;
}
.btn.btn-link::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  background: #0A1F44 url(/asset/img/business/common/arw-r01-white.svg) 50% 50% no-repeat;
  background-size: 18px 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-link-more {
  color: #2751DB;
  font-weight: bold;
  display: block;
  font-size: 15px;
}
.btn.btn-link-more::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/asset/img/share/arw01.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 4px;
  position: relative;
  top: 4px;
}

.link.link-dflt {
  color: #2751DB;
}

.hl01 {
  margin-bottom: 1.8em;
}
.hl01 .label {
  font-size: 16px;
  font-weight: bold;
  color: #2753E0;
}
.hl01 h2 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .hl01 h2 {
    font-size: 24px;
  }
}

.hl02 {
  margin-bottom: 1.8em;
}
.hl02 h2 {
  font-size: 24px;
  font-weight: bold;
}
.hl02 h2 strong {
  color: #2753E0;
}
@media only screen and (min-width: 1025px) {
  .hl02 {
    text-align: center;
    margin-bottom: 3em;
  }
  .hl02 h2 {
    font-size: 40px;
  }
}

.hl03 h2 {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 20px;
}
.hl03 h2::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2753E0;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .hl03 h2 {
    font-size: 18px;
    padding-left: 1em;
    margin-bottom: 24px;
  }
  .hl03 h2::before {
    width: 12px;
    height: 12px;
    top: 0.4em;
  }
}

.hl04 {
  margin-bottom: 1.8em;
  font-size: 24px;
  font-weight: bold;
  color: #2B2B3E;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .hl04 {
    font-size: 32px;
  }
}

.scrollwrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: 24px;
  overflow: scroll;
  margin-bottom: 20px;
}
.scrollwrap img {
  width: 130vw;
}
.scrollwrap::after {
  content: "※横にスクロールしてご覧ください。";
  display: block;
  font-size: 12px;
  margin-top: 1em;
}
@media only screen and (min-width: 1025px) {
  .scrollwrap {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }
  .scrollwrap img {
    width: 100%;
  }
  .scrollwrap::after {
    display: none;
  }
}

/* utility
**************************************************************************************************************************/
.u-en {
  font-family: "Manrope", sans-serif;
}

.u-marker {
  background: linear-gradient(to right, #29CDF4 0%, #BBF910 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 23%;
}
.u-marker.is_bold {
  background-size: 100% 100%;
}

/* layout
**************************************************************************************************************************/
main {
  overflow: clip;
  color: #2C3642;
}
main .contents-form .form .form-header h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
}
main .contents-form .form .form-header p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 0.3em;
}
main .contents-form .form .form-body {
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  margin-top: 1.5em;
}
@media only screen and (min-width: 1025px) {
  main .contents-form {
    padding: 0 100px 100px 100px;
  }
  main .contents-form .form .form-header h2 {
    font-size: 24px;
    margin: 1em 0;
  }
  main .contents-form .form .form-header p {
    font-size: 15px;
    margin-bottom: 0.3em;
  }
}
main.seminar .contents-form .form {
  background: #F5F8FA;
  border-radius: 6px;
  padding: 20px;
}
@media only screen and (min-width: 1025px) {
  main.seminar .contents-form {
    display: flex;
    justify-content: space-between;
  }
  main.seminar .contents-form .contents {
    flex: 1;
  }
  main.seminar .contents-form .form {
    width: 384px;
    margin-left: 64px;
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1025px) {
  main.seminar.is-past .contents {
    max-width: 784px;
    margin: 0 auto;
  }
}
main.download .contents-form .form {
  background: #F5F8FA;
  border-radius: 6px;
  padding: 20px;
}
@media only screen and (min-width: 1025px) {
  main.download .contents-form {
    display: flex;
    justify-content: space-between;
  }
  main.download .contents-form .contents {
    flex: 1;
  }
  main.download .contents-form .form {
    width: 384px;
    margin-left: 64px;
    margin-top: 86px;
  }
}
main.contact {
  background: #F7F7F7;
}
main.contact .contents-form .form {
  padding: 0 24px;
}
main.contact .contents-form .form .form-body {
  margin-top: 0m;
}
@media only screen and (min-width: 1025px) {
  main.contact .contents-form {
    display: flex;
    justify-content: space-between;
  }
  main.contact .contents-form .contents {
    flex: 1;
  }
  main.contact .contents-form .form {
    width: 656px;
    margin-left: 64px;
    margin-top: 86px;
    padding: 0;
  }
  main.contact .contents-form .form .form-body {
    padding: 38px;
  }
}

/* area
**************************************************************************************************************************/
/* top */
.area-kv .inner .title-body {
  padding: 40px 0;
}
.area-kv .inner .title-body .title {
  padding: 0 24px;
  margin-bottom: 24px;
}
.area-kv .inner .title-body .title h1 {
  color: #0A1F44;
  font-size: 32px;
  font-weight: bold;
}
.area-kv .inner .title-body .title .lead {
  margin-top: 1em;
}
.area-kv .inner .title-body .title .lead p {
  font-size: 15px;
  line-height: 1.6;
}
.area-kv .inner .title-body .body .mainimg {
  margin-bottom: 20px;
  text-align: center;
}
.area-kv .inner .title-body .body .mainimg img {
  width: 100%;
  max-width: 820px;
}
.area-kv .inner .title-body .body .cv-sp {
  padding: 0 24px;
  margin-top: 40px;
}
.area-kv .inner .title-body .body .cv-sp li {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: center;
}
.area-kv .inner .title-body .body .cv-sp li a.link {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .area-kv .inner .title-body .body .cv-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .area-kv .inner .title-body {
    padding: 110px 0;
  }
  .area-kv .inner .title-body .title {
    padding: 0 100px;
    margin-bottom: 50px;
    text-align: center;
  }
  .area-kv .inner .title-body .title h1 {
    font-size: 40px;
  }
  .area-kv .inner .title-body .title .lead {
    margin-top: 1.5em;
  }
  .area-kv .inner .title-body .title .lead p {
    line-height: 1.8;
  }
  .area-kv .inner .title-body .body .mainimg {
    margin-bottom: 20px;
    text-align: center;
  }
  .area-kv .inner .title-body .body .mainimg img {
    width: 100%;
    max-width: 820px;
  }
  .area-kv .inner .title-body .body ul {
    padding: 0 24px;
    margin-top: 40px;
  }
  .area-kv .inner .title-body .body ul li {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
  }
  .area-kv .inner .title-body .body ul li a.link {
    font-weight: bold;
  }
}

.area-top-balance {
  background: #F5F8FA;
  padding: 82px 24px;
}
.area-top-balance .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-balance {
    padding: 78px 100px;
  }
  .area-top-balance .inner {
    max-width: 1004px;
    margin-inline: auto;
  }
  .area-top-balance .title {
    margin-bottom: 42px;
  }
}

.area-top-situation {
  background: #0F144D;
  padding: 82px 24px;
}
.area-top-situation .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-situation {
    padding: 78px 100px;
  }
  .area-top-situation .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-situation .title-body {
    display: flex;
    justify-content: space-between;
  }
  .area-top-situation .title {
    width: 320px;
    margin-right: 100px;
  }
  .area-top-situation .body {
    flex-grow: 1;
  }
}

.area-top-function {
  padding: 82px 24px;
}
.area-top-function .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-function {
    padding: 78px 100px;
  }
  .area-top-function .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-function .title {
    margin-bottom: 42px;
  }
}

.area-top-why {
  background: #F5F8FA;
  padding: 82px 24px;
}
.area-top-why .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-why {
    padding: 78px 100px;
  }
  .area-top-why .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-why .title {
    margin-bottom: 42px;
  }
}

.area-top-merit {
  padding: 82px 24px;
}
.area-top-merit .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-merit {
    padding: 78px 100px;
  }
  .area-top-merit .inner {
    max-width: 938px;
    margin-inline: auto;
  }
  .area-top-merit .title {
    margin-bottom: 42px;
  }
}

.area-top-case {
  background: #F5F8FA;
  padding: 82px 24px;
}
.area-top-case .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-case {
    padding: 78px 100px;
  }
  .area-top-case .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-case .title {
    margin-bottom: 42px;
  }
}

.area-top-pioneer {
  padding: 82px 24px;
}
.area-top-pioneer .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-pioneer {
    padding: 78px 100px;
  }
  .area-top-pioneer .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-pioneer .title {
    margin-bottom: 42px;
  }
}

.area-top-plan {
  padding: 82px 24px;
  background: linear-gradient(98.92deg, rgba(96, 198, 223, 0.3) 10.66%, rgba(255, 255, 255, 0.3) 47.98%, rgba(218, 250, 141, 0.3) 82.22%), #F5F8FA;
}
.area-top-plan .title {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .area-top-plan {
    padding: 78px 100px;
  }
  .area-top-plan .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-plan .title {
    margin-bottom: 42px;
  }
}

.area-top-seminar {
  padding: 82px 24px;
}
.area-top-seminar .title-body {
  display: grid;
  gap: 0px;
}
.area-top-seminar .title {
  margin-bottom: 32px;
  order: 1;
}
.area-top-seminar .archive {
  order: 3;
  text-align: right;
}
.area-top-seminar .body {
  order: 2;
}
@media screen and (min-width: 1025px) {
  .area-top-seminar {
    padding: 78px 100px;
  }
  .area-top-seminar .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-seminar .title {
    margin-bottom: 42px;
  }
  .area-top-seminar .archive {
    order: 2;
    margin-bottom: 1.8em;
  }
  .area-top-seminar .body {
    order: 3;
  }
}

.area-top-download {
  padding: 82px 24px;
}
.area-top-download .title-body {
  display: grid;
  gap: 0px;
}
.area-top-download .title {
  margin-bottom: 32px;
  order: 1;
}
.area-top-download .archive {
  order: 3;
  text-align: right;
}
.area-top-download .body {
  order: 2;
}
@media screen and (min-width: 1025px) {
  .area-top-download {
    padding: 78px 100px;
  }
  .area-top-download .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-download .title {
    margin-bottom: 42px;
  }
  .area-top-download .archive {
    order: 2;
    margin-bottom: 1.8em;
  }
  .area-top-download .body {
    order: 3;
  }
}

.area-top-cv {
  padding: 82px 0px;
}
.area-top-cv .inner {
  background: #0F144D;
  padding: 82px 24px;
  border-radius: 56px;
}
.area-top-cv .title {
  margin-bottom: 32px;
}
.area-top-cv .body ul {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1025px) {
  .area-top-cv {
    padding: 78px 100px;
  }
  .area-top-cv .inner {
    max-width: 1116px;
    margin-inline: auto;
  }
  .area-top-cv .title {
    margin-bottom: 42px;
  }
  .area-top-cv .body ul {
    display: flex;
    justify-content: center;
  }
  .area-top-cv .body ul li a {
    font-size: 18px;
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* other-before */
.area-pickup {
  padding: 48px 14px;
}
.area-pickup .body {
  border: 4px solid #2753E0;
  border-radius: 12px;
  overflow: hidden;
}
.area-pickup .body .pickup.is-seminar .img img {
  width: 100%;
  height: auto;
}
.area-pickup .body .pickup.is-seminar .txt {
  padding: 24px 28px;
}
.area-pickup .body .pickup.is-seminar .txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.area-pickup .body .pickup.is-seminar .txt .spec {
  margin-bottom: 1.5em;
}
.area-pickup .body .pickup.is-seminar .txt .spec .date {
  font-size: 20px;
  font-weight: bold;
  color: #2753E0;
}
.area-pickup .body .pickup.is-seminar .txt .spec .status {
  margin-top: 0.5em;
}
.area-pickup .body .pickup.is-seminar .txt .spec .status li {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  font-weight: bold;
  padding: 0.58em 1.5em;
}
.area-pickup .body .pickup.is-seminar .txt .spec .status li.is-open {
  color: #2753E0;
  background: #E3E9FF;
}
.area-pickup .body .pickup.is-seminar .txt .speaker {
  margin-bottom: 1em;
}
.area-pickup .body .pickup.is-seminar .txt .speaker h4 {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.area-pickup .body .pickup.is-seminar .txt .speaker p {
  font-size: 16px;
}
.area-pickup .body .pickup.is-seminar .txt .lead {
  font-size: 16px;
  margin-bottom: 1em;
}
.area-pickup .body .pickup.is-seminar .txt .more {
  margin: 2em 0;
}
.area-pickup .body .pickup.is-seminar .txt .more .btn {
  font-size: 18px;
}
@media only screen and (min-width: 1025px) {
  .area-pickup {
    padding: 0px 100px;
    margin-bottom: 90px;
  }
  .area-pickup .inner {
    max-width: 1184px;
    margin: 0 auto;
  }
  .area-pickup .body {
    padding: 48px;
  }
  .area-pickup .body .pickup.is-seminar .imgtxt {
    display: flex;
    justify-content: space-between;
  }
  .area-pickup .body .pickup.is-seminar .img {
    width: 40%;
    margin-right: 40px;
  }
  .area-pickup .body .pickup.is-seminar .txt {
    padding: 0;
    flex: 1;
  }
  .area-pickup .body .pickup.is-seminar .txt h3 {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
  .area-pickup .body .pickup.is-seminar .txt .spec {
    display: flex;
    align-items: center;
  }
  .area-pickup .body .pickup.is-seminar .txt .spec .date {
    margin-right: 16px;
  }
  .area-pickup .body .pickup.is-seminar .txt .spec .status {
    margin-top: 0;
  }
  .area-pickup .body .pickup.is-seminar .txt .speaker {
    margin-bottom: 1.5em;
    display: flex;
  }
  .area-pickup .body .pickup.is-seminar .txt .speaker h4 {
    width: 70px;
    margin-bottom: 0;
  }
  .area-pickup .body .pickup.is-seminar .txt .speaker p {
    flex: 1;
  }
  .area-pickup .body .pickup.is-seminar .txt .lead {
    margin-bottom: 1.5em;
  }
  .area-pickup .body .pickup.is-seminar .txt .more {
    margin: 3em 0 0 0;
  }
}

.area-solution {
  padding: 48px 16px;
  background: #F7F7F7;
}
.area-solution .body .solution {
  background: #fff;
  border-radius: 12px;
  padding: 24px 30px;
  margin-bottom: 16px;
}
.area-solution .body .solution:last-of-type {
  margin-bottom: 0;
}
.area-solution .body .solution .img {
  margin-bottom: 12px;
}
.area-solution .body .solution .img img {
  width: 100%;
  height: auto;
}
.area-solution .body .solution .txt {
  text-align: center;
}
.area-solution .body .solution .txt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  .area-solution {
    padding: 80px 100px;
  }
  .area-solution .inner {
    max-width: 1184px;
    margin: 0 auto;
  }
  .area-solution .body .solutions {
    display: flex;
    justify-content: space-between;
  }
  .area-solution .body .solution {
    padding: 32px 48px;
    margin-bottom: 0;
    width: 32%;
  }
  .area-solution .body .solution:last-of-type {
    margin-bottom: 0;
  }
  .area-solution .body .solution .img {
    margin-bottom: 12px;
  }
  .area-solution .body .solution .img img {
    width: 100%;
    height: auto;
  }
  .area-solution .body .solution .txt {
    text-align: center;
  }
  .area-solution .body .solution .txt p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
  }
}

.area-remote {
  padding: 48px 24px;
}
.area-remote .body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  .area-remote {
    padding: 84px 100px;
  }
  .area-remote .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.area-service {
  padding: 48px 24px;
}
.area-service .body .service {
  border-radius: 12px;
  background: #fff;
  margin-bottom: 16px;
}
.area-service .body .service:last-of-type {
  margin-bottom: 0;
}
.area-service .body .service .img img {
  width: 100%;
  height: auto;
}
.area-service .body .service .txt {
  padding: 0 40px 40px 40px;
}
.area-service .body .service .txt h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.area-service .body .service .txt .label {
  text-align: center;
}
.area-service .body .service .txt .label li {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  font-weight: bold;
  padding: 0.58em 1.5em;
  color: #2753E0;
  background: #E3E9FF;
}
.area-service .body .service .txt .lead {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 1.5em;
}
.area-service .body .asset {
  background: #302E87;
  border-radius: 12px;
  padding: 24px;
  margin-top: 48px;
  color: #fff;
}
.area-service .body .asset .txt h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.area-service .body .asset .img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .area-service {
    padding: 84px 100px;
  }
  .area-service .inner {
    max-width: 1184px;
    margin: 0 auto;
  }
  .area-service .body .services {
    display: flex;
    justify-content: center;
  }
  .area-service .body .service {
    margin-bottom: 0px;
    width: 32%;
    margin: 0 12px;
  }
  .area-service .body .service:last-of-type {
    margin-bottom: 0;
  }
  .area-service .body .service .img img {
    width: 100%;
    height: auto;
  }
  .area-service .body .service .txt {
    padding: 0 40px 40px 40px;
  }
  .area-service .body .service .txt h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .area-service .body .service .txt .label {
    text-align: center;
  }
  .area-service .body .service .txt .label li {
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    font-weight: bold;
    padding: 0.58em 1.5em;
    color: #2753E0;
    background: #E3E9FF;
  }
  .area-service .body .service .txt .lead {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 1.5em;
  }
  .area-service .body .asset {
    padding: 24px;
  }
  .area-service .body .asset .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-service .body .asset .txt {
    flex: 1;
    padding-left: 2em;
  }
  .area-service .body .asset .txt h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .area-service .body .asset .img {
    width: 50%;
    margin-left: 24px;
  }
}

.area-flow {
  padding: 24px 24px;
}
.area-flow .body .flow {
  margin-bottom: 42px;
}
.area-flow .body .flow:last-of-type {
  margin-bottom: 0;
}
.area-flow .body .flow .img {
  margin-bottom: -12px;
}
.area-flow .body .flow .img h3 {
  margin-left: 24px;
  margin-bottom: -24px;
  position: relative;
  z-index: 2;
}
.area-flow .body .flow .img h3 span {
  background: #000;
  color: #fff;
  padding: 2px;
}
.area-flow .body .flow .img picture img {
  width: 100%;
}
.area-flow .body .flow .txt h3 {
  display: none;
}
.area-flow .body .flow .boxes {
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.area-flow .body .flow .box {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  margin-bottom: 16px;
}
.area-flow .body .flow .box:last-of-type {
  margin-bottom: 0;
}
.area-flow .body .flow .box .icn {
  text-align: right;
}
.area-flow .body .flow .box .icn img {
  width: 54px;
  height: auto;
}
.area-flow .body .flow .box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}
.area-flow .body .flow .box .lead {
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (min-width: 1025px) {
  .area-flow {
    padding: 48px 100px;
    margin-bottom: 80px;
  }
  .area-flow .inner {
    max-width: 1184px;
    margin: 0 auto;
  }
  .area-flow .body .flows {
    margin-top: 90px;
  }
  .area-flow .body .flow {
    margin-bottom: 80px;
  }
  .area-flow .body .flow:last-of-type {
    margin-bottom: 0;
  }
  .area-flow .body .flow .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-flow .body .flow .img {
    margin-bottom: 0;
    width: 50%;
  }
  .area-flow .body .flow .img h3 {
    display: none;
  }
  .area-flow .body .flow .img picture img {
    width: 100%;
  }
  .area-flow .body .flow .txt {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .area-flow .body .flow .txt h3 {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .area-flow .body .flow .txt h3 span {
    background: #333;
    color: #fff;
    padding: 2px;
  }
  .area-flow .body .flow .boxes {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .area-flow .body .flow .box {
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    margin-bottom: 16px;
    width: 48%;
  }
  .area-flow .body .flow .box:last-of-type {
    margin-bottom: 0;
  }
  .area-flow .body .flow .box .icn img {
    width: 78px;
    height: auto;
  }
  .area-flow .body .flow .box h4 {
    font-size: 18px;
  }
  .area-flow .body .flow .box .lead {
    font-size: 16px;
  }
  .area-flow .body .flow:nth-of-type(even) .img {
    order: 2;
  }
  .area-flow .body .flow:nth-of-type(even) .img img {
    transform: scale(1.1);
    transform-origin: right center;
  }
  .area-flow .body .flow:nth-of-type(even) .txt {
    order: 1;
  }
  .area-flow .body .flow:nth-of-type(odd) .img {
    order: 1;
  }
  .area-flow .body .flow:nth-of-type(odd) .img img {
    transform: scale(1.1);
    transform-origin: left center;
  }
  .area-flow .body .flow:nth-of-type(odd) .txt {
    order: 2;
  }
}

.area-benefit {
  padding: 24px 24px;
}
.area-benefit .body .benefit {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #2753E0;
  padding: 32px;
  margin-bottom: 36px;
  position: relative;
}
.area-benefit .body .benefit:last-of-type {
  margin-bottom: 0;
}
.area-benefit .body .benefit .label {
  font-size: 18px;
  font-weight: 600;
  color: #2753E0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(1em, -50%);
}
.area-benefit .body .benefit .img {
  text-align: center;
  padding: 0 28px;
  margin-bottom: 28px;
}
.area-benefit .body .benefit .img img {
  width: 100%;
  height: auto;
}
.area-benefit .body .benefit .txt h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.area-benefit .body .benefit .txt h3 strong {
  color: #2753E0;
}
.area-benefit .body .benefit .txt p {
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (min-width: 1025px) {
  .area-benefit {
    padding: 0px 100px 96px 100px;
  }
  .area-benefit .inner {
    max-width: 1082px;
    margin: 0 auto;
  }
  .area-benefit .body .benefit {
    padding: 40px 50px;
    margin-bottom: 32px;
    position: relative;
  }
  .area-benefit .body .benefit:last-of-type {
    margin-bottom: 0;
  }
  .area-benefit .body .benefit .label {
    font-size: 21px;
    transform: translate(2em, -50%);
  }
  .area-benefit .body .benefit .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-benefit .body .benefit .img {
    padding: 0;
    margin-bottom: 0;
    width: 35%;
    margin-right: 50px;
  }
  .area-benefit .body .benefit .txt {
    flex: 1;
  }
  .area-benefit .body .benefit .txt h3 {
    font-size: 32px;
    margin-bottom: 0.6em;
  }
  .area-benefit .body .benefit .txt p {
    font-size: 18px;
  }
}

.area-case {
  padding: 48px 24px;
}
.area-case .body .case {
  margin-bottom: 40px;
}
.area-case .body .case .img {
  margin-bottom: 24px;
}
.area-case .body .case .img img {
  width: 100%;
  height: auto;
}
.area-case .body .case .txt h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.area-case .body .case .txt .client {
  font-size: 15px;
}
.area-case .body .case .txt .more {
  margin-top: 1.8em;
}
.area-case .body .case .txt .more .btn {
  font-size: 16px;
}
.area-case .body h3.more {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.area-case .body .mores .more {
  margin-bottom: 16px;
}
.area-case .body .mores .more:last-of-type {
  margin-bottom: 0;
}
.area-case .body .mores .more .imgtxt {
  position: relative;
}
.area-case .body .mores .more .img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.area-case .body .mores .more .txt p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .area-case {
    padding: 96px 100px;
  }
  .area-case .inner {
    max-width: 1184px;
    margin: 0 auto;
  }
  .area-case .body .case {
    margin-bottom: 60px;
  }
  .area-case .body .case .imgtxt {
    display: flex;
    justify-content: space-between;
  }
  .area-case .body .case .img {
    margin-bottom: 0;
    order: 2;
    width: 42%;
    margin-left: 40px;
  }
  .area-case .body .case .img img {
    width: 100%;
    height: auto;
  }
  .area-case .body .case .txt {
    order: 1;
    flex: 1;
  }
  .area-case .body .case .txt h3 {
    font-size: 28px;
    margin-bottom: 1em;
  }
  .area-case .body .case .txt .client {
    font-size: 18px;
  }
  .area-case .body .case .txt .more {
    margin-top: 1.8em;
    max-width: 233px;
  }
  .area-case .body .case .txt .more .btn {
    font-size: 18px;
  }
  .area-case .body h3.more {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .area-case .body .mores {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
  .area-case .body .mores .more {
    margin-bottom: 0px;
  }
  .area-case .body .mores .more:last-of-type {
    margin-bottom: 0;
  }
  .area-case .body .mores .more .txt p {
    font-size: 18px;
  }
}

.area-cs-top {
  padding: 24px 24px 48px 24px;
  background: linear-gradient(216.72deg, #D7E1FC 59.64%, #2753E0 95.51%);
  margin-top: 200px;
}
.area-cs-top .title-body {
  background: #2753E0;
  border-radius: 12px;
  margin-top: -200px;
}
.area-cs-top a {
  display: block;
  padding: 44px;
}
.area-cs-top .title img {
  width: 100%;
  height: auto;
}
.area-cs-top .body {
  color: #fff;
}
.area-cs-top .body h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.area-cs-top .body .lead {
  font-size: 15px;
  line-height: 1.8;
}
.area-cs-top .body .more {
  margin-top: 1.8em;
}
.area-cs-top .body .more .btn {
  font-size: 16px;
}
@media only screen and (min-width: 1025px) {
  .area-cs-top {
    padding: 24px 100px 96px 100px;
    background: linear-gradient(216.72deg, #D7E1FC 59.64%, #2753E0 95.51%);
    margin-top: 200px;
  }
  .area-cs-top .title-body {
    max-width: 946px;
    margin: 0 auto;
    margin-top: -200px;
  }
  .area-cs-top a {
    padding: 108px 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area-cs-top .title {
    order: 2;
    width: 40%;
    margin-left: 48px;
  }
  .area-cs-top .title img {
    width: 100%;
    height: auto;
  }
  .area-cs-top .body {
    order: 1;
    flex: 1;
  }
  .area-cs-top .body h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0.6em;
  }
  .area-cs-top .body .lead {
    font-size: 16px;
    line-height: 1.8;
  }
  .area-cs-top .body .more {
    margin-top: 1.8em;
    max-width: 233px;
  }
  .area-cs-top .body .more .btn {
    font-size: 18px;
  }
}

.area-seminar {
  padding: 36px 24px;
}
.area-seminar .title {
  margin-bottom: 18px;
}
.area-seminar .title hgroup {
  margin-bottom: 40px;
}
.area-seminar .title hgroup .label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1em;
}
.area-seminar .title hgroup h1 {
  font-size: 26px;
  font-weight: bold;
}
.area-seminar .title hgroup .summary {
  font-size: 12px;
  color: #A5AABD;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}
.area-seminar .title hgroup .summary .place::before {
  content: "|";
  display: inline;
  margin: 0 0.5em;
}
.area-seminar .body picture {
  margin-bottom: 2.5em;
}
.area-seminar .body .left {
  text-align: left !important;
}
.area-seminar .body .block-index {
  border-top: 1px solid #E4E5E9;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 5em;
}
.area-seminar .body .block-archive {
  border-top: 1px solid #E4E5E9;
  margin-bottom: 5em;
  padding-top: 2em;
}
.area-seminar .body .block-enquete {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 5em;
}
.area-seminar .body .block-enquete .imgtxt {
  margin: 0;
}
.area-seminar .body .block-enquete .img {
  margin-bottom: 1.5em;
}
.area-seminar .body .block-enquete .img picture {
  margin: 0;
}
.area-seminar .body .block-enquete .img img {
  width: 100%;
}
.area-seminar .body .block-enquete .txt h3 {
  font-size: 18px;
  margin: 0 0 0.5em 0;
}
.area-seminar .body .block-enquete .txt .more {
  margin: 0;
}
.area-seminar .body .block-enquete .txt .more a {
  font-size: 16px;
}
.area-seminar .body .block-enquete .txt .more a::after {
  position: relative;
  top: 0.1em;
}
.area-seminar .body .cv-entry {
  width: 100%;
  padding: 24px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.area-seminar .body .cv-entry .btn.btn-primary {
  font-size: 16px;
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .area-seminar {
    padding: 86px 0 0 0;
  }
  .area-seminar .title hgroup h1 {
    font-size: 32px;
  }
  .area-seminar .title hgroup .summary {
    font-size: 16px;
  }
  .area-seminar .body .block-enquete {
    padding: 32px 40px;
    margin-bottom: 8em;
    margin-top: 8em;
  }
  .area-seminar .body .block-enquete .imgtxt {
    margin: 0;
    display: flex;
  }
  .area-seminar .body .block-enquete .img {
    margin-bottom: 0;
    order: 2;
    width: 254px;
  }
  .area-seminar .body .block-enquete .img picture {
    margin: 0;
  }
  .area-seminar .body .block-enquete .img img {
    width: 100%;
  }
  .area-seminar .body .block-enquete .txt {
    order: 1;
    flex: 1;
    margin-right: 40px;
  }
  .area-seminar .body .block-enquete .txt h3 {
    font-size: 20px;
  }
  .area-seminar .body .block-enquete .txt .more {
    margin: 0;
  }
  .area-seminar .body .block-enquete .txt .more a {
    display: inline-block;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .area-seminar .body .cv-entry {
    display: none;
  }
}

.area-seminar-archive .title .pagetitle {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(98.92deg, rgba(215, 225, 252, 0.2) 13.73%, rgba(255, 255, 255, 0.2) 47.98%, rgba(255, 153, 133, 0.2) 85.3%), #F5F8FA;
  padding: 24px;
  color: #0A1F44;
  border-radius: 6px;
}
.area-seminar-archive .title .pagetitle small {
  display: block;
  font-family: "Manrope", sans-serif;
  color: #FF9985;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0.5em;
}
.area-seminar-archive .body {
  padding: 36px 24px;
}
.area-seminar-archive .body h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  .area-seminar-archive .title {
    padding: 36px 100px;
  }
  .area-seminar-archive .title .pagetitle {
    font-size: 32px;
    max-width: 1184px;
    margin: 0 auto;
    position: relative;
    padding: 100px;
  }
  .area-seminar-archive .title .pagetitle img {
    width: 340px;
    margin: 0;
    position: absolute;
    bottom: -30px;
    left: -30px;
  }
  .area-seminar-archive .body {
    padding: 78px 100px;
    max-width: 1326px;
    margin: 0 auto;
  }
  .area-seminar-archive .body h2 {
    font-size: 28px;
  }
}

.area-download {
  padding: 36px 24px;
}
.area-download .title {
  margin-bottom: 18px;
}
.area-download .title hgroup p {
  font-size: 16px;
  font-weight: bold;
}
.area-download .title hgroup h1 {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .area-download {
    padding: 86px 0px;
  }
  .area-download .inner {
    max-width: 1184px;
    margin: 0 auto;
  }
}

.area-download-archive .title .pagetitle {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(98.92deg, rgba(215, 225, 252, 0.2) 13.73%, rgba(255, 255, 255, 0.2) 47.98%, rgba(255, 153, 133, 0.2) 85.3%), #F5F8FA;
  padding: 24px;
  color: #0A1F44;
  border-radius: 6px;
}
.area-download-archive .title .pagetitle small {
  display: block;
  font-family: "Manrope", sans-serif;
  color: #FF9985;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0.5em;
}
.area-download-archive .body {
  padding: 36px 24px;
}
.area-download-archive .body h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  .area-download-archive .title {
    padding: 36px 100px;
  }
  .area-download-archive .title .pagetitle {
    font-size: 32px;
    max-width: 1184px;
    margin: 0 auto;
    position: relative;
    padding: 100px;
  }
  .area-download-archive .title .pagetitle img {
    width: 340px;
    margin: 0;
    position: absolute;
    bottom: -30px;
    left: -30px;
  }
  .area-download-archive .body {
    padding: 78px 100px;
    max-width: 1384px;
    margin: 0 auto;
  }
  .area-download-archive .body h2 {
    font-size: 28px;
  }
}

.area-contact {
  padding: 36px 24px;
}
.area-contact .title {
  margin-bottom: 18px;
}
.area-contact .title hgroup h1 {
  font-size: 32px;
  font-weight: bold;
}
.area-contact .title hgroup h1 small {
  font-size: 16px;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .area-contact {
    padding: 86px 0px;
  }
  .area-contact .inner {
    max-width: 1184px;
    margin: 0 auto;
  }
}

.area-cv {
  background: #0F144D;
  padding: 24px;
}
.area-cv .body .cv {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
}
.area-cv .body .cv:last-of-type {
  margin-bottom: 0;
}
.area-cv .body .cv h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-align: center;
  color: #0A1F44;
}
.area-cv .body .cv p {
  font-size: 13px;
  line-height: 1.8;
}
.area-cv .body .cv .more {
  margin-top: 2em;
  text-align: center;
}
.area-cv .body .cv .more .btn {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .area-cv {
    padding: 95px 100px;
  }
  .area-cv .body .cvs {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .area-cv .body .cv {
    margin-bottom: 0;
    padding: 50px;
  }
  .area-cv .body .cv:last-of-type {
    margin-bottom: 0;
  }
  .area-cv .body .cv h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .area-cv .body .cv p {
    font-size: 16px;
    line-height: 1.8;
  }
  .area-cv .body .cv .more .btn {
    font-size: 18px;
    max-width: 233px;
  }
}

.area-article {
  padding: 36px 24px;
}
.area-article .title {
  margin-bottom: 18px;
}
.area-article .title hgroup {
  margin-bottom: 40px;
}
.area-article .title hgroup .label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1em;
}
.area-article .title hgroup h1 {
  font-size: 26px;
  font-weight: bold;
}
.area-article .title hgroup .category {
  display: flex;
  margin-bottom: 1em;
}
.area-article .title hgroup .category li {
  margin-right: 0.5em;
  font-weight: bold;
}
.area-article .body picture {
  margin-bottom: 2.5em;
}
.area-article .body .left {
  text-align: left !important;
}
.area-article .body .block-index {
  border-top: 1px solid #E4E5E9;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 5em;
}
.area-article .body .block-archive {
  border-top: 1px solid #E4E5E9;
  margin-bottom: 5em;
  padding-top: 2em;
}
.area-article .body .block-enquete {
  background: #F7F7F7;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 5em;
}
.area-article .body .block-enquete .imgtxt {
  margin: 0;
}
.area-article .body .block-enquete .img {
  margin-bottom: 1.5em;
}
.area-article .body .block-enquete .img picture {
  margin: 0;
}
.area-article .body .block-enquete .img img {
  width: 100%;
}
.area-article .body .block-enquete .txt h3 {
  font-size: 18px;
  margin: 0 0 0.5em 0;
}
.area-article .body .block-enquete .txt .more {
  margin: 0;
}
.area-article .body .block-enquete .txt .more a {
  font-size: 16px;
}
.area-article .body .block-enquete .txt .more a::after {
  position: relative;
  top: 0.1em;
}
@media only screen and (min-width: 1025px) {
  .area-article {
    padding: 86px 100px;
  }
  .area-article .inner {
    max-width: 784px;
    margin: 0 auto;
  }
  .area-article .title hgroup h1 {
    font-size: 32px;
  }
  .area-article .title hgroup .category {
    margin-bottom: 2em;
  }
  .area-article .title hgroup .category li {
    font-size: 16px;
  }
  .area-article .title hgroup .summary {
    font-size: 16px;
  }
  .area-article .body .block-enquete {
    padding: 32px 40px;
    margin-bottom: 8em;
    margin-top: 8em;
  }
  .area-article .body .block-enquete .imgtxt {
    margin: 0;
    display: flex;
  }
  .area-article .body .block-enquete .img {
    margin-bottom: 0;
    order: 2;
    width: 254px;
  }
  .area-article .body .block-enquete .img picture {
    margin: 0;
  }
  .area-article .body .block-enquete .img img {
    width: 100%;
  }
  .area-article .body .block-enquete .txt {
    order: 1;
    flex: 1;
    margin-right: 40px;
  }
  .area-article .body .block-enquete .txt h3 {
    font-size: 20px;
  }
  .area-article .body .block-enquete .txt .more {
    margin: 0;
  }
  .area-article .body .block-enquete .txt .more a {
    display: inline-block;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

.area-article-archive .body {
  padding: 36px 24px;
}
.area-article-archive .body h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.area-article-archive .body .articles {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 60px;
}
.area-article-archive .body .entry {
  border: 1px solid #E4E5E9;
  border-radius: 8px;
  overflow: hidden;
}
.area-article-archive .body .entry .img img {
  width: 100%;
  height: auto;
}
.area-article-archive .body .entry .txt {
  padding: 1.5em;
}
.area-article-archive .body .entry .txt h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1025px) {
  .area-article-archive .title {
    padding: 36px 100px;
  }
  .area-article-archive .body {
    padding: 78px 100px;
    max-width: 1326px;
    margin: 0 auto;
  }
  .area-article-archive .body h2 {
    font-size: 28px;
  }
  .area-article-archive .body .articles {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 70px;
  }
  .area-article-archive .body .entry .txt {
    padding: 25px;
  }
  .area-article-archive .body .entry .txt h3 {
    font-size: 15px;
  }
  .area-article-archive .body .entry .txt .date {
    font-size: 15px;
  }
  .area-article-archive .body .entry .txt .status li {
    font-size: 13px;
  }
}

.area-thanks {
  padding: 48px 24px;
}
.area-thanks .body .block {
  margin-bottom: 2em;
}
.area-thanks .body .block h2 {
  text-align: center;
}
.area-thanks .body .block p {
  text-align: center;
}
.area-thanks .body .bg {
  padding: 2em;
}
.area-thanks .body .more {
  padding: 0 24px;
  margin-top: 48px;
}
.area-thanks .body .more a {
  max-width: 180px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .area-thanks {
    padding: 86px 100px;
  }
  .area-thanks .inner {
    max-width: 784px;
    margin: 0 auto;
  }
  .area-thanks .body .more {
    padding: 0;
    margin-top: 48px;
  }
  .area-thanks .body .more a {
    max-width: 300px;
    font-size: 16px;
  }
}

/* fixed parts
**************************************************************************************************************************/
.cv-download {
  position: fixed;
  left: 0;
  bottom: 18px;
  z-index: 20;
}
.cv-download a {
  display: block;
  background: linear-gradient(88.72deg, #302E87 51.73%, #2753E0 98.9%);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 1.8em;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cv-download a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff url(/asset/img/business/common/arw-r01-blue.svg) 50% 50% no-repeat;
  background-size: 7px 7px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}
@media only screen and (min-width: 1025px) {
  .cv-download {
    bottom: 30px;
  }
  .cv-download a {
    font-size: 18px;
    padding: 1em 1.5em;
    transition: all 0.5s;
  }
  .cv-download a::after {
    width: 28px;
    height: 28px;
    background-size: 12px 12px;
  }
  .cv-download a:hover {
    padding: 1em 3em;
    opacity: 1;
  }
}

.cv-seminar {
  position: fixed;
  right: 10px;
  bottom: 18px;
  z-index: 20;
  width: 180px;
  display: none;
}
.cv-seminar .inner {
  position: relative;
}
.cv-seminar .close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  cursor: pointer;
}
.cv-seminar a picture img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1025px) {
  .cv-seminar {
    bottom: 30px;
    width: 332px;
    right: 18px;
  }
}

/* component
**************************************************************************************************************************/
.c-download-pickup {
  margin-bottom: 40px;
}
.c-download-pickup h2 {
  font-size: 21px;
  margin-bottom: 1em;
  text-align: center;
}
.c-download-pickup .imgtxt {
  background: #fff;
  padding: 24px;
  border: 1px solid #DCE5F2;
  border-radius: 8px;
}
.c-download-pickup .imgtxt .img {
  margin-bottom: 1em;
}
.c-download-pickup .imgtxt .img picture img {
  width: 100%;
}
.c-download-pickup .imgtxt .txt h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #0A1F44;
}
.c-download-pickup .imgtxt .txt p.lead {
  font-size: 14px;
  line-height: 1.8;
}
.c-download-pickup .imgtxt .txt p.more {
  margin-top: 1em;
}
@media only screen and (min-width: 1025px) {
  .c-download-pickup {
    margin-bottom: 75px;
  }
  .c-download-pickup h2 {
    font-size: 24px;
  }
  .c-download-pickup .imgtxt {
    padding: 72px 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    max-width: 946px;
    margin: 0 auto;
  }
  .c-download-pickup .imgtxt .img {
    margin-bottom: 0;
    order: 2;
    width: 50%;
    margin-left: 40px;
  }
  .c-download-pickup .imgtxt .txt {
    order: 1;
    flex: 1;
  }
  .c-download-pickup .imgtxt .txt h3 {
    font-size: 26px;
  }
  .c-download-pickup .imgtxt .txt p.lead {
    font-size: 16px;
  }
  .c-download-pickup .imgtxt .txt p.more .btn {
    display: inline-block;
    padding-right: 1.5em;
  }
}

.c-logo-clients {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  display: flex;
  align-items: center;
}
.c-logo-clients ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  flex-shrink: 0;
}
.c-logo-clients ul li {
  flex-shrink: 0;
}
.c-logo-clients ul li img {
  height: 45px;
  width: auto;
}
.c-logo-clients ul.first {
  -webkit-animation: marquee 80s -40s linear infinite;
          animation: marquee 80s -40s linear infinite;
}
.c-logo-clients ul.second {
  -webkit-animation: marquee2 80s linear infinite;
          animation: marquee2 80s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 1025px) {
  .c-logo-clients ul {
    gap: 16px;
    padding-right: 32px;
  }
  .c-logo-clients ul li img {
    height: 76px;
  }
}

.c-hl-archive .hl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(98.92deg, rgba(96, 198, 223, 0.3) 10.66%, rgba(255, 255, 255, 0.3) 47.98%, rgba(218, 250, 141, 0.3) 82.22%), #F5F8FA;
  padding: 24px;
  color: #0A1F44;
  border-radius: 6px;
}
.c-hl-archive .hl .label {
  font-family: "Manrope", sans-serif;
  color: #2751DB;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0.3em;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .c-hl-archive .hl {
    font-size: 30px;
    max-width: 1184px;
    margin: 0 auto;
    position: relative;
    padding: 80px 100px;
  }
}

.c-hl01 .hl {
  font-size: 26px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.8em;
}
.c-hl01 .hl::after {
  content: "";
  display: block;
  border-radius: 100px;
  background: linear-gradient(90deg, #29CDF4 0%, #BBF910 100%);
  width: 70px;
  height: 6px;
  margin-top: 0.8em;
}
.c-hl01 .hl small {
  display: block;
  font-size: 14px;
  margin-top: 1em;
  font-weight: normal;
}
.c-hl01 .lead p {
  font-size: 14px;
  line-height: 1.8;
}
.c-hl01.is_white .hl {
  color: #fff;
}
.c-hl01.is_white .lead {
  color: #fff;
}
.c-hl01.is_center {
  text-align: center;
}
.c-hl01.is_center .hl::after {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .c-hl01 .hl {
    font-size: 32px;
  }
  .c-hl01 .hl small {
    font-size: 16px;
  }
  .c-hl01 .lead p {
    font-size: 16px;
  }
}

.c-hl02 p.label {
  font-family: "Manrope", sans-serif;
  color: #2751DB;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2em;
}
.c-hl02 .hl {
  font-size: 24px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.8em;
}
.c-hl02 .hl small {
  display: block;
  font-weight: normal;
  color: #2C3642;
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .c-hl02 {
    text-align: center;
  }
  .c-hl02 .hl {
    font-size: 32px;
  }
}

.c-hl03 {
  text-align: center;
}
.c-hl03 .hl {
  font-size: 24px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 1.8em;
}
.c-hl03 .hl small {
  display: block;
  font-family: "Manrope", sans-serif;
  color: #2751DB;
  font-weight: bold;
  font-size: 13px;
  margin-top: 0.6em;
}
@media screen and (min-width: 769px) {
  .c-hl03 .hl {
    font-size: 32px;
  }
}

.c-hl04 {
  text-align: center;
}
.c-hl04 .hl {
  font-size: 24px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.8em;
}
.c-hl04 .hl small {
  font-family: "Manrope", sans-serif;
  color: #2751DB;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2em;
  display: block;
}
.c-hl04 .lead p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .c-hl04 .hl {
    font-size: 28px;
  }
  .c-hl04 .lead p {
    font-size: 16px;
  }
}

.c-hl05 {
  text-align: center;
}
.c-hl05 .hl {
  font-size: 24px;
  font-weight: bold;
  color: #0A1F44;
}
.c-hl05 .hl::after {
  content: "";
  display: block;
  border-radius: 100px;
  background: linear-gradient(90deg, #29CDF4 0%, #BBF910 100%);
  width: 70px;
  height: 6px;
  margin-top: 0.8em;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-hl05 .hl {
    font-size: 28px;
  }
}

.c-card-01 .cards {
  display: grid;
  gap: 20px;
}
.c-card-01 .card {
  border: 1px solid #DCE5F2;
  border-radius: 6px;
  background: #fff;
  padding: 45px 24px;
  position: relative;
  overflow: hidden;
}
.c-card-01 .card .imgtxt .img {
  margin-bottom: 20px;
}
.c-card-01 .card .imgtxt .img picture img {
  width: 100%;
}
.c-card-01 .card .imgtxt .txt .label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #0F144D;
  border-bottom-right-radius: 6px;
  display: inline-block;
  padding: 0.2em 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card-01 .card .imgtxt .txt h3 {
  font-size: 21px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.5em;
}
.c-card-01 .card .imgtxt .txt .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .c-card-01 .cards {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-card-01 .card {
    padding: 54px 32px;
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .c-card-01 .card .imgtxt {
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
  }
  .c-card-01 .card .imgtxt .img {
    margin-bottom: 26px;
  }
  .c-card-01 .card .imgtxt .txt .label {
    font-size: 14px;
  }
  .c-card-01 .card .imgtxt .txt h3 {
    font-size: 24px;
  }
}

.c-list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-list-tag li {
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  color: #0A1F44;
  padding: 0.5em 1em;
  font-weight: 500;
}
.c-list-tag li.type01 {
  background: #BCF2FF;
}
.c-list-tag li.type02 {
  background: #DAFA8D;
}
@media screen and (min-width: 1025px) {
  .c-list-tag li {
    font-size: 14px;
  }
}

.c-checklist ul {
  display: grid;
  gap: 8px;
}
.c-checklist ul li {
  border: 1px solid #DCE5F2;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  padding: 16px 25px;
  position: relative;
}
.c-checklist ul li::before {
  content: "";
  display: block;
  width: 56px;
  height: 42px;
  background: #FF9985 url(/asset/img/share/icn-check.svg) 50% 50% no-repeat;
  margin-right: 20px;
  border-radius: 100px;
  float: left;
}
@media screen and (min-width: 769px) {
  .c-checklist ul li {
    padding: 18px 30px;
    padding-top: 26px;
  }
  .c-checklist ul li::before {
    margin-top: -10px;
  }
}

.c-thumnnails {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 1.5em;
  max-width: 886px;
  margin-inline: auto;
}
.c-thumnnails ul li picture img {
  width: 100%;
}

.c-scroll-wrap {
  overflow-x: scroll;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0 24px 24px 24px;
}
@media screen and (min-width: 1025px) {
  .c-scroll-wrap {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}

.c-scroll-wrap .c-step {
  width: 1200px;
}
.c-step .steps {
  display: flex;
  gap: 16px;
}
.c-step .step {
  border: 1px solid #DCE5F2;
  background: #fff;
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
}
.c-step .step .step-head {
  text-align: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.c-step .step p.serial {
  font-family: "Manrope", sans-serif;
  color: #2751DB;
  font-weight: bold;
  font-size: 13px;
}
.c-step .step p.icn {
  font-size: 40px;
}
.c-step .step h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.8em;
}
.c-step .step p.lead {
  font-size: 14px;
  line-height: 1.8;
}
.c-step .step p.lead br {
  display: none;
}
.c-step .step .c-list-tag {
  margin-top: 1em;
  display: block;
}
@media screen and (min-width: 1025px) {
  .c-scroll-wrap .c-step {
    width: 100%;
  }
  .c-step .steps {
    display: flex;
    gap: auto;
    justify-content: space-between;
  }
  .c-step .step {
    padding: 22px 12px;
    display: block;
    width: 23%;
  }
  .c-step .step .step-head {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .c-step .step .step-body {
    text-align: center;
  }
  .c-step .step p.lead br {
    display: block;
  }
}

.c-scroll-wrap .c-table {
  width: 1200px;
}
.c-table dl {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(4, auto);
  text-align: center;
  font-size: 16px;
  background: #fff;
}
.c-table dl .row {
  border-right: 1px solid #DCE5F2;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
.c-table dl .row:nth-of-type(3) {
  border-right: 0;
}
.c-table dl .row:last-of-type {
  border-right: 0;
}
.c-table dl .row dt {
  background: #0F144D;
  color: #fff;
  padding: 1.5em;
  place-content: center;
  font-weight: bold;
}
.c-table dl .row dt small {
  display: block;
  font-size: 12px;
  margin-top: 0.5em;
}
.c-table dl .row dd {
  padding: 1.5em;
  place-content: center;
}
.c-table dl .row dd small {
  display: block;
}
.c-table dl .row.th {
  font-weight: bold;
}
.c-table dl .row.th small {
  font-weight: normal;
}
.c-table dl .row.smaone {
  border: 8px solid #2751DB;
}
.c-table dl .row.smaone dd {
  color: #2751DB;
}
@media screen and (min-width: 1025px) {
  .c-scroll-wrap .c-table {
    width: 100%;
  }
}

.c-merit .merits {
  display: grid;
  gap: 16px;
}
.c-merit .merit {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  padding: 16px 20px;
  align-items: center;
}
.c-merit .merit .txt .category {
  font-size: 12px;
  color: #fff;
  background: #0F144D;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 100px;
  margin-bottom: 1.2em;
}
.c-merit .merit .txt .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.2em;
}
.c-merit .merit .txt .desc {
  font-size: 14px;
  line-height: 1.8;
}
.c-merit .merit .txt .client {
  font-size: 12px;
  margin-top: 1em;
}
.c-merit .merit .achievement {
  margin-left: 20px;
  flex-shrink: 0;
}
.c-merit .merit .achievement p {
  font-weight: bold;
}
.c-merit .merit .achievement p .value {
  font-size: 60px;
  font-family: "Manrope", sans-serif;
}
.c-merit .merit .achievement p .value small {
  font-size: 38px;
}
.c-merit .merit:nth-of-type(1) {
  background: #E7FAFF;
}
.c-merit .merit:nth-of-type(2) {
  background: #F4FFDA;
}
@media screen and (min-width: 769px) {
  .c-merit .merits {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-merit .merit {
    padding: 32px 52px;
  }
  .c-merit .merit .txt .category {
    margin-bottom: 1.8em;
  }
  .c-merit .merit .txt .ttl {
    font-size: 20px;
  }
  .c-merit .merit .achievement {
    margin-left: 40px;
  }
  .c-merit .merit .achievement p .value {
    font-size: 90px;
  }
  .c-merit .merit .achievement p .value small {
    font-size: 52px;
  }
}

.c-list-case {
  position: relative;
}
.c-list-case .cases {
  margin-bottom: 28px;
  padding-bottom: 40px;
}
.c-list-case .case {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #DCE5F2;
  overflow: hidden;
}
.c-list-case .case a .imgtxt .img picture img {
  width: 100%;
  height: auto;
}
.c-list-case .case a .imgtxt .txt {
  padding: 16px 16px;
}
.c-list-case .case a .imgtxt .txt ul.c-list-tag {
  margin-bottom: 1.2em;
}
.c-list-case .case a .imgtxt .txt h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.6em;
}
.c-list-case .case a .imgtxt .txt .name {
  font-size: 14px;
  margin-bottom: 1em;
}
.c-list-case .case a .imgtxt .txt .more span {
  font-size: 15px;
}
.c-list-case .slick-arrow {
  width: 24px;
  height: 24px;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.c-list-case .slick-arrow.slick-prev {
  background: url(/asset/img/share/btn-prev01.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: -25px;
}
.c-list-case .slick-arrow.slick-next {
  background: url(/asset/img/share/btn-next01.svg) 0 0 no-repeat;
  background-size: contain;
  margin-left: 25px;
}
.c-list-case .block-sample h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .c-list-case .cases {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px;
  }
  .c-list-case .case a .imgtxt .txt {
    padding: 40px 32px;
  }
  .c-list-case .case a .imgtxt .txt h3 {
    font-size: 20px;
  }
  .c-list-case .case a .imgtxt .txt .name {
    font-size: 15px;
  }
  .c-list-case .block-sample h3 {
    font-size: 20px;
    margin-bottom: 1.3em;
  }
  .c-list-case .block-sample .more a {
    max-width: 370px;
    margin-inline: auto;
    font-size: 16px;
    padding: 1.2em;
  }
}

.c-sample {
  margin-bottom: 20px;
}
.c-sample .samples {
  display: grid;
  gap: 10px;
}
.c-sample .sample .imgtxt {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.c-sample .sample .imgtxt .img picture img {
  width: 100%;
  height: auto;
}
.c-sample .sample .imgtxt .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.c-sample .sample .imgtxt .txt p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-sample {
    margin-bottom: 40px;
  }
  .c-sample .samples {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-pioneers {
  display: grid;
  gap: 56px;
}
.c-pioneers .pioneer {
  text-align: center;
}
.c-pioneers .pioneer .imgtxt .img {
  margin-bottom: 16px;
}
.c-pioneers .pioneer .imgtxt .txt p {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-pioneers {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-pioneers .pioneer {
    border-right: 1px solid #DCE5F2;
  }
  .c-pioneers .pioneer:nth-of-type(3n) {
    border-right: 0;
  }
  .c-pioneers .pioneer .imgtxt .txt p {
    font-size: 16px;
  }
}

.c-box-contact {
  background: #fff;
  max-width: 682px;
  margin-inline: auto;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px 24px;
  text-align: center;
}
.c-box-contact h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 1em;
}
.c-box-contact .lead p {
  font-size: 14px;
  line-height: 1.8;
}
.c-box-contact .more {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .c-box-contact {
    border-radius: 6px;
    border: 1px solid #DCE5F2;
    width: 100%;
    margin-left: auto;
  }
  .c-box-contact h3 {
    font-size: 20px;
  }
  .c-box-contact .more {
    margin-top: 32px;
  }
  .c-box-contact .more a {
    padding: 1.2em;
    font-size: 16px;
  }
}

.c-scroll-wrap .c-list-seminar {
  width: 1000px;
}
.c-list-seminar .seminars {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, auto);
}
.c-list-seminar .seminars.is_archive {
  grid-template-columns: repeat(1, auto);
}
.c-list-seminar .seminar {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #DCE5F2;
  overflow: hidden;
}
.c-list-seminar .seminar .imgtxt .img picture img {
  width: 100%;
  height: auto;
}
.c-list-seminar .seminar .imgtxt .txt {
  padding: 24px;
}
.c-list-seminar .seminar .imgtxt .txt h3 {
  font-size: 15px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.6em;
  margin-top: 1em;
}
.c-list-seminar .seminar .imgtxt .txt .date {
  font-size: 13px;
}
.c-list-seminar .seminar .imgtxt .txt .more {
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .c-scroll-wrap .c-list-seminar {
    width: 100%;
  }
  .c-list-seminar .seminars {
    gap: 18px;
  }
  .c-list-seminar .seminars.is_archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 18px;
  }
  .c-list-seminar .seminar .imgtxt .txt .date {
    font-size: 14px;
  }
}

.c-status {
  display: flex;
  gap: 5px;
}
.c-status li span {
  display: inline-block;
  border-radius: 6px;
  padding: 0.3em 0.5em;
}
.c-status li.is-active span {
  background: #0F144D;
  color: #fff;
}
.c-status li.is-over span {
  background: #64748B;
  color: #fff;
}

.c-scroll-wrap .c-list-download {
  width: 1000px;
}
.c-list-download .downloads {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, auto);
}
.c-list-download .downloads.is_archive {
  grid-template-columns: repeat(1, auto);
}
.c-list-download .download {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #DCE5F2;
  overflow: hidden;
}
.c-list-download .download .imgtxt {
  position: relative;
}
.c-list-download .download .imgtxt .img picture img {
  width: 100%;
  height: auto;
}
.c-list-download .download .imgtxt .txt {
  padding: 24px;
}
.c-list-download .download .imgtxt .txt .label {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #0F144D;
  border-bottom-right-radius: 6px;
  display: inline-block;
  padding: 0.2em 1.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-download .download .imgtxt .txt h3 {
  font-size: 15px;
  font-weight: bold;
  color: #0A1F44;
  margin-bottom: 0.6em;
}
.c-list-download .download .imgtxt .txt .more {
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .c-scroll-wrap .c-list-download {
    width: 100%;
  }
  .c-list-download .downloads {
    gap: 18px;
  }
  .c-list-download .downloads.is_archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 18px;
  }
  .c-list-download .download .imgtxt .txt .date {
    font-size: 14px;
  }
}

/* block
**************************************************************************************************************************/
.bg {
  background: #F7F7F7;
}

.block.has-bg {
  background: #fff;
  border-radius: 6px;
  padding: 24px 28px;
}
.block h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
}
.block h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 1em 0;
}
.block p {
  font-size: 15px;
  line-height: 1.8;
  margin: 1.5em 0;
}
.block p a {
  text-decoration: underline;
  color: #2753E0;
  font-weight: bold;
}
.block picture {
  margin: 1.5em auto;
}
.block picture img {
  width: 100%;
  height: auto;
}
.block ul li {
  font-size: 15px;
}
.block ul.list-dflt li::before {
  top: 0.9em;
}
.block ul.list-alert {
  color: #D4254F;
}
.block ul.list-alert li {
  background: url(../img/common/icn-alert.svg) 0 3px no-repeat;
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}
.block ul.list-alert li:last-of-type {
  margin-bottom: 0;
}
/* wysiwyg
**************************************************************************************************************************/
.wysiwyg hr {
  border-top: 1px solid #E4E5E9;
  margin: 64px 0;
}
.wysiwyg a {
  color: #2753E0;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-all;
}
.wysiwyg a[href$=".pdf"], .wysiwyg a[href$=".zip"] {
  background: url(../img/common/arw-r01-grn.svg) 100% 4px no-repeat;
  padding-right: 1.4em;
}
.wysiwyg a[href$=".pdf"].btn-primary, .wysiwyg a[href$=".zip"].btn-primary {
  background: #00A982;
  padding: 20px 24px;
}
.wysiwyg a.nobg {
  background: none;
  padding-right: 0;
}
.wysiwyg h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.wysiwyg h1.headline-01 {
  border-bottom: 1px solid #E4E5E9;
  padding-bottom: 0.5em;
}
.wysiwyg h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.wysiwyg h2.headline-01 {
  border-bottom: 1px solid #E4E5E9;
  padding-bottom: 0.5em;
}
.wysiwyg h3 {
  margin-top: 1.2em;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.wysiwyg h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 2em;
  text-align: center;
}
.wysiwyg h4:first-of-type {
  margin-top: 0;
}
.wysiwyg h4 strong {
  font-weight: bold;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1em;
}
.wysiwyg p.more a {
  text-decoration: none;
}
.wysiwyg picture {
  margin: 1em 0;
}
.wysiwyg picture.fullwide {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.wysiwyg picture img {
  width: 100%;
  height: auto;
}
.wysiwyg picture img.has-bd {
  border: 1px solid #D8DBE7;
}
.wysiwyg ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.wysiwyg ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.wysiwyg li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0.4em;
  word-break: break-all;
}
.wysiwyg .bg-dflt {
  background: #F1F1F4;
  border-radius: 4px;
  padding: 1.3em;
  margin: 3em 0;
}
.wysiwyg .bg-dflt *:last-child {
  margin-bottom: 0;
}
.wysiwyg .bg-alert {
  background: #FCEEF1 url(../img/common/icn-alert01.svg) 15px 20px no-repeat;
  border-radius: 4px;
  padding: 1.3em 1.3em 1.3em 3.3em;
  margin: 3em 0;
  color: #D4254F;
}
.wysiwyg .bg-alert *:last-child {
  margin-bottom: 0;
}
.wysiwyg .imgtxt {
  margin: 2em 0;
}
.wysiwyg .imgtxt .img {
  text-align: center;
}
.wysiwyg .imgtxt .img img {
  max-width: 100%;
  width: 184px;
  border-radius: 8px;
}
.wysiwyg .imgtxt .img img.has-bd {
  border: 1px solid #D8DBE7;
}
.wysiwyg .imgtxt .txt {
  padding: 1em 0;
}
.wysiwyg .imgtxt.has-width .img img {
  width: auto;
  max-width: 100%;
}
.wysiwyg .wrap-table {
  overflow: auto;
  margin: 2em 0;
  padding-left: 24px;
}
.wysiwyg .wrap-table table {
  width: 800px;
  border-top: 1px solid #E4E5E9;
  border-left: 1px solid #E4E5E9;
}
.wysiwyg .wrap-table table th {
  font-size: 16px;
  padding: 1em;
  border-bottom: 1px solid #E4E5E9;
  border-right: 1px solid #E4E5E9;
  background: #F5F5F5;
  line-height: 1.5;
}
.wysiwyg .wrap-table table td {
  font-size: 15px;
  padding: 1em;
  border-bottom: 1px solid #E4E5E9;
  border-right: 1px solid #E4E5E9;
  background: #fff;
}
.wysiwyg .wrap-table table thead th {
  background: #2B2B3E;
  color: #fff;
}
.wysiwyg .imgset {
  margin-bottom: 3em;
}
.wysiwyg .imgset .imgs {
  display: flex;
  flex-wrap: wrap;
}
.wysiwyg .imgset .imgs .img {
  width: 48%;
  margin: 0 4% 2% 0;
}
.wysiwyg .imgset .imgs .img:nth-of-type(2n) {
  margin-right: 0;
}
.wysiwyg .imgset .imgs .img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.wysiwyg .imgset .imgs .img img.has-bd {
  border: 1px solid #E4E5E9;
}
.wysiwyg .imgset .imgs .img h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0.8em;
}
.wysiwyg .set_dl {
  background: #F1F1F4;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 2em 0;
}
.wysiwyg .set_dl .more {
  font-size: 15px;
}
.wysiwyg .set_dl .btn {
  display: block;
  text-decoration: none;
}
.wysiwyg .anchor {
  margin: 3em 0;
  padding: 3em 0;
  border-top: 1px solid #E4E5E9;
  border-bottom: 1px solid #E4E5E9;
}
.wysiwyg .anchor ul {
  margin: 0;
  margin-left: 2em;
}
.wysiwyg .anchor .index {
  font-size: 16px;
}
.wysiwyg .more {
  padding: 0 24px;
  margin-top: 48px;
}
.wysiwyg .more a {
  max-width: 180px;
  margin: 0 auto;
}
.wysiwyg.is-case h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 3em;
}
.wysiwyg.is-case h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #2B2B3E;
  margin-bottom: 1em;
}
.wysiwyg.is-case img {
  max-width: 100%;
}
.wysiwyg.is-case p {
  margin-bottom: 1.8em;
}
@media only screen and (min-width: 1025px) {
  .wysiwyg .imgtxt .img img {
    max-width: 800px;
  }
  .wysiwyg .imgtxt.has-width .img img {
    max-width: 800px;
  }
  .wysiwyg .imgtxt.img-l {
    display: flex;
  }
  .wysiwyg .imgtxt.img-l .img {
    margin-right: 24px;
  }
  .wysiwyg .imgset .imgs.col04 .img {
    width: 24%;
    margin: 0 1.33% 1.33% 0;
  }
  .wysiwyg .imgset .imgs.col04 .img:nth-of-type(3n) {
    margin-right: 1.33%;
  }
  .wysiwyg .imgset .imgs.col04 .img:nth-of-type(2n) {
    margin-right: 1.33%;
  }
  .wysiwyg .imgset .imgs.col04 .img:nth-of-type(4n) {
    margin-right: 0;
  }
  .wysiwyg .wrap-table {
    padding-left: 0;
  }
  .wysiwyg .wrap-table table {
    width: 100%;
  }
  .wysiwyg .more {
    padding: 0;
    margin-top: 48px;
  }
  .wysiwyg .more a {
    max-width: 300px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=promotion.css.map */