.m0 {
  margin: 0px !important;
}

.fixBtn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.fixBtn a {
  text-decoration: none !important;
  display: block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fixBtn a {
    width: 100%;
  }
}

.entryBtn:hover {
  -webkit-transform: scale(1.05) rotate(0.0001deg);
          transform: scale(1.05) rotate(0.0001deg);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.entryBtn.lazyload:after {
  background-image: url(/resource/it/common/img/link_arrow_white.svg);
}
.entryBtn {
  margin: 30px auto 50px;

  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  /* margin: 0 auto; */
  height: 65px;
  padding: 16px 32px 16px 12px;
  border-radius: 10px;
  background: #d10042;
  box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 0.70);
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  transition: transform .2s;
}
.entryBtn__txt--sub {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  color: #d10042;
  border-radius: 8px;
  background: #fff;
  padding: 4px 8px;
  margin-right: 10px;
}
.entryBtn:before {
  content: "";
  background: rgba(255, 255, 255, .15);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -100%;
  transition: .5s ease-in-out;
  height: 100%;
  width: 110%;
}
.entryBtn:hover:before {
  left: 80%;
}
.entryBtn:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  height: 14px;
  width: 11px;
  z-index: 1;
  background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .entryBtn {
    width: 100%;
    -webkit-transition: none;
    transition: none;
    font-size: 16px;
  }
  .entryBtn__txt--sub {
    font-size: 12px;
  }
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flow {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow {
    width: 90%;
  }
}
.flow__title {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: solid 2px #005EAB;
}
.flow__title--txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flow__title--txt {
    font-size: 18px;
  }
}
.flow__txtArea {
  font-size: 15px;
}
.flow__txtArea a {
  color: #0A9FC2;
}
.flow__txtArea--txt span {
  color: #005EAB;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(50%, #FFE79C));
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, #FFE79C 50%);
  font-weight: bold;
}
.flow__imgBox {
  width: 100%;
}
.flow__imgBox img {
  width: 100%;
  height: 100%;
}
.flow__sub {
  width: 100%;
  background-color: #0A9FC2;
  padding: 10px 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.flow__sub--txt {
  font-size: 17px;
  color: white;
  padding: 0 15px;
}
.flow__step {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: solid 3px #0A9FC2;
  margin-bottom: 15px;
}
.flow__step--title {
  font-size: 17px;
  font-weight: bold;
  color: #003B6B;
}
.flow__step--title span {
  color: #0A9FC2;
  margin-right: 15px;
}
.flow__section {
  width: 100%;
  margin: 30px 0 20px;
  border-left: solid 3px #0A9FC2;
}
.flow__section--title {
  margin-left: 10px;
  font-size: 15px;
  color: #003B6B;
}
.flow__web {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-align: center; */
      /* -ms-flex-align: center; */
          /* align-items: center; */
  /* -webkit-box-pack: center; */
      /* -ms-flex-pack: center; */
          /* justify-content: center; */
  padding: 20px;
  background-color: #E6EFF6;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow__web {
    display: block;
    padding: 15px;
  }
}
.flow__web--img {
  width: 50%;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .flow__web--img {
    width: 100%;
  }
}
.flow__web--img img {
  width: 100%;
  height: 100%;
}
.flow__web--txtarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow__web--txtarea {
    width: 100%;
    margin-left: 0%;
  }
}
.flow__web--txtarea--title {
  font-size: 15px;
  color: #005EAB;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow__web--txtarea--title {
    text-align: center;
    margin-top: 15px;
  }
}
.flow__web--txtarea--txt {
  font-size: 13px;
  color: #707070;
}

.point {
  padding: 20px;
  background-color: #E6EFF6;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 15px;
  }
}
.point__title {
  font-size: 15px;
  font-weight: bold;
  color: #005EAB;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point__title {
    text-align: center;
  }
}
.point__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point__linkArea {
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .point__linkArea {
    justify-content: center;
    gap: 30px;
  }
}
.point__link {
  width: 150px;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .point__link:nth-of-type(2n) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 455px) {
  .point__link {
    width: 138px;
  }
}
.point__anker {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.point__linkImg {
  width: 100%;
  display: block;
  height: auto;
  padding: 10px 0;
  border-radius: 10px;
  border: solid 1px #CFCFCF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
.point__linkImg:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .point__linkImg:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.nav {
  padding: 20px 30px;
  border-radius: 10px;
  border: solid 1px #003B6B;
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 2.29;
}
@media screen and (max-width: 767px) {
  .nav {
    padding: 20px 15px;
  }
}

.nav__item, .nav__item--lv2 {
  position: relative;
}
.nav__item--lv2 {
  padding-left: 35px;
}

.nav__head, .nav__head--3, .nav__head--2, .nav__head--1, .nav__head--lv3, .nav__head--lv2 {
  font-size: 18px;
  color: #003B6B;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  padding: 5px 0px;
}
.nav__head--lv2 {
  font-size: 15px;
}
.nav__head--lv2::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 9.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #003B6B;
}
.nav__head--lv3 {
  font-size: 13px;
}
.nav__head--1 {
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0;
}
.nav__head--1::before {
  content: "1.";
}
.nav__head--2 {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
.nav__head--2::before {
  content: "2.";
}
.nav__head--3 {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
.nav__head--3::before {
  content: "3.";
}

.nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  font-size: 20px;
}
.nav__title img {
  margin-right: 10px;
}



.flow-mv h1 span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.toc {
  font-weight: bold;
}
.toc .nav__title {
  color: #003B6B;
}
.flow-link a {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 40px auto 18px;
  align-items: center;
  gap: 15px;
  min-height: 60px;
  padding: 6px 15px;
  border: 1px solid #025EAB;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.33;
  font-weight: bold;
  transition: opacity 0.2s;
}
.flow-link a::after {
  content: "";
  justify-self: flex-end;
  display: block;
  width: 18px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background-image: url(/resource/service/img/service_flow/link-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.flow-link a:hover {
  opacity: 0.8;
}
.flow-office {
  position: relative;
}
.flow-office .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #005EAB;
  border: none;
  cursor: pointer;
}
.flow-office .splide__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30%;
  height: 30%;
}
.flow-office .splide__arrow[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.flow-office .splide__arrow svg {
  display: none;
}
.flow-office .splide__arrow--prev {
  left: 0;
}
.flow-office .splide__arrow--prev::after {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-35%, -50%) rotate(-45deg);
}
.flow-office .splide__arrow--next {
  right: 0;
}
.flow-office .splide__arrow--next::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-65%, -50%) rotate(45deg);
}
.flow-office .splide__track {
  overflow: hidden;
  width: calc(100% - ((18px + 10px) * 2));
  margin: 0 auto;
}
.flow-office .splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.flow-office .splide__list + span {
  display: none!important;
}
.flow-office .splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.flow-office li {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  background-color: #fff;
}
.flow-office li img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
.flow-office li div {
  grid-column: 2;
  grid-row: 1;
}
.flow-office li p:nth-of-type(1) {
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
}
.flow-office li p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .flow-mv {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .flow-mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    border-bottom: 1px dashed #0A9FC2;
  }
  .flow-mv h1 {
    width: 100%;
    aspect-ratio: 375 / 190;
    background-image: url(/resource/service/img/service_flow/mv_sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-mv p {
    width: 90%;
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 1.8;
  }
  .flow-office li {
    grid-template-columns: 34% auto;
  }
}
@media screen and (min-width: 768px) {
  .flow-mv {
    position: relative;
    /* max-width: 1400px; */
    height: 430px;
    margin: 0 auto 15px;
    background-image: url(/resource/service/img/service_flow/mv-bg02.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1400px 100%;
  }
  .flow-mv::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max(100%, 1400px);
    height: 100%;
    background-image: url(/resource/service/img/service_flow/mv-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  .flow-mv_inner {
    max-width: 970px;
    margin: 0 auto;
    padding: 15px 0 0;
  }
  .flow-mv h1 {
    position: relative;
    left: -30px;
    width: 624.16px;
    aspect-ratio: 624.16 / 209.76;
    background-image: url(/resource/service/img/service_flow/mv-text.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .flow-mv p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.35;
  }
  .flow-link a {
    display: inline-flex;
  }
  .flow-office {
    /* max-width: calc((18px + 10px) * 2 + 300px); */
    margin: 0 auto;
  }
  /* .flow-office ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  } */
  .flow-office li {
    grid-template-columns: 29% auto;
  }
}
@media screen and (min-device-width: 768px) {
  #wrap #contentWrap #contentsArea #mainContentsArea {
    float: none;
    width: auto;
  }
}