@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}
body {
  line-height: 1;
  margin: 0;
  font-feature-settings: "palt"
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
li {
  list-style: none
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  color: #141428;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
a {
  color: #1e1e6e;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: .1s;
  word-wrap: break-word
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    color: inherit;
    pointer-events: none
  }
  a[href^="tel:"]:hover {
    opacity: 1
  }
}
a img {
  transition: .1s
}
@media(any-hover: hover) {
  a:hover {
    opacity: .7;
    text-decoration: none
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto
}
figcaption {
  font-size: 14px;
  margin-top: 10px;
  text-align: center
}
address {
  font-style: normal;
  text-decoration: none
}
input, button, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle
}
button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0
}
input, textarea {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  padding: 0
}
select {
  cursor: pointer
}
select::-ms-expand {
  display: none
}
input[type=reset], input[type=submit], input[type=button] {
  appearance: button;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: .2s
}
input[type=reset]:hover, input[type=submit]:hover, input[type=button]:hover {
  opacity: .7
}
input[type=reset]:focus, input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px
}
input[type=reset]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none
}
sub {
  font-size: .75em;
  vertical-align: baseline
}
sup {
  font-size: .75em;
  vertical-align: text-top
}
#pageTitle {
  padding: 9.5rem 2rem
}
@media screen and (max-width: 960px) {
  #pageTitle {
    padding: 5rem 0
  }
}
.use__item {
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  max-width: 54rem;
  overflow: hidden;
  padding-bottom: 1rem;
  margin-right: 3rem;
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  user-select: auto
}
.use__item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  min-height: 7rem;
  height: auto;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: 500;
  margin-right: 2rem
}
.use__item--top {
  color: #fff;
  background: #1e1e6e;
  padding: 3rem 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.use__item--top .icon {
  color: #fff;
  background: #4b4b8b
}
.use__item--top h3 {
  font-size: 2.4rem;
  font-weight: 400
}
.use__item--top h3 span {
  font-weight: 700
}
.use__item--middle {
  padding: 2rem 4rem;
  position: relative;
  flex-grow: 1;
  height: 150%
}
.use__item--middle .partition {
  position: relative
}
.use__item--middle .partition .arrow {
  width: 7rem;
  height: 6rem;
  position: relative
}
.use__item--middle .partition .arrow:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 39px;
  background: url(../img/service/use01.png) no-repeat center top/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.use__item--middle .partition .border {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 9rem);
  height: 1px;
  background: #b8b8d6;
  right: 0
}
.use__item--middle div:not(.partition) {
  display: flex;
  justify-content: flex-start;
  align-items: stretch
}
.use__item--middle div:not(.partition) .text {
  max-width: 37rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column
}
.use__item--middle div:not(.partition) .text.bold {
  line-height: 27px;
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: 500
}
.use__item--middle div:not(.partition) .text.bold span {
  position: relative;
  padding-left: 1.5rem;
  display: block
}
.use__item--middle div:not(.partition) .text.bold span:before {
  position: absolute;
  content: "";
  left: 0;
  background: #1e1e6e
}
.use__item--middle div:not(.partition) .text.bold span:before {
  width: .8rem;
  height: .8rem;
  top: 10px;
  transform: rotate(45deg)
}
.use__item--middle div:not(.partition):first-child .icon {
  color: #1e1e6e;
  background: #eaedfd
}
.use__item--middle div:not(.partition):last-child .icon {
  color: #fff;
  background: #1e1e6e
}
.use__item--under {
  background: #eaedfd;
  border-radius: 0 0 1rem 1rem;
  padding: 3rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  height: 100%
}
.use__item--under dt, .use__item--under dd {
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: 500
}
.use__item--under dt {
  background: #fff;
  text-align: center;
  color: #1e1e6e;
  display: block;
  line-height: 30px;
  padding: 0 1rem;
  border-radius: .4rem;
  margin-bottom: 1rem
}
.use__item--under dd {
  color: #000;
  line-height: 27px
}
.use__item--under dd p {
  position: relative;
  padding-left: 1.5rem
}
.use__item--under dd p:before {
  position: absolute;
  content: "";
  left: 0;
  background: #1e1e6e
}
.use__item--under dd p:before {
  width: 1rem;
  height: 1rem;
  top: 12px
}
.use .slick-track {
  display: flex
}
.choose__item {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.choose__item:nth-child(2) {
  flex-direction: row-reverse;
  margin: 6rem auto
}
.choose__item:nth-child(2) dl {
  margin: 0 0 0 2rem
}
.choose__img {
  border-radius: 2rem;
  max-width: 43rem
}
.choose__text {
  max-width: 65rem;
  margin-right: 2rem
}
.choose__text dt {
  border-bottom: 1px solid #bbbbd3;
  padding: 0 0 2rem;
  margin-bottom: 2rem
}
.choose__text dt p {
  font-size: 3.2rem;
  font-weight: 400;
  font-weight: 500;
  line-height: 40px;
  padding-left: 9rem;
  position: relative
}
.choose__text dt p:before {
  position: absolute;
  counter-increment: listnum;
  content: "0"counter(listnum);
  font-family: "Outfit", sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  color: #1e1e6e;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}
.choose__text dt p span {
  font-size: 2.4rem;
  font-weight: 400;
  font-weight: 500
}
.choose__text dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px
}
@media screen and (max-width: 960px) {
  .choose__item {
    display: block
  }
  .choose__img {
    max-width: 100%;
    width: 100%
  }
  .choose__text {
    max-width: 100%;
    margin: 0 auto 2rem !important
  }
}
@media screen and (max-width: 768px) {
  .use__item {
    background: #fff;
    border-radius: 2rem;
    box-sizing: border-box;
    max-width: 54rem;
    overflow: hidden;
    padding-bottom: 1rem;
    margin: 0 2rem
  }
  .use__item .icon {
    width: 100%;
    height: 3rem;
    min-height: auto;
    margin: 0 auto 1rem;
    font-size: 1.6rem;
    border-radius: 6px
  }
  .use__item--top {
    padding: 2rem;
    display: block
  }
  .use__item--top h3 {
    font-size: 2rem
  }
  .use__item--middle {
    padding: 2rem;
    position: relative
  }
  .use__item--middle:before, .use__item--middle:after {
    display: none
  }
  .use__item--middle .partition {
    display: none
  }
  .use__item--middle div:not(.partition) {
    display: block
  }
  .use__item--middle div:not(.partition) .text {
    max-width: 100%
  }
  .use__item--middle div:not(.partition):first-child {
    position: relative;
    margin-bottom: 3rem
  }
  .use__item--middle div:not(.partition):first-child:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/service/use01.png) no-repeat center top/12px 39px;
    left: 50%;
    bottom: -2.3rem;
    transform: translateX(-50%)
  }
  .use__item--under {
    padding: 2rem
  }
  .use .slick-list {
    padding: 0 !important
  }
  .choose__item:nth-child(2) {
    margin: 4rem auto
  }
  .choose__text dt p {
    line-height: 30px;
    font-size: 2.4rem;
    padding-left: 5.5rem
  }
  .choose__text dt p:before {
    font-family: "Outfit", sans-serif;
    font-size: 3.2rem
  }
  .choose__text dt p span {
    font-size: 1.7rem
  }
}