@charset "UTF-8";
.animSlideUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.animSlideUp.is-anim {
  -webkit-animation: slideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.headline-01 {
  margin-bottom: 1em;
  color: #2871fa;
  letter-spacing: 0.2em;
  font-size: 4rem;
}
.headline-01.lg {
  font-size: 5rem;
}
.headline-02 {
  margin-bottom: 1em;
  color: #2871fa;
  letter-spacing: 0.2em;
  font-size: 3rem;
}

.lead-01 {
  margin-bottom: 2em;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 2.8rem;
}
.lead-01.md {
  font-size: 2.6rem;
}
.lead-02 {
  margin-bottom: 2.5em;
  color: #333;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.8rem;
}
.lead-hl {
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
}

.btn {
  width: var(--button-width, -webkit-fit-content);
  width: var(--button-width, -moz-fit-content);
  width: var(--button-width, fit-content);
  height: var(--button-height, auto);
  display: block;
}
.btn-01 {
  width: 55.6rem;
  max-width: 100%;
  height: 6rem;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3rem;
  background-color: #ffcd00;
  color: #010101;
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
}
.btn-01.next {
  position: relative;
}
.btn-01.next::after {
  content: "\f054";
  margin-left: 0.4em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  line-height: 1;
}
.btn-fit {
  --button-width: 100%;
}
.btn-center {
  margin-right: auto;
  margin-left: auto;
}
.btn-more {
  width: var(--button-width, 23rem);
  height: var(--button-height, 4.5rem);
  margin-top: var(--button-margin, 4.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--base-font-color, #555);
  border-radius: 0.4rem;
  font-size: 1.2rem;
}

.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
.link-image {
  display: block;
}
.link-image img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.link-image:hover img {
  opacity: 0.7;
}
.link-more {
  padding-right: 2.1rem;
  display: inline-block;
  background: url(../../images/common/arrow_next01.svg) no-repeat right center/1.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.link-more.wh {
  background-image: url(../../images/common/arrow_next01-wh.svg);
}
.link-color {
  color: #2175cb;
}

ol.note {
  list-style-type: none;
  counter-reset: item;
}
ol.note li {
  margin-left: 2.2em;
  text-indent: -2.2em;
}
ol.note li::before {
  content: "※" counter(item);
  margin-right: 0.5em;
  counter-increment: item;
}
ol.note li + li {
  margin-top: 0.6em;
}

ul {
  list-style-type: none;
}
ul.dot li {
  margin-left: 1.2em;
  text-indent: -1em;
}
ul.dot li:before {
  content: "・";
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
ul.dot li + li {
  margin-top: 0.5em;
}
ul.circle li {
  margin-left: 1.2em;
  text-indent: -1em;
}
ul.circle li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--primary-color, #000);
}
ul.circle li + li {
  margin-top: 0.5em;
}
ul.note li {
  margin-left: 1.2em;
  text-indent: -1.1em;
}
ul.note li:before {
  content: "※";
  margin-right: 0.2em;
  font-family: initial;
}
ul.note li + li {
  margin-top: 0.5em;
}

.pager-number {
  margin-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pager-number.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager-number .page-numbers {
  width: 1em;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.pager-number .page-numbers.current {
  position: relative;
  font-weight: 600;
}
.pager-number .page-numbers.current::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
}
.pager-number .page-numbers:not(:last-child) {
  margin-right: 2em;
}
.pager-number .prev, .pager-number .next {
  display: none;
  white-space: nowrap;
}

*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.form-select {
  width: 100%;
  padding: 0.8em 1.2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22select_arr%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.4%206.2%22%20style%3D%22enable-background%3Anew%200%200%2011.4%206.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23BFBFBF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22path01%22%20class%3D%22st0%22%20d%3D%22M10.7%2C0.6l-5%2C5l-5-5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.6rem;
}
.form-select::-ms-expand {
  display: none;
}

.radio-wrap.horizon {
  margin-bottom: -2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-wrap.horizon .radio {
  margin-bottom: 2rem;
}
.radio-wrap.horizon .radio:not(:last-of-type) {
  margin-right: 2rem;
}
.radio-wrap.vertical .radio + .radio {
  margin-top: 1.2rem;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #CCC;
  background-color: #FFF;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--primary-color, #000);
  -webkit-box-shadow: inset 0 0 0 4px #FFF;
          box-shadow: inset 0 0 0 4px #FFF;
  border-color: var(--primary-color, #000);
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--primary-color, #000);
}
.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.checkbox-wrap.horizon {
  margin-bottom: -2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-wrap.horizon .checkbox {
  margin-bottom: 2rem;
}
.checkbox-wrap.horizon .checkbox:not(:last-of-type) {
  margin-right: 2rem;
}
.checkbox-wrap.vertical .checkbox + .checkbox {
  margin-top: 1.2rem;
}

.checkbox {
  line-height: 1;
}

.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 0.8rem;
  height: 1.2rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid var(--primary-color, #000);
  border-right: 3px solid var(--primary-color, #000);
  margin-top: -0.8rem;
}

.checkbox-parts {
  padding-left: 2.5rem;
  position: relative;
}
.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 0.5rem;
  margin-top: -0.9rem;
}

.form-box + .form-box {
  margin-top: 3.6rem;
}
.form-box dt {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
}
.form-box .required {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-left: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #b33f4c;
}
.form-box .required::before {
  content: "必須";
}
.form-box .form-error {
  display: none;
  margin-top: 0.5em;
  font-size: 1.3rem;
  color: #b33f4c;
}

.form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-column .inner {
  width: 100%;
}
.form-column .inner + .inner {
  margin-left: 1em;
}

.form-control {
  width: 100%;
  padding: 0.8em 1.2em;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #fff;
}

textarea.form-control {
  height: 20rem;
  padding: 1.2em;
}

.form-submit {
  --button-width: 20.0rem;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden !important;
  background-color: #fff;
  color: var(--base-font-color, #000);
  word-break: break-all;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
body.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.site-container {
  margin-top: 10rem;
}

.section-block {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.page-width {
  width: calc(var(--main-width) + 8rem);
  max-width: 100%;
  margin: 0 auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

.w-md {
  max-width: 98rem;
  margin-right: auto;
  margin-left: auto;
}
.w-sm {
  max-width: 68rem;
  margin-right: auto;
  margin-left: auto;
}

.mg-b_none {
  margin-bottom: 0;
}
.mg-b_25 {
  margin-bottom: 2.5rem;
}
.mg-b_30 {
  margin-bottom: 3rem;
}
.mg-b_160 {
  margin-bottom: 16rem;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-y_lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.pd-t_none {
  padding-top: 0 !important;
}
.pd-b_none {
  padding-bottom: 0 !important;
}

.round {
  border-radius: 1rem;
}

.bg-c01 {
  background-color: #f4f4f4;
}

a {
  color: rgba(var(--primary-color), 0.75);
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.fit {
  width: 100%;
}
img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: inline-block;
}

.variableBox {
  position: relative;
}
.variableBox > .inner {
  width: 100%;
  padding-bottom: var(--vertical-percent, 62.5%);
}
.variableBox .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hr-01 {
  border: none;
  border-top: 1px solid #ccc;
}

p {
  line-height: 1.7142857143;
}
p:not(:last-of-type) {
  margin-bottom: 1em;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "Shippori Mincho", serif;
}
.text-wf01 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
.text-wf02 {
  font-family: "Poppins", sans-serif;
}
.text-en {
  font-family: "Poppins", sans-serif;
}
.text-bold {
  font-weight: 700;
}
.text-xl {
  font-size: 3.2rem;
}
.text-lg {
  font-size: 2.4rem;
}
.text-md {
  font-size: 2rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-red {
  color: #d4471b;
}
.text-blue {
  color: #2871fa;
}
.text-white {
  --base-font-color: #fff;
}
.text-ls-80 {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 833px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 834px) {
  .tabOnly {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .spOnly {
    display: none;
  }
}
.site-header {
  width: 100%;
  padding: 0 0 0 3rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(141, 121, 98, 0.15);
          box-shadow: 0 0.4rem 2rem rgba(141, 121, 98, 0.15);
}

.header-inner {
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-title {
  font-size: 1rem;
  line-height: 1;
}
.header-title a {
  display: block;
}

.header-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navi li + li {
  margin-left: 1px;
}
.header-navi a {
  width: 22rem;
  height: 6rem;
  padding-right: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.5%2011H.5a.5.5%200%200%201-.5-.5.5.5%200%200%201%20.5-.5h20a.5.5%200%200%201%20.5.5.5.5%200%200%201-.5.5Z%22%20data-name%3D%2200a502ac-8ae4-4787-8faf-ed788d22ba75%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%2021a.5.5%200%200%201-.354-.854l9.646-9.646L10.146.857a.5.5%200%200%201%20.707-.707l10%2010a.5.5%200%200%201%200%20.707l-10%2010A.5.5%200%200%201%2010.5%2021Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 1rem center;
  background-size: 2.1rem;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
.header-navi .link01 {
  border-bottom: 4px solid #e5b82d;
  background-color: #ffcd00;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%20%3Cpath%20fill%3D%22%23040000%22%20d%3D%22M20.5%2011H.5a.5.5%200%200%201-.5-.5.5.5%200%200%201%20.5-.5h20a.5.5%200%200%201%20.5.5.5.5%200%200%201-.5.5Z%22%20data-name%3D%2200a502ac-8ae4-4787-8faf-ed788d22ba75%22%2F%3E%20%3Cpath%20fill%3D%22%23040000%22%20d%3D%22M10.5%2021a.5.5%200%200%201-.354-.854l9.646-9.646L10.146.857a.5.5%200%200%201%20.707-.707l10%2010a.5.5%200%200%201%200%20.707l-10%2010A.5.5%200%200%201%2010.5%2021Z%22%2F%3E%3C%2Fsvg%3E");
  color: #040404;
}
.header-navi .link02 {
  border-bottom: 4px solid #0d1f56;
  background-color: #0f2260;
}
.header-navi .link03 {
  border-bottom: 4px solid #303031;
  background-color: #353637;
}

.site-footer {
  margin-top: 10rem;
  padding: 11.2rem 4rem 8rem;
  position: relative;
}

.footer-title {
  text-align: center;
  line-height: 1;
}

.footer-link {
  margin-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-link a {
  border-bottom: 1px solid #707070;
}

.copy-right {
  margin-top: 8.4rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}

.breakThrough-right {
  margin-right: calc(50% - 50vw);
}
.breakThrough-right.keep-child {
  padding-right: calc(50vw - 50%);
}
.breakThrough-left {
  margin-left: calc(50% - 50vw);
}
.breakThrough-left.keep-child {
  padding-left: calc(50vw - 50%);
}

.l-type-01 + .l-type-01 {
  margin-top: 12rem;
}
.l-type-01 .visual img {
  width: 100%;
}
.l-type-01 .visual .pic + .pic {
  margin-top: 0.8rem;
}
.l-type-01 .ttl {
  margin-bottom: 1.5em;
  font-size: 2.4rem;
}
.l-type-01 p {
  line-height: 2;
}

.layout-2column {
  margin-top: 4.8rem;
  margin-bottom: 10rem;
}
.layout-2column .layout-main .section-block:first-child {
  padding-top: 0;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --button-margin: 0;
}
.l-column.col-2 {
  margin-bottom: calc(var(--col-margin, 3%) * -1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column.col-2 > * {
  width: var(--col-width, 48.5%);
  margin-bottom: var(--col-margin, 3%);
}
.l-column.col-3 {
  margin-bottom: calc(var(--col-margin, 2%) * -2.85);
}
.l-column.col-3 > * {
  width: var(--col-width, 32%);
  margin-right: var(--col-margin, 2%);
  margin-bottom: calc(var(--col-margin, 2%) * 2.85);
}
.l-column.col-3 > *:last-child, .l-column.col-3 > *:nth-child(3n) {
  margin-right: 0;
}
.l-column.col-4 {
  margin-bottom: calc(var(--col-margin, 2%) * -2.5);
}
.l-column.col-4 > * {
  width: var(--col-width, 23.5%);
  margin-right: var(--col-margin, 2%);
  margin-bottom: calc(var(--col-margin, 2%) * 2.5);
}
.l-column.col-4 > *:last-child, .l-column.col-4 > *:nth-child(4n) {
  margin-right: 0;
}
.l-column.x-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-column.y-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.l-column.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-column.y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 833px) {
  .l-column.col-1-tab > * {
    width: 100%;
    margin-right: 0;
  }
  .l-column.col-1-tab > *:not(:last-child) {
    margin-bottom: var(--col-margin, 4rem);
  }
  .l-column.col-2-tab {
    margin-bottom: calc(var(--col-tab-margin, 3%) * -1);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col-2-tab > * {
    width: var(--col-tab-width, 48.5%);
    margin-right: 0;
    margin-bottom: var(--col-tab-margin, 3%);
  }
}
@media screen and (max-width: 575px) {
  .l-column.col-1-sp > * {
    width: 100%;
    margin-right: 0;
  }
  .l-column.col-2-sp {
    margin-bottom: calc(var(--col-sp-margin, 3%) * -1);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col-2-sp > * {
    width: var(--col-sp-width, 48.5%);
    margin-right: 0;
    margin-bottom: var(--col-sp-margin, 3%);
  }
}
.l-card-01 {
  padding-left: 3.2rem;
  position: relative;
}
.l-card-01 .label {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-card-01 .label span {
  font-weight: 600;
}
.l-card-01 .label::after {
  content: "";
  width: 1px;
  height: 100%;
  margin-top: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ccc;
}
.l-card-01 .image {
  margin-bottom: 1.5em;
  padding-bottom: 70%;
  position: relative;
}
.l-card-01 .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-card-01 .title {
  font-size: 1.6rem;
  line-height: 1.75;
}
.l-card-01 .caption {
  margin-top: 1.3em;
  color: #888;
  font-size: 1.4rem;
}
.l-card-01 .date {
  color: #888;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.l-card-02 .image {
  margin-bottom: 1.125em;
  padding-bottom: 70%;
  position: relative;
}
.l-card-02 .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-card-02 .title {
  font-size: 1.6rem;
  line-height: 1.75;
}
.l-card-02 .date {
  margin-top: 1.4em;
  display: inline-block;
  color: #888;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}

.card {
  overflow: hidden;
}
.card .c-image {
  position: relative;
}
.card .c-image figcaption {
  position: absolute;
  right: 1.2em;
  bottom: 1em;
  color: #fff;
  font-size: 1.2rem;
}
.card .c-body {
  padding: 2rem;
  background-color: #fff;
}
.card .c-title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}
.card .c-date {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
}
.card .c-date + * {
  margin-top: 0.5rem;
}
.card p {
  text-align: justify;
  font-size: 1.4rem;
}

.block-hero {
  padding: 2rem;
}

.hero-inner {
  width: 100%;
  height: 59rem;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  color: #333;
}

.hero-box01 {
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #040404;
}
.hero-box01 .catch {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1.4;
}
.hero-box01 .catch span {
  font-size: 6.7rem;
}
.hero-box01 .catch sub {
  vertical-align: sub;
  font-size: 3rem;
  line-height: 1;
}
.hero-box01 .point {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
.hero-box01 .point li {
  padding: 0 1em;
  border-radius: 2rem;
  background-color: #2871fa;
  line-height: 4rem;
}
.hero-box01 .point li:not(:last-child) {
  margin-right: 0.8em;
}
.hero-box01 .point li::before {
  content: "\f00c";
  margin-right: 0.4em;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}

.hero-box02 {
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero-box02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero-box02 p {
  margin-right: 1em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.8rem;
}
.hero-box02 p mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: 600;
}

.hero-image {
  width: 100%;
  height: 100%;
}
.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-notice {
  margin-top: 0.5em;
  text-align: right;
  font-size: 1.4rem;
}

.problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.problem-list + * {
  margin-top: 4.8rem;
}
.problem-list .problem-box {
  width: 32%;
}

.problem-box dt {
  padding: 2rem 1.6rem 2rem 5.8rem;
  background-color: #333;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20rx%3D%224%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20fill-rule%3D%22evenodd%22%20d%3D%22m7.6%2020.1%209.234%209.125L32.4%2013.799l-3.016-3.022-12.55%2012.445-6.218-6.144Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 0.8rem center;
  background-size: 4rem;
  color: #fff;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.4285;
}
.problem-box dd {
  margin-top: 1rem;
}
.problem-box .image {
  border: 1px solid #707070;
  aspect-ratio: 1/0.582;
}
.problem-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hl-point-list {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hl-point-list li {
  padding: 0 2rem 0 4.2rem;
  border-radius: 2rem;
  background-color: #2871fa;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.591%22%20height%3D%2213.847%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m0%206.995%206.922%206.849L18.591%202.266%2016.33-.003%206.922%209.338%202.261%204.726Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 1.4rem center;
  background-size: 1.9rem 1.4rem;
  color: #fff;
  font-size: 2rem;
  line-height: 4rem;
}

.system-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.system-demo + * {
  margin-top: 5rem;
}
.system-demo .inner {
  width: 50%;
  position: relative;
}
.system-demo .inner + .inner::before {
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: calc(50% - 2.7rem);
  left: -2.7rem;
  background: url(../../images/arrow01.png) no-repeat center/contain;
}
.system-demo .image {
  width: 37rem;
  margin: 0 auto;
  border: 1px solid #707070;
}
.system-demo .demo-block {
  width: 33.2rem;
  margin: 0 auto;
}

.demo-block {
  position: relative;
}
.demo-block .moc {
  position: relative;
  z-index: 2;
}
.demo-block video {
  width: 87%;
  position: absolute;
  top: 12%;
  left: 6.5%;
}

.compare-block + .compare-block {
  margin-top: 6rem;
}
.compare-block .ttl {
  margin-bottom: 0.8em;
  color: #2871fa;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 3rem;
}
.compare-block .note {
  margin-top: 1em;
  text-align: right;
  font-size: 1.4rem;
}

.youtube-box {
  width: 100%;
  border: 1px solid #707070;
  aspect-ratio: 16/9;
}
.youtube-box iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.cv-area {
  padding: 0;
  position: relative;
}
.cv-area .cv-bg {
  width: 100%;
  height: 30rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cv-area .cv-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 34, 96, 0.7);
}
.cv-area .cv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cv-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cv-column .pic {
  width: 50%;
  margin-top: 4rem;
}
.cv-column .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.cv-column h2 {
  margin-top: 8.6rem;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 4rem;
}
.cv-column .btn {
  margin-top: auto;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.point-list {
  max-width: 90.6rem;
  margin: 0 auto;
}
.point-list dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 0.6em;
  position: relative;
  border-radius: 0.5rem 0 0 0;
  background-color: #2871fa;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 5.4rem;
}
.point-list dt::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 100%;
  border-width: 5.4rem 0 0 5.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #2871fa;
}
.point-list li {
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.9;
}
.point-list li + li {
  margin-top: 1.3rem;
}
.point-list li::before {
  content: "";
  width: 4rem;
  height: 4rem;
  margin-right: 1.4rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 0.4rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.77%22%20height%3D%2218.448%22%3E%20%3Cpath%20fill%3D%22%23333%22%20fill-rule%3D%22evenodd%22%20d%3D%22m0%209.324%209.223%209.125L24.77%203.023%2021.757.001%209.223%2012.446l-6.21-6.144Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
}

.service-step {
  margin-top: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-step .step-box {
  width: 30%;
}
.service-step .step-box:not(:last-child) {
  margin-right: 5%;
}
.service-step .step-box:not(:last-child) .pic::after {
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: calc(50% - 2.7rem);
  left: 100%;
  background: url(../../images/arrow01.png) no-repeat center/contain;
}
.service-step .step-box:not(:first-child) .step-navi::before {
  width: 125%;
}
.service-step .step-box:nth-child(1) {
  z-index: 3;
}
.service-step .step-box:nth-child(2) {
  z-index: 2;
}
.service-step .step-box:nth-child(2) .step-navi::before {
  background-color: #1860e6;
}
.service-step .step-box:nth-child(2) .step-navi::after {
  border-color: transparent transparent transparent #1860e6;
}
.service-step .step-box:nth-child(3) {
  z-index: 1;
}
.service-step .step-box:nth-child(3) .step-navi::before {
  right: 5.6rem;
  background-color: #064ac9;
}
.service-step .step-box:nth-child(3) .step-navi::after {
  right: 0;
  left: auto;
  border-color: transparent transparent transparent #064ac9;
}
.service-step .step-navi {
  min-width: 100%;
  height: 10rem;
  margin-bottom: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}
.service-step .step-navi::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2871fa;
}
.service-step .step-navi::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border-width: 5rem 0 5rem 5.6rem;
  border-style: solid;
  border-color: transparent transparent transparent #2871fa;
}
.service-step .step-navi p {
  line-height: 1;
}
.service-step .step-navi span {
  font-size: 3.8rem;
}
.service-step .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2871fa;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.5263157895;
}
.service-step .pic {
  margin-top: 1rem;
  position: relative;
  text-align: center;
}

.function-block {
  position: relative;
}
.function-block + .function-block {
  margin-top: 3.4rem;
}
.function-block::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: 0;
  z-index: -1;
  border-radius: 1.6rem 0 0 1.6rem;
  background-color: #e9f4f7;
}
.function-block .pic {
  position: relative;
}
.function-block .caption {
  width: 22rem;
  height: 10rem;
  position: absolute;
  top: 15rem;
  left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#71a2ff), to(#2871fa));
  background: linear-gradient(#71a2ff 0%, #2871fa 100%);
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}
.function-block .caption::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 1rem);
  left: 100%;
  border-width: 1rem 0 1rem 1rem;
  border-style: solid;
  border-color: transparent transparent transparent #4e8afa;
}

.trial-block + .trial-block {
  margin-top: 4.2rem;
}

.trial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.4%;
}
.trial-list li {
  width: 32.4%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.8rem;
  background-color: #2871fa;
  color: #fff;
}
.trial-list .ttl {
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 2.2rem;
}
.trial-list p {
  margin-bottom: 3.5rem;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
.trial-list .pic {
  width: 100%;
  margin-top: auto;
  overflow: hidden;
  border-radius: 0.4rem;
}
.trial-list .pic img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (min-width: 834px) {
  #hamburgerMenu {
    display: none;
  }
  .text-center-pc {
    text-align: center;
  }
  .header-navi a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header-navi a:hover {
    background-position: right 0.5rem center;
  }
  .header-navi .link01:hover {
    background-color: #e5b82d;
  }
  .header-navi .link02:hover {
    background-color: #0d1f56;
  }
  .header-navi .link03:hover {
    background-color: #303031;
  }
  .btn-01 {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .btn-01:hover {
    background-color: #e5b82d;
  }
  .footer-link a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-link a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 833px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
  .site-container {
    margin-top: 7.2rem;
  }
  .section-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-width {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .headline-01 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .headline-01.lg {
    font-size: 3rem;
  }
  .headline-02 {
    font-size: 2rem;
  }
  .lead-01 {
    font-size: 2rem;
  }
  .lead-01.md {
    font-size: 2rem;
  }
  .lead-02 {
    font-size: 1.6rem;
  }
  .lead-hl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .btn-01 {
    font-size: 1.6rem;
  }
  .btn-more {
    margin-top: var(--button-margin, 4rem);
  }
  .site-header {
    padding: 0 2rem;
  }
  .header-inner {
    height: 7.2rem;
  }
  .header-title {
    width: 15.8rem;
    margin: 0 auto;
  }
  .header-title img {
    width: 100%;
  }
  .header-navi {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -0.4rem 2rem rgba(141, 121, 98, 0.15);
            box-shadow: 0 -0.4rem 2rem rgba(141, 121, 98, 0.15);
  }
  .header-navi li {
    width: 100%;
  }
  .header-navi a {
    width: 100%;
    padding: 0 0.5em;
    background-image: none !important;
    font-size: 1.3rem;
  }
  .site-footer {
    padding: 3.2rem 0 7.6rem;
  }
  .footer-block01 {
    display: block;
  }
  .footer-title {
    margin-bottom: 2.4rem;
  }
  .footer-title img {
    width: 22rem;
  }
  .copy-right {
    font-size: 1rem;
  }
  .block-hero {
    padding: 1.5rem;
  }
  .block-hero .page-width {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .hero-box01 {
    height: 60%;
    color: #fff;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  }
  .hero-box01 .catch {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .hero-box01 .catch span {
    margin-top: 0.2em;
    display: inline-block;
    font-size: 3.4rem;
    line-height: 1.3;
  }
  .hero-box01 .catch sub {
    font-size: 1.8rem;
  }
  .hero-box01 .point {
    font-size: 1.4rem;
  }
  .hero-box01 .point li {
    border-radius: 1.6rem;
    line-height: 3.2rem;
  }
  .hero-box01 .point li:not(:last-child) {
    margin-bottom: 0.8em;
  }
  .hero-box02 {
    height: 40%;
  }
  .hero-box02 .inner {
    display: block;
  }
  .hero-box02 p {
    margin-right: 0;
    font-size: 1.4rem;
  }
  .hero-box02 p br {
    display: none;
  }
  .hero-box02 .btn {
    margin-top: 1em;
  }
  .hero-notice {
    padding-right: 0 !important;
    font-size: 1.2rem;
  }
  .problem-list {
    gap: 3rem 0;
  }
  .problem-list .problem-box {
    width: 100%;
  }
  .problem-box dt {
    padding-left: 5.2rem;
    background-position: 1.2rem center;
    background-size: 2.8rem;
    font-size: 1.7rem;
  }
  .hl-point-list {
    margin-bottom: 3rem;
    gap: 1.2rem 1rem;
  }
  .hl-point-list li {
    padding-left: 3.8rem;
    background-size: 1.6rem 1.2rem;
    font-size: 1.5rem;
  }
  .system-demo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .system-demo .inner {
    width: 100%;
  }
  .system-demo .inner + .inner {
    margin-top: 5rem;
    padding-top: 4rem;
  }
  .system-demo .inner + .inner::before {
    width: 4.8rem;
    height: 4.8rem;
    top: -2.4rem;
    left: calc(50% - 2.4rem);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .system-demo .image {
    width: 60%;
  }
  .system-demo .demo-block {
    width: 70%;
  }
  .compare-block + .compare-block {
    margin-top: 4rem;
  }
  .compare-block .ttl {
    font-size: 2.2rem;
  }
  .compare-block .note {
    text-align: left;
    font-size: 1.2rem;
  }
  .cv-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cv-column .pic {
    width: 100%;
    margin-top: 0;
  }
  .cv-column .text {
    width: 100%;
  }
  .cv-column h2 {
    margin-top: 0;
    font-size: 2rem;
  }
  .cv-column .btn {
    margin-top: 1em;
  }
  .point-list dt {
    font-size: 2rem;
  }
  .point-list li {
    font-size: 1.8rem;
  }
  .service-step {
    display: block;
  }
  .service-step .step-box {
    width: 100%;
  }
  .service-step .step-box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7rem;
  }
  .service-step .step-box:not(:last-child) .pic::after {
    top: 100%;
    left: calc(50% - 2.7rem);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .service-step .step-box:not(:first-child) .step-navi::before {
    width: 100%;
  }
  .service-step .step-box:nth-child(3) .step-navi::before {
    right: 0;
  }
  .service-step .step-navi {
    height: 6rem;
    font-size: 2rem;
  }
  .service-step .step-navi::before {
    border-radius: 0.4rem;
  }
  .service-step .step-navi::after {
    content: none;
  }
  .service-step .step-navi span {
    font-size: 2.8rem;
  }
  .service-step .ttl {
    font-size: 2.8rem;
  }
  .service-step .pic {
    text-align: center;
  }
  .service-step .pic img {
    width: 75%;
  }
  .function-block .pic {
    padding-top: 10rem;
    overflow: hidden;
  }
  .function-block .pic img {
    width: 120vw;
    max-width: none;
    margin-left: -20vw;
  }
  .function-block .caption {
    height: 6rem;
    top: 2rem;
    left: calc(50% - 11rem);
    font-size: 2rem;
  }
  .function-block .caption::after {
    top: calc(100% - 0.5rem);
    left: calc(50% - 1rem);
    border-color: transparent transparent transparent #2871fa;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .trial-list {
    display: block;
  }
  .trial-list li {
    width: 100%;
  }
  .trial-list li + li {
    margin-top: 2rem;
  }
  .trial-list .ttl {
    font-size: 2rem;
  }
}