@charset "UTF-8";
/* 全体 */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin: 0;
}

img {
  vertical-align: top;
  border: none;
  max-width: 100%;
  height: inherit;
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.century {
  font-family: "Century Gothic", sans-serif;
}

.dispPC {
  display: initial;
}

.dispSP {
  display: none;
}

.inner {
  max-width: 60rem;
  margin: auto;
}

.arrow_r {
  position: relative;
  color: #333;
  text-decoration: none;
}

.arrow_r:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  border-top: solid 0.125rem #fff;
  border-right: solid 0.125rem #fff;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  margin-top: -0.25rem;
  transform: rotate(45deg);
}

.bg_lightblue {
  background-color: #f3f5fb;
}

.bg_lightgray {
  background-color: #ebeef4;
}

.bg_lightgray2 {
  background-color: #f8f8f8;
}

.orange {
  color: #ef8044;
}

h2 {
  font-size: 2.625rem;
  text-align: center;
  line-height: 1.8;
  margin: 0;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.8;
}

p {
  line-height: 1.6;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background-color: #fff;
}

/* メイン */

a.btn {
  display: block;
  background-color: #ffa000;
  border-radius: 0.3125rem;
  padding: 1.25rem 3.125rem 1.25rem 1.75rem;
  color: #fff;
  text-align: center;
  box-shadow: none;
  border: none;
  font-size: 1.375rem;
  width: 100%;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

a.btn.gray {
  background-color: #7a7a7a;
}

a.btn.red {
  background-color: #ff6450;
}

a.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: solid 0.125rem #fff;
  border-right: solid 0.125rem #fff;
  margin-top: -0.375rem;
  transform: rotate(45deg);
}

/* sec01 */
#sec01 .inner {
  max-width: 68.75rem;
}

#sec01 .inner > div {
  display: flex;
  justify-content: space-between;
  padding: 4.375rem 0;
}

#sec01 .inner .text_wrap {
  width: 31.25rem;
}

#sec01 .inner .text_wrap p {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
  margin: 0;
}

#sec01 .inner .text_wrap p b {
  font-weight: bold;
  color: #082e74;
}

#sec01 .inner .text_wrap p + p {
  margin-top: 1.875rem;
}

/* sec02 */
#sec02 .inner {
  padding: 5rem 2.5rem;
  max-width: 65rem;
}

#sec02 h2 {
  font-size: 3.125rem;
  line-height: 1.3;
  margin: 0 0 1.875rem;
}

#sec02 .head_text {
  font-size: 1.875rem;
  margin: 0 0 3.75rem;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}

#sec02 .head_text span {
  color: #082e74;
}

#sec02 .contents dl,
#sec02 .contents dl > * {
  margin: 0;
}

#sec02 .contents dl.accordion {
  border: 0.3125rem solid #c8c8c8;
  border-radius: 1.25rem;
}

#sec02 .contents dl.accordion:not(:last-child) {
  margin: 0 0 1.875rem;
}

#sec02 .contents dl.accordion > dt {
  position: relative;
  color: #082e74;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 1.875rem 3.75rem 1.75rem 2.3125rem;
  cursor: pointer;
}

#sec02 .contents dl.accordion > dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.625rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  transform: translateY(-50%) scale(1, -1);
}

#sec02 .contents dl.accordion > dt.open::after {
  transform: translateY(-50%);
}

#sec02 .contents dl.accordion > dt span.color {
  color: #ef8044;
}

#sec02 .contents dl.accordion > dd {
  display: flex;
  padding: 1.5625rem 2.3125rem 3.125rem;
  margin: 0;
}

#sec02 .contents dl.accordion > dd > dl > dt {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  width: 5rem;
  line-height: 2.1875rem;
  margin: 0 0 1.3125rem;
}

#sec02 .contents dl.accordion > dd > dl > dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.1875rem 0.625rem 0 0;
}

#sec02 .contents dl.accordion > dd > .task > dt {
  background-color: #082e74;
}

#sec02 .contents dl.accordion > dd > .task > dt::after {
  border-color: #082e74 transparent transparent transparent;
}

#sec02 .contents dl.accordion > dd > .solution > dt {
  background-color: #ef8044;
}

#sec02 .contents dl.accordion > dd > .solution > dt::after {
  border-color: #ef8044 transparent transparent transparent;
}

#sec02 .contents dl.accordion > dd > dl dd p {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0 0 1.75rem;
}

#sec02 .contents dl.accordion > dd > dl dd .img {
  text-align: center;
}

#sec02 .contents dl.accordion > dd > dl dd .img.img_06 {
  padding-bottom: 4%;
}

#sec02 .contents dl.accordion > dd > dl dd ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#sec02 .contents dl.accordion > dd > dl dd ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
}

#sec02 .contents dl.accordion > dd > dl dd ul li p {
  position: relative;
  flex: 1 1 auto;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 0.9375rem;
  padding-left: 2.1875rem;
}

#sec02 .contents dl.accordion > dd > dl dd ul li p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../images/icon_check.png) no-repeat center/contain;
}

#sec02 .contents dl.accordion > dd > dl.solution ul li:not(:last-child) {
  margin-right: 3.2%;
}

#sec02 .contents dl.accordion.attendance_2 > dd > dl.solution ul li {
  width: 31.2%;
}

#sec02 .contents dl.accordion > dd > dl.solution .wrap dl dt {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 0.9375rem;
}

#sec02 .contents .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4.25rem;
  padding: 0;
}

#sec02 .contents .list li {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 2rem 0.125rem;
  width: 31.25%;
  min-height: 18.75rem;
  border: 0.3125rem solid #c8c8c8;
  border-radius: 1.25rem;
}

@media only screen and (min-width: 740px) {
  #sec02 .contents .list li {
    margin-right: 3.125%;
  }
  #sec02 .contents .list li:nth-child(3n) {
    margin-right: 0;
  }
  #sec02 .contents .list li:nth-child(n + 4) {
    margin-top: 1.875rem;
  }
}

#sec02 .contents .list li p {
  color: #082e74;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: -0.05em;
  margin: 0;
}

#sec02 .contents .list li:first-child {
  line-height: 1.15;
}

#sec02 .contents .list li p .color {
  color: #ef8044;
}

#sec02 .contents .list li p .space {
  margin: 0 -0.2em;
}

#sec02 .contents .list li .img {
  margin: auto;
}

#sec02 .contents .bottom_text {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

#sec02 .contents .bottom_text span {
  color: #ef8044;
  font-weight: bold;
}


@media only screen and (min-width: 740px) {

}


@media screen and (max-width: 739px) {

}

/* 追加ここまで */
#sec04 {
  padding: 4.0625rem 0 4.375rem;
}

#sec04 .inner {
  max-width: 60.625rem;
}

#sec04 h2 {
  font-size: 2rem;
  line-height: 2.9375rem;
}

#sec04 h2 + p {
  font-size: 1.25rem;
  text-align: center;
  margin: 1.625rem 0 0;
  line-height: 1.73;
}

#sec04 .inner div {
  box-shadow: 0 0 0.625rem #aaa;
  background-color: #fff;
  padding: 1.25rem 5rem;
  margin: 2.3125rem 0 0;
}

#sec04 .inner div h3 {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  line-height: 1.4;
}

#sec04 .inner div picture {
  margin: 0;
}

#sec04 .inner div picture img {
  width: 50.625rem;
  height: 20.4375rem;
}

#sec04 .inner div p.red {
  font-size: 0.875rem;
  color: #CC241F;
  font-weight: 700;
  margin: 1.25rem 0 0;
  line-height: 1.5;
}

#sec05 {
  padding: 4.0625rem 0;
}

#sec05 .inner {
  max-width: 58.75rem;
}

#sec05 h2 {
  font-size: 2rem;
  line-height: 1.4;
}

#sec05 h2 + p {
  margin: 1.25rem 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.7;
}

#sec05 h2 + p + p {
  font-size: 1.625rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 1.25rem 0;
}

#sec05 h2 + p + p span {
  font-size: 2rem;
  margin: 0 0.5rem;
}

#sec05 .flexbox01 {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 0;
  gap: 2.5rem;
}

#sec05 .flexbox01 > div {
  width: 28.125rem;
}

#sec05 .flexbox01 > div > dl {
  border: 0.25rem solid #082e74;
  margin: 0;
  padding: 0;
  height: 100%;
}

#sec05 .flexbox01 > div > dl > dt {
  background-color: #082e74;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.625rem 0;
  line-height: 1.2;
}

#sec05 .flexbox01 > div > dl > dd {
  padding: 1.25rem;
  margin: 0;
}

#sec05 .flexbox01 > div > dl > dd p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

#sec05 .flexbox01 dd dl {
  margin: 0.625rem 0 0 2.8125rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: bold;
  align-items: center;
  width: 18.625rem;
  line-height: 1.3;
  justify-content: space-between;
  width: 18.75rem;
}
#sec05 .flexbox01 dl + dl {
  margin-top: 0;
}

#sec05 .flexbox01 dd dl dt {
  font-size: 1.5rem;
  display: inline-block;
  transform: translateY(0.25rem);

}
#sec05 .flexbox01 dd dl dt sup {
  font-size: 0.75rem;
}
#sec05 .flexbox01 dd dl dd {
  margin: 0;
  text-align: right;
  font-size: 1.5rem;
  white-space: nowrap;
}
#sec05 .flexbox01 dl dd .space {
  margin-right: 1em;
  font-size: 1.5rem;
}
#sec05 .flexbox01 dl dd .num {
  display: inline-block;
  transform: translateY(0.5625rem);
  margin-right: 0.1875rem;
}
#sec05 .flexbox01 dl dd .num.__0 {
  width: 1.3125rem;
/*  height: 1.6875rem;*/
}
#sec05 .flexbox01 dl dd .num.__7500 {
  width: 6.375rem;
/*  height: 1.9375rem;*/
}
#sec05 .flexbox01 dl dd .num.__30000 {
  width: 7.875rem;
/*  height: 1.9375rem;*/
}
#sec05 .flexbox01 dl dd .num.__15000 {
  width: 7.625rem;
/*  height: 1.9375rem;*/
}

#sec05 .flexbox01 dd dl dd span {
  font-size: 2.125rem;
}

#sec05 .flexbox01 > div > dl > dd dl + p {
  font-size: 0.75rem;
  margin: 0.625rem 0 1.25rem;
}

#sec05 .flexbox01 > div > dl .notes {
  font-size: 1rem;
}

#sec05 .flexbox01 + p {
  margin: 0.375rem 0 2.4375rem;
  font-size: 0.75rem;
}

#sec05 .fee_inq {
  padding: 2.5rem;
}

#sec05 .fee_inq button {
  background-color: #082e74;
  padding: 2.25rem 3.125rem 2.25rem 1.75rem;
}

#sec05 .btn {
  width: 24.25rem;
  margin: 0 auto;
  padding: 1rem 1rem 1.1875rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

#sec06 {
  padding: 4.0625rem 0 5rem;
}

#sec06 .inner {
  max-width: 75rem;
}

#sec06 h2 {
  font-size: 2rem;
  margin: 0 0 2.5rem;
  line-height: 1.4;
}

#sec06 p {
  margin: 0;
}

#sec06 p img {
  width: 75rem;
  height: 48.6875rem;
}

#sec06 p + p {
  font-size: 0.875rem;
  margin-top : 0.4375rem;
  line-height: 1.4;
}

#sec07 {
  padding: 4.0625rem 0 4.375rem;
}

#sec07 .inner {
  max-width: 75rem;
}

#sec07 h2 {
  font-size: 2rem;
  margin: 0 0 1.875rem;
  line-height: 3rem;
}

#sec07 h2 + p {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 2.5rem;
  line-height: 1.3;
}

#sec07 table {
  border-spacing: 0;
  border-top: 0.0625rem solid #D3D3D3;
  border-collapse: collapse;
  margin: 0;
}

#sec07 table th {
  font-size: 1.125rem;
  text-align: center;
  color: #092E74;
  background-color: #EBEFF2;
  width: auto;
  padding: 1.71875rem 1.25rem;
  border-bottom: 0.0625rem solid #D3D3D3;
  vertical-align: middle;
  width: 9.25rem;
}

#sec07 table td {
  font-size: 1rem;
  padding: 1.71875rem 1.25rem 2.0625rem;
  border-bottom: 0.0625rem solid #D3D3D3;
  line-height: 1.5;
}

#sec07 .flow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
#sec07 .flow-list__item {
  filter: drop-shadow(0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1));
}
#sec07 .flow-list__item--inner {
  background-color: #fff;
  clip-path: polygon(34.0625rem 0, 100% 50%, 34.0625rem 100%, 0 100%, 0 0);
  height: 23.5625rem;
  width: 35.9375rem;
}
#sec07 .flow-list__item:nth-child(2) .flow-list__item--inner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.9375rem 50%);
  margin-left: -1rem;
  width: 39.9375rem;
}

#sec07 .flow-list__item h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color:#4779C6; 
  margin: 0;
  padding: 1rem;
  line-height: 1;
}
#sec07 .flow-list__item:nth-child(2) h3 {
  background-color: #092E74;
}
#sec07 .flow-list__item--txt {
  padding: 5.75rem 3.9375rem;
}
#sec07 .flow-list__item:nth-child(2) .flow-list__item--txt {
  padding: 2.875rem 3.125rem 2.875rem 3.9375rem;
}
#sec07 .flow-list__item--txt ul{
  margin: 0;
  padding: 0;
}
#sec07 .flow-list__item--txt ul li {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0.75rem 0.375rem 0.375rem;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #EBEFF2;
  margin-bottom: 0.3125rem;
  color: #092E74;
  display: inline-block;
}

#sec08 {
  padding: 4.0625rem 0;
}

#sec08 .inner {
  max-width: 75rem;
}

#sec08 h2 {
  font-size: 2rem;
  margin: 0 0 2.4375rem;
  line-height: 1.5;
}

#sec08 table th {
  width: 21.1875rem;
  position: relative;
  padding: 1.5625rem;
}

#sec08 table td {
  padding: 1.375rem 4rem 1.8125rem;
}


#sec08 table th::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.6875rem;
  left: 1.5625rem;
  width: 1.8125rem;
  height: 1.3125rem;
  background-image: url(../images/icon_arrow_under.svg);
  background-repeat: no-repeat;
  background-size: 1.1875rem 1.3125rem;
  background-color: #4779C6;
  background-position: center;
  z-index: 50;
  padding: 0 0.3125rem;
}

#sec08 table tr:last-of-type th::after {
  display: none;
}

#sec08 table td a.btn {
  font-size: 1rem;
  display: inline-block;
  width: auto;
  background: #fff;
  border: 0.125rem solid #082e74;
  padding: 0.75rem 2.4375rem 0.875rem 2.0625rem;
  color: #082e74;
  white-space: nowrap;
  line-height: 1.4;
  margin: 0.5rem 0 0;
}

#sec08 table td a.btn::after {
  right: 1.25rem;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.1875rem;
  border-top: 0.125rem solid #082e74;
  border-right: 0.125rem solid #082e74;
}

#sec08 .flexbox01 {
  display: flex;
  align-items: center;
}

#sec08 .flexbox01 > div:first-of-type {
  font-size: 1.875rem;
  margin: 0 0.875rem 0 0;
}

#sec09 {
  padding: 4.0625rem 0 4.375rem;
}

#sec09 .inner {
  max-width: 75rem;
}

#sec09 h2 {
  font-size: 2rem;
  margin: 0 0 1.875rem;
  line-height: 1.5;
}

#sec09 .flexbox01 {
  display: flex;
  gap: 1.8125rem;
}

#sec09 table {
  height: 25.6875rem;
}

#sec09 table th {
  vertical-align: middle;
  padding: 1.875rem;
  width: 11.5rem;
}

#sec09 table td {
  background-color: #fff;
  font-size: 1.125rem;
  padding: 1.5625rem 1.875rem;
  line-height: 1.75rem;
}

#sec09 table td .notes {
  font-size: 0.875rem;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.5rem;
}

#sec09 p {
  font-size: 0.75rem;
  text-align: right;
}

#sec10 {
  padding: 4.375rem 0;
}

#sec10 .inner {
  max-width: 75rem;
}

#sec10 h2 {
  font-size: 2rem;
  margin: 0 0 1.875rem;
  line-height: 1.4;
}

#sec10 h2 + p {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 0 2.5rem;
  line-height: 1.65;
}

#sec10 .partner_inq {
  padding: 2.5rem;
  background-color: #f4f4f4;
}

#sec10 .partner_inq p {
  margin: 0;
}

#sec10 .partner_inq button {
  background-color: #082e74;
  padding: 2.25rem 3.125rem 2.25rem 1.75rem;
}


#sec10 a.btn {
  background-color: #fff;
  border: 0.1875rem solid #ffa000;
  color: #ffa000;
  font-size: 1.5rem;
  width: 32.625rem;
  margin: 0 auto;
  padding: 1.875rem 5.625rem 1.875rem;
  line-height: 1.3;
}
#sec10 a.btn::after {
    border-top: solid 0.125rem #ffa000;
    border-right: solid 0.125rem #ffa000;
}

/* 追加　@20230323 */
#sec10 .banner {
  margin: 4.375rem 0 0;
  text-align: center;
}

#sec11 {
  padding: 4.5rem 0 0;
}

#sec11 .inner {
  max-width: 75rem;
}

#sec11 h2 {
  font-size: 2rem;
  line-height: 1.4;
}

#sec11 .flexbox02 {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}

/* 追加　@20220218 */
#sec11 .flexbox01 {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0 0;
  gap: 1.875rem;
  width: 36.5625rem;
}

#sec11 .flexbox01 img {
  height: 10.625rem;
  width: 7.5rem;
}

#sec11 .flexbox01 div:first-of-type {
  width: 7.5rem;
  padding-top: 0.375rem;
}

#sec11 .flexbox01 div:last-of-type {
  width: 27.1875rem;
}

#sec11 .flexbox01 h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

#sec11 .flexbox01 p {
  margin: 0.9375rem 0 0;
  font-size: 0.875rem;
}

#sec11 .flexbox01 p + p {
  margin: 1.625rem 0 0;
  font-size: 0.875rem;
}

#sec11 .flexbox01 p a {
  display: inline-block;
  background-color: #0e2d74;
  color: #fff;
  font-weight: bold;
  background-image: url(../images/icon_dl_w.svg);
  background-repeat: no-repeat;
  background-position: center right 1.25rem;
  background-size: 0.75rem 1.0625rem;
  border-radius: 0.3125rem;
  padding: 0.5625rem 0.625rem 0.6875rem 0.625rem;
  width: 17.5rem;
  text-align: center;
  font-size: 0.875rem;
}

.feature {
  background-color: #D0DEF6;
  padding: 4.0625rem 0 4.375rem;
}
.feature .inner {
  max-width: 75rem;
}
.feature h2 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list .feature-list__item {
  background-image: url(../images/feature_bg01.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  filter: drop-shadow(0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1));
  margin-bottom: 1.25rem;
  padding: 2.5rem;
  gap: 2.5rem;
}
.feature-list .feature-list__item:nth-child(2) {
  background-image: url(../images/feature_bg02.png);
  padding-bottom: 1.5625rem;
}
.feature-list .feature-list__item:nth-child(3) {
  background-image: url(../images/feature_bg03.png);
  padding: 2.125rem 2.3125rem 2.25rem;
}
.feature-list .feature-list__item:nth-child(4) {
  background-image: url(../images/feature_bg04.png);
}
.feature-list .feature-list__item:nth-child(5) {
  background-image: url(../images/feature_bg05.png);
  padding-right: 2.3125rem;
  margin-bottom: 0;
}
.feature-list .feature-list__item div {
  padding-left: 4.125rem;
}
.feature-list .feature-list__item div + div {
  padding-left: 0;
}
.feature-list .feature-list__item h3 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #092E74;
  margin: 0 0 1.25rem;
  text-align: left;
  position: relative;
}
.feature-list .feature-list__item h3::before {
  content: "";
  position: absolute;
  background-image: url(../images/feature_num01.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  top: 0.1875rem;
  left: -4.125rem;
  width: 2.8125rem;
  height: 2.0625rem;
}
.feature-list .feature-list__item:nth-child(2) h3::before {
  background-image: url(../images/feature_num02.png);
  width: 3.25rem;
  height: 2.0625rem;
}
.feature-list .feature-list__item:nth-child(3) h3::before {
  background-image: url(../images/feature_num03.png);
  width: 3.25rem;
  height: 2.0625rem;
}
.feature-list .feature-list__item:nth-child(4) h3::before {
  background-image: url(../images/feature_num04.png);
  width: 3.3125rem;
  height: 2.0625rem;
}
.feature-list .feature-list__item:nth-child(5) h3::before {
  background-image: url(../images/feature_num05.png);
  width: 3.1875rem;
  height: 2.0625rem;
}
.feature-list .feature-list__item p {
  font-size: 1rem;
  margin: 0;
}
.feature-list .feature-list__item:nth-child(5) .minus {
  margin-left: -4.125rem;
}
.feature-list .feature-list__item:nth-child(1) div {
  width: 29.75rem;
}
.feature-list .feature-list__item:nth-child(1) div + div {
  width: 36.8125rem;
}
.feature-list .feature-list__item:nth-child(2) div {
  width: 29.75rem;
}
.feature-list .feature-list__item:nth-child(2) div + div {
  width: 34rem;
  margin-right: 2.8125rem;
}
.feature-list .feature-list__item:nth-child(3) div {
  width: 20.625rem;
}
.feature-list .feature-list__item:nth-child(3) div + div {
  width: 42.375rem;
}
.feature-list .feature-list__item:nth-child(4) div {
  width: 29.875rem;
}
.feature-list .feature-list__item:nth-child(4) div + div {
  width: 38.125rem;
}
.feature-list .feature-list__item:nth-child(5) div {
  width: 22rem;
}
.feature-list .feature-list__item:nth-child(5) div + div {
  width: 44.875rem;
}
.feature-list .feature-list-support {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  text-align: center;
  gap: 1.875rem;
}
.feature-list .feature-list-support li {
  position: relative;
  padding-top: 5.6875rem;
}
.feature-list .feature-list-support li::before {
  content: "";
  position: absolute;
  background-image: url(../images/feature_icon01.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  top: 0;
  left: 50%;
  width: 4.4375rem;
  height: 4.4375rem;
  transform: translateX(-50%);
}
.feature-list .feature-list-support li:nth-child(2)::before {
  background-image: url(../images/feature_icon02.png);
}
.feature-list .feature-list-support li:nth-child(3)::before {
  background-image: url(../images/feature_icon03.png);
}
.feature-list .feature-list-support h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.feature-list .feature-list-support p {
  font-size: 0.875rem;
  margin: 0;
}
.feature-list .feature-list-erp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  padding: 0;
  list-style: none;
}
.feature-list .feature-list-erp li {
  background-color: rgba(208,222,246,0.3);
  padding: 0.9375rem 0.9375rem 0.9375rem 1.875rem;
  position: relative;
  text-align: center;
  font-size: 1.12rem;
  font-weight: bold;
}
.feature-list .feature-list-erp li:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.feature-list .feature-list-erp li:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.feature-list .feature-list-erp li:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.feature-list .feature-list-erp li:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.feature-list .feature-list-erp li:nth-child(5) { grid-area: 3 / 1 / 4 / 3; }

.feature-list .feature-list-erp li::before {
  content: "";
  position: absolute;
  background-image: url(../images/feature_icon04.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  top: 50%;
  left: 1rem;
  width: 1.875rem;
  height: 1.5625rem;
  transform: translateY(-50%);
}

.feature-list .feature-list-erp li:nth-child(2)::before {
  background-image: url(../images/feature_icon05.png);
  width: 1.6875rem;
  height: 2.25rem;
}
.feature-list .feature-list-erp li:nth-child(3)::before {
  background-image: url(../images/feature_icon06.png);
  width: 1.875rem;
  height: 1.75rem;
}
.feature-list .feature-list-erp li:nth-child(4)::before {
  background-image: url(../images/feature_icon07.png);
  left: 0.9375rem;
  width: 1.75rem;
  height: 1.4375rem;
}
.feature-list .feature-list-erp li:nth-child(5)::before {
  background-image: url(../images/feature_icon08.png);
  left: 0.8125rem;
  width: 2.1875rem;
  height: 1.5625rem;
}
.feature-list .feature-list-law {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.25rem;
  grid-row-gap: 0.625rem;
  padding: 0;
  list-style: none;
}
.feature-list .feature-list-law li {
  background-color: #F3F3F3;
  padding: 1.5625rem 1.875rem 1.875rem;
}
.feature-list .feature-list-law li h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.875rem;
  text-align: center;
}
.feature-list .feature-list-law li p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.7;
}

/* 追加　@20220218 ここまで */
table {
  border-spacing: 0;
  border-top: 0.0625rem dashed #d3d3d3;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

table tr {
  background-color: #082e74;
}

table th {
  font-size: 1.25rem;
  text-align: left;
  color: #fff;
  background-color: #4779C6;
  width: 16.875rem;
  padding: 1.875rem;
  border-bottom: 0.0625rem dashed #d3d3d3;
}

table td {
  font-size: 1.125rem;
  padding: 1.875rem 2.8125rem;
  border-bottom: 0.0625rem dashed #d3d3d3;
  line-height: 2.2;
  background-color: #fff;
}

.inquiry_area .flexbox02 {
  display: flex;
  margin: 2.125rem 0 0;
  align-items: center;
  justify-content: space-between;
}

.inquiry_area .flexbox02 > div {
  width: 12.5rem;
  text-align: center;
  font-size: 0.6875rem;
}

.inquiry_area .flexbox02 > div:nth-of-type(2) {
  width: 17.3125rem;
}

.inquiry_area .flexbox02 > div p {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  margin: 0;
}

.inquiry_area .flexbox02 > div:last-of-type {
  text-align: left;
  width: 10rem;
}

/* フッター */
footer > div:first-of-type {
  background-color: #e4e4e4;
  padding: 1.5635rem 0;
}

footer > div:first-of-type ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1.5625rem;
  padding: 0 4.375rem;
  font-size: 0.75rem;
  justify-content: space-around;
}

footer > div:first-of-type ul a {
  text-decoration: underline;
  color: #3d3d3d;
}

footer > div:first-of-type small {
  font-size: 0.625rem;
  text-align: center;
  display: block;
}

footer > div:last-of-type {
  box-shadow: 0 0 0.625rem #aaa;
}

footer .fix_bar .inner {
  display: flex;
  max-width: 48.75rem;
  padding: 0.625rem 1.25rem 0.8125rem;
  align-items: center;
  justify-content: space-between;
}

footer .fix_bar .inner .btn_wrap {
  width: 47.3%;
}

footer .fix_bar .inner .btn_wrap p {
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 0.5rem;
}

footer .fix_bar .inner .btn_wrap .btn a {
  font-size: 1.125rem;
  line-height: 1;
  padding: 1.25rem 0 1.3125rem 0;
}

/* スマホ用
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width: 739px) {
  html {
    font-size: 3.125vmin;
  }
  /* 共通項
  ***************************************************************************************/
  .dispPC {
    display: none;
  }
  .dispSP {
    display: initial;
  }
  /* 全体 */
  img {
    width: 100%;
  }
  a:hover {
    opacity: 1;
  }
  .inner {
    width: auto;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  /* メイン */
  a.btn::after {
    right: 4vmin;
    width: 2vmin;
    height: 2vmin;
    margin-top: -1vmin;
  }
  /* #sec01 */
  #sec01 {
    padding: 3vmin;
  }
  #sec01 .inner > div {
    flex-direction: column;
    padding: 5vmin 0;
  }
  #sec01 .inner .text_wrap {
    width: auto;
  }
  #sec01 .inner .text_wrap p {
    font-size: 1.45rem;
    line-height: 1.574;
    margin: 0;
  }
  #sec01 .inner .text_wrap p span.indent {
    letter-spacing: -0.4em;
  }
  #sec01 .inner .text_wrap p + p {
    margin-top: 5vmin;
  }
  /* #sec02 */
  #sec02 {
    padding: 12vmin 0 6.5333vmin;
  }
  #sec02 .inner {
    padding: 0 3vmin;
  }
  #sec02 h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin: 0 0 3.6vmin;
  }
  #sec02 h2 span {
    font-size: 2rem;
  }
  #sec02 .head_text {
    font-size: 1.5rem;
    line-height: 1.388;
    margin: 0 0 7.8667vmin;
  }
  #sec02 .contents dl.accordion {
    border: 3px solid #c8c8c8;
  }
  #sec02 .contents dl.accordion:not(:last-child) {
    margin: 0 0 4.4vmin;
  }
  #sec02 .contents dl.accordion > dt {
    display: flex;
    align-items: center;
    font-size: 1.58rem;
    line-height: 1.21;
    padding: 0 9.6vmin 0 4.9333vmin;
    height: 21.3333vmin;
  }
  #sec02 .contents dl.accordion > dt::after {
    right: 4vmin;
    width: 5.3333vmin;
    height: 5.3333vmin;
  }
  #sec02 .contents dl.accordion > dd {
    display: block;
    padding: 0 4.9333vmin 7.2vmin;
    margin: 0;
  }
  #sec02 .contents dl.accordion > dd .wrap.flex_sp {
    display: flex;
  }
  #sec02 .contents dl.accordion > dd > dl.task {
    margin: 0 0 5.6vmin 0;
    margin-right: 0 !important;
  }
  #sec02 .contents dl.accordion > dd > dl > dt {
    font-size: 1.25rem;
    width: 14.9333vmin;
    line-height: 5.6vmin;
    margin: 0 0 1.8667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl > dt::after {
    border-width: 5.6vmin 1.6vw 0 0;
  }
  #sec02 .contents dl.accordion > dd > dl dd p {
    font-size: 1.33rem;
    line-height: 1.375;
    margin: 0;
  }
  #sec02 .contents dl.accordion > dd > dl dd p .space {
    letter-spacing: -0.4em;
  }
  #sec02 .contents dl.accordion > dd > dl dd .wrap:not(.flex_sp) > p {
    margin: 0 0 4.2667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .flex_sp p {
    flex: 0 1 48.6667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .flex_sp .img {
    margin-left: 5.0667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .flex_sp .img.img_01 {
    flex: 0 0 28.5333vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .flex_sp .img.img_02 {
    width: 100%;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_03 {
    flex: 0 0 27.4667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_04 {
    flex: 0 0 29.0667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_05 {
    width: 47.2vmin;
    margin: 0 auto;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_06 {
    width: 28.6667vmin;
    margin: 0 auto;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_07 {
    width: 27.6vmin;
    margin: 0 auto;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_09 {
    width: 47.2vmin;
    margin: 0 auto;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_10 {
    width: 18.9333vmin;
    margin: 0 auto;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_11 {
    width: 28.8vmin;
    margin: 0 auto;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_12 {
    flex: 0 0 28.2667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_13 {
    flex: 0 0 28.4vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_14 {
    flex: 27.8667vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_15 {
    width: 100%;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_16 {
    flex: 0 0 20.4vw;
  }
  #sec02 .contents dl.accordion > dd > dl dd .img.img_17 {
    width: 100%;
  }
  #sec02 .contents dl.accordion > dd > dl dd ul {
    flex-wrap: wrap;
  }
  #sec02 .contents dl.accordion > dd > dl dd ul li p {
    position: relative;
    flex: 0;
    font-size: 1.33rem;
    line-height: 1.375;
    margin: 0 0 2vmin;
    padding-left: 5vmin;
  }
  #sec02 .contents dl.accordion > dd > dl dd ul li p::before {
    top: 0.8vmin;
    width: 3.6vmin;
    height: 3.6vmin;
  }
  #sec02 .contents dl.accordion > dd > dl.solution ul li:not(:last-child) {
    margin-right: 3.7%;
  }
  #sec02 .contents dl.accordion > dd > dl.solution ul li:nth-child(even) {
    margin-right: 0;
  }
  #sec02 .contents dl.accordion > dd > dl.solution ul li:nth-child(n + 3) {
    margin-top: 5.3333vmin;
  }
  #sec02 .contents .list li {
    padding: 6vmin 4.6667vmin 0.4vmin;
    width: 48.2%;
    min-height: 45.3333vmin;
    border: 3px solid #c8c8c8;
  }
  #sec02 .contents .list li:nth-child(odd) {
    margin-right: 3.6%;
  }
  #sec02 .contents .list li:nth-child(n + 3) {
    margin-top: 3.2vmin;
  }
  #sec02 .contents .list li p {
    font-size: 1.25rem;
    line-height: 1.26;
  }
  #sec02 .contents .list li .img.img_18 {
    width: 10.1333vmin;
  }
  #sec02 .contents .list li .img.img_19 {
    width: 23.7333vmin;
  }
  #sec02 .contents .list li .img.img_20 {
    width: 16vw;
  }
  #sec02 .contents .list li .img.img_21 {
    width: 12.2667vw;
  }
  #sec02 .contents .list li .img.img_22 {
    width: 12.9333vw;
  }
  #sec02 .contents .list li .img.img_23 {
    width: 15.7333vw;
  }
  #sec02 .contents .bottom_text {
    font-size: 1.67rem;
    margin: 0;
  }
  #sec02 .contents .bottom_text span {
    display: block;
    font-size: 2.08rem;
    margin: 2.9333vmin 0 0;
  }

  /* 追加ここまで */
  #sec04 {
    padding: 10vmin 3vmin;
  }
  #sec04 h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
  #sec04 h2 + p {
    font-size: 1.7rem;
  }
  #sec04 .inner div {
    padding: 5vmin;
    margin: 10vmin 0 0;
  }
  #sec04 .inner div h3 {
    font-size: 2.375rem;
    margin: 0 0 6vmin;
  }
  #sec04 .inner div picture {
    margin: 0;
  }
  #sec04 .inner div picture img {
    width: auto;
    height: auto;
  }
  #sec04 .inner div p.red {
    font-size: 1.25rem;
  }
  #sec05 {
    padding: 10vmin 3vmin;
  }
  #sec05 h2 {
    font-size: 3rem;
  }
  #sec05 h2 + p {
    margin: 10vmin 0 10vmin;
    font-size: 1.7rem;
  }
  #sec05 h2 + p + p {
    font-size: 1.8rem;
  }
  #sec05 h2 + p + p span {
    margin: 0 1vmin;
  }
  #sec05 .flexbox01 {
    padding: 0 0;
    margin: 10vmin 0 0;
    flex-direction: column;
  }
  #sec05 .flexbox01 > div {
    width: 100%;
  }
  #sec05 .flexbox01 > div + div {
    margin-top: 5vmin;
  }
  #sec05 .flexbox01 > div > dl > dt {
    font-size: 2.5rem;
    padding: 3vmin 0;
  }
  #sec05 .flexbox01 > div > dl > dd {
    padding: 3vmin;
    margin: 0;
  }
  #sec05 .flexbox01 > div > dl > dd p {
    margin: 0;
    font-size: 1.8rem;
  }
  #sec05 .flexbox01 dd dl {
    margin: 25px 0 0;
    font-size: 2.8rem;
    width: auto;
  }
  #sec05 .flexbox01 dd dl dt {
    width: auto;
    font-size: 2.8rem;
    display: inline-block;
    transform: translateY(0.25rem);
  }
  #sec05 .flexbox01 dd dl dd {
    margin: 0;
    width: auto;
    font-size: 2.8rem;
  }
  #sec05 .flexbox01 dd dl dt sup {
    font-size: 1.25rem;
  }
  #sec05 .flexbox01 > div > dl > dd dl + p {
    font-size: 1rem;
    margin: 3vmin 0 8vmin;
  }
  #sec05 .flexbox01 dl dd .num {
    display: inline-block;
    transform: translateY(-0.125rem);
    margin-right: 0.1875rem;
  }
  #sec05 .flexbox01 dl dd .num.__0 {
    width: 2.75rem;
  }
  #sec05 .flexbox01 dl dd .num.__7500 {
    width: 12.875rem;
  }
  #sec05 .flexbox01 dl dd .num.__30000 {
    width: 15.8125rem;
  }
  #sec05 .flexbox01 dl dd .num.__15000 {
    width: 15.3125rem;
  }

  #sec05 .flexbox01 dl dd .space {
    font-size: 2.8rem;
    margin-right: 1em;
  }
  #sec05 .flexbox01 dl dd .price {
    font-size: 4rem;
  }
  #sec05 .flexbox01 dd dl dd span {
    font-size: 2.8rem;
  }
  #sec05 .flexbox01 > div > dl .notes {
    font-size: 1.25rem;
  }
  #sec05 .flexbox01 + p {
    margin: 4vmin 0 10vmin;
    font-size: 1.25rem;
  }
  #sec05 .fee_inq {
    padding: 10vmin 10vmin;
  }
  #sec05 .fee_inq button {
    padding: 5vmin 8vmin 5vmin 5vmin;
  }
  #sec06 {
    padding: 10vmin 3vmin;
  }
  #sec06 h2 {
    font-size: 3rem;
    margin: 0 0 10vmin;
  }
  #sec06 p {
    font-size: 1.25rem;
  }
  #sec07 {
    padding: 10vmin 3vmin;
  }
  #sec07 h2 {
    font-size: 3rem;
    margin: 0 0 5vmin;
    line-height: 1.4;
  }
  #sec07 h2 + p {
    margin: 5vmin 0 10vmin;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  #sec07 h3 {
    border-bottom: 2px solid #7a7a7a;
    font-size: 2rem;
  }
  #sec07 h3:last-of-type {
    border: none;
    margin: 0 0 3vmin;
  }
  #sec07 ul {
    font-size: 1.6rem;
    margin: 0 0 10vmin 1.4em;
    padding: 0;
  }
  #sec07 ul li {
    margin: 10px 0;
  }
  #sec07 table {
    border-top: 0.0625rem solid #D3D3D3;
  }
  #sec07 table th {
    font-size: 1.5rem;
    width: auto;
    padding: 3vmin;
    border-bottom: 0.0625rem solid #D3D3D3;
  }
  #sec07 table td {
    font-size: 1.5rem;
    padding: 3vmin;
    line-height: 1.8;
    border-bottom: 0.0625rem solid #D3D3D3;
  }

  #sec07 .flow-list {
    display: block;
  }
  #sec07 .flow-list__item {
    filter: drop-shadow(0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1));
  }
  #sec07 .flow-list__item--inner {
    background-color: #fff;
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    height: auto;
    width: 100%;
  }
  #sec07 .flow-list__item:nth-child(2) .flow-list__item--inner {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    margin: 1rem 0 0;
    width: 100%;
  }

  #sec07 .flow-list__item h3 {
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1;
    margin: 0;
  }
  #sec07 .flow-list__item--txt {
    padding: 2rem 3.9375rem 4rem;
  }
  #sec07 .flow-list__item:nth-child(2) .flow-list__item--txt {
    padding: 2rem 3.9375rem;
  }
  #sec07 .flow-list__item--txt ul li {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0.75rem 0.375rem 0.375rem;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #EBEFF2;
    margin-bottom: 0.3125rem;
    color: #092E74;
    display: inline-block;
  }

  #sec08 {
    padding: 10vmin 3vmin;
  }
  #sec08 h2 {
    font-size: 3rem;
    margin: 0 0 10vmin;
  }
  #sec08 table th {
    width: 38vmin;
    padding: 3vmin;
  }
  #sec08 table th::after {
    bottom: -1.2rem;
    left: 13%;
    width: 5vmin;
    height: 5vmin;
  }
  #sec08 table td {
    padding: 3vmin;
  }
  #sec08 table td button {
    font-size: 1rem;
    width: auto;
    padding: 3vmin 8vmin 3vmin 5vmin;
    margin-top: 3vmin;
  }
  #sec08 table td button::after {
    right: 3vmin;
    width: 1vmin;
    height: 1vmin;
    margin-top: -1vmin;
  }
  #sec08 .flexbox01 > div:first-of-type {
    font-size: 2rem;
    margin: 0 3vmin 0 0;
  }
  #sec09 {
    padding: 10vmin 3vmin;
  }
  #sec09 h2 {
    font-size: 3rem;
    margin: 0 0 10vmin;
  }
  #sec09 p {
    font-size: 1rem;
  }
  #sec09 .flexbox01 {
    display: block;
  }
  #sec09 table {
    height: auto;
  }
  #sec09 table + table {
    border-top: none;
  }
  #sec09 table th {
    padding: 3vmin;
    width: 38vmin;
    font-size: 1.5rem;
  }
  #sec09 table td {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #sec09 table td .notes {
    font-size: 1.4rem;
  }
  #sec10 {
    padding: 10vmin 3vmin;
  }
  #sec10 h2 {
    font-size: 3rem;
    margin: 0 0 5vmin;
  }
  #sec10 h2 + p {
    margin: 5vmin 0 10vmin;
    font-size: 1.4rem;
  }
  #sec10 .partner_inq {
    padding: 10vmin 10vmin;
  }
  #sec10 .partner_inq button {
    padding: 5vmin 8vmin 5vmin 5vmin;
  }
  #sec10 a.btn {
    font-size: 1.5rem;
    padding: 5vmin 8vmin 5vmin 5vmin;
  }
  /* 追加　@20220218 */
  #sec11 h2 {
    font-size: 3rem;
  }
  #sec11 .flexbox02 {
    display: block;
  }
  #sec11 .flexbox01 {
    margin: 15vmin 5vmin 0;
    width: auto;
  }
  #sec11 .flexbox01 div:first-of-type {
    width: 20vmin;
  }
  #sec11 .flexbox01 div:last-of-type {
    width: 65vmin;
  }
  #sec11 .flexbox01 h3 {
    font-size: 5vmin;
  }
  #sec11 .flexbox01 p {
    margin: 3vmin 0 0;
    font-size: 3.4vmin;
  }
  #sec11 .flexbox01 p + p {
  margin: 3vmin 0 0;
  font-size: 3.4vmin;
  }
  #sec11 .flexbox01 p a {
    display: block;
    padding: 2vmin 2vmin 2.8vmin 0;
    width: auto;
    font-size: 3.4vmin;
    background-size: 1.5rem 2.125rem;
  }


  .feature {
    padding: 10vmin 3vmin;
  }
  .feature h2 {
    font-size: 3rem;
    line-height: 1.4;
    margin: 0 0 5vmin;
  }
  .feature-list .feature-list__item {
    margin-bottom: 1.25rem;
    padding: 2.5rem;
    display: block;
  }
  .feature-list .feature-list__item:nth-child(2) {
    padding-bottom: 1.5625rem;
  }
  .feature-list .feature-list__item:nth-child(3) {
    padding: 2.125rem 2.3125rem 2.25rem;
  }
  .feature-list .feature-list__item:nth-child(5) {
    padding-right: 2.3125rem;
    margin-bottom: 0;
  }
  .feature-list .feature-list__item div {
    padding-left: 4.125rem;
    margin-bottom: 1.875rem;
  }
  .feature-list .feature-list__item div:last-child {
    margin-bottom: 0;
  }
  .feature-list .feature-list__item div + div {
    padding-left: 0;
  }
  .feature-list .feature-list__item h3 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 1.25rem;
  }
  .feature-list .feature-list__item h3::before {
    top: 0.375rem;
  }
  .feature-list .feature-list__item p {
    font-size: 1.75rem;
  }
  .feature-list .feature-list__item:nth-child(5) .minus {
    margin-left: 0;
  }
  .feature-list .feature-list__item div {
    width: 100% !important;
  }
  .feature-list .feature-list-support li {
    padding-top: 5.6875rem;
  }
  .feature-list .feature-list-support li::before {
    top: 0;
    left: 50%;
    width: 4.4375rem;
    height: 4.4375rem;
    transform: translateX(-50%);
  }
  .feature-list .feature-list-support h4 {
    font-size: 1.7rem;
    margin: 0 0 0.5rem;
  }
  .feature-list .feature-list-support p {
    font-size: 1.25rem;
    margin: 0;
  }
  .feature-list .feature-list-erp {
    display: block;
  }
  .feature-list .feature-list-erp li {
    padding: 0.9375rem 0.9375rem 0.9375rem 4rem;
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 0.625rem;
  }
  .feature-list .feature-list-erp li:last-child {
    margin-bottom: 0;
  }
  .feature-list .feature-list-law {
    display: block;
    padding: 0;
  }
  .feature-list .feature-list-law li {
    padding: 1.5625rem 1.875rem 1.875rem;
    margin-bottom: 0.625rem;
  }
  .feature-list .feature-list-law li:last-child {
    margin-bottom: 0;
  }
  .feature-list .feature-list-law li h4 {
    font-size: 1.7rem;
    margin: 0 0 0.875rem;
  }
  .feature-list .feature-list-law li p {
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.7;
  }

  /* 追加　@20220218 ここまで */
  table {
    border-spacing: 0;
    border-top: 1px dashed #d3d3d3;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
  }
  table tr {
    background-color: #082e74;
  }
  table th {
    font-size: 1.5rem;
    width: 38vmin;
    padding: 3vmin;
  }
  table td {
    font-size: 1.4rem;
    padding: 3vmin;
    line-height: 1.8;
    background-color: #fff;
  }
  .inquiry_area .flexbox02 {
    margin: 3vmin 0 0;
    flex-direction: column;
  }
  .inquiry_area .flexbox02 > div {
    width: 200px;
    text-align: center;
    font-size: 1rem;
  }
  .inquiry_area .flexbox02 > div:nth-of-type(2) {
    width: 100%;
    padding: 3vmin 15%;
  }
  .inquiry_area .flexbox02 > div p {
    font-size: 1.3rem;
  }
  .inquiry_area .flexbox02 > div:last-of-type {
    text-align: left;
    width: auto;
  }
  .inquiry_area a.btn.gray {
    font-size: 1.2rem;
  }
  /* フッター */
  footer > div:first-of-type {
    padding: 25px 0;
  }
  footer > div:first-of-type ul {
    margin: 0 0 4vmin;
    padding: 0 6vmin;
    font-size: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer > div:first-of-type ul li {
    margin: 0 3vmin;
  }
  footer > div:first-of-type small {
    font-size: 0.9rem;
  }
  footer .fix_bar .inner {
    padding: 3.2vmin 4vmin 4vmin;
  }
  footer .fix_bar .inner .btn_wrap {
    width: 48%;
  }
  footer .fix_bar .inner .btn_wrap p {
    font-size: 0.75rem;
    margin: 0 0 0.5em;
  }
  footer .fix_bar .inner .btn_wrap .btn a {
    font-size: 0.75rem;
    padding: 2.8vmin;
  }
  footer .fix_bar .inner .btn_wrap .btn a.btn::after {
    right: 4vmin;
    width: 1vmin;
    height: 1vmin;
    margin-top: -0.5vmin;
  }
  /* ヘッダー
  ***************************************************************************************/
}

/*==============================================================================
Media
============================================================================= */
@media screen and (max-width: 739px) {
  html {
    font-size: calc(100vw * 16 /750);
  }
  p {
    font-size: 1rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 740px) {
  html {
    font-size: calc(100vw * 16 /1440);
  }
  p {
    font-size: 1rem;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .fix_bar .inner {
    width: 60rem;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}

@media screen and (min-width: 740px) {
  .header {
    overflow-x: hidden;
  }
  .header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90rem;
  }
  .header .inner {
    position: relative;
  }
  .header .inner::before {
    content: '';
    width: 200vw;
    height: 0.0625rem;
    position: absolute;
    top: 2.6875rem;
    left: 50%;
    transform: translateX(-50%);
    background: #ececec;
  }
  .header .inner:last-child::before {
    display: none;
  }
  .header__logo01 {
    margin: 0.75rem 0 0.75rem 1.4375rem;
    width: 14.5rem;
    line-height: 1;
  }
  .header__logo02 {
    width: 14.6875rem;
    margin: 0.75rem 0 0.75rem 1.4375rem;
  }
  .header__list {
    display: flex;
    list-style: none;
  }
  .header__link {
    display: flex;
    margin-right: 7.5rem;
  }
  .header__link--btn {
    margin: 0 0.4375rem 0 0;
    border-radius: 0.125rem;
    font-size: 0.9375rem;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  }
  .header__link--btn:last-child {
    margin: 0;
  }
  .header__link--btn::before {
    content: '';
    width: 0.39375rem;
    height: 0.39375rem;
    position: absolute;
    top: 50%;
    right: 0.58125rem;
    transform: translateY(-50%) rotate(45deg);
  }
  .header__link--btn .small {
    font-size: 0.75rem;
  }
  .header__link--btn a {
    display: block;
    padding: 0.5625rem 1.25rem;
    line-height: 1;
    cursor: pointer;
  }
  .header__link--btn00 {
    background: #eaf0f9;
    border: 0.125rem solid #244c95;
  }
  .header__link--btn00::before {
    border-top: 0.125rem solid #244c95;
    border-right: 0.125rem solid #244c95;
  }
  .header__link--btn00 a {
    padding: 0.5625rem 2.1875rem 0.5625rem 1.25rem;
    color: #244c95;
  }
  .header__link--btn01 {
    background: #d9e9d6;
    border: 0.125rem solid #3c8f36;
  }
  .header__link--btn01::before {
    border-top: 0.125rem solid #3c8f36;
    border-right: 0.125rem solid #3c8f36;
  }
  .header__link--btn01 a {
    color: #3c8f36;
  }
  .header__link--btn02 {
    background: #EBF3F7;
    border: 0.125rem solid #3E82B0;
  }
  .header__link--btn02::before {
    border-top: 0.125rem solid #3E82B0;
    border-right: 0.125rem solid #3E82B0;
  }
  .header__link--btn02 a {
    color: #3E82B0;
  }
  .header__link--btn03 {
    background: #fbe6da;
    border: 0.125rem solid #ef8044;
  }
  .header__link--btn03::before {
    border-top: 0.125rem solid #ef8044;
    border-right: 0.125rem solid #ef8044;
  }
  .header__link--btn03 a {
    color: #ef8044;
  }
}

@media screen and (max-width: 739px) {
  .header {
    padding: 2.5rem 0 1.4375rem;
  }
  .header .inner {
    padding: 0 2.5rem;
  }
  .header__logo01 {
    width: 26.5rem;
    margin: 0;
  }
  .header__logo02 {
    width: 25.625rem;
    margin: 1.5625rem 0 0;
  }
  .header__link {
    display: flex;
    margin: 1.6875rem 0 0;
  }
  .header__link--btn {
    width: 14rem;
    margin: 0 0.875rem 0 0;
    border-radius: 0.3125rem;
    font-size: 1.5rem;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 1px 0.3125rem rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .header__link--btn:last-child {
    margin: 0;
  }
  .header__link--btn::before {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(45deg);
  }
  .header__link--btn .small {
    font-weight: 500;
    font-size: 1.25rem;
  }
  .header__link--btn a {
    display: block;
    line-height: 1;
    cursor: pointer;
  }
  .header__link--btn00 {
    background: #eaf0f9;
    border: 0.1875rem solid #244c95;
  }
  .header__link--btn00::before {
    border-top: 0.1875rem solid #244c95;
    border-right: 0.1875rem solid #244c95;
  }
  .header__link--btn00 a {
    padding: 0.9375rem 1.5625rem 0.9375rem 0.3125rem;
    color: #244c95;
    letter-spacing: -.05em;
  }
  .header__link--btn01 {
    background: #d9e9d6;
    border: 0.1875rem solid #3c8f36;
  }
  .header__link--btn01::before {
    border-top: 0.1875rem solid #3c8f36;
    border-right: 0.1875rem solid #3c8f36;
  }
  .header__link--btn01 a {
    padding: 0.9375rem 3.75rem 0.9375rem 3.125rem;
    color: #3c8f36;
  }
  .header__link--btn02 {
    background: #EBF3F7;
    border: 0.1875rem solid #3E82B0;
  }
  .header__link--btn02::before {
    border-top: 0.1875rem solid #3E82B0;
    border-right: 0.1875rem solid #3E82B0;
  }
  .header__link--btn02 a {
    padding: 0.9375rem 3.125rem 0.9375rem 2.8125rem;
    color: #3E82B0;
  }
  .header__link--btn03 {
    background: #fbe6da;
    border: 0.1875rem solid #ef8044;
  }
  .header__link--btn03::before {
    border-top: 0.1875rem solid #ef8044;
    border-right: 0.1875rem solid #ef8044;
  }
  .header__link--btn03 a {
    padding: 0.9375rem 3.4375rem 0.9375rem 2.5rem;
    color: #ef8044;
  }

}

/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 739px) {
  #integration .attention {
    top: 42.4375rem;
  }
  .fv {
    overflow: hidden;
/*    padding: 2.8125rem 0 3.75rem;*/
    padding: 1.25rem 0;
    background: url(../images/fv_bg01_sp.png) top center/cover no-repeat;
  }
  .fv--num02 {
    padding: 2.8125rem 0 3.125rem;
  }
  .fv .inner {
    position: relative;
    width: 44.6875rem;
    margin: 0 auto;
  }
  .fv__comment {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 34.375rem;
    height: 5.9375rem;
    margin: 0 auto;
    padding-bottom: 2.5rem;
    line-height: 1;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    background: url(../images/fv_bg03_sp.png) top center/contain no-repeat;
  }
  .fv__comment .num {
    display: inline-block;
    width: 2rem;
    margin: 0 0.625rem;
    transform: translateY(0.3125rem);
  }
  .fv__comment .num02 {
    display: inline-block;
    width: 7.875rem;
    margin: 0 0.625rem;
    transform: translateY(0.6rem);
  }
  .fv__comment::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.625rem;
    right: -5.3125rem;
    width: 4.375rem;
    height: 10.625rem;
    background: url(../images/fv_icon04_sp.png) top center/contain no-repeat;
  }
  .fv__ttl01 {
    margin: 0rem 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 1.2;
  }
  .fv__ttl01--num02 {
    letter-spacing: 0.1em;
  }
  .fv__ttl01 .small {
    font-size: 2.875rem;
  }
  .fv__ttl01 .big {
    color: #082e74;
    font-size: 4.8125rem;
    letter-spacing: 0;
  }
  .fv__ttl01 .big02 {
    letter-spacing: 0.1em;
  }
  .fv__ttl01 .medium {
    font-size: 3.875rem;
  }
  .fv__ttl01 .space {
    letter-spacing: -.04em;
  }
  .fv__txt.__01 {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.0625rem;
         column-gap: 1.0625rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    margin: 1.9375rem 0 0;
    color: #082e74;
    font-weight: 900;
    font-size: 1.875rem;
    letter-spacing: .08em;
    line-height: 1;
    text-align: center;
  }
  .fv__txt.__01::before, .fv__txt.__01::after {
    content: "";
    margin: 0.25rem 0 0;
    width: 6.8125rem;
    height: 0.0625rem;
    background: #082e74;
  }
  .fv__list {
    display: flex;
    list-style: none;
    margin: 1.875rem 0rem 0;
    padding: 0;
  }
  .fv__list--num02 {
    justify-content: center;
  }
  .fv__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12.5rem;
    margin-right: 2.6875rem;
  }
  .fv__item:nth-child(3) {
    margin-right: 0;
  }
  .fv__item--num01 .fv__cut {
    margin: -2.5rem 0 0;
  }
  .fv__circle {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
    padding: 0.625rem;
    border-radius: 1.125rem;
    background-color: #fbe7db;
    color: #082e74;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }
  .fv__img01 {
    width: 12.5rem;
    position: relative;
    z-index: 1;
    margin-top: -1.25rem;
  }
  .fv__cut {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1.875rem 0 0;
  }
  .fv__cut .comment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.625rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    background: url(../images/fv_bg02.png) top center/cover no-repeat;
    background-size: contain;
    white-space: nowrap;
  }
  .fv__cut .num01 {
    width: 6.8125rem;
    margin: 0 0.3125rem 0 0;
  }
  .fv__cut .num02 {
    width: 7.375rem;
    margin: 0 0.3125rem 0 0;
  }
  .fv__cut .num01 {
    width: 6.8125rem;
    margin: 0 0.3125rem 0 0;
  }
  .fv__cut .cut {
    margin: 0;
    writing-mode: vertical-rl;
    color: #082e74;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
  }
  .fv__list--wrap {
    display: flex;
    width: 100%;
    margin: 1.875rem 0 0;
    padding: 1.25rem 1.875rem 1.5625rem 1.25rem;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .fv__list--wrap .wrap01 {
    width: 13.75rem;
    margin: 0 1.25rem 0 0;
    border-right: 1px solid #eeeeee;
  }
  .fv__list--wrap .wrap01 .fv__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fv__list--wrap .wrap01 .fv__circle {
    margin: 0;
    padding: 0.625rem 1.5625rem;
  }
  .fv__list--wrap .wrap01 .fv__img01 {
    width: 8.4375rem;
    margin: 0.5rem 0 0;
  }
  .fv__list--wrap .wrap01 .fv__cut {
    margin: 0.625rem 0 0;
  }
  .fv__list--wrap .wrap02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .fv__list--wrap .wrap02 .fv__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
  }
  .fv__list--wrap .wrap02 .fv__item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .fv__list--wrap .wrap02 .fv__img01 {
    width: 3.75rem;
    margin: 0 9px 0 0;
  }
  .fv__list--wrap .wrap02 .fv__circle {
    margin: 0 2.1875rem 0 0;
    padding: 0.5625rem 1.125rem 0.625rem 1.5625rem;
    border-radius: 0;
    position: relative;
  }
  .fv__list--wrap .wrap02 .fv__circle::before {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    top: 50%;
    right: -0.875rem;
    transform: translateY(-50%) rotate(45deg);
    background: #fbe7db;
    z-index: -1;
  }
  .fv__list--wrap .wrap02 .fv__cut {
    align-items: flex-end;
    margin: 0 0 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut .num {
    width: 5.3125rem;
    margin: 0 0.9375rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut .cut {
    writing-mode: inherit;
  }
  .fv__img02 {
    width: 29.375rem;
    margin: 5.3125rem auto 0;
  }
  .fv .attention {
    position: absolute;
    top: 33.125rem;
    font-size: 1.25rem;
  }
  .fv__cta {
    width: 39.375rem;
    margin: 1.75rem auto 0;
  }
  .fv__cta__ttl {
    position: relative;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    margin-bottom: 1.25rem;
    color: #082e74;
    font-weight: bold;
    font-size: 1.875rem;
    letter-spacing: .05em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .fv__cta__ttl::before, .fv__cta__ttl::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    width: 7.4375rem;
    height: 0.0625rem;
    background: #082e74;
  }
  .fv__cta__ttl::before {
    left: 0;
  }
  .fv__cta__ttl::after {
    right: 0;
  }
  .fv__cta__ttl .strong {
    color: #ef8044;
    margin: 0 0.125rem 0 0;
  }
  .fv__cta__ttl .large {
    font-size: 2.5625rem;
    left: 0;
  }
  .fv__cta__ttl .num {
    display: inline-block;
    transform: translateY(0.25rem);
    margin: 0 0.5625rem 0 0.375rem;
  }
  .fv__cta__ttl .num.__1 {
    width: 0.625rem;
  }
  .fv__cta__btn-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.9375rem;
  }
  .fv__cta__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 2.1875rem 0;
    box-shadow: 0.3125rem 0.5625rem 0.6875rem 0.125rem rgba(194, 198, 210, 0.4);
    border-radius: 0.625rem;
    letter-spacing: 0.04em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }
  .fv__cta__btn01 {
    border: 0.125rem solid #082e74;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 1%, #f8faff 100%);
    color: #082e74;
  }
  .fv__cta__btn01::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.75rem;
    width: 1rem;
    height: 1.4375rem;
    background: url(../images/cta_arrow01.png) top center/contain no-repeat;
  }
  .fv__cta__btn02 {
    background-color: #ffa000;
    color: #fff;
  }
  .fv__cta__btn02::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.75rem;
    width: 1rem;
    height: 1.4375rem;
    background: url(../images/cta_arrow02.png) top center/contain no-repeat;
  }
  .fv__cta__btn03 {
    background-color: #ff6450;
    color: #fff;
  }
  .fv__cta__btn03::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.75rem;
    width: 1rem;
    height: 1.4375rem;
    background: url(../images/cta_arrow02.png) top center/contain no-repeat;
  }
  .integration .fv .attention {
    top: 42.4375rem;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .fv__ttl01 .big {
    font-size: 11vmin;
  }

}

/*==============================================================================
fv
============================================================================= */
@media screen and (min-width: 740px) {
  #integration .fv {
    overflow: hidden;
  }
  #integration .fv__txt.__01 {
    position: relative;
    display: inline-block;
    padding-right: 8.25rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    margin: 0.875rem 0 0;
    color: #082e74;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1;
  }
  #integration .fv__txt.__01::before {
    content: "";
    position: absolute;
    top: 52%;
    right: 0;
    transform: translateY(-50%);
    width: 7.5rem;
    height: 0.0625rem;
    background: #082e74;
  }
  #integration .fv__comment::after {
    top: 4.125rem;
  }
  #integration .fv .fv__img01.__01 img {
    width: 5.5625rem;
    height: 5.4375rem;
  }
  #integration .fv .fv__img01.__02 img {
    width: 1.9375rem;
    height: 1.9375rem;
  }
  #integration .fv .fv__img01.__03 img {
    width: 2.4375rem;
    height: 2.4375rem;
  }
  #integration .fv .fv__img01.__04 img {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  #integration .fv .num.__01 img {
    width: 5.1875rem;
    height: 2.3125rem;
  }
  #integration .fv .num.__02 img {
    width: 2.8125rem;
    height: 1.875rem;
  }
  #integration .fv .num.__03 img {
    width: 3.125rem;
    height: 1.875rem;
  }
  #integration .fv .num.__04 img {
    width: 3.125rem;
    height: 1.875rem;
  }
  #integration .fv .fv__img02 {
    right: -12.8125rem;
    top: 1.5625rem;
  }
  #integration .fv .fv__img02 img {
    width: 44.6875rem;
    height: 27.125rem;
  }
  .fv {
    overflow: hidden;
    padding: 1.25rem 0;
    background: url(../images/fv_bg01.png) top center/cover no-repeat;
  }
  .fv .inner {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
  }
  .fv__comment {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 22.4375rem;
    height: 3.85875rem;
    margin: 0;
    padding-bottom: 1.5rem;
    line-height: 1;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0;
    background: url(../images/fv_bg03.png) top center/contain no-repeat;
  }
  .fv__comment .num {
    display: inline-block;
    margin: 0 0.1875rem;
    transform: translateY(2px);
  }
  .fv__comment .num img {
    width: 1.25rem;
    height: 1.75rem;
  }
  .fv__comment .num02 {
    display: inline-block;
    margin: 0 0.3125rem;
    transform: translateY(7px);
  }
  .fv__comment .num02 img {
    width: 5.75rem;
    height: 2.25rem;
  }
  .fv__comment::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.4375rem;
    right: -9.0625rem;
    width: 4.5rem;
    height: 6.75rem;
    background: url(../images/fv_icon04.png) top center/contain no-repeat;
  }
  .fv__comment--num02::after {
    right: -9.6875rem;
  }
  .fv__ttl01 {
    margin: 0.3125rem 0 0;
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
  .fv__ttl01 .small {
    font-size: 2.3125rem;
  }
  .fv__ttl01 .big {
    display: inline-block;
    margin-top: 0.3125rem;
    color: #082e74;
    font-size: 3.25rem;
    letter-spacing: -0.01em;
  }
  .fv__ttl01 .big02 {
    font-size: 2.75rem;
    letter-spacing: 0.1em;
  }
  .fv__ttl01 .medium {
    font-size: 2.625rem;
  }
  .fv__ttl01--num02 {
    font-size: 2.875rem;
    letter-spacing: 0.1em;
  }
  .fv__ttl01--num03 {
    font-size: 2.875rem;
    letter-spacing: 0.04em;
  }
  .fv__ttl01--num03 .big02 {
    letter-spacing: 0.04em;
  }
  .fv__txt.__01 {
    position: relative;
    display: inline-block;
    padding-right: 8.9375rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    margin: 0.6875rem 0 0;
    color: #082e74;
    font-weight: 900;
    font-size: 1.375rem;
    letter-spacing: .08em;
    line-height: 1;
  }
  .fv__txt.__01::before {
    content: "";
    position: absolute;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    width: 8.0625rem;
    height: 0.0625rem;
    background: #082e74;
  }
  .fv__list {
    display: flex;
    list-style: none;
    margin: 1.875rem 0 0 -1.0625rem;
    padding: 0;
  }
  .fv__item--num01 {
    width: 11.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1rem;
  }
  .fv__item--num02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12.25rem;
    margin-right: 1rem;
  }
  .fv__item--num03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12.4375rem;
  }
  .fv__item--mr40 {
    margin-right: 2.5rem;
  }
  .fv__circle {
    position: relative;
    z-index: 2;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0.375rem 0.75rem;
    border-radius: 1.0625rem;
    background-color: #fbe7db;
    color: #082e74;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
  }
  .fv__img01 {
    position: relative;
    z-index: 1;
    margin-top:  -0.9375rem;
  }
  .fv__cut {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1.25rem 0 0;
  }
  .fv__cut .comment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem 0 0;
    padding: 0.75rem 0.25rem;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 0;
    background: url(../images/fv_bg02.png) top center no-repeat;
    background-size: contain;
    white-space: nowrap;
    line-height: 1;
  }
  .fv__cut .num01 {
    margin: 0 0.25rem 0 0;
  }
  .fv__cut .num02 {
    margin: 0 0.25rem 0 0;
  }
  .fv__cut .cut {
    margin: 0;
    writing-mode: vertical-rl;
    color: #082e74;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
  }
  .fv__img02 {
    position: absolute;
    top: -0.0625rem;
    right: -19.6875rem;
    width: 53.375rem;
  }
  .fv .attention {
    margin: 1.25rem 0 0;
    font-size: 0.625rem;
  }
  .fv__list--wrap {
    display: flex;
    width: 26.5rem;
    margin: 1.25rem 0 0;
    padding: 1.25rem 1.6875rem 1rem 1.125rem;
    background: #fff;
    border-radius: 1.25rem;
    box-sizing: border-box;
  }
  .fv__list--wrap .wrap01 {
    width: 10.625rem;
    margin: 0;
    padding: 0.875rem 0.8125rem 0.5rem 0.8125rem;
    border-right: 0.0625rem solid #eeeeee;
  }
  .fv__list--wrap .wrap01 .fv__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fv__list--wrap .wrap01 .fv__circle {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .fv__list--wrap .wrap01 .fv__img01 {
    margin: 0.4375rem 0 0;
  }
  .fv__list--wrap .wrap01 .fv__cut {
    margin: -0.25rem -0.25rem 0 -0.125rem;
  }
  .fv__list--wrap .wrap01 .fv__cut .cut {
    margin: 0 0 0 0.5625rem;
  }
  .fv__list--wrap .wrap02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
  }
  .fv__list--wrap .wrap02 .fv__item {
    display: flex;
    align-items: center;
    margin: 1.125rem 0 0.875rem;
    padding: 0 0 1.125rem 0.625rem;
    border-bottom: 0.0625rem solid #eee;
    white-space: nowrap;
  }
  .fv__list--wrap .wrap02 .fv__item:nth-child(2) {
    display: flex;
    align-items: center;
    margin: 0 0 0.9375rem;
    padding: 0 0 0.875rem 0.625rem;
    border-bottom: 0.0625rem solid #eee;
    white-space: nowrap;
  }
  .fv__list--wrap .wrap02 .fv__item:last-child {
    margin: 0;
    padding: 0 0 0 0.625rem;
    border-bottom: none;
  }
  .fv__list--wrap .wrap02 .fv__img01 {
    margin: 0 0.5625rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__img01.__02 {
    margin: 0 0.8125rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__img01.__03 {
    margin: 0 0.3125rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__img01.__04 {
    margin: 0 0.6875rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__circle {
    margin: 0 1rem 0 0;
    padding: 0.3125rem 0.4375rem 0.3125rem 0.625rem;
    border-radius: 0;
  }
  .fv__list--wrap .wrap02 .fv__circle::before {
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: -0.5rem;
    transform: translateY(-50%) rotate(45deg);
    background: #fbe7db;
    z-index: -1;
  }
  .fv__list--wrap .wrap02 .fv__circle.__02 {
    margin: 0 1.1875rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__circle.__03 {
    margin: 0 0.9375rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__circle.__04 {
    margin: 0 1.0625rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut {
    align-items: flex-end;
    margin: 0 0 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut .num {
    margin: 0 0.75rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut .num.__02 {
    margin: 0 0.625rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut .num.__03 {
    margin: 0 0.5rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut .num.__04 {
    margin: 0 0.25rem 0 0;
  }
  .fv__list--wrap .wrap02 .fv__cut .cut {
    writing-mode: inherit;
  }
  .fv__cta {
    margin: 0;
  }
  .fv__cta__ttl {
    position: relative;
    color: #082e74;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 0.9375rem 0;
  }
  .fv__cta__ttl .strong {
    margin: 0 0.1875rem 0 -0.0625rem;
    color: #ef8044;
    letter-spacing: .02em;
    font-size: 1.375rem;
  }
  .fv__cta__ttl .large {
    position: relative;
    top: 0.0625rem;
    font-size: 2.25rem;
  }
  .fv__cta__ttl .num {
    display: inline-block;
    transform: translateY(-6px);
    margin: 0 0.5625rem 0 0.375rem;
  }
  .fv__cta__ttl .num.__1 {
    width: 0.5rem;
    height: 1.6875rem;
  }
  .fv__cta__ttl::before, .fv__cta__ttl::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 23.125rem;
    height: 0.0625rem;
    background: #082e74;
  }
  .fv__cta__ttl::before {
    left: 0;
  }
  .fv__cta__ttl::after {
    right: 0;
  }
  .fv__cta__btn-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
    margin: -0.1875rem 0 0;
  }
  .fv__cta__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1.25rem 1.25rem 1.25rem 0.625rem;
    box-shadow: 0.3125rem 0.5625rem 0.6875rem 0.125rem rgba(194, 198, 210, 0.4);
    border-radius: 0.625rem;
    letter-spacing: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
  }
  .fv__cta__btn01 {
    border: 0.125rem solid #082e74;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 1%, #f8faff 100%);
    color: #082e74;
  }
  .fv__cta__btn01::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.9375rem;
    width: 0.6875rem;
    height: 1.125rem;
    background: url(../images/cta_arrow01.png) top center/contain no-repeat;
  }
  .fv__cta__btn02 {
    background-color: #ffa000;
    color: #fff;
  }
  .fv__cta__btn02::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.9375rem;
    width: 0.6875rem;
    height: 1.125rem;
    background: url(../images/cta_arrow02.png) top center/contain no-repeat;
  }
  .fv__cta__btn03 {
    background-color: #ff6450;
    color: #fff;
  }
  .fv__cta__btn03::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.9375rem;
    width: 0.6875rem;
    height: 1.125rem;
    background: url(../images/cta_arrow02.png) top center/contain no-repeat;
  }
  .integration .fv__ttl01 .big {
    font-size: 3.25rem;
    letter-spacing: 0em;
  }
  .integration .fv__ttl01 .big02 {
    font-size: 3.25rem;
  }
  .integration .fv__ttl01 .medium {
    font-size: 2.625rem;
  }
  .integration .fv__ttl01 .space {
    letter-spacing: -.15em;
  }
  .integration .fv__comment::after {
    top: 4.125rem;
    right: -9.0625rem;
  }
  .integration .fv__list--wrap {
    padding: 0;
  }
  .integration .fv__img02 {
    right: -16.875rem;
  }
  .integration .attention {
    margin-top: 0.625rem;
  }
}

/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 739px) {
  .cta {
    position: relative;
    z-index: 2;
    padding: 4.375rem 0 3.125rem;
    box-shadow: 0 0.25rem 1.25rem rgba(129, 128, 128, 0.23);
    background-color: #f3f5fb;
  }
  .cta--num01 {
    padding: 8.4375rem 0 1.875rem;
  }
  .cta__top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 46.875rem;
    height: 7.1875rem;
    padding: 1.625rem 0 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    background: url(../images/cta_top_bg_sp.png) no-repeat center/46.875rem 7.1875rem;
    color: #fff;
    font-weight: bold;
    font-size: 2.1875rem;
    letter-spacing: .06em;
/*    text-indent: .4em;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .cta__top .strong {
    color: #fd9258;
    letter-spacing: 0;
/*    margin: 0 0.3125rem 0 -0.0625rem;*/
  }
  .cta__top .large {
    font-size: 2.625rem;
  }
  .cta__top .num {
    display: inline-block;
    transform: translateY(0.375rem);
    margin: 0 0.5625rem 0 0.375rem;
  }
  .cta__top .num.__1 {
    width: 0.75rem;
  }
  .cta .inner {
    max-width: 44.0625rem;
  }
  .cta__head {
    padding-bottom: 2.1875rem;
    border-bottom: 1px solid #dcdee5;
  }
  .cta__ttl01 {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .cta__ttl01 .big {
    color: #082e74;
    font-size: 2.75rem;
    font-weight: 700;
  }
  .cta__btn01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.875rem;
    margin: 1.6875rem 0 0;
    padding-bottom: 0.375rem;
    box-shadow: 0.3125rem 0.5625rem 0.6875rem 0.125rem rgba(194, 198, 210, 0.4);
    border-radius: 0.625rem;
    border: 0.125rem solid #082e74;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 1%, #f8faff 100%);
    color: #082e74;
    font-size: 2.25rem;
    font-weight: 700;
  }
  .cta__btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5rem;
    width: 1rem;
    height: 1.4375rem;
    background: url(../images/cta_arrow01.png) top center/contain no-repeat;
  }
  .cta__middle {
    padding: 0rem 0 3.125rem;
  }
  .cta__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cta__item {
    text-align: center;
    margin-top: 2.5rem;
  }
  .cta__btn02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.875rem;
    margin-top: 1.25rem;
    padding-bottom: 0.375rem;
    box-shadow: 0.3125rem 0.5625rem 0.6875rem 0.125rem rgba(194, 198, 210, 0.4);
    border-radius: 0.625rem;
    background-color: #ffa000;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  .cta__btn02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5rem;
    width: 1rem;
    height: 1.4375rem;
    background: url(../images/cta_arrow02.png) top center/contain no-repeat;
  }
  .cta__btn02--num02 {
    background-color: #ff6450;
  }
  .cta__txt01 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .cta__txt01:before, .cta__txt01::after {
    content: "";
    display: block;
    width: 2.1875rem;
    height: 1px;
    margin-top: 0.125rem;
    background: #000;
  }
  .cta__txt01:before {
    margin-right: 0.3125rem;
    transform: rotate(70deg);
  }
  .cta__txt01::after {
    margin-left: 0.3125rem;
    transform: rotate(-70deg);
  }
  .cta .flexbox02 {
    margin: 0;
    padding: 2.6875rem 0rem 0 0rem;
    border-top: 1px solid #dcdee5;
  }
}

/*==============================================================================
cta
============================================================================= */
@media screen and (min-width: 740px) {
  .cta {
    position: relative;
    z-index: 2;
    padding: 3.625rem 0 2.5rem;
    box-shadow: 0 0.25rem 1.25rem rgba(129, 128, 128, 0.23);
    background-color: #f3f5fb;
  }
  .cta--num01 {
    padding: 3.125rem 0 0.5rem;
    margin: 3.125rem 0 0 0;
  }
  .cta__top {
    position: absolute;
    top: -3.125rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4.1875rem;
    padding: 0.6875rem 0 0 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    background: url(../images/cta_top_bg.png) no-repeat center/125rem 4.1875rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .cta__top .strong {
    color: #fd9258;
    letter-spacing: 0;
    margin: 0 0.3125rem 0 -0.0625rem;
    font-size: 1.375rem;
  }
  .cta__top .large {
    font-size: 2.25rem;
  }
  .cta__top .num {
    display: inline-block;
    transform: translateY(0);
    margin: 0 0.5625rem 0 0.375rem;
  }
  .cta__top .num.__1 {
    width: 0.5rem;
    height: 1.6875rem;
  }
  .cta .inner {
    max-width: 50.625rem;
  }
  .cta__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.0625rem;
    border-bottom: 0.0625rem solid #dcdee5;
  }
  .cta__ttl01 {
    margin: -0.625rem 0 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0;
  }
  .cta__ttl01 .big {
    color: #082e74;
    font-size: 1.625rem;
    font-weight: 700;
  }
  .cta__ttl01 .small {
    font-size: 1.25rem;
  }
  .cta__btn01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24.25rem;
    height: 4rem;
    margin: 0;
    box-shadow: 0.3125rem 0.5625rem em(11) 0.125rem rgba(194, 198, 210, 0.4);
    border-radius: 0.625rem;
    border: 0.125rem solid #082e74;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 1%, #f8faff 100%);
    color: #082e74;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .cta__btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0.8125rem;
    width: 0.625rem;
    height: 1.375rem;
    background: url(../images/cta_arrow01.png) top center/contain no-repeat;
  }
  .cta__middle {
    padding: 1.875rem 0 2.0625rem;
  }
  .cta__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
  }
  .cta__item {
    width: 28.125rem;
    text-align: center;
  }
  .cta__btn02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    margin-top: 0.6875rem;
    box-shadow: 0.3125rem 0.5625rem 0.6875rem 0.125rem rgba(194, 198, 210, 0.4);
    border-radius: 0.625rem;
    background-color: #ffa000;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .cta__btn02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.875rem;
    width: 0.6875rem;
    height: 1.125rem;
    background: url(../images/cta_arrow02.png) top center/contain no-repeat;
  }
  .cta__btn02--num02 {
    background-color: #ff6450;
  }
  .cta__txt01 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .cta__txt01:before, .cta__txt01::after {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 0.625rem;
    margin-top: 0.0625rem;
    background: #000;
  }
  .cta__txt01:before {
    margin-right: 0.9375rem;
    transform: rotate(-20deg);
  }
  .cta__txt01::after {
    margin-left: 0.9375rem;
    transform: rotate(20deg);
  }
  .cta .flexbox02 {
    margin: 0;
    padding: 2.1875rem 9.375rem 0 8.125rem;
    border-top: 0.0625rem solid #dcdee5;
  }
}

/*--------------------------------
    trouble
-------------------------------- */
@media screen and (max-width: 739px) {
  #integration .trouble {
    padding: 6.25rem 0 5.75rem;
    background: url(../images/trouble_bg02_sp.jpg) top center/cover no-repeat;
  }
  .trouble {
    padding: 6.25rem 0 17.8125rem;
    background: url(../images/trouble_bg01_sp.png) top center/cover no-repeat;
  }
  .trouble .fv__img01 {
    width: 13.75rem;
  }
  .trouble--num02 {
    padding: 6.25rem 0 7.1875rem;
    background: none;
  }
  .trouble--num03 {
    background: url(../images/trouble_bg01_sp.png) top center/cover no-repeat;
  }
  .trouble .inner {
    max-width: 44.0625rem;
  }
  .trouble__ttl01 {
    position: relative;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .trouble__ttl01 .big {
    display: block;
    font-size: 3.4375rem;
    line-height: 1.4;
  }
  .trouble__ttl01 .medium {
    font-size: 2.75rem;
  }
  .trouble__ttl01--num02 {
    line-height: 1.4;
  }
  .trouble__ttl01--num02 .big {
    line-height: 1.3;
  }
  .trouble__middle {
    position: relative;
    margin-top: 2.625rem;
  }
  .trouble__ttl02 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    margin: 0;
    padding: 0 0 0 0.1875rem;
    border-radius: 2.5rem;
    background-color: #082e74;
    font-size: 2.375rem;
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .trouble__img01 {
    width: 31.6875rem;
    margin: 1.5625rem auto 0;
  }
  .trouble__list {
    display: flex;
    list-style: none;
    margin: -1.375rem 0 0;
    padding: 0;
  }
  .trouble__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 1.4375rem;
  }
  .trouble__item:last-child {
    margin-right: 0;
  }
  .trouble__item--num01 {
    width: 13.125rem;
  }
  .trouble__item--num02 {
    width: 14.0625rem;
  }
  .trouble__item--num03 {
    width: 14.3125rem;
  }
  .trouble__wrap {
    margin: 1.125rem 0 0;
  }
  .trouble__tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .trouble__tab {
    position: relative;
    width: 10.625rem;
    padding: 1.0625rem 0;
    border-radius: 1.25rem 1.25rem 0 0;
    background-color: #959597;
    text-align: center;
    cursor: pointer;
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
  }
  .trouble__tab.show {
    padding: 1.625rem 0;
    background-color: #082e74;
  }
  .trouble__tab.show:hover {
    opacity: 1;
  }
  .trouble__tab.show:after {
    content: "";
    position: absolute;
    bottom: -0.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem 0.5625rem 0 0.5625rem;
    border-color: #082e74 transparent transparent transparent;
    z-index: 10;
  }
  .trouble__low {
    position: relative;
    z-index: 2;
    padding: 3.125rem 1.875rem 3.875rem;
    border-radius: 0 0 1.25rem 1.25rem;
    border: 0.125rem solid #082e74;
    background-color: #fff;
  }
  .trouble__low--num02 {
    border-radius: 1.25rem;
  }
  .trouble__contents {
    display: none;
  }
  .trouble__contents.show {
    display: block;
  }
  .trouble__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .trouble__img02 {
    width: 25%;
  }
  .trouble__ttl03 {
    width: 70%;
    margin: -0.3125rem 0 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #010101;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  .trouble__ba {
    margin-top: 3.125rem;
  }
  .trouble__box {
    background-color: #e7eaee;
  }
  .trouble__box--num02 {
    position: relative;
    margin-top: 3.125rem;
    background-color: #fef4ee;
  }
  .trouble__box--num02::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.375rem;
    height: 1.9375rem;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/trouble_arrow01_sp.png) top center/contain no-repeat;
  }
  .trouble__en {
    margin: 0;
  }
  .trouble__list02 {
    list-style: none;
    margin: 0;
    padding: 0.3125rem 0 2.5rem;
  }
  .trouble__item02 {
    position: relative;
    margin-top: 1rem;
    padding: 0 1.25rem 0 4.5rem;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .trouble__item02::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.25rem;
    left: 1.125rem;
    width: 2.1875rem;
    height: 2.1875rem;
    background: url(../images/trouble_check01.png) top center/100% 100% no-repeat;
  }
  .trouble__item02 .small {
    font-size: 1.375rem;
  }
  .trouble__item02--num02::after {
    background: url(../images/trouble_check02.png) top center/100% 100% no-repeat;
  }
  .trouble .fv__circle {
    margin-bottom: -1.25rem;
  }
  .integration .trouble .trouble__ttl03 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .integration .trouble .trouble__ttl03 .orange {
    font-size: 2rem;
  }
  .integration .trouble .trouble__ttl03 .num {
    display: inline-block;
    width: 6.5rem;
    transform: translateY(0.125rem);
    margin: 0 0.1875rem;
  }
  .integration .trouble .trouble__box .trouble__item02--bar {
    margin: 0.625rem 0 0 6.25rem;
    position: relative;
  }
  .integration .trouble .trouble__box .trouble__item02--bar::before {
    content: '';
    width: 0.9375rem;
    height: 0.125rem;
    position: absolute;
    top: 1rem;
    left: -1.25rem;
    background: #082e74;
  }
  .integration .trouble .trouble__box .small {
    font-size: 1.375rem;
  }
  .integration .trouble .trouble__box--num02 .trouble__item02--bar {
    margin: 0.625rem 0 0 6.25rem;
    position: relative;
  }
  .integration .trouble .trouble__box--num02 .trouble__item02--bar::before {
    content: '';
    width: 0.9375rem;
    height: 0.125rem;
    position: absolute;
    top: 1rem;
    left: -1.25rem;
    background: #ef8044;
  }
}

@media screen and (min-width: 740px) {
  .trouble {
    padding: 5.5rem 0 4.4375rem;
    background: url(../images/trouble_bg01.png) top center/cover no-repeat;
  }
  .trouble--num02 {
    background: none;
  }
  .trouble--num03 {
    background: url(../images/trouble_bg02.png) top center/cover no-repeat;
  }
  .trouble .inner {
    max-width: 75rem;
  }
  .trouble__ttl01 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.58;
    letter-spacing: 0;
    text-indent: -0.5em;
  }
  .trouble__ttl01 .big {
    font-size: 2.5rem;
  }
  .trouble__ttl01 .medium {
    font-size: 2.5rem;
  }
  .trouble__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -1.75rem;
    right: 2.625rem;
    width: 14.125rem;
    height: 12.75rem;
    background: url(../images/trouble_icon04.png) top center/contain no-repeat;
  }
  .trouble__ttl01--num02::after {
    content: none;
  }
  .trouble__middle {
    position: relative;
    margin: 3.625rem auto 0;
    max-width: 57.75rem;
    padding-left: 0.625rem;
  }
  .trouble__ttl02 {
    display: flex;
    align-items: center;
    width: 36.625rem;
    height: 3.375rem;
    margin: 0 0 1.625rem;
    padding: 0 0 0 8.0625rem;
    border-radius: 1.875rem;
    background-color: #082e74;
    font-size: 1.625rem;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
  }
  .trouble__img01 {
    position: absolute;
    width: 24.125rem;
    top: -1.4375rem;
    right: -0.5rem;
  }
  .trouble__img01 img {
    width: 24.125rem;
    height: 16.5rem;
  }
  .trouble__list {
    display: flex;
    list-style: none;
    margin: -0.0625rem 0 0 1.3125rem;
    padding: 0;
  }
  .trouble__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.9375rem;
  }
  .trouble__item--num01 {
    width: 9.1875rem;
  }
  .trouble__item--num02 {
    width: 10.0625rem;
  }
  .trouble__item--num03 {
    width: 9.8125rem;
  }
  .trouble .fv__circle {
    font-size: 1rem;
  }
  .trouble__wrap {
    padding: 1.25rem 6.25rem 0;
  }
  .trouble .fv__img01.__01 img {
    width: 9.1875rem;
    height: 9.5625rem;
  }
  .trouble .fv__img01.__02 img {
    width: 10.0625rem;
    height: 9.687rem;
  }
  .trouble .fv__img01.__03 img {
    width: 9.8125rem;
    height: 9.5625rem;
  }
  .trouble__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0.3125rem;
  }
  .trouble__tab {
    position: relative;
    width: 11.5625rem;
    padding: 0.6875rem 0 0.8125rem;
    border-radius: 0.625rem 0.625rem 0 0;
    background-color: #959597;
    text-align: center;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
  }
  .trouble__tab:hover {
    opacity: 0.6;
  }
  .trouble__tab.show {
    padding: 0.9375rem 0 0.8125rem;
    background-color: #082e74;
  }
  .trouble__tab.show:hover {
    opacity: 1;
  }
  .trouble__tab.show:after {
    content: "";
    position: absolute;
    bottom: -0.6875rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem 0.375rem 0 0.375rem;
    border-color: #082e74 transparent transparent transparent;
    z-index: 10;
  }
  .trouble__low {
    position: relative;
    z-index: 2;
    padding: 1.75rem;
    border-radius: 0 0 0.625rem 0.625rem;
    border: 0.125rem solid #082e74;
    background-color: #fff;
  }
  .trouble__low--num02 {
    padding: 2.5rem 2.5rem 2.8125rem;
    border-radius: 0.625rem;
  }
  .trouble__contents {
    display: none;
  }
  .trouble__contents.show {
    display: block;
  }
  .trouble__flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5625rem;
  }
  .trouble .integration--trouble__flex {
    align-items: center;
  }
  .trouble .integration--trouble__flex .orange {
    font-size: 2rem;
  }
  .trouble .integration--trouble__flex .num {
    display: inline-block;
    height: 1.625rem;
    transform: translateY(0.125rem);
    margin: 0 0.1875rem;
  }
  .trouble__img02 {
    width: 6.6875rem;
  }
  .trouble__img02 img {
    width: 6.6875rem;
    height: 6.6875rem;
  }
  .trouble__ttl03 {
    margin: -0.4375rem 0 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #010101;
    letter-spacing: 0.06em;
    line-height: 2.1875rem;
  }
  .trouble__ba {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    margin-top: 1.875rem;
  }
  .trouble__box {
    width: 27.6875rem;
    background-color: #e7eaee;
  }
  .trouble__box .trouble__item02--bar {
    position: relative;
    margin: 0 0 0.375rem 4.375rem;
    font-size: 0.875rem;
  }
  .trouble__box .trouble__item02--bar:first-child {
    margin: 1rem 0 0;
  }
  .trouble__box .trouble__item02--bar::before {
    content: '';
    width: 0.625rem;
    height: 0.125rem;
    position: absolute;
    top: 0.625rem;
    left: -1.1875rem;
    background: #0D1A33;
  }
  .trouble__box--num02 {
    position: relative;
    background-color: #fef4ee;
  }
  .trouble__box--num02::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.625rem;
    height: 1.875rem;
    top: 50%;
    left: -2.5rem;
    transform: translateY(-50%);
    background: url(../images/trouble_arrow01.png) top center/contain no-repeat;
  }
  .trouble__box--num02 .trouble__item02--bar {
    position: relative;
    font-size: 0.875rem;
  }
  .trouble__box--num02 .trouble__item02--bar:first-child {
    margin: 1rem 0 0;
  }
  .trouble__box--num02 .trouble__item02--bar::before {
    content: '';
    width: 0.625rem;
    height: 0.125rem;
    position: absolute;
    top: 0.625rem;
    left: -1.1875rem;
    background: #ef8044;
  }
  .trouble__box .small {
    font-size: 0.8125rem;
    font-weight: 300;
  }
  .trouble__en {
    margin: 0;
  }
  .trouble__en img {
    width: 27.6875rem;
    height: 2.375rem;
  }
  .trouble__list02 {
    list-style: none;
    margin: 0;
    padding: 1.1875rem 0 1.5rem;
  }
  .trouble__item02 {
    position: relative;
    margin-top: 0.625rem;
    padding: 0 1.25rem 0 3.125rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing:0;
    margin-bottom: 0.625rem;
  }
  .trouble__item02:first-child {
    margin-top: 0;
  }
  .trouble__item02::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.1875rem;
    left: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/trouble_check01.png) top center/100% 100% no-repeat;
  }
  .trouble__item02--num02 {
    padding: 0 1.25rem 0 3.125rem;
  }
  .trouble__item02--num02::after {
    left: 0.9375rem;
    background: url(../images/trouble_check02.png) top center/100% 100% no-repeat;
  }
}

@media screen and (max-width: 739px) {
  #integration .efficient__ttl01 .big {
    color: #082e74;
    font-size: 2.875rem;
  }
  #integration .efficient__ttl01 .bg {
    display: inline;
  }
  #integration .efficient__ttl01 .bg.sp {
    display: inline;
  }
  #integration .efficient__ttl01 .bg.sp.__01::after {
    background: url(../images/efficient_bg01_01_sp.png) top center/contain no-repeat;
    width: 37.75rem;
    height: 1.625rem;
  }
  #integration .efficient__ttl01 .bg.sp.__02::after {
    background: url(../images/efficient_bg01_02_sp.png) top center/contain no-repeat;
    width: 14.5rem;
    height: 1.625rem;
  }
  #integration .efficient__list {
    margin: 3.4375rem 0 0;
  }
  .efficient {
    padding: 6.875rem 0 7.5rem;
    background-color: #f5f5f5;
  }
  .efficient--num02 {
    padding: 6.875rem 0 5rem;
  }
  .efficient .inner {
    max-width: 44.0625rem;
  }
  .efficient__ttl01 {
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .efficient__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -11.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9rem;
    height: 10.625rem;
    background: url(../images/efficient_icon01.png) top center/contain no-repeat;
  }
  .efficient__ttl01 .bg {
    position: relative;
    z-index: 1;
    line-height: 1;
    display: inline-block;
  }
  .efficient__ttl01 .bg::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -0.3125rem;
    left: 50%;
    transform: translateX(-50%);
    width: 10.5rem;
    height: 1.625rem;
  }
  .efficient__ttl01 .big {
    font-size: 3.4375rem;
  }
  .efficient__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -0.3125rem;
  }
  .efficient__item {
    margin-top: 2.5rem;
  }
  .efficient__ac {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.625rem;
    border-radius: 1.25rem;
    background-color: #082e74;
    color: #fff;
    font-size: 1.875rem;
    font-weight: bold;
    cursor: pointer;
  }
  .efficient__ac::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.75rem;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #fff;
    background: url(../images/efficient_arrow01.png) top center/contain no-repeat;
    transition: all 0.2s;
  }
  .efficient__ac.open {
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .efficient__ac.open::after {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
    transition: all 0.2s;
  }
  .efficient__object {
    display: none;
    padding: 1.875rem 1.875rem 3.75rem;
    box-shadow: 0.3125rem 0.5625rem 0.8125rem 0.1875rem rgba(194, 198, 210, 0.4);
    border-radius: 0 0 1.25rem 1.25rem;
    background-color: #fff;
  }
  .efficient__object.open {
    margin-bottom: 5rem;
  }
  .efficient__tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .efficient__tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.5rem;
    margin-right: 1.5rem;
    padding: 1.0625rem;
    border-radius: 0.625rem 0.625rem 0 0;
    background-color: #959597;
    text-align: center;
    cursor: pointer;
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
  }
  .efficient__tab:hover {
    opacity: 0.6;
  }
  .efficient__tab:last-child {
    margin-right: 0;
  }
  .efficient__tab.show {
    background-color: #7496cc;
  }
  .efficient__tab.show:hover {
    opacity: 1;
  }
  .efficient__tab.show:after {
    content: "";
    position: absolute;
    bottom: -0.8125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.875rem 0.375rem 0 0.375rem;
    border-color: #7496cc transparent transparent transparent;
  }
  .efficient__low {
    padding: 2.5rem 2.0625rem 3.625rem;
    background-color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 10px 10px;
  }
  .efficient__low--num02 {
    box-shadow: 0.3125rem 0.5625rem 0.8125rem 0.1875rem rgba(194, 198, 210, 0.4);
    border-radius: 0 0 1.25rem 1.25rem;
    background-color: #fff;
  }
  .efficient__contents {
    display: none;
    position: relative;
  }
  .efficient__contents.show {
    display: block;
    position: relative;
  }
  .efficient__ttl02 {
    display: flex;
    align-items: center;
    min-height: 8.75rem;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
  }
  .efficient__list02 {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -0.625rem;
  }
  .efficient__item02 {
    position: relative;
    margin: 2.5rem 0 0;
  }
  .efficient__item02::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.9375rem;
    height: 2.375rem;
    bottom: -1.3125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/trouble_arrow01_sp.png) top center/contain no-repeat;
  }
  .efficient__item02:last-child::after {
    content: none;
  }
  .efficient__note {
    margin: 2.5rem 0 0;
    font-size: 1.75rem;
    font-weight: 500;
    color: #393636;
  }
  .efficient__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.625rem;
    margin: 2.1875rem 0 0;
    padding-bottom: 0.25rem;
    box-shadow: 0.125rem 0.1875rem 0.3125rem 0.0625rem rgba(194, 198, 210, 0.4);
    border-radius: 0.625rem;
    border: 0.125rem solid #082e74;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 1%, #f8faff 100%);
    color: #082e74;
    font-size: 1.875rem;
    font-weight: 700;
  }
  .efficient__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.25rem;
    width: 0.6875rem;
    height: 1.0625rem;
    background: url(../images/cta_arrow01.png) top center/contain no-repeat;
  }
  .efficient__btn .big {
    font-size: 2rem;
  }
  .efficient__btn01 {
    display: table;
    margin: 3.125rem auto 0;
    padding-bottom: 0.5625rem;
    border-bottom: 0.125rem solid #082e74;
  }
  .efficient__btn01 .link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #082e74;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .efficient__btn01 .link::after {
    content: "";
    display: block;
    width: 2.6875rem;
    height: 2.6875rem;
    margin-left: 1.25rem;
    background: url(../images/efficient_icon02.png) top center/contain no-repeat;
  }
  .efficient__batch {
    width: 10.625rem;
    height: 10.625rem;
    position: absolute;
    top: -2.5rem;
    right: 0;
  }
  /*--------------------------------
        remodal
    -------------------------------- */
  .remodal-wrapper {
    height: 100vh;
    padding: 8vh 1.25rem 10vh;
    overflow: hidden;
  }
  .remodal {
    max-width: 44.0625rem;
    padding: 0;
    height: 82vh;
  }
  .remodal-close {
    top: -2.6875rem;
    left: inherit;
    right: 0;
    width: 4.75rem;
    height: 4.75rem;
  }
  .remodal-close:before {
    content: none;
  }
  .remodal__inner {
    height: 82vh;
    padding: 5rem 1.6875rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
  .efficient__ttl01 .big {
    font-size: 3.3125rem;
  }
  .efficient__list02 {
    overflow-x: scroll;
  }
  .efficient__item02 {
    width: 165vw;
    overflow-x: scroll;
  }
  /*--------------------------------
        
    -------------------------------- */
  .integration .efficient__tab {
    font-size: 1.125rem;
  }
  .integration .efficient__low {
    background: #f8f9fd;
    box-shadow: none;
  }

}


@media screen and (min-width: 740px) {
  #integration .efficient {
    padding: 3.5625rem 0 4.375rem;
  }
  #integration .efficient__ttl01::after {
    top: -1.4375rem;
    left: 5.4375rem;
    z-index: 1;
  }
  #integration .efficient__ttl01 .bg {
    display: inline;
  }
  #integration .efficient__ttl01 .bg.pc::after {
    width: 102%;
  }
  #integration .efficient__ttl01 .big {
    color: #082e74;
    font-size: 2.625rem;
    letter-spacing: -.03em;
  }
  #integration .efficient__list {
    margin-top: 0;
  }
  .efficient {
    padding: 6.25rem 0 9.375rem;
    background-color: #f5f5f5;
  }
  .efficient--num02 {
    padding: 6.25rem 0;
  }
  .efficient .inner {
    max-width: 75rem;
  }
  .efficient__ttl01 {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .efficient__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.875rem;
    left: -2.5rem;
    width: 12.125rem;
    height: 14.375rem;
    background: url(../images/efficient_icon01.png) top center/contain no-repeat;
  }
  .efficient__ttl01 .bg {
    position: relative;
    z-index: 1;
    line-height: 1;
  }
  .efficient__ttl01 .bg::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8.9375rem;
    height: 1.625rem;
    background: url(../images/efficient_bg01.png) top center/contain no-repeat;
  }
  .efficient__ttl01 .big {
    font-size: 2.5rem;
  }
  .efficient__wrap02 {
    padding: 0 6.25rem;
    margin: 2.4375rem 0 0 0;
    position: relative;
    z-index: 2;
  }
  .efficient__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 3.125rem;
  }
  .efficient__item {
    margin: 0 0 1.875rem;
  }
  .efficient__item:last-child {
    margin: 0 0 2.5rem;
  }
  .efficient__ac {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    border-radius: 0.625rem;
    background-color: #082e74;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
  }
  .efficient__ac::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 26.0625rem;
    width: 1.1875rem;
    height: 1.1875rem;
    background-color: #fff;
    background: url(../images/efficient_arrow01.png) top center/contain no-repeat;
    transition: all 0.2s;
  }
  .efficient__ac.open {
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .efficient__ac.open::after {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
    transition: all 0.2s;
  }
  .efficient__object {
    display: none;
    padding: 1.9375rem 1.75rem 1.75rem;
    box-shadow: 0.3125rem 0.5625rem 0.8125rem 0.1875rem rgba(194, 198, 210, 0.4);
    border-radius: 0 0 0.625rem 0.625rem;
    background-color: #fff;
    border: 0.125rem solid #082e74;
  }
  .efficient__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .efficient__tab {
    position: relative;
    min-width: 11.5625rem;
    margin-right: 0.625rem;
    padding: 0.6875rem 1.25rem 0.6875rem;
    border-radius: 0.625rem 0.625rem 0 0;
    background-color: #959597;
    text-align: center;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
  }
  .efficient__tab:hover {
    opacity: 0.6;
  }
  .efficient__tab:last-child {
    margin-right: 0;
  }
  .efficient__tab.show {
    background-color: #7496cc;
  }
  .efficient__tab.show:hover {
    opacity: 1;
  }
  .efficient__tab.show:after {
    content: "";
    position: absolute;
    bottom: -0.4375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.3125rem 0 0.3125rem;
    border-color: #7496cc transparent transparent transparent;
  }
  .efficient__low {
    padding: 2.125rem 1.875rem 2.375rem;
    background-color: #fff;
    letter-spacing: 0;
    line-height: 1.6;
    border-radius: 0 0 0.625rem 0.625rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  }
  .efficient__low--num02 {
    padding: 2.1875rem 3.75rem 2.8125rem;
    box-shadow: 0.3125rem 0.5625rem 0.8125rem 0.1875rem rgba(194, 198, 210, 0.4);
    border-radius: 0 0 1.25rem 1.25rem;
    background-color: #fff;
  }
  .efficient__contents {
    display: none;
    position: relative;
  }
  .efficient__contents.show {
    display: block;
    position: relative;
  }
  .efficient__ttl02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .efficient__list02 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .efficient__item02 {
    position: relative;
    width: 16.625rem;
    margin: 1.75rem 2.625rem 0 0;
  }
  .efficient__item02 img {
    width: 16.625rem;
    height: 19.4375rem;
  }
  .efficient__item02::after {
    content: "";
    display: block;
    position: absolute;
    width: 1.25rem;
    height: 1.5625rem;
    top: 50%;
    right: -1.875rem;
    transform: translateY(-50%);
    background: url(../images/trouble_arrow01.png) top center/contain no-repeat;
  }
  .efficient__item02:nth-child(3n) {
    margin-right: 0;
  }
  .efficient__item02:nth-child(3n)::after {
    content: none;
  }
  .efficient__item02:last-child::after {
    content: none;
  }
  .efficient__note {
    margin: 1.25rem 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #393636;
  }
  .efficient__btn {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 24.25rem;
    height: 4rem;
    margin: 1.25rem auto 0;
    padding: 1rem 0 1.1875rem;
    color: #082e74;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    box-shadow: 0.125rem 0.1875rem 0.3125rem 0.0625rem rgba(194, 198, 210, 0.7);
    border-radius: 0.625rem;
    border: 0.125rem solid #082e74;
    background-color: #ef8044;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 1%, #f8faff 100%);
  }
  .efficient__btn .big {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .efficient__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5625rem;
    width: 0.4375rem;
    height: 0.625rem;
    background: url(../images/header_arrow01.png) top center/contain no-repeat;
  }
  .efficient__btn01 {
    display: table;
    margin: 2.5rem auto 0;
    padding-bottom: 0.5625rem;
    border-bottom: 0.0625rem solid #082e74;
  }
  .efficient__btn01 .link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #082e74;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .efficient__btn01 .link::after {
    content: "";
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    margin-left: 1rem;
    background: url(../images/efficient_icon02.png) top center/contain no-repeat;
  }
  .efficient__img01 {
    width: 57.5rem;
  }
  .efficient__batch {
    width: 6.375rem;
    height: 6.375rem;
    position: absolute;
    top: -2.3125rem;
    right: -2.75rem;
  }
  .efficient__batch img {
    width: 6.375rem;
    height: 6.375rem;
  }
  /*--------------------------------
        remodal
    -------------------------------- */
  .remodal-wrapper {
    height: 100vh;
    padding: 3.125rem;
    overflow: hidden;
  }
  .remodal {
    max-width: 63.75rem;
    padding: 0;
  }
  .remodal__inner {
    max-height: 90vh;
    padding: 3.75rem 3.125rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: none;
  }
  .remodal-close {
    top: -1.875rem;
    left: inherit;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
  }
  .remodal-close:before {
    content: none;
  }
  .integration .efficient__tab {
    white-space: nowrap;
  }
  .integration .efficient__low {
    padding-left: 1.875rem;
    padding-right: 1.75rem;
    background: #f8f9fd;
    box-shadow: none;
  }
}

/*--------------------------------
    banner
-------------------------------- */
@media screen and (max-width: 739px) {
  .banner--bg {
    padding: 0 0 6.25rem 0;
  }
  .banner__inner {
    margin: 0 1.875rem;
  }
  .banner__list {
    padding: 0;
  }
  .banner__item {
    margin: 0 0 2.1875rem;
    background-color: #f6f6f6;
    list-style-type: none;
  }
  .banner__item figure {
    margin: 0;
    padding: 0;
  }
  .banner__item .img {
    width: 11.5625rem;
  }
  .banner__item .content {
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  .banner__item .txt {
    height: 14.4375rem;
    margin: 0;
    padding: 2.1875rem 3.4375rem 0 3.5625rem;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #292929;
    line-height: 1.6;
    font-weight: bold;
    font-size: 2.125rem;
  }
  .banner__title {
    margin: 0 0 5rem;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.36;
  }
  .banner__img01 {
    width: 41.875rem;
    margin: 5.625rem auto 0;
  }
  .banner__btn {
    width: 27.5rem;
    margin: 2.75rem auto 0;
  }
  .banner__content02 {
    margin: 6.1875rem 0 0;
  }
  .banner__partner {
    border-top: 0.125rem solid #bbbbbb;
    padding: 5.625rem 0 0;
  }
  .banner__partner--title {
    margin: 0 0 2.8125rem;
    color: #022b65;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.36;
  }
  .banner__partner--text {
    font-size: 1.8125rem;
    line-height: 1.64;
    letter-spacing: .02em;
  }
  .banner__partner--info {
    margin: 1.5rem 0 0;
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .banner__partner--btn {
    display: block;
    text-align: center;
    width: 28.125rem;
    margin: 3.125rem auto 0;
    padding: 0.3125rem 0;
    border-radius: 2.1875rem;
    background: #fdebdb;
    font-size: 2.5rem;
    text-align: center;
    color: #f1974e;
  }
  .banner__partner--btn::after {
    content: "";
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.625rem;
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: -0.4375rem 0.4375rem 0 0 rgba(0, 0, 0, 0.2);
    vertical-align: super;
  }

}

@media screen and (min-width: 740px) {
  .banner__content01 {
    margin: 0 0 4.0625rem;
  }
  .banner .inner {
    max-width: 75rem;
  }
  .banner__content02 {
    width: 75rem;
    margin: 4.375rem auto 0;
    padding: 0 0 4.1875rem;
    border-bottom: 0.0625rem solid #696969;
  }
  .banner__title {
    margin: 0 0 2.5rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
  }
  .banner__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .banner__list a {
    display: block;
    margin-top: 0.125rem;
  }
  .banner__item {
    width: 23.75rem;
    margin: 0;
    background-color: #f6f6f6;
    list-style-type: none;
  }
  .banner__item figure {
    margin: 0;
    padding: 0;
  }
  .banner__item:nth-child(3n) {
    margin-right: 0;
  }
  .banner__item .content {
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  .banner__item .txt {
    margin: 0;
    padding: 1.875rem 1.875rem 1.75rem;
    border-left: 0.0625rem solid #e0e0e0;
    border-right: 0.0625rem solid #e0e0e0;
    border-bottom: 0.0625rem solid #e0e0e0;
    color: #292929;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
  .banner__img01 {
    width: 61.25rem;
    margin: 3.4375rem auto 0;
  }
  .banner__btn {
    width: 15.25rem;
    margin: 2.5rem auto 0;
  }
  .banner__partner {
    padding: 4.375rem 0 4.0625rem;
    border-top: 0.0625rem solid #696969;
  }
  .banner__partner--title {
    margin: 0 0 2.5rem;
    color: #00235a;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
  }
  .banner__partner--text {
    margin: 0 0 1.875rem;
    color: #424242;
    font-size: 1.0625rem;
    line-height: 1.2;
  }
  .banner__partner--info {
    margin: 0 0 1.875rem;
    font-size: 0.8125rem;
  }
  .banner__partner--btn {
    display: block;
    text-align: center;
    width: 19.375rem;
    margin: 0 auto;
    padding: 0.625rem 0;
    border-radius: 2.5rem;
    background: #fdebdb;
    font-size: 1.5625rem;
    text-align: center;
    color: #f1974e;
  }
  .banner__partner--btn::after {
    content: "";
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 0.9375rem;
    height: 0.9375rem;
    margin-left: 0.625rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.4);
    box-shadow: -0.3125rem 0.3125rem 0 0 rgba(0, 0, 0, 0.2);
    vertical-align: super;
  }
}
