@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: "din"; /*任意のフォントファミリー名でOK*/
  src: url("../fonts/din-black.otf") format("truetype"); /*fontがあるパスを書いて、formatを指定*/
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1 {
  font-family: "din";
}

h2 {
  font-size: 5.3333333333vw;
  line-height: 1.475;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 3.125vw;
  }
}

a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

p {
  font-size: 4vw;
  line-height: 1.83;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 767px) {
  p {
    font-size: 1.25vw;
  }
}

ul {
  list-style: none;
  padding: 0;
}

main {
  background-image: url(../images/background.jpg);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.c-marker {
  background: linear-gradient(left, rgb(255, 250, 153) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  transition: 2s;
}

.c-marker.is-active {
  background-position: 0% 0.5em;
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.l-header__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.l-header__nav__logo {
  margin-left: 6.1333333333%;
  width: 38%;
  margin-top: 5.3333333333vw;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 767px) {
  .l-header__nav__logo {
    margin-left: 2.6041666667%;
    margin-top: 2.0833333333vw;
    margin-bottom: 1.4583333333vw;
  }
}

.hamburger-menu {
  width: 7.8666666667%;
  height: 7.6vw;
  margin-top: 4.4vw;
  position: relative;
  border: none;
  margin-right: 6.9333333333%;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .hamburger-menu {
    width: 3.8541666667%;
    height: 3.828125vw;
    margin-top: 1.3541666667vw;
    margin-right: 2.921875%;
  }
}

.hamburger-menu__bar--text.open {
  display: none;
}
.hamburger-menu__bar--text--close {
  display: none;
}
.hamburger-menu__bar--text--close.open {
  display: block;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 76.2711864407%;
  height: 0.5333333333vw;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (min-width: 767px) {
  .hamburger-menu__bar {
    width: 100%;
    height: 0.2083333333vw;
  }
}
.hamburger-menu__bar--text {
  position: absolute;
  line-height: 2.2;
  top: 4vw;
  left: 0;
  right: 0;
  font-family: "din", sans-serif, YuGothic;
  font-size: 2.6666666667vw !important;
}
@media screen and (min-width: 767px) {
  .hamburger-menu__bar--text {
    font-size: 1.3020833333vw !important;
    top: 1.6666666667vw;
  }
}
.hamburger-menu__bar--text .hamburger-menu__bar--text .hamburger-menu__bar--text--close {
  display: block;
}

.hamburger-menu__bar:first-child {
  top: 0;
}

.hamburger-menu__bar:nth-child(2) {
  top: 1.6vw;
}
@media screen and (min-width: 767px) {
  .hamburger-menu__bar:nth-child(2) {
    top: 0.8020833333vw;
  }
}

.hamburger-menu__bar:nth-child(3) {
  top: 3.2vw;
}
@media screen and (min-width: 767px) {
  .hamburger-menu__bar:nth-child(3) {
    top: 1.6041666667vw;
  }
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    top: 0.5208333333vw;
  }
}

.hamburger-menu--open .hamburger-menu__bar:nth-of-type(3) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 767px) {
  .hamburger-menu--open .hamburger-menu__bar:nth-of-type(3) {
    top: 0.5208333333vw;
  }
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.l-header__menu {
  display: none;
  background: #242424;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
}

.l-header__menu__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-header__menu__list-item {
  border-bottom: solid 1px #474747;
}

.l-header__menu__list-item:first-child {
  border-top: solid 1px #474747;
}

.l-header__menu__open {
  display: block;
  position: absolute;
  top: 16vw;
  background: white;
}
@media screen and (min-width: 767px) {
  .l-header__menu__open {
    top: 6.25vw;
  }
}
.l-header__menu__open .l-header__menu__list__item {
  width: 80%;
  font-size: 4vw;
  margin: auto;
  margin-bottom: 3.3333333333vw;
  border-bottom: 1px solid #00A1AE;
}
@media screen and (min-width: 767px) {
  .l-header__menu__open .l-header__menu__list__item {
    font-size: 1.5625vw;
  }
}
.l-header__menu__open .l-header__menu__list__item a {
  display: block;
  padding-bottom: 2vw;
}

.l-footer {
  background: #fff;
  box-shadow: 0 -10px rgba(0, 0, 0, 0.1);
  padding-top: 5.4666666667vw;
  padding-bottom: 3.8666666667vw;
}
@media screen and (min-width: 767px) {
  .l-footer {
    padding-top: 2.0833333333vw;
    padding-bottom: 1.5625vw;
  }
}
.l-footer__logo img {
  width: 38%;
  margin: auto;
  height: auto;
  margin-bottom: 1.2vw;
}
@media screen and (min-width: 767px) {
  .l-footer__logo img {
    width: 14.84375%;
    margin-bottom: 0.46875vw;
  }
}
.l-footer p {
  font-size: 2.6666666667vw !important;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer p {
    font-size: 1.0416666667vw !important;
  }
}

.banner {
  position: fixed;
  z-index: 9999;
  top: 94.5333333333vw;
  left: 64.4%;
  bottom: 2.6666666667vw;
  width: 34.2666666667%;
  display: flex;
}
@media screen and (min-width: 767px) {
  .banner {
    top: unset;
    width: 16.5104166667%;
    left: 63.28125%;
  }
  .banner img {
    width: 100%;
  }
}
.banner__btn1 {
  width: 54.4747081712%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .banner__btn1 {
    width: 54.2586750789%;
  }
}
.banner__btn2 {
  width: 54.4747081712%;
  position: relative;
  z-index: 2;
  margin-left: -8.9494163424%;
}
@media screen and (min-width: 767px) {
  .banner__btn2 {
    width: 54.2586750789%;
  }
}

.l-main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.l-main__main__bisual {
  padding-top: 31.0666666667vw;
}
@media screen and (min-width: 767px) {
  .l-main__main__bisual {
    padding-top: 11.4583333333vw;
    margin-bottom: 10.0520833333vw;
  }
}
.l-main__main__bisual__content__title {
  width: 82.2666666667%;
  margin: auto;
  font-size: 6vw;
  line-height: 1.46;
  margin-bottom: 3.7333333333vw;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 767px) {
  .l-main__main__bisual__content__title {
    width: 59.53125%;
    margin-bottom: 2.0833333333vw;
    font-size: 4.1666666667vw;
  }
}
.l-main__main__bisual__content__title__bottom {
  width: 81.0666666667%;
  margin: auto;
  letter-spacing: 0.07em;
  line-height: 1.83;
  font-size: 3.2vw;
  margin-bottom: 5.2vw;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .l-main__main__bisual__content__title__bottom {
    width: 31.6666666667%;
    margin-left: 20.2604166667%;
    font-size: 1.25vw;
  }
}
.l-main__main__bisual__content__title__btn {
  background: #00A1AE;
  width: 72%;
  margin: auto;
  letter-spacing: 0.08em;
  line-height: 1.42;
  font-size: 4.6666666667vw;
  margin-bottom: 6.2666666667vw;
  border-radius: 52px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-main__main__bisual__content__title__btn {
    width: 28.125%;
    margin-left: 20.2604166667%;
    font-size: 1.8229166667vw;
  }
}
.l-main__main__bisual__content__title__btn a {
  text-align: center;
  color: #fff;
  display: block;
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}
@media screen and (min-width: 767px) {
  .l-main__main__bisual__content__title__btn a {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }
}
.l-main__main__bisual img {
  display: block;
  width: 64.2666666667%;
  height: 94.5333333333vw;
  position: absolute;
  top: 11.7333333333vw;
  left: 48.9333333333%;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .l-main__main__bisual img {
    width: 26.0416666667%;
    height: 49.4791666667vw;
    top: 1.6875vw;
    left: 56.25%;
  }
}

.reason {
  margin-bottom: -11.4666666667vw;
}
@media screen and (min-width: 767px) {
  .reason {
    position: relative;
    margin-bottom: -4.1666666667vw;
  }
}
.reason__bisual {
  margin-bottom: -4vw;
}
@media screen and (min-width: 767px) {
  .reason__bisual {
    position: absolute;
    top: -16.8229166667vw;
    left: -2.96875%;
    width: 55.8854166667%;
    z-index: -3;
  }
}
@media screen and (min-width: 767px) {
  .reason__bisual img {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .reason__bisual__bottom {
    width: 57.6041666667%;
    margin: auto;
  }
}
.reason__bisual__bottom img {
  margin: auto;
}
@media screen and (min-width: 767px) {
  .reason__bisual__bottom img {
    width: 100%;
  }
}
.reason__content {
  margin-bottom: 7.6vw;
}
@media screen and (min-width: 767px) {
  .reason__content {
    margin-bottom: 4.7916666667vw;
  }
}
.reason__content__ttl {
  font-size: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .reason__content__ttl {
    font-size: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
.reason__content p {
  width: 77.6%;
  margin: auto;
  text-align: center;
  font-size: 4vw;
}
@media screen and (min-width: 767px) {
  .reason__content p {
    width: 39.5833333333%;
    margin-left: 36.9791666667%;
    font-size: 1.0416666667vw;
    text-align: left;
  }
  .reason__content p br {
    display: none;
  }
}
.reason__content p .pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .reason__content p .pc {
    display: block;
  }
}

.strong {
  background-color: rgba(0, 161, 174, 0.9);
  position: relative;
  padding-bottom: 21.6vw;
}
@media screen and (min-width: 767px) {
  .strong {
    padding-bottom: 5.2083333333vw;
  }
}
.strong__ttl {
  padding-top: 13.3333333333vw;
  text-align: center;
  color: #fff;
  margin-bottom: 8.8vw;
}
@media screen and (min-width: 767px) {
  .strong__ttl {
    padding-top: 5.2083333333vw;
    margin-bottom: 8vw;
  }
}
.strong__list {
  width: 86.6666666667%;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .strong__list {
    width: 58.3333333333%;
  }
}
.strong__list__item {
  position: relative;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 22.1333333333vw;
}
@media screen and (min-width: 767px) {
  .strong__list__item {
    margin-bottom: 4.1666666667vw;
    padding-left: 5.3571428571%;
  }
}
.strong__list__item:last-of-type {
  margin-bottom: 0;
}
.strong__list__item__number {
  padding-top: 5.3333333333vw;
  margin-bottom: 1.8666666667vw;
  font-size: 8vw;
  text-align: center;
  display: block;
  color: #C5C5C5;
  font-family: "din";
}
@media screen and (min-width: 767px) {
  .strong__list__item__number {
    padding-top: 3.125vw;
    margin-bottom: 0.8854166667vw;
    font-size: 3.125vw;
    text-align: unset;
  }
}
.strong__list__item h3 {
  text-align: center;
  font-size: 5.3333333333vw;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .strong__list__item h3 {
    text-align: left;
    font-size: 2.0833333333vw;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 2.0833333333vw;
  }
  .strong__list__item h3 br {
    display: none;
  }
}
.strong__list__item p {
  width: 90.7692307692%;
  margin: auto;
  margin-bottom: -6.6666666667vw;
  padding-bottom: 21.6vw;
}
@media screen and (min-width: 767px) {
  .strong__list__item p {
    width: 62%;
    margin: 0;
    font-size: 1.0416666667vw;
    padding-bottom: 3.125vw;
  }
}
.strong__list__item p .pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .strong__list__item p .pc {
    display: block;
  }
}
.strong__list__item img {
  position: absolute;
  width: 46.3076923077%;
  height: auto;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -6.4vw;
}
@media screen and (min-width: 767px) {
  .strong__list__item img {
    top: 4.0104166667vw;
    right: 5.9821428571%;
    left: unset;
    bottom: unset;
    width: 26.875%;
  }
}
.strong__list__item:nth-of-type(2) img, .strong__list__item:nth-of-type(3) img {
  display: none;
}
@media screen and (min-width: 767px) {
  .strong__list__item:nth-of-type(2) img, .strong__list__item:nth-of-type(3) img {
    display: block;
    width: 25.1785714286%;
    right: 3.75%;
  }
}

.service {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 767px) {
  .service {
    padding-top: 5.2083333333vw;
  }
}
.service__ttl {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 767px) {
  .service__ttl {
    margin-bottom: 3.125vw;
  }
}
.service__list {
  width: 87.3333333333%;
  margin: auto;
  padding-bottom: 13.3333333333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .service__list {
    width: 57.8125%;
    padding-bottom: 5.2083333333vw;
    justify-content: unset;
  }
}
.service__list__item {
  width: 48.8549618321%;
  margin-bottom: 2vw;
  display: flex;
  align-items: center;
  height: 20vw;
  border: 2px #C5C5C5 solid;
  border-radius: 20px;
  padding-left: 2.1875%;
}
@media screen and (min-width: 767px) {
  .service__list__item {
    width: 31.5315315315%;
    margin-bottom: 1.5625vw;
    height: 7.8125vw;
    padding-left: 4.1428571429%;
    margin-right: 2.7027027027%;
  }
  .service__list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.service__list__item:nth-of-type(13), .service__list__item:nth-of-type(14) {
  margin-bottom: 0;
}
.service__list__item:before {
  content: "";
  background-image: url(../images/cheack.svg);
  width: 7.5%;
  height: 2.8533333333vw;
  margin-right: 2.03125%;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .service__list__item:before {
    width: 7.5%;
    height: 1.0416666667vw;
    margin-right: 4.7142857143%;
  }
}
.service__list__item h3 {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 767px) {
  .service__list__item h3 {
    font-size: 1.3020833333vw;
  }
}

.flow {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
  background: #F2F2F2;
}
@media screen and (min-width: 767px) {
  .flow {
    padding-top: 5.0520833333vw;
    padding-bottom: 5.2083333333vw;
  }
}
.flow__ttl {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .flow__ttl {
    margin-bottom: 3.125vw;
  }
}
.flow p {
  width: 80.8%;
  margin: auto;
  text-align: center;
  margin-bottom: 10.1333333333vw;
}
.flow p .pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .flow p {
    width: 35.4166666667%;
    margin-bottom: 3.9583333333vw;
    font-size: 1.0416666667vw;
  }
  .flow p .pc {
    display: block;
  }
}
.flow__slide {
  margin-left: 5.3333333333%;
  display: flex;
}
@media screen and (min-width: 767px) {
  .flow__slide {
    margin-left: 5.2083333333%;
  }
}
.flow__slide__item {
  width: 13.4929577465% !important;
  margin-right: 3.014084507%;
  height: 94vw;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .flow__slide__item {
    width: 15.7825370675% !important;
    margin-right: 3.1630971993%;
    height: 36.71875vw;
    position: relative;
  }
}
.flow__slide__item::after {
  display: none;
}
.flow__slide__item:last-of-type::after {
  display: none;
}
.flow__slide__item__number {
  width: 100% !important;
  text-align: center;
  padding-top: 2.9333333333vw;
  padding-bottom: 2vw;
  background: #00A1AE;
  margin-bottom: 6.6666666667vw !important;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 767px) {
  .flow__slide__item__number {
    padding-top: 1.3020833333vw;
    padding-bottom: 0.8854166667vw;
    font-size: 1.5625vw !important;
    margin-bottom: 2.6041666667vw !important;
  }
}
.flow__slide__item__number span {
  font-size: 6.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .flow__slide__item__number span {
    font-size: 2.6041666667vw;
  }
}
.flow__slide__item h3 {
  font-size: 4.2666666667vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 4vw;
  color: #00A1AE;
}
@media screen and (min-width: 767px) {
  .flow__slide__item h3 {
    font-size: 1.6666666667vw;
    margin-bottom: 1.5625vw;
  }
}
.flow__slide__item img {
  width: 35.0730688935%;
  display: block;
  margin: auto;
  margin-bottom: 3.0666666667vw;
}
@media screen and (min-width: 767px) {
  .flow__slide__item img {
    height: 11.3541666667vw;
    margin-bottom: 1.1979166667vw;
  }
}
.flow__slide__item:nth-of-type(2) img {
  width: 42.3799582463%;
}
.flow__slide__item:nth-of-type(3) img {
  width: 82.4634655532%;
}
.flow__slide__item:nth-of-type(4) img {
  width: 25.8872651357%;
}
.flow__slide__item:nth-of-type(5) img {
  width: 67.0146137787%;
}
.flow__slide__item p {
  width: 86.8475991649%;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 767px) {
  .flow__slide__item p {
    font-size: 1.25vw;
    width: 87.6826722338%;
  }
}

.slick-prev:before, .slick-next:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 0 4vw 4.5vw;
  border-color: transparent transparent transparent #00A1AE;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .slick-prev:before, .slick-next:before {
    border-width: 1.56vw 0 1.56vw 1.77vw;
  }
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-prev, .slick-next {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 69.0666666667%;
  z-index: 100000;
}
@media screen and (min-width: 767px) {
  .slick-prev, .slick-next {
    left: 91.7708333333%;
  }
}

.slick-prev {
  left: -4%;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}

.example {
  padding-top: 13.3333333333vw;
  padding-bottom: 9.6vw;
}
@media screen and (min-width: 767px) {
  .example {
    padding-top: 5.2083333333vw;
    padding-bottom: 6.25vw;
  }
}
.example__ttl {
  text-align: center;
  margin-bottom: 5.4666666667vw;
}
@media screen and (min-width: 767px) {
  .example__ttl {
    margin-bottom: 3.125vw;
  }
}
.example__list {
  width: 86.6666666667%;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .example__list {
    width: 58.3333333333%;
  }
}
.example__list__item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #C5C5C5;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .example__list__item {
    margin-bottom: 3.125vw;
  }
}
.example__list__item:last-of-type {
  margin-bottom: 0;
}
.example__list__item__ttl {
  position: absolute;
  top: -0.1333333333vw;
  left: -0.1538461538%;
  width: 27.3846153846%;
  background: #C5C5C5;
  border: 1px solid #C5C5C5;
  color: white;
  border-radius: 20px 0 20px 0;
  align-items: center;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 1.0666666667vw;
}
@media screen and (min-width: 767px) {
  .example__list__item__ttl {
    width: 15.8928571429%;
    padding-top: 0.8333333333vw;
    padding-bottom: 0.5208333333vw;
  }
}
.example__list__item__ttl p {
  font-size: 2.6666666667vw;
  line-height: 1.45;
  padding-left: 11.2359550562%;
}
@media screen and (min-width: 767px) {
  .example__list__item__ttl p {
    font-size: 1.0416666667vw;
  }
}
.example__list__item__ttl span {
  display: block;
  font-size: 5.4666666667vw;
  line-height: 1.07;
}
@media screen and (min-width: 767px) {
  .example__list__item__ttl span {
    font-size: 2.1354166667vw;
  }
}
.example__list__item__top {
  width: 93.2307692308%;
  margin-left: 4.6153846154%;
  display: flex;
  padding-top: 4.2666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 767px) {
  .example__list__item__top {
    width: 100%;
    margin-left: 5.3571428571%;
    padding-top: 3.125vw;
    margin-bottom: unset;
    padding-bottom: 11.71875vw;
  }
}
.example__list__item__top__left {
  margin-right: 3.0769230769%;
  background: #F2F2F2;
  border-radius: 10px;
  width: 33.8461538462%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .example__list__item__top__left {
    margin-right: 3.5714285714%;
    width: 19.6428571429%;
  }
}
.example__list__item__top__left img {
  display: block;
  width: 72.2727272727%;
  margin: auto;
  padding-top: 2.8vw;
  padding-bottom: 2.8vw;
}
@media screen and (min-width: 767px) {
  .example__list__item__top__left img {
    padding-top: 1.09375vw;
    padding-bottom: 1.09375vw;
  }
}
.example__list__item__top__right {
  width: 56.3076923077%;
}
@media screen and (min-width: 767px) {
  .example__list__item__top__right {
    width: 63.3928571429%;
  }
}
.example__list__item__top__right h3 {
  border-bottom: 2px dashed #C5C5C5;
  padding-bottom: 1.0533333333vw;
  margin-bottom: 1.6133333333vw;
}
@media screen and (min-width: 767px) {
  .example__list__item__top__right h3 {
    width: 50.6709401709%;
    font-size: 1.3020833333vw;
    padding-bottom: 0.4114583333vw;
    margin-bottom: 0.6302083333vw;
  }
}
.example__list__item__top__right p {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 767px) {
  .example__list__item__top__right p {
    font-size: 1.0416666667vw;
  }
}
.example__list__item__bottom {
  width: 90.7692307692%;
  margin: auto;
  padding-bottom: 4.4vw;
}
@media screen and (min-width: 767px) {
  .example__list__item__bottom {
    position: absolute;
    width: 52.6785714286%;
    top: 10.9375vw;
    left: 28.5714285714%;
  }
}

.line {
  padding-top: 8vw;
  padding-bottom: 8vw;
  background: #00A1AE;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .line {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
}
.line__ttl {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 767px) {
  .line__ttl {
    margin-bottom: 3.125vw;
  }
}
.line__content {
  font-size: 2.6666666667vw;
  list-style: 2;
}
.line__content .pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .line__content {
    width: 55.9895833333%;
    margin: auto;
    font-size: 1.5625vw;
  }
  .line__content br {
    display: none;
  }
  .line__content .pc {
    display: block;
  }
}

.contact {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 767px) {
  .contact {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
}
.contact__ttl {
  text-align: center;
}
.contact__ttl h2 {
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 767px) {
  .contact__ttl h2 {
    margin-bottom: 1.3020833333vw;
    font-size: 2.0833333333vw;
  }
}
.contact__ttl p {
  width: 84%;
  margin: auto;
  margin-bottom: 17.8vw;
  font-size: 3.6vw;
  word-break: keep-all;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .contact__ttl p {
    margin-bottom: 3.9322916667vw;
    font-size: 0.9375vw;
  }
  .contact__ttl p br {
    display: none;
  }
}
.contact__ttl p span {
  color: #00A1AE;
  border-bottom: 4px dashed #00A1AE;
}/*# sourceMappingURL=style.css.map */