@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&&family=Open+Sans:wght@700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #EEF1F5;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

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

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}

body {
  position: relative;
  z-index: -2;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.accordion__item {
  border: 1px solid #0071DA;
  border: 0.0625rem solid #0071DA;
  background-color: #F1F8FF;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .accordion__item {
    border-radius: 0.15625rem;
  }
}

.accordion__item + .accordion__item {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .accordion__item + .accordion__item {
    margin-top: 0.875rem;
  }
}

.accordion__title {
  background-color: #F1F8FF;
  color: #1E1E1E;
  padding: 10px;
  padding: 0.625rem;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: 500;
  padding: 12px 30px 16px;
  padding: 0.75rem 1.875rem 1rem;
  position: relative;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.6875rem 0.8125rem;
    padding-left: 2.3125rem;
    text-indent: -0.75rem;
    padding-right: 2.5rem;
    border-radius: 0.15625rem;
  }
}

.accordion__title::before {
  content: "";
  position: absolute;
  width: 22px;
  width: 1.375rem;
  height: 4px;
  height: 0.25rem;
  background: #0071DA;
  top: 55%;
  right: 2.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion__title::before {
    width: 1.125rem;
    height: 0.1875rem;
    top: 53.5%;
    right: 4%;
  }
}

.accordion__title::after {
  content: "";
  position: absolute;
  width: 22px;
  width: 1.375rem;
  height: 4px;
  height: 0.25rem;
  background: #0071DA;
  top: 55%;
  right: 2.5%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .accordion__title::after {
    width: 1.125rem;
    height: 0.1875rem;
    top: 53.5%;
    right: 4%;
  }
}

.accordion__title.active {
  color: #0071DA;
}

.accordion__title.active::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion__title span {
  font-family: "Mulish", sans-serif;
  color: #0071DA;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-right: 18px;
  margin-right: 1.125rem;
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .accordion__title span {
    font-size: 1.125rem;
    margin-right: 0.6875rem;
    margin-top: -0.09375rem;
  }
}

.accordion__content {
  padding: 19px 83px 52px 70px;
  padding: 1.1875rem 5.1875rem 3.25rem 4.375rem;
  display: none;
  color: #1E1E1E;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .accordion__content {
    font-size: 0.8125rem;
    line-height: 1.8;
    padding: 0.5rem 1.875rem 1.5rem 2.4375rem;
    text-align: justify;
  }
}

.accordion__content a {
  color: #0071DA;
  text-decoration: underline;
}

.bg1 {
  background: transparent;
  -webkit-transition: background 3s ease-out;
  transition: background 3s ease-out;
}

.bg1.active {
  background: #fff;
}

.bg2 {
  background: #fff;
}

.bg2.active {
  background: #EEF1F5;
}

.btn__text {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0071da), to(#008ada));
  background: linear-gradient(to right, #0071da, #008ada);
  position: relative;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}

.btn__text--small {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 13px 31px;
  padding: 0.8125rem 1.9375rem;
  border-radius: 1.4375rem;
  letter-spacing: 0.02em;
  position: relative;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}
@media screen and (max-width: 768px) {
  .btn__text--small {
    font-size: 0.75rem;
    line-height: 1.3;
    height: inherit;
    border-radius: 0;
    border-radius: initial;
    display: grid;
    place-items: center;
    padding: 0 1.125rem;
  }
}

.btn__text--large {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  padding: 10px 0;
  padding: 0.625rem 0;
  padding: 18px 0 18px 49px;
  padding: 1.125rem 0 1.125rem 3.0625rem;
  border-radius: 2.1875rem;
  -webkit-box-shadow: 0rem 0.5rem 1.25rem rgba(59, 66, 75, .16);
          box-shadow: 0rem 0.5rem 1.25rem rgba(59, 66, 75, .16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn__text--large {
    font-size: 0.875rem;
    width: 86%;
    max-width: 25.3125rem;
    margin: auto;
    padding: 1.375rem 0 1.375rem 1.9375rem;
  }
}

.btn__text--icon::after {
  content: "";
  position: absolute;
  background: url(../images/icon-mail.svg) center center no-repeat;
  background-size: contain;
  top: 50.2%;
  left: 13.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  width: 1.75rem;
  height: 20px;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .btn__text--icon::after {
    top: 51%;
    left: 10.8%;
    width: 1.5rem;
  }
}

/*===============================

	ホバー用CSS

================================*/
.btn {
  position: relative;
}

.btn__text--small {
  background: -webkit-gradient(linear, left top, right top, from(#0063be), to(#0071da));
  background: linear-gradient(to right, #0063be, #0071da);
  position: relative;
}

.btn__text--small span {
  position: relative;
}

.btn__text--small::before {
  background: -webkit-gradient(linear, left top, right top, from(#0071da), to(#008ada));
  background: linear-gradient(to right, #0071da, #008ada);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
  width: 100%;
  border-radius: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .btn__text--small::before {
    border-radius: 0;
  }
}

.btn__text--small:hover::before {
  opacity: 0;
}

.btn__text--large {
  background: -webkit-gradient(linear, left top, right top, from(#0063be), to(#0071da));
  background: linear-gradient(to right, #0063be, #0071da);
  position: relative;
}

.btn__text--large span {
  position: relative;
}

.btn__text--large::before {
  background: -webkit-gradient(linear, left top, right top, from(#0071da), to(#008ada));
  background: linear-gradient(to right, #0071da, #008ada);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
  width: 100%;
  border-radius: 2.1875rem;
}

.btn__text--large:hover::before {
  opacity: 0;
}

.card {
  background: #fff;
}

.card__title {
  color: #0071DA;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 1.25rem;
  }
}

.card__img {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: 0.625rem;
  padding: 14px 0;
  padding: 0.875rem 0;
}
@media screen and (max-width: 768px) {
  .card__img {
    margin-top: 1rem;
    border-radius: 0.3125rem;
    padding: 1rem 0;
  }
}

.card__img--green {
  background: #d0f5f6;
}

.card__img--purple {
  background: #e5eafd;
}

.card__img img {
  width: 72%;
  margin: auto;
}

.card__list {
  margin-top: 39.5px;
  margin-top: 2.46875rem;
  padding: 0 1px;
  padding: 0 0.0625rem;
}
@media screen and (max-width: 768px) {
  .card__list {
    margin-top: 1.21875rem;
    padding: 0;
  }
}

.card__item + .card__item {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .card__item + .card__item {
    margin-top: 0.9375rem;
  }
}

.card__number {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #1589F5;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 1.5px 20px;
  padding: 0.09375rem 1.25rem;
  border-radius: 0.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .card__number {
    font-size: 0.8125rem;
    padding: 0.15625rem 0.75rem;
  }
}

.card__number--blue1 {
  background: #0071DA;
}

.card__number--blue2 {
  background: #0064C1;
}

.card__number span {
  font-family: "Mulish", sans-serif;
}

.card__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: -12px 0 0 2px;
  margin: -0.75rem 0 0 0.125rem;
  border-top: 1px dashed #0071DA;
  border-top: 0.0625rem dashed #0071DA;
  padding-top: 19.5px;
  padding-top: 1.21875rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .card__text {
    font-size: 0.8125rem;
    line-height: 1.6;
    margin: -0.8125rem 0 0 0;
  }
}

.card__text span {
  color: #005fb8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .card__text span {
    font-weight: 500;
  }
}

.common-title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-title {
    font-size: 1.375rem;
  }
}

.common-title span {
  color: #0071DA;
}

.contact__wrap {
  padding: 119px 0 102px;
  padding: 7.4375rem 0 6.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    padding: 3.8125rem 0 2.625rem;
  }
}

.contact__wrap::before {
  content: "";
  position: absolute;
  background: url(../images/contact-img01.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  height: 31.25rem;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact__wrap::before {
    background: url(../images/contact-img01-sp.jpg) center center no-repeat;
    background-size: cover;
    height: 12.8125rem;
  }
}

.contact__inner {
  max-width: 1260px;
  max-width: 78.75rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 88%;
  }
}

.contact__title {
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.contact__area {
  margin-top: 123px;
  margin-top: 7.6875rem;
  padding: 55px 120px 60px;
  padding: 3.4375rem 7.5rem 3.75rem;
  background: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: -0.525rem -0.525rem 1.125rem rgba(1, 1, 1, .06), 0.525rem 0.525rem 1.125rem rgba(1, 1, 1, .06);
          box-shadow: -0.525rem -0.525rem 1.125rem rgba(1, 1, 1, .06), 0.525rem 0.525rem 1.125rem rgba(1, 1, 1, .06);
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__area {
    padding: 2.4375rem 1.375rem;
    margin-top: 3.75rem;
    border-radius: 0.375rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}

.contact__area::before {
  content: "";
  position: absolute;
  background: url(../images/contact-img02.svg) center center no-repeat;
  background-size: cover;
  width: 231px;
  width: 14.4375rem;
  height: 234px;
  height: 14.625rem;
  top: -11.2%;
  left: 2.2%;
}
@media screen and (max-width: 768px) {
  .contact__area::before {
    top: -4%;
    left: 4.5%;
    width: 25%;
    height: 22vw;
    max-width: 5.15625rem;
    max-height: 5.15625rem;
  }
}

.contact__lead {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .contact__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: left;
  }
}

.contact__form {
  background: #EEF1F5;
  margin-top: 56px;
  margin-top: 3.5rem;
  padding: 80px 102px;
  padding: 5rem 6.375rem;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 1.5625rem 1.375rem 3.125rem;
    margin-top: 1.6875rem;
    font-size: 0.8125rem;
    font-weight: 400;
  }
}

.drawer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  top: 54px;
  top: 3.375rem;
  left: 0;
  background: #5ca1f4;
  width: 100%;
  height: 100vh;
  z-index: 101;
}

.drawer.active {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  top: 54px;
  top: 3.375rem;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}

body.active {
  overflow: hidden;
}

.drawer__list {
  color: #fff;
  padding: 61px 25px;
  padding: 3.8125rem 1.5625rem;
  position: relative;
}

.drawer__list::before {
  content: "";
  position: absolute;
  background: url(../images/drawer-img.png) center center no-repeat;
  background-size: cover;
  width: 284px;
  width: 17.75rem;
  height: 218px;
  height: 13.625rem;
  bottom: -11%;
  right: 7%;
  opacity: 0.3;
}

.drawer__item {
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  height: 56px;
  height: 3.5rem;
  position: relative;
}

.drawer__item::before {
  content: "";
  position: absolute;
  top: 49%;
  right: 6%;
  width: 6.5px;
  width: 0.40625rem;
  height: 6.5px;
  height: 0.40625rem;
  border-top: 1.25px solid #fff;
  border-top: 0.078125rem solid #fff;
  border-right: 1.25px solid #fff;
  border-right: 0.078125rem solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.drawer__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 14px;
  padding-left: 0.875rem;
}

.example {
  position: relative;
}

.example__wrap {
  padding: 100px 0 94px;
  padding: 6.25rem 0 5.875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .example__wrap {
    padding: 2.0625rem 0 0.875rem;
  }
}

.example__inner {
  width: 90%;
  max-width: 1460px;
  max-width: 91.25rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .example__inner {
    display: block;
    width: 88%;
  }
}

.example__box {
  position: relative;
}

.example__box--left {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: 4.8%;
}
@media screen and (max-width: 768px) {
  .example__box--left {
    margin-top: 0;
    margin-left: 0;
  }
}

.example__box--right::before {
  content: "";
  position: absolute;
  background: url(../images/example-img04.png) center center no-repeat;
  background-size: cover;
  width: 520px;
  width: 32.5rem;
  height: 492px;
  height: 30.75rem;
  top: -29%;
  right: -27%;
}
@media screen and (max-width: 768px) {
  .example__box--right::before {
    top: -26%;
    right: -11%;
    width: 50%;
    height: 58vw;
    z-index: -1;
  }
}

.example__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .example__title {
    text-align: center;
  }
}

.example__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.1;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .example__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.125rem;
    letter-spacing: 0.07em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media screen and (max-width: 768px) {
  .example__list {
    margin-top: 1.5rem;
  }
}

.example__item {
  width: 630px;
  width: 39.375rem;
  height: 180px;
  height: 11.25rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .example__item {
    width: 100%;
    height: 5.9375rem;
    border-radius: 0.25rem;
  }
}

.example__item::before {
  content: "";
  position: absolute;
  background: url(../images/example-img01.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.example__item--2::before {
  background: url(../images/example-img02.jpg) center center no-repeat;
  background-size: cover;
}

.example__item--3::before {
  background: url(../images/example-img03.jpg) center center no-repeat;
  background-size: cover;
}

.example__item--mt {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .example__item--mt {
    margin-top: 0.625rem;
  }
}

.example__item:hover::before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.example__small-title {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 70px 0 0 98px;
  padding: 4.375rem 0 0 6.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  .example__small-title {
    font-size: 0.9375rem;
    padding: 2.1875rem 0 0 3.375rem;
  }
}

.example__small-title::before {
  content: "";
  position: absolute;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  background: #0071DA;
  left: 55px;
  left: 3.4375rem;
  bottom: 4px;
  bottom: 0.25rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .example__small-title::before {
    width: 1rem;
    height: 1rem;
    left: 1.90625rem;
    bottom: 0.09375rem;
  }
}

.example__small-title::after {
  content: "";
  position: absolute;
  bottom: 12px;
  bottom: 0.75rem;
  left: 62px;
  left: 3.875rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #fff;
  border-top: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .example__small-title::after {
    border-top: 0.0625rem solid #fff;
    border-right: 0.0625rem solid #fff;
    left: 2.0625rem;
    bottom: 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.example__loop {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .example__loop {
    margin-top: 0.375rem;
  }
}

.faq {
  background: #fff;
}

.faq__wrap {
  padding: 85px 0 145px;
  padding: 5.3125rem 0 9.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .faq__wrap {
    padding: 33px 0 63px;
  }
}

.faq__inner {
  margin: auto;
}

.faq__accordion {
  width: 90%;
  max-width: 1260px;
  max-width: 78.75rem;
  margin: 42px auto 0;
  margin: 2.625rem auto 0;
}
@media screen and (max-width: 768px) {
  .faq__accordion {
    width: 88%;
    margin: 25px auto 0;
  }
}

.footer__inner {
  max-width: 1260px;
  max-width: 78.75rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: 88%;
  }
}

.footer__logo {
  width: 220px;
  width: 13.75rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 11.25rem;
    margin-top: 1rem;
  }
}

.footer__address {
  font-style: normal;
  font-style: initial;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 0.6875rem;
  }
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .footer__flex {
    display: block;
    margin-top: -0.25rem;
    margin-bottom: 0.75rem;
  }
}

.footer__link {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 0.6875rem;
  }
}

.footer__copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Mulish", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 5px;
    letter-spacing: 0.045em;
  }
}

.footer__bottom {
  height: 20px;
  height: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#0071da), to(#008ada));
  background: linear-gradient(to right, #0071da, #008ada);
}

.form__box {
  max-width: 1024px;
  max-width: 64rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .form__box {
    width: 100%;
  }
}

.form__label {
  font-weight: 500;
  width: 185px;
  width: 11.5625rem;
  display: inline-block;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .form__label {
    width: 100%;
  }
}

.form__label--no-pt {
  padding-top: 0;
}

.form__label--pt {
  padding-top: 6px;
  padding-top: 0.375rem;
}

.form__label--checkbox {
  width: auto;
  width: initial;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__label--checkbox {
    font-size: 0.8125rem;
    font-weight: 400;
    padding-top: 0;
    margin-top: 1.75rem;
    margin-left: 0.625rem;
    padding-right: 1.875rem;
  }
}

.form__label--checkbox::before {
  content: "";
  position: absolute;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border: 1px solid #BFC0C3;
  border: 0.0625rem solid #BFC0C3;
  right: -2px;
  right: -0.125rem;
  top: 12px;
  top: 0.75rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .form__label--checkbox::before {
    width: 1.125rem;
    height: 1.125rem;
    right: 0.25rem;
    top: 0.125rem;
    border: 0.0625rem solid #BFC0C3;
  }
}

.form__group input[type=checkbox]:checked + .form__label--checkbox::after {
  content: "";
  position: absolute;
  background: url(../images/contact-img03.svg) center center no-repeat;
  background-size: cover;
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
  top: 14px;
  top: 0.875rem;
  right: -1px;
  right: -0.0625rem;
}
@media screen and (max-width: 768px) {
  .form__group input[type=checkbox]:checked + .form__label--checkbox::after {
    top: 0.3125rem;
    right: 0.375rem;
    width: 0.875rem;
    height: 0.8125rem;
  }
}

.form__label--checkbox a {
  color: #0071DA;
  text-decoration: underline;
  font-weight: 400;
}

.form__required {
  color: #ff2146;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .form__required {
    margin-left: 0.25rem;
  }
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .form__group {
    display: block;
  }
}

.form__group + .form__group {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .form__group + .form__group {
    margin-top: -0.25rem;
  }
}

.form__group + .form__group.form__group--mt {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .form__group + .form__group.form__group--mt {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .form__group + .form__group.form__group--mt2 {
    margin-top: 0.3125rem;
  }
}

.form__group + .form__group.form__group--submit {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .form__group + .form__group.form__group--submit {
    margin-top: 1.9375rem;
  }
}

.form__group--no-flex {
  display: inline-block;
}

.form__group--checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__group input[type=radio] {
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .form__radio {
    margin-top: 0.5625rem;
    display: inline-block;
  }
}

.form__radio--ml {
  margin-left: 41px;
  margin-left: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .form__radio--ml {
    margin-left: 1.4375rem;
  }
}

.form__radio::before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #B6B9C0;
  border: 0.0625rem solid #B6B9C0;
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: relative;
  top: 3px;
  top: 0.1875rem;
  left: -5px;
  left: -0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 768px) {
  .form__radio::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0;
    margin-left: 0.4375rem;
    margin-top: 0.125rem;
  }
}

.form__group input[type=radio]:checked + .form__radio::before {
  background: #0071da;
  -webkit-box-shadow: inset 0 0 0 0.25rem #fff;
          box-shadow: inset 0 0 0 0.25rem #fff;
}

.form__group input[type=text],
.form__group input[type=email],
.form__group input[type=tel],
.form__group textarea {
  background: #fff;
  width: 550px;
  width: 34.375rem;
  border: 1px solid #B6B9C0;
  border: 0.0625rem solid #B6B9C0;
  border-radius: 0.3125rem;
  padding: 15px 17px 15px;
  padding: 0.9375rem 1.0625rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .form__group input[type=text],
  .form__group input[type=email],
  .form__group input[type=tel],
  .form__group textarea {
    border-radius: 0.09375rem;
    width: 100%;
    margin-top: 0.4375rem;
    padding: 0.375rem 0.8125rem 0.375rem;
  }
}

.form__group textarea {
  padding: 7px 17px 0;
  padding: 0.4375rem 1.0625rem 0;
}
@media screen and (max-width: 768px) {
  .form__group textarea {
    padding: 0.5625rem 0.8125rem 0.6875rem;
  }
}

.form__group input[type=checkbox] {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .form__group--checkbox {
    text-align: center;
  }
}

.form__group--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .form__group--submit {
    text-align: center;
  }
}

.form__button {
  background: #0071DA;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 319px;
  width: 19.9375rem;
  padding: 18px 0 18px 4px;
  padding: 1.125rem 0 1.125rem 0.25rem;
  border-radius: 1.875rem;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
  -webkit-box-shadow: 0 0.625rem 1.625rem rgba(41, 70, 106, .14);
          box-shadow: 0 0.625rem 1.625rem rgba(41, 70, 106, .14);
}
@media screen and (max-width: 768px) {
  .form__button {
    width: 100%;
    max-width: 23.75rem;
  }
}

.form__button:hover {
  background: #0065c3;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #bfc0c3;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bfc0c3;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  :-ms-input-placeholder {
    font-size: 0.75rem;
  }
}

::-webkit-input-placeholder { /* Others */
  color: #bfc0c3;
  font-size: 15px;
  font-size: 0.9375rem;
}

::-moz-placeholder { /* Others */
  color: #bfc0c3;
  font-size: 15px;
  font-size: 0.9375rem;
}

::-ms-input-placeholder { /* Others */
  color: #bfc0c3;
  font-size: 15px;
  font-size: 0.9375rem;
}

::placeholder { /* Others */
  color: #bfc0c3;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  ::-moz-placeholder {
    font-size: 0.75rem;
  }
  ::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  ::placeholder {
    font-size: 0.75rem;
  }
}

input, textarea {
  font-size: 16px;
  font-size: 1rem;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  height: 5rem;
  padding: 0 2.86%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header__top {
    height: 3.375rem;
    padding: 0 0 0 0.9375rem;
  }
}

.header__logo {
  width: 220px;
  width: 13.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 9.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header__btn {
    height: 3.375rem;
    margin-left: 2.1875rem;
  }
}

.header__bottom {
  background: #E3E8EE;
  height: 48px;
  height: 3rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(1, 1, 1, .14);
          box-shadow: 0 0.125rem 0.25rem rgba(1, 1, 1, .14);
}
@media screen and (max-width: 768px) {
  .header__bottom {
    display: none;
  }
}

.header__list {
  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;
  font-weight: 500;
  height: inherit;
  gap: 35px;
  gap: 2.1875rem;
}

.header__item {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}

.header__item a:hover {
  color: #0071da;
}

.header__drawer-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__drawer-icon {
    display: block;
    background: #0068c8;
    width: 3.75rem;
    height: 3.375rem;
    position: relative;
  }
}

.header__drawer-icon span {
  width: 32px;
  width: 2rem;
  height: 3px;
  height: 0.1875rem;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__drawer-icon span:nth-child(1) {
  top: 40%;
}

.header__drawer-icon span:nth-child(2) {
  top: 60%;
}

.header__drawer-icon.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__drawer-icon.active span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1450px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

main {
  position: relative;
}

.line {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  background: #E6E8EC;
  top: 0;
}

.line:nth-of-type(1) {
  left: 5%;
}
@media screen and (max-width: 768px) {
  .line:nth-of-type(1) {
    left: 6%;
  }
}

.line:nth-of-type(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line:nth-of-type(3) {
  right: 5%;
}
@media screen and (max-width: 768px) {
  .line:nth-of-type(3) {
    right: 6%;
  }
}

/*===============================

	横スクロール

================================*/
.loop {
  overflow: hidden;
}

.loop__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}

.loop__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 180px;
  font-size: 11.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(244, 246, 247)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(rgb(244, 246, 247) 30%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .loop__text {
    font-size: 5.625rem;
  }
}

.loop__text:nth-child(odd) {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}

.loop__text:nth-child(even) {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.loop__text--gray {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(252, 252, 252)), color-stop(70%, rgb(244, 246, 247)));
  background-image: linear-gradient(180deg, rgb(252, 252, 252) 30%, rgb(244, 246, 247) 70%);
  -webkit-background-clip: text;
  color: transparent;
}

.merit {
  background-image: linear-gradient(150deg, #0071da, #008ada);
  position: relative;
  z-index: 1;
}

.merit__wrap {
  padding: 83px 0 99px;
  padding: 5.1875rem 0 6.1875rem;
}
@media screen and (max-width: 768px) {
  .merit__wrap {
    padding: 2.0625rem 0 2.5rem;
  }
}

.merit__wrap::before {
  content: "";
  position: absolute;
  background: url(../images/merit-img03.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .merit__wrap::before {
    background: url(../images/merit-img03.jpg) center center no-repeat;
    background-size: cover;
    height: 30%;
  }
}

.merit__inner {
  max-width: 1176px;
  max-width: 73.5rem;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .merit__inner {
    width: 88%;
    padding: 0;
  }
}

.merit__title {
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

.merit__lead {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .merit__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    padding-left: 0;
    text-align: left;
    margin-top: 1.25rem;
  }
}

.merit__lead span {
  text-decoration: underline;
}

.merit__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .merit__cards {
    display: block;
    margin-top: 2.0625rem;
  }
}

.merit__card {
  width: 570px;
  width: 35.625rem;
  border-radius: 0.75rem;
  padding: 44px 60px 67px;
  padding: 2.75rem 3.75rem 4.1875rem;
  -webkit-box-shadow: 0 0.5rem 1.25rem rgba(59, 66, 75, .16);
          box-shadow: 0 0.5rem 1.25rem rgba(59, 66, 75, .16);
}
@media screen and (max-width: 768px) {
  .merit__card {
    width: 100%;
    border-radius: 0.375rem;
    padding: 1.375rem 1.0625rem 1.75rem;
  }
}

.merit__card + .merit__card {
  margin-left: 36px;
  margin-left: 2.25rem;
}
@media screen and (max-width: 768px) {
  .merit__card + .merit__card {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.no-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  text-align: center;
  background: rgba(12, 42, 65, .8);
  padding: 140px 20px;
  padding: 8.75rem 1.25rem;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .modal__container {
    min-height: 100vh;
    padding: 0;
  }
}

/*モーダル本体の擬似要素の指定*/
.modal__container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal__container:before {
    content: normal;
    content: initial;
  }
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal__container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal__body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 980px;
  max-width: 61.25rem;
}
@media screen and (max-width: 768px) {
  .modal__body {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal__body--potision {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*モーダルを閉じるボタンの指定*/
.modal__close {
  position: absolute;
  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;
  top: -46px;
  top: -2.875rem;
  right: -5px;
  right: -0.3125rem;
  width: 43px;
  width: 2.6875rem;
  height: 43px;
  height: 2.6875rem;
  font-size: 43px;
  font-size: 2.6875rem;
  color: #fff;
  cursor: pointer;
  z-index: 102;
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 2.0625rem;
    height: 2.0625rem;
    font-size: 1.875rem;
    right: 0.25rem;
    top: 0.25rem;
  }
}

@media screen and (max-width: 768px) {
  .modal__close-potision {
    right: 0.9375rem;
    top: -2.4375rem;
  }
}

/*モーダル内のコンテンツの指定*/
.modal__content {
  background: #fff;
  text-align: left;
  border-radius: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .modal__content {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .modal__content--bg {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .modal__content--height {
    min-height: 100vh;
  }
}

.modal__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: grid;
  place-items: center;
  color: #fff;
  height: 230px;
  height: 14.375rem;
  position: relative;
  background: url(../images/example-img01.jpg) center 0 no-repeat;
  background-size: cover;
  border-radius: 0.8125rem 0.8125rem 0 0;
}
@media screen and (max-width: 768px) {
  .modal__title {
    height: 8.0625rem;
    font-size: 1.125rem;
    border-radius: 0;
  }
}

.modal__title--2 {
  background: url(../images/example-img02.jpg) center 0 no-repeat;
  background-size: cover;
}

.modal__title--3 {
  background: url(../images/example-img03.jpg) center 0 no-repeat;
  background-size: cover;
}

.modal__wrap {
  padding: 69px 60px 78px;
  padding: 4.3125rem 3.75rem 4.875rem;
}
@media screen and (max-width: 768px) {
  .modal__wrap {
    padding: 1.4375rem 1.4375rem 4.875rem;
    max-width: 31.25rem;
    margin: auto;
  }
}

.modal__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .modal__lead {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.modal__lead + .modal__lead {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .modal__lead + .modal__lead.modal__lead--mt {
    margin-top: 1.125rem;
  }
}

.modal__lead span {
  color: #0071DA;
  font-weight: 700;
}

.modal__formulas {
  max-width: 683px;
  max-width: 42.6875rem;
  margin: auto;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .modal__formulas {
    margin-top: 0.9375rem;
  }
}

.modal__formula-text {
  border-radius: 0.3125rem;
  background: #E9F5FF;
  padding: 25px 60px 28px;
  padding: 1.5625rem 3.75rem 1.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  color: #4C6276;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .modal__formula-text {
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    padding: 1.1875rem 0.6875rem 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modal__formula-text--mt {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .modal__formula-text--mt {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .modal__formula-text-right {
    margin-left: 1.5625rem;
  }
}

@media screen and (max-width: 768px) {
  .modal__formula-text--pl {
    padding-left: 1.5625rem;
  }
}

.modal__blue {
  color: #0071DA;
  margin-right: 38px;
  margin-right: 2.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__blue {
    margin-right: 1.375rem;
  }
}

.modal__blue::before {
  content: "";
  position: absolute;
  background: url(../images/modal-img03.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  height: 12px;
  height: 0.75rem;
  top: 9px;
  top: 0.5625rem;
  right: -28px;
  right: -1.75rem;
}
@media screen and (max-width: 768px) {
  .modal__blue::before {
    width: 0.84375rem;
    height: 0.5rem;
    top: 0.375rem;
    right: -1.0625rem;
  }
}

.modal__text-right {
  margin-right: 29px;
  margin-right: 1.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__text-right {
    margin-right: 1.25rem;
  }
}

.modal__text-right::before {
  content: "";
  position: absolute;
  background: url(../images/modal-img04.svg) center center no-repeat;
  background-size: contain;
  width: 20.26px;
  width: 1.26625rem;
  height: 20.26px;
  height: 1.26625rem;
  top: 3px;
  top: 0.1875rem;
  right: -25px;
  right: -1.5625rem;
}
@media screen and (max-width: 768px) {
  .modal__text-right::before {
    width: 0.82875rem;
    height: 0.70375rem;
    top: 0.25rem;
    right: -1rem;
  }
}

.modal__formula-note {
  font-size: 16px;
  font-size: 1rem;
  color: #4C6276;
  font-weight: 500;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-left: 4px;
  margin-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .modal__formula-note {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
    margin-left: -0.0625rem;
  }
}

.modal__formula-note--ml {
  margin-left: 0;
}

.modal__x {
  display: inline-block;
  margin-right: 34px;
  margin-right: 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__x {
    margin-right: 0.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .modal__x--position {
    margin-right: 1.0625rem;
  }
}

.modal__x::before {
  content: "";
  position: absolute;
  background: url(../images/modal-img05.svg) center center no-repeat;
  background-size: contain;
  width: 20.26px;
  width: 1.26625rem;
  height: 20.26px;
  height: 1.26625rem;
  top: 18px;
  top: 1.125rem;
  right: -29px;
  right: -1.8125rem;
}
@media screen and (max-width: 768px) {
  .modal__x::before {
    width: 0.82875rem;
    height: 1.14125rem;
    top: 1.125rem;
    right: -1.0625rem;
  }
}

.modal__x--position::before {
  top: 6px;
  top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .modal__x--position::before {
    top: 0.3125rem;
    right: -0.9375rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.modal__description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .modal__description {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
}

.modal__description--mt {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (max-width: 768px) {
  .modal__description--mt {
    margin-top: 2.25rem;
  }
}

.modal__example-text {
  color: #0071DA;
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .modal__example-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.modal__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
  gap: 21px;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .modal__example {
    display: block;
    margin-top: 0.6875rem;
  }
}

.modal__example-box {
  border-radius: 0.3125rem;
  background: #E9F5FF;
  position: relative;
}

.modal__example-box--left {
  width: 320px;
  width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .modal__example-box--left {
    width: 100%;
  }
}

.modal__example-box--right {
  width: 520px;
  width: 32.5rem;
}
@media screen and (max-width: 768px) {
  .modal__example-box--right {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.modal__example-box--right::before {
  content: "";
  position: absolute;
  background: url(../images/modal-img06.svg) center center no-repeat;
  background-size: contain;
  width: 44px;
  width: 2.75rem;
  height: 52px;
  height: 3.25rem;
  top: 55.8%;
  left: -2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal__example-box--right::before {
    top: -5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.modal__example-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #0071DA;
  color: #fff;
  border-radius: 0.3125rem 0.3125rem 0 0;
  margin: 0;
  text-align: center;
  padding: 5px 0 7px;
  padding: 0.3125rem 0 0.4375rem;
}
@media screen and (max-width: 768px) {
  .modal__example-title {
    font-size: 0.9375rem;
    border-radius: 0.15625rem 0.15625rem 0 0;
  }
}

.modal__list {
  padding: 25px 37px 37px;
  padding: 1.5625rem 2.3125rem 2.3125rem;
}
@media screen and (max-width: 768px) {
  .modal__list {
    padding: 1rem 1.8125rem 1.6875rem;
  }
}

.modal__item {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .modal__item {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.modal__item + .modal__item {
  margin-top: 6.5px;
  margin-top: 0.40625rem;
}
@media screen and (max-width: 768px) {
  .modal__item + .modal__item {
    margin-top: 0.3125rem;
  }
}

.modal__item + .modal__item.modal__item--mt {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

@media screen and (max-width: 768px) {
  .modal__item + .modal__item.modal__item--bold-black {
    margin-top: 1.125rem;
  }
}

.modal__item--bold {
  color: #0071DA;
  font-weight: 700;
}

.modal__item--bold span {
  color: #1E1E1E;
}

.modal__item--regular {
  color: #0071DA;
  font-weight: 400;
}

.modal__item--bold-black {
  color: #1E1E1E;
  font-weight: 700;
}

.modal__list-second {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
}

@media screen and (max-width: 768px) {
  .modal__item-second {
    padding-left: 0.5625rem;
    text-indent: -0.5625rem;
  }
}

.modal__item-second + .modal__item-second {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .modal__item-second + .modal__item-second {
    margin-top: 0.25rem;
  }
}

.modal__item-second--arrow {
  margin-left: 9px;
  margin-left: 0.5625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__item-second--arrow {
    padding-left: 0;
    text-indent: 0;
    margin-left: 0.5rem;
    margin-bottom: 0.3125rem;
  }
}

.modal__item-second--arrow::before {
  content: "";
  position: absolute;
  background: url(../images/modal-img07.svg) center center no-repeat;
  background-size: contain;
  width: 15px;
  width: 0.9375rem;
  height: 16px;
  height: 1rem;
  top: 6px;
  top: 0.375rem;
  left: -20px;
  left: -1.25rem;
}

.modal__sample-title {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0;
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .modal__sample-title {
    font-size: 1rem;
    margin-top: 1.625rem;
  }
}

.modal__img {
  margin: 29px auto 0;
  margin: 1.8125rem auto 0;
  width: 93%;
  background: #fff;
  border: 6px solid #dfdfdf;
  border: 0.375rem solid #dfdfdf;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .modal__img {
    margin: 1.125rem 0 0 -0.1875rem;
    width: 102%;
    border-radius: 0.25rem;
  }
}

.modal__img img {
  width: 680px;
  width: 42.5rem;
  margin: auto;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .modal__img img {
    width: 77%;
    margin: 0.1875rem auto;
    border-radius: 0.25rem;
  }
}

.modal__assumptions {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  border-radius: 0.75rem;
  background: #E9F5FF;
  padding: 34px 70px 34px 93px;
  padding: 2.125rem 4.375rem 2.125rem 5.8125rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal__assumptions {
    border-radius: 0.375rem;
    margin-top: 0.875rem;
    padding: 1.125rem 2.25rem;
  }
}

.modal__assumption {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #4C6276;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .modal__assumption {
    font-size: 0.8125rem;
  }
}

.modal__assumption + .modal__assumption {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .modal__assumption + .modal__assumption {
    margin-top: 0.1875rem;
  }
}

.modal__note {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 64px;
  margin-top: 4rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  text-indent: -15px;
  text-indent: -0.9375rem;
}
@media screen and (max-width: 768px) {
  .modal__note {
    font-size: 0.8125rem;
    line-height: 1.8;
    margin-top: 1.6875rem;
    padding-right: 0;
    padding-left: 0.8125rem;
    text-indent: -0.875rem;
  }
}

.modal__price-wrap {
  background: #fff;
  border-radius: 0.75rem;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 768px) {
  .modal__price-wrap {
    background: none;
    width: 88%;
    margin: auto;
    padding: 0;
  }
}

.modal__price-box {
  border-radius: 0.5rem;
  background: #EEF1F5;
  padding: 40px 40px 60px;
  padding: 2.5rem 2.5rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .modal__price-box {
    padding: 1.6875rem 1.0625rem 2.625rem;
  }
}

.modal__price-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal__price-title {
    font-size: 0.9375rem;
  }
}

.modal__price-title span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0071DA;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .modal__price-title span {
    font-size: 1.125rem;
    margin-top: 0.4375rem;
    margin-bottom: 0.375rem;
  }
}

.modal__price-list {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 90%;
  max-width: 640px;
  max-width: 40rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .modal__price-list {
    width: 100%;
    margin: 1.8125rem auto 0;
  }
}

.modal__price-item {
  background: #fff;
  color: #1E1E1E;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  font-weight: 400;
  max-width: 640px;
  max-width: 40rem;
  margin: auto;
  border-radius: 0.3125rem;
  padding: 13.5px 84px;
  padding: 0.84375rem 5.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__price-item {
    font-size: 0.875rem;
    padding: 0.625rem 2rem 0.625rem 3.0625rem;
    border-radius: 0.15625rem;
  }
}

.modal__price-item::before {
  content: "";
  position: absolute;
  width: 18px;
  width: 1.125rem;
  height: 4px;
  height: 0.25rem;
  background: #0071DA;
  top: 51%;
  left: 9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modal__price-item::before {
    width: 0.9375rem;
    height: 0.1875rem;
    left: 9.7%;
  }
}

.modal__price-item::after {
  content: "";
  position: absolute;
  width: 18px;
  width: 1.125rem;
  height: 4px;
  height: 0.25rem;
  background: #0071DA;
  top: 51%;
  left: 9%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .modal__price-item::after {
    width: 0.9375rem;
    height: 0.1875rem;
    left: 9.7%;
  }
}

.modal__price-item + .modal__price-item {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.modal__price-item span {
  font-weight: 700;
}

.modal__price-item--pl {
  padding: 13.5px 58px;
  padding: 0.84375rem 3.625rem;
}
@media screen and (max-width: 768px) {
  .modal__price-item--pl {
    padding: 0.65625rem 1.75rem;
  }
}

.modal__price-item--pl::before {
  content: normal;
  content: initial;
}

.modal__price-item--pl::after {
  content: normal;
  content: initial;
}

.mv__wrap {
  margin-top: 128px;
  margin-top: 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    margin-top: 3.75rem;
  }
}

.mv__inner {
  padding: 150px 150px 150px 159px;
  padding: 9.375rem 9.375rem 9.375rem 9.9375rem;
  max-width: 1600px;
  max-width: 100rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    padding: 61px 0;
  }
}

.mv__inner::before {
  content: "";
  position: absolute;
  background: url(../images/mv-img01.svg) center center no-repeat;
  background-size: cover;
  width: 68%;
  height: 32vw;
  max-height: 608px;
  max-height: 38rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .mv__inner::before {
    width: 100%;
    height: 50vw;
    top: 37%;
    max-width: 673px;
    max-height: 377px;
    margin: auto;
  }
}

.mv__inner::after {
  content: "";
  position: absolute;
  background: url(../images/mv-img02.png) center center no-repeat;
  background-size: cover;
  width: 45.5%;
  height: 53vw;
  max-height: 848px;
  max-height: 53rem;
  top: 3%;
  right: 0.4%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv__inner::after {
    top: 35%;
    right: 4%;
    background: url(../images/mv-img02-sp.png) center center no-repeat;
    background-size: cover;
    width: 90%;
    height: 70vw;
    max-height: 29.5625rem;
    max-width: 38.125rem;
  }
}

.mv__title {
  position: relative;
  width: 80.6%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv__title {
    width: 88%;
    margin: auto;
    max-width: 37.5rem;
  }
}

.mv__title::before {
  content: "";
  position: absolute;
  background: url(../images/mv-img03.svg) center center no-repeat;
  background-size: cover;
  width: 13%;
  height: 154px;
  height: 11vw;
  top: -20%;
  left: -13.6%;
  max-width: 135px;
  max-width: 8.4375rem;
  max-height: 176px;
  max-height: 11rem;
}
@media screen and (max-width: 768px) {
  .mv__title::before {
    width: 14%;
    height: 18vw;
    max-width: 84px;
    max-height: 7.6875rem;
    top: -48px;
    left: -4.6%;
    z-index: -1;
  }
}

.mv__text img {
  width: 880px;
  width: 55rem;
}

.mv__btn {
  width: 520px;
  width: 32.5rem;
  margin-top: 93px;
  margin-top: 5.8125rem;
  border-radius: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .mv__btn {
    width: 100%;
    margin-top: 65.2vw;
    text-align: center;
  }
}

.mv__loop {
  margin-top: -86px;
  margin-top: -5.375rem;
  position: relative;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  height: 270px;
  height: 16.875rem;
}
@media screen and (max-width: 768px) {
  .mv__loop {
    height: 7.5rem;
    margin-top: -3.5625rem;
  }
}

/*===============================

	スクロールダウン

================================*/
.mv__scrolldown {
  position: absolute;
  left: 5%;
  bottom: 10.5%;
  height: 230px;
  height: 14.375rem;
  width: 25px;
  width: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .mv__scrolldown {
    display: none;
  }
}

.mv__scrolldown span {
  position: absolute;
  left: -28px;
  left: -1.75rem;
  top: 0;
  color: #1e1e1e;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.mv__scrolldown::before {
  content: "";
  position: absolute;
  bottom: -230px;
  bottom: -14.375rem;
  left: -8px;
  left: -0.5rem;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-radius: 50%;
  background: #2c92f2;
  -webkit-animation: circlemove 2s cubic-bezier(0.8, 0, 0.2, 1) infinite, cirlemovehide 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
          animation: circlemove 2s cubic-bezier(0.8, 0, 0.2, 1) infinite, cirlemovehide 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
  z-index: 1;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 14.375rem;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    bottom: -0.3125rem;
    opacity: 0;
  }
}

@keyframes circlemove {
  0% {
    bottom: 14.375rem;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    bottom: -0.3125rem;
    opacity: 0;
  }
}
.mv__scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  left: -0.0625rem;
  width: 1px;
  width: 0.0625rem;
  height: 230px;
  height: 14.375rem;
  background: #1e1e1e;
}

.overview__wrap {
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview__wrap {
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem;
  }
}

.overview__wrap::before {
  content: "";
  position: absolute;
  background: url(../images/mv-img04.png) center center no-repeat;
  background-size: cover;
  width: 228px;
  width: 14.25rem;
  height: 154px;
  height: 9.625rem;
  left: 50%;
  -webkit-transform: translateX(-286%);
          transform: translateX(-286%);
  top: -15%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .overview__wrap::before {
    width: 30%;
    height: 20vw;
    left: 4%;
    top: -5.2%;
    max-width: 140px;
    max-height: 93px;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.overview__inner {
  max-width: 1314px;
  max-width: 82.125rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .overview__inner {
    padding: 0 1.375rem;
  }
}

.overview__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .overview__box {
    display: grid;
    margin-top: 1.375rem;
  }
}

.overview__img {
  width: 560px;
  width: 35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .overview__img {
    width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 1.4375rem;
  }
}

.overview__text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 2.1;
  margin-left: 73px;
  margin-left: 4.5625rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .overview__text {
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.pagetop {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  background: #2FA3EC;
  border-radius: 2rem;
  position: fixed;
  right: 22px;
  right: 1.375rem;
  bottom: 50px;
  bottom: 3.125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .pagetop {
    width: 3.375rem;
    height: 3.375rem;
    right: 1rem;
    bottom: 1.875rem;
  }
}

.pagetop:after {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .pagetop:after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.pagetop:hover {
  background: #0b6ec3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pagetop.active {
  opacity: 1;
}

.price__wrap {
  padding: 108px 0 100px;
  padding: 6.75rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .price__wrap {
    padding: 2.0625rem 0 2.5rem;
  }
}

.price__inner {
  max-width: 1314px;
  max-width: 82.125rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .price__inner {
    padding: 0;
  }
}

.price__lead {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .price__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: left;
    width: 88%;
    margin: 1.125rem auto 0;
  }
}

.price__area {
  background: #fff;
  -webkit-box-shadow: -0.525rem -0.525rem 1.125rem rgba(1, 1, 1, .06), 0.525rem 0.525rem 1.125rem rgba(1, 1, 1, .06);
          box-shadow: -0.525rem -0.525rem 1.125rem rgba(1, 1, 1, .06), 0.525rem 0.525rem 1.125rem rgba(1, 1, 1, .06);
  margin-top: 55px;
  margin-top: 3.4375rem;
  border-radius: 0.75rem;
  padding: 50px 90px;
  padding: 3.125rem 5.625rem;
}
@media screen and (max-width: 768px) {
  .price__area {
    width: 100%;
    padding: 1.875rem 1.375rem;
    border-radius: 0.375rem;
    margin-top: 1.625rem;
    -webkit-box-shadow: 0 0.75rem 0.9375rem rgba(1, 1, 1, .06), 0 -0.75rem -0.9375rem rgba(1, 1, 1, .06);
            box-shadow: 0 0.75rem 0.9375rem rgba(1, 1, 1, .06), 0 -0.75rem -0.9375rem rgba(1, 1, 1, .06);
  }
}

.price__box {
  border-radius: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__box {
    border-radius: 0.5rem;
  }
}

.price__top {
  background: #57708E;
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 17px 0;
  padding: 1.0625rem 0;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .price__top {
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    border-radius: 0.375rem 0.375rem 0 0;
  }
}

.price__bottom {
  background: #EBF2FA;
  color: #57708E;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 11px 96px 26px 11px;
  padding: 0.6875rem 6rem 1.625rem 0.6875rem;
  border-radius: 0 0 0.625rem 0.625rem;
  border: 2px solid #7991AF;
  border: 0.125rem solid #7991AF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .price__bottom {
    font-size: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.6875rem 0 1rem;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}

.price__bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #EBF2FA;
  top: -1px;
  top: -0.0625rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .price__bottom::before {
    top: -0.125rem;
  }
}

@media screen and (max-width: 768px) {
  .price__text-box {
    display: grid;
  }
}

@media screen and (max-width: 768px) {
  .price__text {
    grid-column: 1/3;
    grid-row: 1/2;
    -webkit-transform: translate(-2.1875rem, 0.8125rem);
            transform: translate(-2.1875rem, 0.8125rem);
  }
}

.price__large {
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "Open Sans", sans-serif;
  margin-left: -5px;
  margin-left: -0.3125rem;
}
@media screen and (max-width: 768px) {
  .price__large {
    grid-column: 1/2;
    grid-row: 2/3;
    -ms-flex-item-align: end;
        align-self: end;
    font-size: 2rem;
    -webkit-transform: translate(-1.3125rem, 0.25rem);
            transform: translate(-1.3125rem, 0.25rem);
  }
}

.price__middle {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  .price__middle {
    font-size: 1.125rem;
  }
}

.price__middle--right {
  display: inline-block;
  -webkit-transform: translateX(3.0625rem);
          transform: translateX(3.0625rem);
  cursor: pointer;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}
@media screen and (max-width: 768px) {
  .price__middle--right {
    display: inline;
    text-decoration: underline;
    -webkit-transform: translate(0.375rem, -0.4375rem);
            transform: translate(0.375rem, -0.4375rem);
    font-size: 0.9375rem;
    -ms-flex-item-align: end;
        align-self: end;
    text-align: left;
    line-height: 1.3;
  }
}

.price__middle--right:hover,
.price__middle--right:hover::before,
.price__middle--right:hover::after {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .price__middle--plus {
    grid-column: 2/3;
    grid-row: 2/3;
    -ms-flex-item-align: end;
        align-self: end;
    -webkit-transform: translate(-1.9375rem, -0.3125rem);
            transform: translate(-1.9375rem, -0.3125rem);
  }
}

.price__middle--plus::before {
  content: "";
  position: absolute;
  background: url(../images/price-img01.svg) center center no-repeat;
  background-size: cover;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  right: -64%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .price__middle--plus::before {
    right: -48%;
    top: 19%;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.price__middle--right::before {
  content: "";
  position: absolute;
  background: #57708E;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  bottom: 4px;
  bottom: 0.25rem;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}
@media screen and (max-width: 768px) {
  .price__middle--right::before {
    content: normal;
    content: initial;
  }
}

.price__middle--right::after {
  content: "";
  position: absolute;
  background: url(../images/price-img02.svg) center center no-repeat;
  background-size: cover;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  right: -13%;
  bottom: 7%;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}
@media screen and (max-width: 768px) {
  .price__middle--right::after {
    right: -35%;
    bottom: 1%;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.service__wrap {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media screen and (max-width: 768px) {
  .service__wrap {
    padding-top: 2.25rem;
    padding-top: 0;
  }
}

.service__wrap::before {
  content: "";
  position: absolute;
  background: url(../images/example-img05.png) center center no-repeat;
  background-size: cover;
  width: 403px;
  width: 25.1875rem;
  height: 342px;
  height: 21.375rem;
  top: -16.7%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-164%);
          transform: translateX(-164%);
}
@media screen and (max-width: 768px) {
  .service__wrap::before {
    content: normal;
    content: initial;
  }
}

@media screen and (max-width: 768px) {
  .service__loop {
    margin-top: 0;
  }
}

.service__inner {
  padding: 0 70px;
  padding: 0 4.375rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .service__inner {
    padding: 0;
    width: 88%;
    margin: 2.625rem auto 0;
  }
}

.service__title {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  max-width: 1314px;
  max-width: 82.125rem;
  margin: auto;
}

.service__title::before {
  content: "";
  position: absolute;
  background: url(../images/service-img04.svg) center center no-repeat;
  background-size: cover;
  width: 287px;
  width: 17.9375rem;
  height: 245px;
  height: 15.3125rem;
  top: -236%;
  right: -1.3%;
}
@media screen and (max-width: 768px) {
  .service__title::before {
    top: -313%;
    right: -2%;
    width: 36%;
    height: 27vw;
  }
}

.service__title span {
  position: relative;
}

.service__lead {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__lead {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 1.1875rem auto 0;
  }
}

.service__area {
  border-radius: 0.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#0071da), to(#008ada));
  background: linear-gradient(to right, #0071da, #008ada);
  margin-top: 56px;
  margin-top: 3.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  position: relative;
  max-width: 1460px;
  max-width: 91.25rem;
  margin: 56px auto 0;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .service__area {
    border-radius: 0;
    padding-bottom: 2.5rem;
    margin: 1.625rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  padding: 3.75rem 0;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (max-width: 768px) {
  .service__cards {
    display: block;
    width: 88%;
    margin: auto;
    padding: 1.875rem 0;
  }
}

.service__card {
  width: 29%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service__card {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .service__card + .service__card {
    margin-top: 1.6875rem;
  }
}

.service__img {
  max-height: 280px;
  max-height: 17.5rem;
  height: 100%;
  border-radius: 2.5rem;
  display: grid;
  place-items: center;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .service__img {
    border-radius: 1.25rem;
    height: 48vw;
  }
}

.service__img img {
  max-width: 300px;
  max-width: 18.75rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .service__img img {
    width: 64%;
  }
}

.service__img--1 {
  background-color: #d0f5f6;
}

.service__img--2 {
  background-color: #e0f0ff;
}

.service__img--3 {
  background-color: #e0ffd9;
}

.service__description {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service__description {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5625rem;
  }
}

.service__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .service__note {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.service__note--2 {
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .service__note--2 {
    font-size: 0.75rem;
    line-height: 1.4;
    padding-right: 0.125rem;
    padding-left: 0.8125rem;
    text-indent: -0.8125rem;
  }
}

.service__not {
  color: #fff;
  max-width: 1048px;
  max-width: 65.5rem;
  margin: 83px auto 0;
  margin: 5.1875rem auto 0;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 0.5rem;
  padding: 38px 132px 47px;
  padding: 2.375rem 8.25rem 2.9375rem;
  background: rgba(0, 125, 218, .8);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service__not {
    padding: 1.375rem 0.875rem 1.875rem;
    width: 88%;
    margin: 0.375rem auto 0;
    border-radius: 0.25rem;
  }
}

.service__not-title {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.07em;
  background: #55BEDC;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .service__not-title {
    line-height: 1.3;
  }
}

.service__not-title.u-sp {
  background: none;
}

.service__not-title span {
  background: #55BEDC;
  font-size: 16.25px;
  font-size: 1.015625rem;
  padding: 0px 12px 2px;
  padding: 0rem 0.75rem 0.125rem;
}

.service__list {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.service__item {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .service__item {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.25rem;
    text-indent: -1.25rem;
  }
}

.service__item + .service__item {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .service__item + .service__item {
    margin-top: 0.75rem;
  }
}

.service__bg {
  position: relative;
}

.service__bg::before {
  content: "";
  position: absolute;
  background: url(../images/service-img05.svg) center center no-repeat;
  background-size: cover;
  width: 750px;
  width: 46.875rem;
  height: 609px;
  height: 38.0625rem;
  bottom: -82px;
  bottom: -5.125rem;
  right: 0;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .service__bg::before {
    width: 100%;
    bottom: -2.5rem;
    height: 80vw;
  }
}

.structure__wrap {
  padding: 87px 0 92px;
  padding: 5.4375rem 0 5.75rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .structure__wrap {
    padding: 2rem 0 2.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .structure__inner {
    margin: auto;
    width: 88%;
  }
}

.structure__img {
  width: 90%;
  max-width: 960px;
  max-width: 60rem;
  margin: 54px auto 0;
  margin: 3.375rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .structure__img {
    width: 100%;
    margin: 1.5625rem auto 0;
  }
}

.structure__img::before {
  content: "";
  position: absolute;
  background: url(../images/structure-img02.png) center center no-repeat;
  background-size: cover;
  width: 460px;
  width: 28.75rem;
  height: 315px;
  height: 19.6875rem;
  top: -31.4%;
  right: -34%;
}
@media screen and (max-width: 768px) {
  .structure__img::before {
    width: 46%;
    height: 32vw;
    right: -29%;
    top: -94px;
    max-width: 230px;
    max-height: 182px;
  }
}

.structure__img::after {
  content: "";
  position: absolute;
  background: url(../images/structure-img03.png) center center no-repeat;
  background-size: cover;
  width: 128px;
  width: 8rem;
  height: 161px;
  height: 10.0625rem;
  left: -9.2%;
  bottom: -0.4%;
}
@media screen and (max-width: 768px) {
  .structure__img::after {
    width: 16%;
    height: 19vw;
    left: -7px;
    bottom: -49px;
    max-width: 82px;
    max-height: 111px;
  }
}

.structure__note {
  width: 963px;
  width: 60.1875rem;
  margin: 8px auto 0;
  margin: 0.5rem auto 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .structure__note {
    width: 100%;
    font-size: 0.75rem;
    margin: 0.75rem auto 0;
  }
}

.structure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px auto 0;
  margin: 1.625rem auto 0;
  padding-left: 2px;
  padding-left: 0.125rem;
  width: 90%;
  max-width: 1460px;
  max-width: 91.25rem;
}
@media screen and (max-width: 768px) {
  .structure__list {
    width: 100%;
    display: block;
    padding-left: 0;
    margin: 2.3125rem auto 0;
  }
}

.structure__item {
  width: 30.2%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .structure__item {
    width: 100%;
  }
}

.structure__item:not(:first-child)::before {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  width: 14px;
  width: 0.875rem;
  height: 20px;
  height: 1.25rem;
  top: 3%;
  left: -9%;
}
@media screen and (max-width: 768px) {
  .structure__item:not(:first-child)::before {
    content: normal;
    content: initial;
  }
}

.structure__item + .structure__item {
  margin-left: 58px;
  margin-left: 3.625rem;
}
@media screen and (max-width: 768px) {
  .structure__item + .structure__item {
    margin-left: 0;
    margin-top: 1.625rem;
  }
}

.structure__number {
  font-family: "Mulish", sans-serif;
  color: #fff;
  background: #1589F5;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  border-radius: 0.1875rem;
  padding: 2.5px 0;
  padding: 0.15625rem 0;
}
@media screen and (max-width: 768px) {
  .structure__number {
    font-size: 0.9375rem;
  }
}

.structure__number--blue2 {
  background: #0071DA;
}

.structure__number--blue3 {
  background: #0064C1;
}

.structure__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8;
  text-align: justify;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .structure__text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 0.6875rem;
  }
}

.structure__area {
  margin-top: 102px;
  margin-top: 6.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .structure__area {
    margin-top: 3.125rem;
  }
}

.structure__small-title {
  color: #0071DA;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .structure__small-title {
    font-size: 1.1875rem;
  }
}

.structure__lead {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .structure__lead {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: left;
    width: 88%;
    margin: 1.25rem auto 0;
  }
}

.structure__swiper {
  margin-top: 71px;
  margin-top: 4.4375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .structure__swiper {
    margin-top: 1.9375rem;
  }
}

.swiper__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .swiper__title {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide.swiper__slide {
    width: 80%;
  }
}

.swiper__title span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .swiper__title span {
    font-size: 1.0625rem;
  }
}

.swiper__img {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .swiper__img {
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .swiper__img--mt {
    margin-top: 0.625rem;
  }
}

.swiper__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 4px;
  padding-left: 0.25rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .swiper__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1rem;
    padding-left: 0;
    margin-left: -0.125rem;
    text-align: left;
  }
}

.swiper__prev svg,
.swiper__next svg {
  z-index: 1;
  width: 5vw;
  height: 5vw;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}
@media screen and (max-width: 768px) {
  .swiper__prev svg,
  .swiper__next svg {
    width: 9.5vw;
    height: 9.5vw;
  }
}

.swiper__prev #arrow_2,
.swiper__next #arrow_2 {
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}

.swiper__prev:hover #arrow_2,
.swiper__next:hover #arrow_2 {
  fill: #57708E;
}

.swiper__prev {
  position: absolute;
  top: 46%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}
@media screen and (max-width: 768px) {
  .swiper__prev {
    top: 30.5%;
    left: 3%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.swiper__next {
  position: absolute;
  top: 46%;
  left: 78.4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.22s ease;
  transition: 0.22s ease;
}
@media screen and (max-width: 768px) {
  .swiper__next {
    top: 30.5%;
    left: 87%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #1e1e1e;
  color: #fff;
}

/**
 * 上下マージン
 * - 10px
 * - 15px
 * - 20px
 * - 25px
 * - 30px
 * - 35px
 * - 40px
 * - 45px
 * - 50px
 * - 55px
 * - 60px
 */
@media screen and (min-width: 751px) {
  .u-mt-desk-10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-15 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-45 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-55 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 751px) {
  .u-mt-desk-60 {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=styles.css.map */
