@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.bg-blue {
  background: #eff7f9;
}

.blue {
  color: #5795b9;
}

.title {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
.title-wrapper .comment {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  position: relative;
  margin: 0 auto 30px;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .title-wrapper .comment {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.title-wrapper .comment:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #5795b9;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .title-wrapper .comment:before {
    top: 25px;
  }
}
.title-wrapper .comment:after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  box-shadow: 0px 0px 0px 5px #eff7f9;
  background: #5795b9;
  transform: rotate(40deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 37px;
  margin: auto;
  outline: none;
}
@media screen and (max-width: 768px) {
  .title-wrapper .comment:after {
    top: 22px;
    height: 15px;
  }
}
.title-wrapper .comment.blue:after {
  box-shadow: 0px 0px 0px 5px #fff;
}
.title--sub {
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .title--sub {
    font-size: 20px;
  }
}

.contact {
  max-width: 1200px;
  padding: 40px 0 50px;
  background: url(../img/bg.webp) no-repeat center center/cover;
  border-radius: 20px;
  margin: auto;
  color: #fff;
}
@media (min-width: 1200px) {
  .contact {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    gap: 20px 0;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .contact {
    max-width: calc(100% - 30px);
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    max-width: calc(100% - 30px);
    padding: 30px 0 34px;
  }
}
.contact__title {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media (min-width: 1200px) {
  .contact__title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .contact__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.contact .tel {
  transition: 0.3s;
  position: relative;
  display: block;
}
@media (max-width: 1199px) and (min-width: 769px) {
  .contact .tel {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact .tel {
    margin-bottom: 36.5px;
  }
}
.contact .tel:after {
  display: block;
  content: "";
  height: 78px;
  width: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .contact .tel:after {
    width: 56px;
    height: 2px;
    top: auto;
    left: 0;
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .contact .tel:after {
    bottom: -16px;
  }
}
@media screen and (max-width: 768px) {
  .contact .tel:hover {
    opacity: 0.7;
  }
}
.contact .tel .num {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 50px;
  text-align: center;
  line-height: 1.5;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact .tel .num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
  }
}
.contact .tel .num:before {
  display: inline-block;
  content: "";
  width: 51px;
  height: 55px;
  transform: translateY(10px);
  background: url(../img/tel.svg) no-repeat center center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact .tel .num:before {
    width: 25px;
    height: 27.5px;
    transform: translateY(3px);
    margin-right: 5px;
  }
}
.contact .tel .small {
  display: block;
}
@media (min-width: 1200px) {
  .contact .tel .small {
    width: 180px;
    margin: 0 0 0 140px;
  }
}
@media (max-width: 1199px) {
  .contact .tel .small {
    text-align: center;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .tel .small {
    margin: 0;
  }
}
.contact .tel .small .pc {
  display: inline-block;
}
@media (max-width: 1199px) {
  .contact .tel .small .pc {
    display: none;
  }
}
.contact .mail {
  width: 453px;
  height: 90px;
  background: #fff;
  border-radius: 45px;
  color: #5795b9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: auto;
  transition: 0.3s;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact .mail {
    width: 246px;
    font-size: 14px;
    height: 48.5px;
  }
}
.contact .mail:before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 28px;
  background: url(../img/mail-blue.svg) no-repeat center center/contain;
  margin-right: 17px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contact .mail:before {
    width: 22.5px;
    height: 14px;
    margin-right: 5px;
  }
}
.contact .mail:hover {
  background: #5795b9;
  color: #fff;
}
.contact .mail:hover:before {
  background: url(../img/mail.svg) no-repeat center center/contain;
}
.contact--tel {
  max-width: 960px;
  background: url(../img/bg.webp) no-repeat center center/cover;
  border-radius: 20px;
  padding: 40px 0;
  color: #fff;
  display: block;
  margin: 0 auto 60px;
}
@media (max-width: 960px) {
  .contact--tel {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 900px) {
  .contact--tel {
    max-width: calc(100% - 30px);
    padding: 30px 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 900px) {
  .contact--tel .contact__title {
    margin-bottom: 5px;
  }
}
.contact--tel .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 900px) {
  .contact--tel .tel {
    display: block;
  }
}
.contact--tel .tel .num {
  font-size: 62px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Lato", "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 900px) {
  .contact--tel .tel .num {
    font-size: 32px;
    display: block;
    text-align: center;
  }
}
.contact--tel .tel .num:before {
  display: inline-block;
  content: "";
  width: 51px;
  height: 55px;
  transform: translateY(10px);
  background: url(../img/tel.svg) no-repeat center center/contain;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .contact--tel .tel .num:before {
    width: 20px;
    height: 22.5px;
    transform: translateY(2px);
    margin-right: 5px;
  }
}
.contact--tel .tel .small {
  font-size: 20px;
}
.contact--tel .tel .small .pc {
  display: inline-block;
}
@media (max-width: 900px) {
  .contact--tel .tel .small {
    font-size: 12px;
    text-align: center;
    display: block;
  }
}

.btn {
  padding: 0 60px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #5795b9;
  background: #fff;
  color: #5795b9;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-self: start;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 45px;
    font-size: 14px;
    padding: 0 40px;
  }
}
.btn:hover {
  background: #5795b9;
  color: #fff;
}

.box {
  max-width: 1000px;
  padding: 60px 4% 70px;
  margin: auto;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1000px) {
  .box {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    max-width: calc(100% - 30px);
    padding: 42.5px 20px;
  }
}
.box .title--sub {
  margin-bottom: 40px;
}

.icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .icons {
    row-gap: 30px;
  }
}
.icons li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .icons li {
    width: 33.3333333333%;
  }
}
.icons__icon {
  max-width: 120px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .icons__icon {
    max-width: 70px;
  }
}
.icons__title {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .icons__title {
    font-size: 14px;
  }
}

.slider__item {
  max-width: 960px;
  border: 5px solid #5795b9;
  border-radius: 20px;
  margin: 0 40px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .slider__item {
    margin: 0 30px;
    width: 100%;
  }
}
.slider__item.slick-current {
  opacity: 1;
}
.slider .slick-arrow {
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
}
.slider .slick-arrow:before {
  display: block;
  content: "";
  width: 18px;
  height: 28px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  opacity: 1;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .slider .slick-arrow:before {
    width: 10px;
    height: 20px;
  }
}
.slider .slick-arrow.slick-prev {
  right: calc(50% + 510px);
  left: auto;
}
.slider .slick-arrow.slick-prev:before {
  transform: scale(-1, 1);
}
@media (max-width: 1039px) {
  .slider .slick-arrow.slick-prev {
    right: auto;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .slider .slick-arrow.slick-prev {
    left: 5px;
  }
}
.slider .slick-arrow.slick-next {
  left: calc(50% + 510px);
  right: auto;
}
@media (max-width: 1039px) {
  .slider .slick-arrow.slick-next {
    right: 5%;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .slider .slick-arrow.slick-next {
    right: 5px;
  }
}
.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slider .line-pager {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .slider .line-pager {
    margin-top: 10px;
  }
}
.slider .line-pager li {
  height: 5px;
  width: 50px;
}
.slider .line-pager li button {
  height: 5px;
  width: 50px;
  background: #5795b9;
  opacity: 0.2;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  outline: none;
}
.slider .line-pager li.slick-active button {
  opacity: 1;
}

.js-fade {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 1.3s;
}

.js-fade.js-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.js-poyon {
  opacity: 0;
  transform: scale(1) translate(0, 0);
}

.js-poyon.js-scroll {
  animation: poyon 1s 0.5s ease-in-out forwards;
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.js-fade2 {
  opacity: 0;
  transition: 1s;
}

.js-fade2.js-scroll {
  opacity: 1;
}

#kv-text.js-active {
  animation: poyon2 1.2s ease forwards;
}

@keyframes poyon2 {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
  90% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
dt {
  font-weight: normal;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #2c2c2c;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.h {
  height: 4.1vw;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  color: #5795b9;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.1vw;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .h {
    height: 45px;
    padding: 0 15px;
  }
}
.h__logo {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  font-size: 1.66vw;
  transition: 0.3s;
  padding-left: 2.6vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h__logo {
    font-size: 16px;
    padding-left: 27px;
  }
}
.h__logo:hover {
  opacity: 0.7;
}
.h__logo:before {
  display: inline-block;
  content: "";
  width: 2.4vw;
  height: 2.4vw;
  background: url(../img/logo.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .h__logo:before {
    width: 23.5px;
    height: 23.5px;
    margin-right: 2px;
  }
}
.h__logo .small {
  display: block;
  font-size: 0.8vw;
  transform: translate(0.3vw, 0.5vw);
}
@media screen and (max-width: 768px) {
  .h__logo .small {
    font-size: 8px;
    transform: translate(2px, 4px);
  }
}
.h__logo .large {
  display: block;
  transform: translateY(-0.1vw);
}
@media screen and (max-width: 768px) {
  .h__logo .large {
    transform: translateY(-0.1vw);
  }
}
.h__contact {
  display: flex;
  align-items: center;
  gap: 1.5vw;
}
@media screen and (max-width: 768px) {
  .h__contact {
    position: fixed;
    left: 0;
    justify-content: center;
    bottom: 10px;
    width: 100%;
  }
}
.h__contact .tel {
  display: flex;
  align-items: center;
  gap: 1vw;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .h__contact .tel {
    width: 53.3%;
    height: 45px;
    border-radius: 22.5px;
    background: #5795b9;
    color: #fff;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    max-width: 230px;
  }
}
.h__contact .tel:hover {
  opacity: 0.7;
}
.h__contact .tel .num {
  font-size: 2vw;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .h__contact .tel .num {
    font-size: 18px;
    line-height: 1;
    position: relative;
  }
}
.h__contact .tel .num:before {
  display: inline-block;
  content: "";
  width: 1.6vw;
  height: 1.7vw;
  background: url(../img/tel-blue.svg) no-repeat center center/contain;
  margin-right: 0.6vw;
}
@media screen and (max-width: 768px) {
  .h__contact .tel .num:before {
    width: 16px;
    height: 17px;
    background: url(../img/tel.svg) no-repeat center center/contain;
    position: absolute;
    left: -20px;
    top: 9px;
  }
}
.h__contact .tel .small {
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  .h__contact .tel .small {
    font-size: 11px;
    line-height: 1.4;
  }
}
.h__contact .mail {
  font-size: 1.1vw;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  border: 0.2vw solid #5795b9;
  border-radius: 1.6vw;
  height: 2.76vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8vw;
  width: 18.7vw;
  transition: 0.3s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .h__contact .mail {
    width: 39.7%;
    height: 45px;
    font-size: 12px;
    border-radius: 22.5px;
    line-height: 1.2;
    max-width: 150px;
    border: 1.5px solid #5795b9;
  }
}
.h__contact .mail:hover {
  background: #5795b9;
  color: #fff;
}
.h__contact .mail:hover:before {
  background: url(../img/mail.svg) no-repeat center center/contain;
}
.h__contact .mail:before {
  display: inline-block;
  content: "";
  width: 1.8vw;
  height: 1.4vw;
  transition: 0.3s;
  background: url(../img/mail-blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .h__contact .mail:before {
    background: url(../img/mail-blue.svg) no-repeat center center/contain;
    width: 17px;
    height: 13.5px;
  }
}

.kv {
  width: 100%;
  height: 95.9vh;
  margin-top: 4.1vw;
  background: url(../img/kv.webp) no-repeat right bottom/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 680px;
    margin-top: 45px;
    background: url(../img/kv-sp.webp) no-repeat center bottom/cover;
  }
}
.kv p {
  font-size: 1.2vw;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.04em;
  position: absolute;
  left: 6.2vw;
  top: 7.9vw;
  font-weight: 500;
  opacity: 0;
  text-shadow: 0px 0px 5px #6696e5;
}
@media screen and (max-width: 768px) {
  .kv p {
    font-size: 12px;
    top: 50px;
    left: 30px;
  }
}
.kv p:after {
  display: block;
  content: "";
  width: 27.8vw;
  height: 5.6vw;
  background: url(../img/hukidashi-w.webp) no-repeat center center/contain;
  position: absolute;
  left: -2.1vw;
  top: 0;
}
@media screen and (max-width: 768px) {
  .kv p:after {
    width: 273px;
    height: 58px;
    left: -15px;
    top: -5px;
  }
}
.kv h1 {
  font-size: 3.6vw;
  color: #fff;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.04em;
  line-height: 5.8vw;
  font-weight: bold;
  position: absolute;
  left: 6.2vw;
  top: 13.7vw;
  text-shadow: 0px 0px 5px #6696e5;
}
@media screen and (max-width: 768px) {
  .kv h1 {
    line-height: 1.6;
    font-size: 26px;
    top: 110px;
  }
}
.kv ul {
  display: flex;
  position: absolute;
  left: 6.2vw;
  top: 32.8vw;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .kv ul {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    row-gap: 0;
    width: 270px;
    column-gap: 20px;
    top: 280px;
  }
}
@media (min-width: 410px) {
  .kv ul {
    right: auto;
    left: 6.2vw;
  }
}
.kv ul li {
  width: 7.82vw;
  height: 7.82vw;
  background: url(../img/circle-01.webp) no-repeat center center/contain;
  color: #fff;
  font-size: 1.25vw;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0px 0px 5px #6696e5);
}
.kv ul li:nth-child(even) {
  background: url(../img/circle-02.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .kv ul li {
    width: 75px;
    height: 75px;
    font-size: 12px;
    filter: drop-shadow(0px 0px 10px #fff);
  }
}

.solution {
  overflow: hidden;
  position: relative;
  padding: 5vw 0 8vw;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (min-width: 769px) {
  .solution {
    background: url(../img/solution-bg-01.webp) left -1vw top 4vw/23vw no-repeat, url(../img/solution-bg-04.webp) right 5vw top 36vw/24vw no-repeat, url(../img/solution-bg-03.webp) left 7vw top 20vw/18vw no-repeat, url(../img/solution-bg-04.webp) left -6vw bottom 15vw/21vw no-repeat, url(../img/solution-bg-02.webp) left 10vw bottom 3vw/27vw no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .solution {
    padding: 60px 0 40px;
    background: url(../img/solution-bg-01.webp) left -1vw top 3vw/34vw no-repeat, url(../img/solution-bg-03.webp) right -3vw top 13vw/40vw no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .solution .title {
    margin-bottom: 3vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .solution .title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.solution__wrapper {
  max-width: 51vw;
  margin: auto;
}
@media screen and (max-width: 1204px) and (min-width: 769px) {
  .solution__wrapper {
    padding: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .solution__wrapper {
    padding: 0 15px;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .solution__item:nth-of-type(5) {
    margin-left: 3.1vw;
  }
}
@media screen and (min-width: 769px) {
  .solution__item:nth-of-type(8) {
    width: 35.4vw;
    margin: auto;
  }
}
.solution__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.solution__item dt {
  font-weight: 500;
  font-size: 1.25vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  .solution__item dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.solution__item dd {
  text-indent: -1.7vw;
  margin: 0 0 3.1vw 3.1vw;
  font-weight: bold;
  font-size: 1.4vw;
}
@media screen and (max-width: 768px) {
  .solution__item dd {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding-left: 19px;
    text-indent: -19px;
  }
}
.solution__item dd:before {
  display: inline-block;
  content: "";
  width: 1.2vw;
  height: 1.3vw;
  margin-right: 0.5vw;
  background: url(../img/arrow.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .solution__item dd:before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}
.solution__item dd .line {
  position: relative;
  text-indent: 0;
  background: url("../img/line.webp") repeat-x left bottom/100% 50%;
}
@media screen and (min-width: 769px) {
  .solution__img {
    position: absolute;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .solution__img.img-01 {
    top: 10vw;
    right: 0;
    width: 26vw;
  }
}
@media screen and (max-width: 768px) {
  .solution__img.img-01 {
    width: 300px;
    margin: -20px 0 10px auto;
  }
}
@media screen and (min-width: 769px) {
  .solution__img.img-02 {
    top: 30vw;
    right: calc(50% + 23.5vw);
    width: 25.5vw;
  }
}
@media screen and (max-width: 768px) {
  .solution__img.img-02 {
    width: 310px;
    margin: -10px auto 10px;
  }
}
@media screen and (min-width: 769px) {
  .solution__img.img-03 {
    bottom: 10vw;
    left: calc(50% + 15vw);
    width: 33vw;
  }
}
@media screen and (max-width: 768px) {
  .solution__img.img-03 {
    max-width: 340px;
    margin: auto;
  }
}

.forte {
  margin: 150px 0 0;
  padding: 70px 0 120px;
}
@media screen and (max-width: 768px) {
  .forte {
    margin: 80px 0 0;
    padding: 50px 0 60px;
  }
}
.forte .title-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .forte .title-wrapper {
    margin-bottom: 40px;
  }
}
.forte .title-wrapper .comment:before {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .forte .title-wrapper .comment:before {
    width: 200px;
  }
}
.forte .title .large {
  font-size: 70px;
  display: inline-block;
  margin: 0 10px;
  line-height: 1.2;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .forte .title .large {
    font-size: 34px;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin: 0 5px;
    transform: translateY(2px);
  }
}
.forte__wrapper {
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .forte__wrapper {
    padding: 0 15px;
  }
}
.forte__item {
  background: #fff;
  border-radius: 20px;
  max-width: 1000px;
  padding: 50px 50px 60px;
  position: relative;
  min-height: 450px;
}
@media screen and (max-width: 768px) {
  .forte__item {
    padding: 40px 30px;
  }
}
.forte__item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .forte__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .forte__item:nth-of-type(even) {
    margin: 0 0 120px auto;
  }
}
@media screen and (max-width: 768px) {
  .forte__item:nth-of-type(even) .num {
    left: auto;
    right: 30px;
  }
}
.forte__item .num {
  color: #5795b9;
  opacity: 0.6;
  font-size: 100px;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  left: 50px;
  top: -60px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .forte__item .num {
    font-size: 50px;
    left: 30px;
    top: -30px;
  }
}
.forte__item.forte-01 .forte__img, .forte__item.forte-05 .forte__img {
  top: 50px;
}
.forte__item.forte-02 p {
  max-width: none;
}
.forte__item.forte-02 .forte__img {
  position: static;
}
.forte__item.forte-02 .forte__img:first-of-type {
  margin: 20px auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-02 .forte__img:first-of-type {
    width: 100%;
  }
}
.forte__item.forte-02 .forte-02__img {
  display: flex;
  gap: 3%;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-02 .forte-02__img {
    display: block;
  }
}
.forte__item.forte-02 .forte-02__img .forte__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-02 .forte-02__img .forte__img:first-of-type {
    width: 70%;
    margin: 20px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .forte__item.forte-02 .forte-02__img .forte__img:nth-of-type(2) {
    width: 60%;
    margin: -20px 0 0 auto;
  }
}
.forte__item.forte-03 p:not(:last-child) {
  margin-bottom: 20px;
}
.forte__item.forte-03 .forte__img:first-of-type {
  bottom: 50%;
  width: 40%;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-03 .forte__img:first-of-type {
    width: 70%;
  }
}
.forte__item.forte-03 .forte__img:last-of-type {
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-03 .forte__img:last-of-type {
    width: 70%;
    margin: -20px 0 0 auto;
  }
}
.forte__item.forte-04 {
  min-height: 0;
}
.forte__item.forte-04 p {
  max-width: 100%;
  margin-bottom: 30px;
}
.forte__item.forte-04 .forte__title--sub {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-04 .forte__title--sub {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.forte__item.forte-04 .forte__title--sub:before, .forte__item.forte-04 .forte__title--sub:after {
  display: inline-block;
  content: "-";
  margin: 0 10px;
}
.forte__item.forte-04 .forte__img {
  width: 60%;
  margin: 0 auto 50px;
  position: static;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-04 .forte__img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.forte__item.forte-04 .purchase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-04 .purchase {
    gap: 20px 15px;
  }
}
.forte__item.forte-04 .purchase__item {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .forte__item.forte-04 .purchase__item {
    width: calc((100% - 15px) / 2);
  }
}
.forte__item.forte-04 .purchase__img {
  margin-bottom: 10px;
}
.forte__item.forte-04 .purchase__title {
  margin-bottom: 3px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-04 .purchase__title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.forte__item.forte-04 .purchase__price {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-04 .purchase__price {
    font-size: 26.5px;
    font-weight: 900;
    line-height: 1.2;
  }
}
.forte__item.forte-04 .purchase__price .small {
  font-size: 17px;
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .forte__item.forte-04 .purchase__price .small {
    font-size: 12px;
    margin-left: 3px;
  }
}
.forte__title {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .forte__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .forte p {
    max-width: 48%;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .forte p {
    margin-bottom: 15px;
  }
}
.forte .btn {
  margin-top: 30px;
  max-width: 182px;
}
@media screen and (max-width: 768px) {
  .forte .btn {
    margin: 0 auto 25px;
    width: 138px;
  }
}
@media screen and (min-width: 769px) {
  .forte__img {
    position: absolute;
    width: 44%;
    right: 50px;
  }
}

.price {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 50px 0;
  }
}
.price .title-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .price .title-wrapper {
    margin-bottom: 20px;
  }
}
.price .title-wrapper .comment:before {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .price .title-wrapper .comment:before {
    width: 150px;
  }
}
.price .measurement {
  display: flex;
  max-width: 1220px;
  justify-content: center;
  gap: 50px;
  margin: 0 auto 50px;
}
@media (max-width: 1260px) {
  .price .measurement {
    flex-direction: column-reverse;
    gap: 25px;
    max-width: 750px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .price .measurement {
    gap: 30px;
    margin-bottom: 0;
  }
}
.price .measurement p {
  width: 50%;
  flex-shrink: 0;
  font-size: 17px;
  line-height: 1.8;
}
@media (max-width: 1260px) {
  .price .measurement p {
    width: 100%;
    padding: 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .price .measurement p {
    font-size: 14px;
  }
}
.price .measurement p .large {
  font-size: 22px;
  font-weight: bold;
  background: url("../img/line.webp") repeat-x left bottom 5px/100% 50%;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .price .measurement p .large {
    font-size: 18px;
  }
}
.price .measurement__img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .price .measurement__img {
    padding: 0 45px;
  }
}
.price .plan {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .price .plan {
    margin-bottom: 30px;
    padding-top: 60px;
  }
}
.price .plan .title--sub {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .price .plan .title--sub {
    margin-bottom: 20px;
  }
}
.price .plan ul {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .price .plan ul {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .price .plan ul {
    flex-direction: column;
    gap: 23px;
    padding: 0 45px;
  }
}
.price .plan ul li {
  width: 517px;
  border: 5px solid #5795b9;
  border-radius: 20px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .price .plan ul li {
    width: 100%;
    padding: 30px 35px;
  }
}
@media screen and (min-width: 769px) {
  .price .plan ul li:first-child .plan__img {
    width: 300px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .price .plan ul li:nth-child(2) .plan__img {
    width: 320px;
  }
}
.price .plan ul + .small {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .price .plan ul + .small {
    text-align: left;
    padding: 0 45px 0 calc(45px + 1em);
    text-indent: -1em;
    font-size: 11px;
  }
}
.price .plan__title {
  font-family: "Lato", "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #5795b9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .plan__title {
    font-size: 18px;
  }
}
.price .plan__img {
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .price .plan__img {
    width: 100%;
    margin: 10px auto;
  }
}
.price .plan__text {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .plan__text {
    font-size: 12px;
  }
}
.price .plan__price {
  font-family: "Lato", "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .price .plan__price {
    font-size: 16px;
  }
}
.price .plan__price .large {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .price .plan__price .large {
    font-size: 30px;
  }
}
.price .plan__price .small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .price .plan__price .small {
    font-size: 10px;
  }
}
.price .service {
  background: #eff7f9;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .price .service {
    margin-bottom: 60px;
  }
}
.price .service:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 48px solid transparent;
  border-left: 48px solid transparent;
  border-bottom: 57px solid #eff7f9;
  border-top: 0;
  position: absolute;
  bottom: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .price .service:before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #eff7f9;
    bottom: 100%;
  }
}
.price .option {
  background: #5795b9;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .price .option {
    margin-bottom: 30px;
  }
}
.price .option:before, .price .option:after {
  display: block;
  content: "";
  width: 50px;
  height: 6px;
  background: #5795b9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .price .option:before, .price .option:after {
    width: 25px;
    height: 3px;
  }
}
.price .option:before {
  bottom: calc(100% + 55px);
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .price .option:before {
    bottom: calc(100% + 30px);
  }
}
.price .option:after {
  bottom: calc(100% + 54px);
}
@media screen and (max-width: 768px) {
  .price .option:after {
    bottom: calc(100% + 30px);
  }
}
@media screen and (max-width: 768px) {
  .price .option .icons li {
    width: 38%;
  }
}

.example {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .example {
    padding-top: 30px;
  }
}
.example .title--sub {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .example .title--sub {
    margin-bottom: 20px;
  }
}
.example .slider__item {
  padding: 60px 60px 80px;
  display: grid;
  column-gap: 40px;
  grid-template-columns: 45% 1fr;
  grid-template-rows: max-content max-content;
}
@media screen and (max-width: 768px) {
  .example .slider__item {
    display: block;
    padding: 20px 15px 30px;
  }
}
.example .slider__item .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .example .slider__item .dots-wrap {
    margin-top: 5px;
  }
}
.example .slider__item .dots-wrap li {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .example .slider__item .dots-wrap li {
    width: 8px;
    height: 8px;
  }
}
.example .slider__item .dots-wrap li:hover {
  cursor: pointer;
}
.example .slider__item .dots-wrap li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5795b9;
  opacity: 0.2;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  outline: none;
}
@media screen and (max-width: 768px) {
  .example .slider__item .dots-wrap li button {
    width: 8px;
    height: 8px;
  }
}
.example .slider__item .dots-wrap li.slick-active button {
  opacity: 1;
}
.example__img {
  grid-column: 1/2;
  grid-row: 1/3;
}
.example__img .slick-list {
  border-radius: 10px;
}
.example__overview {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  row-gap: 20px;
  position: relative;
}
@media (max-width: 1047px) and (min-width: 769px) {
  .example__overview {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .example__overview {
    margin: auto;
  }
}
.example__overview:after {
  display: block;
  content: "";
  width: 230px;
  height: 3px;
  background: #5795b9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 40px);
  border-radius: 1.5px;
}
@media (max-width: 1047px) {
  .example__overview:after {
    top: calc(100% + 25px);
  }
}
@media (max-width: 900px) {
  .example__overview:after {
    width: 150px;
  }
}
.example__overview li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1047px) and (min-width: 769px) {
  .example__overview li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .example__overview li {
    font-size: 14px;
    gap: 10px;
  }
}
.example__overview li p {
  line-height: 1.4;
}
.example__overview .block {
  width: 100px;
  height: 42px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #5795b9;
}
@media screen and (max-width: 768px) {
  .example__overview .block {
    width: 60px;
    height: 25px;
    font-size: 12px;
    border-radius: 5px;
  }
}
.example__price {
  width: 220px;
  margin: auto;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media (max-width: 1047px) {
  .example__price {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .example__price {
    width: 130px;
    line-height: 1.5;
  }
}
.example__price h5 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .example__price h5 {
    font-size: 14px;
  }
}
.example__price p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .example__price p {
    font-size: 12px;
  }
}
.example__price p .large {
  font-size: 50px;
  font-weight: 900;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .example__price p .large {
    font-size: 30px;
  }
}

.voc {
  padding: 170px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .voc {
    padding: 80px 0 0;
    margin-bottom: 50px;
  }
}
.voc .title-wrapper {
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .voc .title-wrapper {
    margin-bottom: 25px;
  }
}
.voc .title-wrapper .comment:before {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .voc .title-wrapper .comment:before {
    width: 160px;
  }
}
.voc .title-wrapper + p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .voc .title-wrapper + p {
    text-align: left;
    font-size: 14px;
    padding: 0 25px;
    margin-bottom: 30px;
  }
}
.voc .slider__item {
  padding: 60px 80px 80px;
}
@media screen and (max-width: 768px) {
  .voc .slider__item {
    padding: 25px;
  }
}
.voc__header {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-template-rows: auto auto;
  column-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .voc__header {
    grid-template-columns: 37.5px 1fr;
    column-gap: 10px;
    margin-bottom: 20px;
  }
}
.voc__icon {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #5795b9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 37px;
  font-family: "Lato", "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .voc__icon {
    width: 37.5px;
    height: 37.5px;
    font-size: 18.5px;
  }
}
.voc__name {
  font-family: "Lato", "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: bold;
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .voc__name {
    font-size: 12px;
  }
}
.voc__star {
  font-size: 24px;
  line-height: 1;
  color: #e6ba42;
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .voc__star {
    font-size: 14px;
    transform: translateY(-2px);
  }
}
.voc__content p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .voc__content p {
    font-size: 14px;
  }
}
.voc__content p:not(:last-child) {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 768px) {
  .voc__content p:not(:last-child) {
    margin-bottom: 1.2em;
  }
}

.flow {
  padding: 100px 0 170px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 50px 0 70px;
  }
}
.flow .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1240px) {
  .flow__wrapper {
    width: 100%;
    overflow-x: scroll;
    padding: 22px 0;
  }
}
.flow ol {
  max-width: 1140px;
  gap: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1240px) {
  .flow ol {
    width: 1940px;
    flex-wrap: nowrap;
    max-width: none;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow ol {
    max-width: 1000px;
    gap: 30px;
  }
}
.flow ol li {
  width: 340px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow ol li {
    width: 170px;
    padding: 20px;
  }
}
.flow ol li:not(:last-child):after {
  display: block;
  content: "";
  width: 18px;
  height: 28px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: -41px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow ol li:not(:last-child):after {
    height: 23.5px;
    width: 12px;
    right: -21px;
  }
}
.flow__img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow__img {
    margin-bottom: 15px;
  }
}
.flow__num {
  text-align: center;
  font-size: 18px !important;
  font-family: "Lato", "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 900;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .flow__num {
    position: absolute;
    bottom: calc(100% - 8px);
    line-height: 1;
    font-size: 22px !important;
    margin: 0;
    opacity: 0.6;
    color: #5795b9;
    font-weight: bold;
  }
}
.flow__title {
  text-align: center;
  font-size: 24px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .flow p {
    font-size: 17px;
  }
}

.faq {
  padding: 83px 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 60px 0;
  }
}
.faq .title {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .faq .title {
    margin-bottom: 30px;
  }
}
.faq dl {
  max-width: 960px;
  padding: 20px 30px;
  margin: auto;
  font-size: 20px;
  border: 5px solid #5795b9;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .faq dl {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .faq dl {
    max-width: calc(100% - 30px);
    border: 2.5px solid #5795b9;
    padding: 10px 15px 15px;
    font-size: 14px;
  }
}
.faq dl:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .faq dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.faq dl dt,
.faq dl dd {
  text-indent: -20px;
  padding-left: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .faq dl dt,
  .faq dl dd {
    padding-left: 30px;
    text-indent: -13px;
  }
}
.faq dl dt:before,
.faq dl dd:before {
  display: inline-block;
  font-family: "Lato", "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #5795b9;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .faq dl dt:before,
  .faq dl dd:before {
    font-size: 22px;
    margin-right: 10px;
  }
}
.faq dl dt {
  font-weight: bold;
  padding-right: 20px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq dl dt {
    padding-right: 20px;
  }
}
.faq dl dt:before {
  content: "Q";
}
.faq dl dt:after {
  display: block;
  content: "";
  width: 14px;
  height: 22px;
  background: url(../img/arrow-blue.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq dl dt:after {
    width: 10px;
    height: 14px;
    top: 11px;
  }
}
.faq dl dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
.faq dl.open dt:after {
  transform: rotate(270deg);
}
.faq dl dd {
  display: none;
}
.faq dl dd:before {
  content: "A";
}

.area {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .area {
    padding: 40px 0 60px;
  }
}
.area .title {
  margin-bottom: 30px;
}
.area__img {
  max-width: 600px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .area__img {
    max-width: calc(100% - 30px);
  }
}
.area__img img {
  width: 100%;
}
.area__wrapper {
  max-width: 960px;
  padding: 30px 45px 30px;
  margin: auto;
  background: #eff7f9;
  border-radius: 20px;
  color: #5795b9;
}
@media (max-width: 960px) {
  .area__wrapper {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .area__wrapper {
    padding: 10px 20px;
    max-width: calc(100% - 30px);
  }
}
.area__wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .area__wrapper:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.area__wrapper dt {
  font-weight: bold;
  position: relative;
  font-size: 26px;
  transition: 0.3s;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .area__wrapper dt {
    font-size: 18px;
  }
}
.area__wrapper dt:after {
  display: block;
  content: "";
  width: 14px;
  height: 22px;
  background: url(../img/arrow-blue.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 20px;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .area__wrapper dt:after {
    width: 10px;
    height: 14px;
    top: 10px;
  }
}
.area__wrapper dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
.area__wrapper.open dt:after {
  transform: rotate(270deg);
}
.area__wrapper dd {
  font-size: 20px;
  display: none;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .area__wrapper dd {
    font-size: 16px;
  }
}

.form {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 50px 0;
  }
}
.form .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .form .title {
    margin-bottom: 30px;
  }
}
.form form {
  background: #fff;
  border-radius: 20px;
  padding: 50px 70px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .form form {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .form form {
    max-width: calc(100% - 30px);
    padding: 25px 30px 30px;
  }
}
.form__wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form__wrapper {
    margin-bottom: 25px;
  }
}
.form__wrapper label {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #5795b9;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .form__wrapper label {
    font-size: 16px;
  }
}
.form__wrapper .req {
  display: inline-block;
  background: #5795b9;
  color: #fff;
  display: block;
  font-size: 14px;
  width: 65px;
  height: 27px;
  border-radius: 13.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .form__wrapper .req {
    width: 40px;
    height: 16.5px;
    font-size: 10px;
    border-radius: 9px;
    transform: translateY(2px);
  }
}
.form__wrapper p {
  color: #5795b9;
  margin-bottom: 10px;
}
.form__input input[type=text] {
  width: 100%;
  border: 1px solid #5795b9;
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .form__input input[type=text] {
    padding: 3px 8px;
  }
}
.form__input input[type=radio] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #5795b9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__input input[type=radio] {
    width: 19px;
    height: 19px;
  }
}
.form__input input[type=radio]:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5795b9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .form__input input[type=radio]:after {
    width: 11px;
    height: 11px;
  }
}
.form__input input[type=radio]:checked:after {
  display: block;
}
.form__input input[type=checkbox] {
  width: 30px;
  height: 30px;
  border: 1px solid #5795b9;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .form__input input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}
.form__input input[type=checkbox]:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/check.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .form__input input[type=checkbox]:after {
    width: 15px;
    height: 15px;
  }
}
.form__input input[type=checkbox]:checked:after {
  display: block;
}
.form__input select {
  border: 1px solid #5795b9;
  border-radius: 5px;
  padding: 5px 10px;
}
.form__input span {
  color: #5795b9;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .form__input span {
    font-size: 14px;
  }
}
.form__input textarea {
  border: 1px solid #5795b9;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  outline: none;
}
.form__input.input-select {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form__input.input-radio {
  display: flex;
  gap: 50px;
  align-items: center;
}
.form__input.input-radio label {
  font-size: 17px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .form__input.input-radio label {
    font-size: 14px;
  }
}
.form__input.input-radio label:hover {
  cursor: pointer;
}
.form__input.input-checkbox label {
  font-size: 17px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .form__input.input-checkbox label {
    font-size: 14px;
  }
}
.form__input.input-checkbox label:hover {
  cursor: pointer;
}
.form__input.input-date label {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .form__input.input-date label {
    font-size: 14px;
  }
}
.form__input.input-date input[type=text] {
  transform: translateY(-2px);
  width: 120px;
  margin: 0 5px;
}
.form__input.input-date ul {
  color: #5795b9;
}
.form__input.input-date ul li {
  margin-bottom: 10px;
}
.form__input .input-date__inner:not(:last-child) {
  margin-bottom: 20px;
}
.form .drop-area {
  border: 2px dashed #5795b9;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .form .drop-area {
    padding: 30px 20px;
  }
}
.form .drop-area.dragover {
  background: #eff7f9;
}
.form #file_list {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
.form #file_list li {
  padding: 5px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .form #file_list li {
    margin-bottom: 0;
  }
}
.form .remove-btn {
  background: #5795b9;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 2px 6px;
  cursor: pointer;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form .remove-btn {
    font-size: 10px;
    border-radius: 3px;
    padding: 0 6px;
    line-height: 1;
  }
}
.form__btn--submit {
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
  font-weight: bold !important;
  border: 1px solid #5795b9;
  border-radius: 25px !important;
  color: #5795b9 !important;
  text-align: center !important;
  margin: auto !important;
  transition: 0.3s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .form__btn--submit {
    width: 128px;
    height: 34px;
    font-size: 14px !important;
  }
}
.form__btn--submit:hover {
  background: #5795b9;
  color: #fff !important;
}
.form .submit-message {
  max-width: 960px;
  margin: 0 auto 100px;
  padding: 0 30px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .form .submit-message {
    font-size: 14px;
    padding: 0 30px;
    margin-bottom: 50px;
  }
}
.form .submit-message p {
  margin-bottom: 1.5em;
}

#confirm main,
#submit main {
  margin-top: 4.1vw;
}
@media screen and (max-width: 768px) {
  #confirm main,
  #submit main {
    margin-top: 45px;
  }
}

.about-us {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .about-us {
    padding: 50px 0;
  }
}
.about-us .title {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .about-us .title {
    margin-bottom: 30px;
  }
}
.about-us__wrapper {
  max-width: 560px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about-us__wrapper {
    width: 100%;
    padding: 0 35px;
  }
}
.about-us dl {
  overflow: hidden;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .about-us dl {
    font-size: 14px;
  }
}
.about-us dt {
  float: left;
  width: 160px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-us dt {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
}
.about-us dd {
  padding-left: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about-us dd {
    padding-left: 0;
  }
}

footer {
  padding: 30px 0;
}
footer p {
  text-align: center;
  font-size: 14px;
  color: #5795b9;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */