@charset "UTF-8";
body, h1, h2, h3, p, dl, dt, dd, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  color: #333333;
  position: relative;
}

a {
  text-decoration: none;
  text-underline-offset: 0.275em;
  transition: opacity 0.25s ease;
}

a:hover {
  opacity: 0.6;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

sup {
  vertical-align: super;
  font-size: 2.67vw;
}

@media (min-width: 768px) {
  sup {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
.cta__top {
  padding-top: 6.2vw;
}

@media (max-width: 767px) {
  .cta__top {
    padding-bottom: 0.7vw;
  }
}
@media (min-width: 768px) {
  .cta__top {
    display: flex;
    justify-content: center;
    padding-top: 45px;
    gap: 11px;
    flex-wrap: wrap;
  }
}
.cta__top-text {
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #124A7B;
  border-radius: 7.47vw;
  width: 60vw;
  height: 11.2vw;
}

@media (max-width: 767px) {
  .cta__top-text {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .cta__top-text {
    font-size: 18px;
    width: 231px;
    height: 56px;
    border-radius: 28px;
  }
}
.cta__top-title {
  font-size: 6.93vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.38;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  color: #124A7B;
  text-align: center;
}

@media (max-width: 767px) {
  .cta__top-title {
    margin-top: 2.9vw;
  }
}
@media (min-width: 768px) {
  .cta__top-title {
    font-size: 40px;
  }
}
.cta__inner {
  padding-top: 5.4vw;
  padding-bottom: 6.4vw;
}

@media (min-width: 768px) {
  .cta__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 40px;
    row-gap: 37px;
  }
}
.cta__container {
  background-color: #F8F9FA;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 5.33vw rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .cta__container {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .cta__wrapper-1 {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .cta__wrapper-2 {
    margin-top: 6.7vw;
  }
}
@media (min-width: 768px) {
  .cta__wrapper-2 {
    width: 440px;
  }
}
.cta__wrapper-3 {
  display: block;
  background-color: #4D7C9F;
  width: 78.667vw;
  border-radius: 2.133vw;
  padding-top: 2vw;
  padding-bottom: 3.2vw;
}

@media (max-width: 767px) {
  .cta__wrapper-3 {
    margin: 0 auto;
    margin-top: 8.23vw;
  }
}
@media (min-width: 768px) {
  .cta__wrapper-3 {
    width: 755px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.cta__text {
  font-size: 4.27vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .cta__text {
    font-size: 24px;
  }
}
.cta__text::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.8vw;
  height: 4.53vw;
}

@media (min-width: 768px) {
  .cta__text::before {
    height: 28px;
    top: 6px;
  }
}
.cta__text-1::before {
  background-image: url(/solution/lp03/images/cta_shape_1.svg);
  width: 57.47vw;
}

@media (min-width: 768px) {
  .cta__text-1::before {
    background-image: url(/solution/lp03/images/cta_shape_pc_1.svg);
    width: 320px;
  }
}
.cta__text-2::before {
  background-image: url(/solution/lp03/images/cta_shape_2.svg);
  width: 65.9vw;
}

@media (min-width: 768px) {
  .cta__text-2::before {
    background-image: url(/solution/lp03/images/cta_shape_pc_2.svg);
    width: 368px;
  }
}
.cta__btn {
  font-size: 5.33vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78.67vw;
  height: 14.93vw;
  border-radius: 1.07vw;
  margin: 0 auto;
  margin-top: 1.3vw;
}

@media (min-width: 768px) {
  .cta__btn {
    width: 440px;
    height: 80px;
    border-radius: 4px;
    font-size: 28px;
    margin-top: 15px;
  }
}
.cta__btn-1 {
  position: relative;
  background-color: #DA595F;
  box-shadow: 0 1.6vw 0 #aa4a4f;
}

@media (min-width: 768px) {
  .cta__btn-1 {
    box-shadow: 0 6px 0 #aa4a4f;
  }
}
.cta__btn-span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.25;
  color: #DA595F;
  width: 17.07vw;
  height: 17.07vw;
  border-radius: 50%;
  border: 0.54vw solid #DA595F;
  background-color: #fff;
  left: 2.93vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .cta__btn-span {
    font-size: 22px;
    width: 96px;
    height: 96px;
    border: 2px solid #DA595F;
    left: 21px;
  }
}
.cta__btn-2 {
  background-color: #BB8E01;
  box-shadow: 0 1.6vw 0 #967201;
}

@media (min-width: 768px) {
  .cta__btn-2 {
    box-shadow: 0 6px 0 #967201;
  }
}
.cta__description {
  font-size: 3.733vw;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .cta__description {
    font-size: 18px;
  }
}
.cta__link {
  display: flex;
  align-items: center;
  color: #5081A5;
  background-color: #fff;
  font-size: 3.733vw;
  font-weight: 600;
  width: 34.133vw;
  height: 10.667vw;
  border-radius: 1.07vw;
  position: relative;
}

@media (max-width: 767px) {
  .cta__link {
    margin: 0 auto;
    padding-right: 3.3vw;
    justify-content: center;
    margin-top: 1.3vw;
  }
}
@media (min-width: 768px) {
  .cta__link {
    font-size: 14px;
    width: 121px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #5081A5;
    margin-left: 8px;
    padding-left: 10px;
  }
}
.cta__link::after {
  content: "";
  background-image: url(/solution/lp03/images/cta_icon_pc.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4vw;
}

@media (min-width: 768px) {
  .cta__link::after {
    width: 12px;
    height: 12px;
    right: 9px;
  }
}
.cta__flex {
  display: flex;
  justify-content: space-between;
}

.cta__float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 2.67vw 0 3.73vw;
  box-shadow: 0 0 2.67vw rgba(0, 0, 0, 0.16);
}

.cta__float .cta {
  margin-top: 5vw;
}

.cta__float .cta__btn {
  width: 44vw;
  height: 12.8vw;
  font-size: 4.27vw;
  font-weight: 600;
}

.cta__float .cta__btn-1 {
  padding-left: 11vw;
  box-shadow: 0 1.07vw 0 #aa4a4f;
}

.cta__float .cta__btn-2 {
  box-shadow: 0 1.07vw 0 #967201;
}

.cta__float .cta__btn-span {
  font-size: 2.67vw;
  width: 10.67vw;
  height: 10.67vw;
  left: 2.07vw;
  border: none;
}

.header {
  background-color: #fff;
  border-top: 0.54vw solid #5081A5;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .header {
    border-top: 4px solid #5081A5;
  }
}
.header__container {
  display: flex;
  height: 14.4vw;
}

@media (min-width: 768px) {
  .header__container {
    height: 72px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.header__logo {
  width: 33.33vw;
  padding-top: 3.7vw;
}

@media (max-width: 767px) {
  .header__logo {
    margin-left: 5.33vw;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 178px;
    padding-top: 17px;
  }
}
.header__info {
  margin-left: 5.5vw;
  padding-top: 1.6vw;
}

@media (min-width: 768px) {
  .header__info {
    margin-left: auto;
    padding-top: 7px;
  }
}
.header__tel {
  font-size: 5.07vw;
  font-weight: 400;
  display: flex;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  position: relative;
  padding-left: 2.9vw;
}

.header__tel a {
  color: #333333;
}

.header__tel a:hover {
  color: #333333;
}

@media (max-width: 767px) {
  .header__tel {
    margin-bottom: 0.1vw;
  }
}
@media (min-width: 768px) {
  .header__tel {
    font-size: 28px;
    padding-left: 41px;
  }
}
.header__tel::before {
  content: "";
  background-image: url(/solution/lp03/images/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 4vw;
  height: 5.07vw;
  position: absolute;
  top: 1.7vw;
  left: -1.2vw;
}

@media (min-width: 768px) {
  .header__tel::before {
    width: 20px;
    height: 25px;
    top: 9px;
    left: 20px;
  }
}
.header__date {
  width: 37.87vw;
}

@media (max-width: 767px) {
  .header__date {
    margin-top: 0.5vw;
  }
}
@media (min-width: 768px) {
  .header__date {
    width: 213px;
    margin-left: 27px;
  }
}
.header__menu {
  width: 8.53vw;
  margin-left: auto;
  margin-right: 5.33vw;
  padding-top: 3.37vw;
  cursor: pointer;
}

@media (min-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu-shape {
  display: block;
  width: 8.53vw;
  height: 0.53vw;
  background-color: #5081A5;
  transition: all 0.4s;
}

.header__menu-shape:nth-of-type(2) {
  margin-top: 2.13vw;
}

.header__menu-text {
  display: block;
  margin-top: 2.3vw;
  width: 8.53vw;
  transition: all 0.4s;
}

.header__menu.is-active .header__menu-shape:nth-of-type(1) {
  transform: translateY(1.8vw) rotate(45deg);
}

.header__menu.is-active .header__menu-shape:nth-of-type(2) {
  transform: translateY(-0.8vw) rotate(-45deg);
}

.header__menu.is-active .header__menu-text {
  margin-top: 3.3vw;
}

.header__btns {
  display: none;
}

@media (min-width: 768px) {
  .header__btns {
    display: flex;
    margin-left: 16px;
    padding-top: 11px;
  }
}
.header .cta__btn {
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0em;
}

.header .cta__btn-1 {
  width: 174px;
  box-shadow: 0 3px 0 #aa4a4f;
  margin-top: 0;
  padding-left: 45px;
}

.header .cta__btn-span {
  font-size: 14px;
  width: 56px;
  height: 56px;
  left: 2px;
}

.header .cta__btn-2 {
  width: 160px;
  margin-left: 8px;
  box-shadow: 0 3px 0 #967200;
  margin-top: 0;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F9FA;
  z-index: 1000;
  overflow-y: scroll;
  display: none;
}

@media (max-width: 767px) {
  .menu {
    padding-top: 14.4vw;
    padding-bottom: 6.4vw;
  }
}
@media (min-width: 768px) {
  .menu {
    position: static;
    margin-top: 76px;
  }
}
.menu__lists {
  padding-top: 0.7vw;
}

@media (min-width: 768px) {
  .menu__lists {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.menu__list {
  position: relative;
}

@media (min-width: 768px) {
  .menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    position: relative;
    max-width: 173.3333333333px;
    width: 100%;
  }
  .menu__list::after {
    content: "";
    background-image: url(/solution/lp03/images/dot-line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 1px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (min-width: 768px) {
  .menu__list:first-of-type .menu__link::before {
    content: "";
    background-image: url(/solution/lp03/images/dot-line.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 1px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
.menu__link {
  display: block;
  font-size: 4.8vw;
  font-weight: 300;
  color: #333333;
  padding: 4vw 4.2vw;
  position: relative;
  border-bottom: 1px dotted rgba(80, 129, 165, 0.5);
}

@media (min-width: 768px) {
  .menu__link {
    font-size: 14px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: none;
  }
}
.menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.2vw;
  background-image: url(/solution/lp03/images/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 4.27vw;
  height: 2.13vw;
}

@media (min-width: 768px) {
  .menu__link::after {
    width: 13px;
    height: 8px;
    position: static;
    transform: none;
    margin-left: 8px;
  }
}
.menu__cta {
  font-size: 3.47vw;
  font-weight: 300;
  text-align: center;
  color: #124A7B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6.6vw;
  text-decoration: underline;
}

.menu__cta::after {
  content: "";
  background-image: url(/solution/lp03/images/cta_icon_menu.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 3.2vw;
  height: 3.2vw;
  margin-left: 0.9vw;
}

.menu__close {
  font-size: 3.73vw;
  background-color: #fff;
  width: 26.67vw;
  height: 10.67vw;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9.8vw;
  cursor: pointer;
}

.menu__close::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background-image: url(/solution/lp03/images/close_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-left: 1.1vw;
}

.menu .cta {
  margin-top: 5vw;
}

.menu .cta__btn {
  width: 44vw;
  height: 12.8vw;
  font-size: 4.27vw;
  font-weight: 600;
}

.menu .cta__btn-1 {
  padding-left: 11vw;
  box-shadow: 0 1.07vw 0 #aa4a4f;
}

.menu .cta__btn-2 {
  box-shadow: 0 1.07vw 0 #967201;
}

.menu .cta__btn-span {
  font-size: 2.67vw;
  width: 10.67vw;
  height: 10.67vw;
  left: 2.07vw;
  border: none;
}

.section-container {
  width: 89.33vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section-container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.section-title {
  font-size: 8.53vw;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  color: #124A7B;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 56px;
  }
}
.mv {
  background-image: url(/solution/lp03/images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 119.47vw;
  padding-top: 51px;
}

@media (max-width: 767px) {
  .mv {
    margin-top: 14.93vw;
  }
}
@media (min-width: 768px) {
  .mv {
    background-image: url(/solution/lp03/images/mv_bg_pc.jpg);
    height: 680px;
    padding-top: 95px;
  }
}
.mv__main {
  font-size: 12.8vw;
  font-weight: 400;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  text-align: center;
  text-shadow: 0 0 6.4vw #193146;
}

@media (min-width: 768px) and (max-width: 839px) {
  .mv__main {
    font-size: 105px;
  }
}
@media (min-width: 840px) {
  .mv__main {
    font-size: 112px;
    text-shadow: 0 0 24px #193146;
  }
}
.mv__main-span {
  font-size: 4.8vw;
  font-weight: 400;
  display: block;
  position: relative;
  margin-bottom: 1.6vw;
}

@media (min-width: 768px) {
  .mv__main-span {
    font-size: 44px;
    margin-bottom: 9px;
  }
}
.mv__main-span::after {
  content: "";
  height: 1px;
  width: 72vw;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.6vw;
}

@media (min-width: 768px) {
  .mv__main-span::after {
    width: 660px;
    bottom: -1px;
  }
}
.mv__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8.6vw;
  -moz-column-gap: 3vw;
  column-gap: 3vw;
}

@media (min-width: 768px) {
  .mv__wrapper {
    margin-top: 36px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.mv__group {
  width: 40.53vw;
  height: 40.53vw;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  text-align: center;
  box-shadow: 0 0 6.4vw rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .mv__group {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  }
}
.mv__group-1 {
  background-image: linear-gradient(215deg, #fff 0%, #D9D9D9 100%);
}

.mv__group-2 {
  background-image: linear-gradient(215deg, #fff 0%, #D9D9D9 100%);
}

.mv__title {
  padding-top: 5.5vw;
  font-size: 3.73vw;
  font-weight: 600;
  line-height: 1.29;
  color: #124A7B;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .mv__title {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 31px;
  }
}
.mv__description {
  font-size: 4.27vw;
  font-weight: 600;
  color: #BB8E00;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin-top: -0.6vw;
}

@media (min-width: 768px) {
  .mv__description {
    font-size: 24px;
    margin-top: -10px;
  }
}
.mv__description-num {
  display: block;
  font-size: 9.6vw;
  font-weight: 400;
  color: #BB8E00;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
}

@media (min-width: 768px) {
  .mv__description-num {
    font-size: 52px;
  }
}
.mv__description-unit {
  margin-left: 5.2vw;
}

@media (min-width: 768px) {
  .mv__description-unit {
    margin-left: 19px;
  }
}
.mv__attentions {
  margin-top: 10vw;
}

@media (min-width: 768px) {
  .mv__attentions {
    margin-top: 49px;
  }
}
.mv__attention {
  font-size: 2.67vw;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #fff;
  position: relative;
  padding-left: 5.6vw;
}

@media (min-width: 768px) {
  .mv__attention {
    font-size: 10px;
    padding-left: 19px;
  }
}
.mv__attention::before {
  position: absolute;
  top: 0;
  left: 0;
}

.mv__attention:nth-of-type(1)::before {
  content: "※1";
}

.mv__attention:nth-of-type(2)::before {
  content: "※2";
}

.mv__attention:not(:first-of-type) {
  margin-top: 0.6vw;
}

@media (min-width: 768px) {
  .mv__attention:not(:first-of-type) {
    margin-top: 4px;
  }
}
.company {
  padding-top: 9.7vw;
  margin-bottom: 12.19vw;
}

@media (min-width: 768px) {
  .company {
    padding-top: 65px;
    margin-bottom: 75px;
  }
}
.company__main {
  font-size: 4.8vw;
  font-weight: 400;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1vw;
}

@media (min-width: 768px) {
  .company__main {
    font-size: 24px;
    gap: 12px;
  }
}
.company__main::before, .company__main::after {
  content: "";
  width: 6.4vw;
  height: 0.53vw;
  background-color: #5081A5;
}

@media (min-width: 768px) {
  .company__main::before, .company__main::after {
    width: 24px;
    height: 2px;
  }
}
.company__slider {
  margin-top: 5.1vw;
}

@media (min-width: 768px) {
  .company__slider {
    margin-top: 33px;
  }
}
.company__img {
  height: 18.667vw;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 28px;
}

@media (min-width: 768px) {
  .company__img {
    height: 120px;
  }
}
.company__img-1 {
  width: 28.8vw;
}

@media (min-width: 768px) {
  .company__img-1 {
    width: 170px;
  }
}
.company__img-2 {
  width: 36.67vw;
}

@media (min-width: 768px) {
  .company__img-2 {
    width: 216px;
  }
}
.company__img-3 {
  width: 19.73vw;
}

@media (min-width: 768px) {
  .company__img-3 {
    width: 116px;
  }
}
.company__img-4 {
  width: 38.53vw;
}

@media (min-width: 768px) {
  .company__img-4 {
    width: 227px;
  }
}
.company__img-5 {
  width: 33.47vw;
}

@media (min-width: 768px) {
  .company__img-5 {
    width: 196px;
  }
}
.company__img-6 {
  width: 58.933vw;
}

@media (min-width: 768px) {
  .company__img-6 {
    width: 360px;
  }
}
.company__img-7 {
  width: 39.2vw;
}

@media (min-width: 768px) {
  .company__img-7 {
    width: 245px;
  }
}
.company__img-8 {
  width: 26.667vw;
}

@media (min-width: 768px) {
  .company__img-8 {
    width: 160px;
  }
}
.company__img-9 {
  width: 26.133vw;
}

@media (min-width: 768px) {
  .company__img-9 {
    width: 164px;
  }
}
.company__img-10 {
  width: 35.2vw;
}

@media (min-width: 768px) {
  .company__img-10 {
    width: 222px;
  }
}
.company__img-11 {
  width: 37.067vw;
}

@media (min-width: 768px) {
  .company__img-11 {
    width: 231px;
  }
}
.company__img-12 {
  width: 19.515vw;
}

@media (min-width: 768px) {
  .company__img-12 {
    width: 122px;
  }
}
.company__img-13 {
  width: 43.733vw;
}

@media (min-width: 768px) {
  .company__img-13 {
    width: 274px;
  }
}
.problem {
  padding-top: 11.6vw;
  margin-bottom: 16.97vw;
}

@media (min-width: 768px) {
  .problem {
    padding-top: 109px;
    margin-bottom: 118px;
  }
}
.problem__main {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  text-align: center;
  font-size: 5.87vw;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

@media (min-width: 768px) {
  .problem__main {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
}
.problem__main::after {
  content: "";
  background-image: url(/solution/lp03/images/problem_shape.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8.2vw;
  width: 80vw;
  height: 5.6vw;
}

@media (min-width: 768px) {
  .problem__main::after {
    background-image: url(/solution/lp03/images/problem_shape_pc.svg);
    max-width: 820px;
    width: 100%;
    height: 21px;
    bottom: -30px;
  }
}
.problem__main span {
  font-size: 7.47vw;
  font-weight: 600;
  color: #BB8E00;
}

@media (min-width: 768px) {
  .problem__main span {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
}
.problem__container {
  display: flex;
  flex-direction: column;
  margin-top: 12.7vw;
}

@media (max-width: 767px) {
  .problem__container {
    gap: 2.13vw;
  }
}
@media (min-width: 768px) {
  .problem__container {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 72px;
    gap: 22px;
  }
}
.problem__box {
  background-color: #F8F9FA;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .problem__box {
    min-height: 26.67vw;
  }
}
@media (min-width: 768px) {
  .problem__box {
    max-width: 332px;
    width: 100%;
    height: 341px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .problem__inner {
    width: 32vw;
  }
}
.problem__img {
  width: 18.4vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .problem__img-1 {
    width: 112px;
    padding-top: 83px;
    margin-bottom: 38px;
  }
}
.problem__img-2 {
  width: 16.53vw;
}

@media (min-width: 768px) {
  .problem__img-2 {
    width: 101px;
    padding-top: 94px;
    margin-bottom: 68px;
  }
}
@media (min-width: 768px) {
  .problem__img-3 {
    width: 129px;
    padding-top: 78px;
    margin-bottom: 52px;
  }
}
.problem__text {
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .problem__text {
    font-size: 24px;
    text-align: center;
  }
}
.about {
  padding-bottom: 10.67vw;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .about {
    padding-bottom: 80px;
  }
}
.about::before {
  content: "";
  background-image: url(/solution/lp03/images/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100.53vw;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .about::before {
    background-image: url(/solution/lp03/images/about_bg_pc.jpg);
    min-height: 504px;
    height: 90%;
  }
}
.about__main {
  width: 80.8vw;
  height: 18.13vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #124A7B;
  font-size: 9.6vw;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 6.4vw rgba(0, 0, 0, 0.16));
}

@media (min-width: 768px) {
  .about__main {
    font-size: 56px;
    width: 534px;
    height: 120px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .about__main {
    filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.16));
  }
}
.about__main::after {
  content: "";
  border-style: solid;
  border-width: 6.4vw 5.33vw 0 5.33vw;
  border-color: #124A7B transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: -6.4vw;
}

@media (min-width: 768px) {
  .about__main::after {
    border-style: solid;
    border-width: 56px 36px 0 36px;
    border-color: #124A7B transparent transparent transparent;
    bottom: -56px;
  }
}
.about__main span {
  font-size: 7.47vw;
  font-weight: 600;
  padding-top: 1.9vw;
}

@media (min-width: 768px) {
  .about__main span {
    font-size: 44px;
    padding-top: 3px;
  }
}
.about__wrapper {
  margin-top: 10.67vw;
  background-color: #fff;
  border-radius: 2.13vw;
  box-shadow: 0 0 6.4vw rgba(0, 0, 0, 0.16);
  padding: 5.3vw 4.5vw 4.9vw;
}

@media (min-width: 768px) {
  .about__wrapper {
    margin-top: 27px;
    padding: 65px 20px 60px;
    border-radius: 16px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  }
}
.about__text {
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.5;
  color: #124A7B;
}

.about__text:not(:first-of-type) {
  margin-top: 3.7vw;
}

@media (min-width: 768px) {
  .about__text:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .about__text {
    font-size: 28px;
    line-height: 1.71;
    text-align: center;
  }
}
.case {
  padding-top: 15vw;
  padding-bottom: 42.67vw;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .case {
    padding-top: 105px;
    padding-bottom: 119px;
    overflow: hidden;
  }
}
.case::before {
  content: "";
  background-image: url(/solution/lp03/images/case_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  height: 66.67vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .case::before {
    background-image: url(/solution/lp03/images/case_bg_pc.jpg);
    background-size: cover;
    min-height: 60%;
  }
}
.case__container {
  padding-bottom: 9.7vw;
}

@media (min-width: 768px) {
  .case__container {
    padding-bottom: 113px;
  }
}
@media (min-width: 768px) {
  .case__top {
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
    gap: 64px;
    align-items: flex-end;
  }
}
.case__left {
  width: 71.2vw;
}

@media (max-width: 767px) {
  .case__left {
    margin: 8.6vw 0 0 7.5vw;
  }
}
@media (min-width: 768px) {
  .case__left {
    max-width: 446px;
    width: 100%;
  }
}
.case__right {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.72;
}

@media (max-width: 767px) {
  .case__right {
    margin-top: 4.8vw;
  }
}
@media (min-width: 768px) {
  .case__right {
    font-size: 18px;
    flex: 1;
    padding-bottom: 2px;
    min-width: 350px;
  }
}
.case__wrapper {
  margin-top: 7vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5.7vw;
}

@media (min-width: 768px) {
  .case__wrapper {
    justify-content: center;
    row-gap: 59px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 50px;
  }
}
.case__box {
  width: 28vw;
}

@media (min-width: 768px) {
  .case__box {
    width: 192px;
  }
}
.case__name {
  font-size: 3.73vw;
  font-weight: 300;
  text-align: center;
  margin-top: 2vw;
}

@media (min-width: 768px) {
  .case__name {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .case .cta__inner {
    padding-top: 38px;
  }
}
.strong {
  padding-top: 12.4vw;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .strong {
    padding-top: 105px;
  }
}
.strong::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 421vw;
  z-index: -1;
  background-image: url(/solution/lp03/images/strong_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (min-width: 768px) {
  .strong::before {
    background-image: url(/solution/lp03/images/strong_bg_pc.jpg);
    height: 79%;
  }
}
.strong .section-title {
  color: #fff;
}

.strong__container {
  padding-bottom: 6.4vw;
}

@media (min-width: 768px) {
  .strong__container {
    padding-bottom: 165px;
  }
}
.strong__inner {
  margin-top: 9.2vw;
}

@media (min-width: 768px) {
  .strong__inner {
    margin-top: 120px;
  }
}
.strong__wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .strong__wrapper-2 {
    margin-top: 7.6vw;
  }
}
@media (min-width: 768px) {
  .strong__textbox {
    max-width: 488px;
    width: 47%;
  }
}
@media (min-width: 768px) {
  .strong__textbox-2 {
    margin-left: auto;
    margin-top: 203px;
  }
}
.strong__sub {
  font-size: 7.47vw;
  font-weight: 400;
  line-height: 1.57;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  color: #fff;
}

@media (max-width: 767px) {
  .strong__sub-2 {
    letter-spacing: -0.01em;
  }
}
@media (min-width: 768px) {
  .strong__sub {
    font-size: 40px;
  }
}
.strong__sub sup {
  font-size: 4vw;
}

@media (min-width: 768px) {
  .strong__sub sup {
    font-size: 22px;
  }
}
.strong__text {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.72;
  color: #fff;
  margin-top: 4.8vw;
}

@media (min-width: 768px) {
  .strong__text {
    font-size: 18px;
    margin-top: 32px;
  }
}
.strong__attention {
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin-top: 4vw;
  padding-left: 4.2vw;
  position: relative;
}

.strong__attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .strong__attention {
    font-size: 12px;
    margin-top: 38px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .strong__img {
    margin: 0 -5.33vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .strong__img {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .strong__img {
    position: absolute;
    width: calc(50vw - 520px + 480px);
  }
}
@media (max-width: 767px) {
  .strong__img-1 {
    margin-top: 2.4vw;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .strong__img-1 {
    top: -33px;
    right: -20px;
  }
}
@media (min-width: 1080px) {
  .strong__img-1 {
    top: -33px;
    right: calc(520px - 50vw);
  }
}
@media (min-width: 768px) {
  .strong__img-1 img {
    -o-object-position: top left;
    object-position: top left;
  }
}
@media (max-width: 767px) {
  .strong__img-2 {
    margin-top: 1.6vw;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .strong__img-2 {
    top: -43px;
    left: -20px;
  }
}
@media (min-width: 1080px) {
  .strong__img-2 {
    top: -43px;
    left: calc(520px - 50vw);
  }
}
@media (min-width: 768px) {
  .strong__img-2 img {
    -o-object-position: top right;
    object-position: top right;
  }
}
@media (min-width: 768px) {
  .strong__img img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.strong__last {
  font-size: 5.33vw;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  text-align: center;
  line-height: 1.64;
  margin-top: 15.3vw;
}

@media (min-width: 768px) {
  .strong__last {
    font-size: 40px;
    margin-top: 103px;
  }
}
.strong__last span {
  font-size: 6.4vw;
  font-weight: 400;
  color: #BB8E00;
}

@media (min-width: 768px) {
  .strong__last span {
    font-size: 40px;
  }
}
.service {
  padding-bottom: 17.77vw;
  padding-top: 8.9vw;
}

@media (min-width: 768px) {
  .service {
    padding-top: 94px;
    padding-bottom: 97px;
  }
}
.service .section-title {
  line-height: 1.38;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .service__short {
    letter-spacing: -0.08em;
  }
}
@media (min-width: 768px) {
  .service__small {
    font-size: 48px;
  }
}
.service__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.33vw;
  margin-top: 6.8vw;
}

@media (min-width: 768px) {
  .service__wrapper {
    gap: 4px;
    margin-top: 55px;
    justify-content: center;
  }
}
.service__group {
  width: 44vw;
  height: 44vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  background-color: #F8F9FA;
  padding-bottom: 2.6vw;
  padding-top: 4.4vw;
}

@media (min-width: 768px) {
  .service__group {
    width: 257px;
    height: 257px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
}
.service__title {
  font-size: 5.87vw;
  font-weight: 600;
  color: #124A7B;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .service__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.service__title-num {
  display: block;
  font-size: 2.67vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #5081A5;
  margin-bottom: 7.6vw;
}

@media (min-width: 768px) {
  .service__title-num {
    font-size: 12px;
    margin-bottom: 39px;
  }
}
.service__title-span {
  display: block;
  font-size: 2.67vw;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

@media (max-width: 767px) {
  .service__title-span {
    margin-top: 0.9vw;
  }
}
@media (min-width: 768px) {
  .service__title-span {
    font-size: 14px;
  }
}
.service__title-amp {
  font-size: 4.27vw;
}

@media (min-width: 768px) {
  .service__title-amp {
    font-size: 24px;
  }
}
.service__title-2 .service__title-num {
  margin-bottom: 2.7vw;
}

@media (min-width: 768px) {
  .service__title-2 .service__title-num {
    margin-bottom: 13px;
  }
}
.service__description {
  font-size: 3.73vw;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .service__description {
    padding: 0 2.13vw;
  }
}
@media (min-width: 768px) {
  .service__description {
    font-size: 18px;
    line-height: 1.72;
  }
}
@media (max-width: 767px) {
  .service__description-6 {
    letter-spacing: -0.03em;
  }
}
.support {
  background-color: #E2EAF0;
  padding-top: 8.3vw;
  padding-bottom: 17.07vw;
}

@media (min-width: 768px) {
  .support {
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: url(/solution/lp03/images/support_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.support__sub {
  width: 83.47vw;
  margin: 7.2vw auto 0;
}

@media (min-width: 768px) {
  .support__sub {
    width: 600px;
    margin-top: 29px;
  }
}
.support__sentence {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.72;
  margin-top: 6.93vw;
}

@media (min-width: 768px) {
  .support__sentence {
    font-size: 18px;
    text-align: center;
    margin-top: 42px;
  }
}
.support__wrapper {
  margin-top: 8.7vw;
  display: flex;
  flex-direction: column;
  gap: 8.53vw;
}

@media (max-width: 767px) {
  .support__wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .support__wrapper {
    flex-direction: row;
    gap: 34px;
    margin-top: 41px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.support__box {
  width: 86.4vw;
  background-color: #fff;
  box-shadow: 0 0 4.27vw rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 52vw;
  padding-bottom: 4.9vw;
}

@media (min-width: 768px) {
  .support__box {
    width: 324px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    padding-top: 195px;
    padding-bottom: 27px;
  }
}
.support__box-1 {
  background-image: url(/solution/lp03/images/support_1.jpg);
}

.support__box-2 {
  background-image: url(/solution/lp03/images/support_2.jpg);
}

.support__box-3 {
  background-image: url(/solution/lp03/images/support_3.jpg);
}

.support__title {
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: 72.53vw;
  height: 11.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/solution/lp03/images/support_shape.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .support__title {
    font-size: 18px;
    width: 272px;
    height: 42px;
  }
}
.support__textbox {
  padding: 0 6.4vw;
  margin-top: 5.3vw;
}

@media (min-width: 768px) {
  .support__textbox {
    padding: 0px 24px;
    margin-top: 20px;
  }
}
.support__lists {
  display: flex;
  flex-wrap: wrap;
}

.support__lists-1 {
  flex-direction: column;
}

.support__lists-3 .support__list:nth-of-type(1) {
  width: 100%;
}

.support__lists-3 .support__list:nth-of-type(2), .support__lists-3 .support__list:nth-of-type(4) {
  width: 30vw;
}

@media (min-width: 768px) {
  .support__lists-3 .support__list:nth-of-type(2), .support__lists-3 .support__list:nth-of-type(4) {
    width: 112px;
  }
}
.support__list {
  font-size: 4.8vw;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .support__list {
    font-size: 18px;
  }
}
.support__list::before {
  content: "";
  width: 2.13vw;
  height: 2.13vw;
  background-color: #124A7B;
  border-radius: 50%;
  margin-right: 2.1vw;
}

@media (min-width: 768px) {
  .support__list::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
}
.support__list span {
  font-size: 3.73vw;
  padding-top: 1.2vw;
}

@media (min-width: 768px) {
  .support__list span {
    font-size: 14px;
    padding-top: 4px;
  }
}
.support__text {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.56;
  margin-top: 1.9vw;
}

@media (min-width: 768px) {
  .support__text {
    font-size: 18px;
    margin-top: 7px;
  }
}
.business {
  padding-top: 14.9vw;
  padding-bottom: 17.37vw;
  background-color: #F8F9FA;
}

@media (min-width: 768px) {
  .business {
    padding-top: 104px;
    padding-bottom: 120px;
  }
}
.business__container {
  padding-bottom: 10.67vw;
}

@media (min-width: 768px) {
  .business__container {
    padding-bottom: 78px;
  }
}
.business__text {
  font-size: 5.33vw;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  text-align: center;
  margin-top: 9.4vw;
  line-height: 1.48;
}

@media (min-width: 768px) {
  .business__text {
    font-size: 32px;
    margin-top: 39px;
    line-height: 1.7;
    letter-spacing: -0.001em;
  }
}
.business__text span {
  font-size: 5.87vw;
  color: #BB8E00;
}

@media (min-width: 768px) {
  .business__text span {
    font-size: 40px;
  }
}
.business__wrapper {
  margin-top: 6.5vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4.27vw;
}

@media (min-width: 768px) {
  .business__wrapper {
    gap: 16px;
    flex-direction: row;
    margin-top: 42px;
    justify-content: center;
  }
}
.business__box {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 5.33vw;
  padding-top: 4vw;
  padding-bottom: 6.17vw;
}

@media (min-width: 768px) {
  .business__box {
    width: 336px;
    font-size: 16px;
    padding: 0 20px;
    padding-top: 18px;
    padding-bottom: 36px;
  }
}
.business__box::before {
  content: "";
  border-style: solid;
  border-width: 26.67vw 26.67vw 0 0;
  border-color: rgba(80, 129, 165, 0.12) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .business__box::before {
    border-width: 260px 260px 0 0;
  }
}
@media (max-width: 767px) {
  .business__top {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 2.1vw;
    column-gap: 2.1vw;
  }
}
.business__sub {
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.38;
  color: #124A7B;
  flex: 1;
}

@media (min-width: 768px) {
  .business__sub {
    font-size: 18px;
    line-height: 1.33;
    min-height: 71px;
  }
}
@media (max-width: 767px) {
  .business__img {
    width: 21.33vw;
    margin-left: auto;
    padding-top: 1vw;
  }
}
@media (min-width: 768px) {
  .business__img {
    margin-top: 13px;
  }
}
.business__inner {
  margin-top: 4.1vw;
}

@media (min-width: 768px) {
  .business__inner {
    min-height: 180px;
    margin-top: 20px;
  }
}
.business__table {
  width: 100%;
  border-collapse: collapse;
}

.business__title {
  font-size: 3.73vw;
  font-weight: 600;
  line-height: 1.5;
  color: #5081A5;
  background-color: #FAFAFA;
  width: 24vw;
  border: 1px solid #E6E6E6;
  padding: 0;
}

@media (min-width: 768px) {
  .business__title {
    font-size: 16px;
    width: 90px;
  }
}
.business__description {
  font-size: 3.73vw;
  font-weight: 300;
  line-height: 1.5;
  width: calc(100% - 24vw);
  border: 1px solid #E6E6E6;
  padding: 1.48vw 2.8vw;
}

@media (min-width: 768px) {
  .business__description {
    font-size: 16px;
    padding: 7px 11px;
  }
}
.business__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.27vw;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: #5081A5;
  border-radius: 1.07vw;
  box-shadow: 0 1.07vw 0 #124a7b;
  width: 65.33vw;
  height: 13.87vw;
  margin: 0 auto;
  margin-top: 4.27vw;
  position: relative;
}

@media (min-width: 768px) {
  .business__btn {
    font-size: 16px;
    width: 252px;
    height: 68px;
    box-shadow: 0 4px 0 #124A7B;
    border-radius: 4px;
    margin-top: 20px;
  }
}
.business__btn::after {
  content: "";
  background-image: url(/solution/lp03/images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
}

@media (min-width: 768px) {
  .business__btn::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(80, 129, 165, 0.8);
  overflow-y: scroll;
  display: none;
}

@media (min-width: 768px) {
  .popup {
    padding: 0 40px;
  }
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  cursor: pointer;
}

.popup__body {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5.33vw rgba(0, 0, 0, 0.25);
  padding: 5.83vw 5.33vw 5.33vw;
  width: 89.33vw;
  margin: 10.67vw auto;
  z-index: 10002;
}

@media (min-width: 768px) {
  .popup__body {
    max-width: 1040px;
    width: 100%;
    margin: 143px auto;
    padding: 82px 64px 44px;
  }
}
.popup__close {
  width: 10.67vw;
  height: 10.67vw;
  position: absolute;
  top: -4vw;
  right: -4vw;
  box-shadow: 0 0 3.2vw rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.popup__close:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .popup__close {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    top: -40px;
    right: -40px;
  }
}
@media (min-width: 768px) {
  .popup__top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .popup__textbox {
    width: 580px;
  }
}
@media (min-width: 768px) {
  .popup__img {
    width: 300px;
  }
}
.popup__sub {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.33;
  color: #124A7B;
}

@media (min-width: 768px) {
  .popup__sub {
    font-size: 24px;
    line-height: 1.33;
    min-height: 71px;
  }
}
.popup__inner {
  margin-top: 5.5vw;
}

@media (min-width: 768px) {
  .popup__inner {
    margin-top: 20px;
  }
}
.popup__table {
  width: 100%;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .popup__table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .popup__group {
    display: flex;
    align-items: center;
  }
  .popup__group:nth-of-type(odd) {
    width: 231px;
  }
  .popup__group:nth-of-type(even) {
    width: 329px;
  }
}
.popup__title {
  font-size: 4.27vw;
  font-weight: 600;
  line-height: 1.5;
  color: #5081A5;
  background-color: #FAFAFA;
  width: 24vw;
  border: 1px solid #E6E6E6;
  padding: 0;
}

@media (min-width: 768px) {
  .popup__title {
    font-size: 16px;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.popup__description {
  font-size: 4.27vw;
  font-weight: 300;
  line-height: 1.5;
  width: calc(100% - 24vw);
  border: 1px solid #E6E6E6;
  padding: 1.88vw 2.8vw;
}

@media (min-width: 768px) {
  .popup__description {
    font-size: 16px;
    padding: 6px 5px 6px 15px;
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.popup__wrapper {
  margin-top: 6.4vw;
}

@media (min-width: 768px) {
  .popup__wrapper {
    margin-top: 40px;
  }
}
.popup__dl {
  background-color: #F8F9FA;
  padding-top: 3.7vw;
  padding-bottom: 7.1vw;
}

@media (min-width: 768px) {
  .popup__dl {
    padding-top: 28px;
    padding-bottom: 30px;
  }
}
.popup__dl:not(:first-of-type) {
  margin-top: 15.73vw;
  position: relative;
}

@media (min-width: 768px) {
  .popup__dl:not(:first-of-type) {
    margin-top: 98px;
  }
}
.popup__dl:not(:first-of-type)::before {
  content: "";
  border-style: solid;
  border-width: 9.33vw 16vw 0 16vw;
  border-color: #5081A5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12.9vw;
}

@media (min-width: 768px) {
  .popup__dl:not(:first-of-type)::before {
    border-width: 48px 80px 0 80px;
    top: -70px;
  }
}
.popup__dt {
  font-size: 5.33vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  color: #124A7B;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
}

@media (min-width: 768px) {
  .popup__dt {
    font-size: 22px;
  }
}
.popup__dd {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 3.2vw;
  padding: 0 4.3vw;
}

@media (min-width: 768px) {
  .popup__dd {
    font-size: 18px;
    line-height: 1.72;
    margin-top: 23px;
    padding: 0px 40px;
  }
}
.popup__box {
  margin-top: 5.8vw;
}

@media (min-width: 768px) {
  .popup__box {
    display: flex;
    border-radius: 8px;
    margin-top: 51px;
  }
}
.popup__point {
  background-color: #DA595F;
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.8vw;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  border-radius: 2.13vw 2.13vw 0 0;
}

@media (min-width: 768px) {
  .popup__point {
    width: 184px;
    height: auto;
    font-size: 20px;
    border-radius: 8px 0 0 8px;
  }
}
.popup__lists {
  border: 0.53vw solid #DA595F;
  background-color: #fff;
  padding: 4.4vw 4.27vw 6.2vw;
  border-radius: 0 0 2.13vw 2.13vw;
}

@media (min-width: 768px) {
  .popup__lists {
    border: 2px solid #DA595F;
    padding: 31px 38px 31px;
    flex: 1;
    border-radius: 0 8px 8px 0;
  }
}
.popup__list {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-left: 3.6vw;
}

@media (min-width: 768px) {
  .popup__list {
    font-size: 20px;
    line-height: 1.7;
    padding-left: 20px;
  }
}
.popup__list::before {
  content: "";
  position: absolute;
  top: 2vw;
  left: 0;
  width: 2.67vw;
  height: 2.67vw;
  border-radius: 50%;
  background-color: #DA595F;
}

@media (min-width: 768px) {
  .popup__list::before {
    width: 12px;
    height: 12px;
    top: 11px;
  }
}
.popup__list:not(:first-of-type) {
  margin-top: 3vw;
}

@media (min-width: 768px) {
  .popup__list:not(:first-of-type) {
    margin-top: 10px;
  }
}
.popup__btn {
  font-size: 3.73vw;
  background-color: #fff;
  width: 26.67vw;
  height: 10.67vw;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4vw;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.popup__btn:hover {
  opacity: 0.6;
}

.popup__btn::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background-image: url(/solution/lp03/images/close_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-left: 1.1vw;
}

.flow {
  position: relative;
  z-index: 1;
  background-color: #dce7ed;
  padding-top: 15vw;
  padding-bottom: 17.07vw;
}

@media (min-width: 768px) {
  .flow {
    padding-top: 104px;
    padding-bottom: 120px;
    background-image: url(/solution/lp03/images/flow_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
  }
}
.flow::before, .flow::after {
  content: "";
  background-image: url(/solution/lp03/images/flow_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 56.8vw;
  z-index: -1;
}

@media (min-width: 768px) and (min-width: 768px) {
  .flow::before, .flow::after {
    content: none;
  }
}
.flow::before {
  top: 0;
}

.flow::after {
  bottom: 0;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .flow__bg {
    position: absolute;
    background-color: #dce7ed;
    height: 2px;
    top: 42%;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.flow__tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 8.9vw;
}

@media (min-width: 768px) {
  .flow__tabs {
    margin-top: 70px;
    gap: 32px;
  }
}
.flow__tab {
  font-size: 4.8vw;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44.27vw;
  height: 14.93vw;
  background-color: #CCCCCC;
  cursor: pointer;
}

@media (min-width: 768px) {
  .flow__tab {
    font-size: 28px;
    width: 504px;
    height: 76px;
  }
}
@media (min-width: 768px) {
  .flow__tab-1 {
    background-color: #5081A5;
  }
}
@media (max-width: 767px) {
  .flow__tab-1.is-active {
    background-color: #5081A5;
  }
}
@media (min-width: 768px) {
  .flow__tab-2 {
    background-color: #124A7B;
  }
}
@media (max-width: 767px) {
  .flow__tab-2.is-active {
    background-color: #124A7B;
  }
}
@media (min-width: 768px) {
  .flow__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
.flow__content {
  background-color: #fff;
  box-shadow: 0 0 5.33vw rgba(0, 0, 0, 0.1);
  padding: 4.27vw;
  padding-bottom: 10.67vw;
}

@media (max-width: 767px) {
  .flow__content {
    display: none;
  }
}
@media (min-width: 768px) {
  .flow__content {
    width: 504px;
    padding: 32px 32px 37px 16px;
  }
}
@media (max-width: 767px) {
  .flow__content.is-active {
    display: block;
  }
}
@media (max-width: 767px) {
  .flow__content-1 {
    border-top: 1.07vw solid #5081A5;
  }
}
.flow__content-1 .flow__box-1 {
  min-height: 52.53vw;
}

@media (min-width: 768px) {
  .flow__content-1 .flow__box-1 {
    min-height: 235px;
  }
}
.flow__content-1 .flow__box-2 {
  min-height: 33.87vw;
}

@media (min-width: 768px) {
  .flow__content-1 .flow__box-2 {
    min-height: 235px;
  }
}
.flow__content-1 .flow__box-3 {
  min-height: 76.53vw;
}

@media (min-width: 768px) {
  .flow__content-1 .flow__box-3 {
    min-height: 439px;
  }
}
.flow__content-1 .flow__box-4 {
  min-height: 40.27vw;
}

@media (min-width: 768px) {
  .flow__content-1 .flow__box-4 {
    min-height: 211px;
  }
}
.flow__content-1 .flow__box-5 {
  min-height: 53.87vw;
}

@media (min-width: 768px) {
  .flow__content-1 .flow__box-5 {
    min-height: 239px;
  }
}
.flow__content-1 .flow__step::before {
  background-image: linear-gradient(to bottom, transparent, transparent 2px, #5081A5 2px, #5081A5);
}

.flow__content-1 .flow__step::after {
  border-color: #5081A5 transparent transparent transparent;
}

.flow__content-1 .flow__sub {
  color: #5081A5;
}

.flow__content-1 .flow__list::before {
  background-image: url(/solution/lp03/images/check-icon_1.svg);
}

.flow__content-1 .flow__list:not(:first-of-type) {
  margin-top: 2vw;
}

@media (min-width: 768px) {
  .flow__content-1 .flow__list:not(:first-of-type) {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .flow__content-2 {
    padding-right: 4.6vw;
    border-top: 1.07vw solid #124A7B;
  }
}
.flow__content-2 .flow__box-1 {
  min-height: 58.4vw;
}

@media (min-width: 768px) {
  .flow__content-2 .flow__box-1 {
    min-height: 235px;
  }
}
.flow__content-2 .flow__box-2 {
  min-height: 52vw;
}

@media (min-width: 768px) {
  .flow__content-2 .flow__box-2 {
    min-height: 235px;
  }
}
.flow__content-2 .flow__box-3 {
  min-height: 96.8vw;
}

@media (min-width: 768px) {
  .flow__content-2 .flow__box-3 {
    min-height: 439px;
  }
}
.flow__content-2 .flow__box-4 {
  min-height: 42.4vw;
}

@media (min-width: 768px) {
  .flow__content-2 .flow__box-4 {
    min-height: 211px;
  }
}
.flow__content-2 .flow__box-5 {
  min-height: 53.87vw;
}

@media (min-width: 768px) {
  .flow__content-2 .flow__box-5 {
    min-height: 239px;
  }
}
.flow__content-2 .flow__step::before {
  background-image: linear-gradient(to bottom, transparent, transparent 2px, #124A7B 2px, #124A7B);
}

.flow__content-2 .flow__step::after {
  border-color: #124A7B transparent transparent transparent;
}

.flow__content-2 .flow__sub {
  color: #124A7B;
}

.flow__content-2 .flow__list::before {
  background-image: url(/solution/lp03/images/check-icon_2.svg);
}

.flow__content-2 .flow__list:not(:first-of-type) {
  margin-top: 2.4vw;
}

@media (min-width: 768px) {
  .flow__content-2 .flow__list:not(:first-of-type) {
    margin-top: 8px;
  }
}
.flow__box {
  display: flex;
  -moz-column-gap: 2vw;
  column-gap: 2vw;
}

.flow__box:last-of-type .flow__step::before, .flow__box:last-of-type .flow__step::after {
  content: none;
}

@media (min-width: 768px) {
  .flow__box {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.flow__step {
  width: 12.8vw;
  position: relative;
}

@media (min-width: 768px) {
  .flow__step {
    width: 72px;
  }
}
.flow__step::before {
  content: "";
  width: 1px;
  background-size: 2px 4px;
  background-repeat: repeat-y;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: calc(100% - 12.8vw);
}

@media (min-width: 768px) {
  .flow__step::before {
    height: calc(100% - 72px);
  }
}
.flow__step::after {
  content: "";
  border-style: solid;
  border-width: 2.13vw 1.33vw 0 1.33vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (min-width: 768px) {
  .flow__step::after {
    border-width: 8px 5px 0 5px;
  }
}
.flow__textbox {
  flex: 1;
}

.flow__sub {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.33;
}

@media (min-width: 768px) {
  .flow__sub {
    font-size: 22px;
    line-height: 1.45;
    padding-right: 20px;
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .flow__sub-2 {
    padding-top: 21px;
  }
}
.flow__lists {
  margin-top: 3.4vw;
}

@media (min-width: 768px) {
  .flow__lists {
    margin-top: 14px;
  }
}
.flow__list {
  font-size: 4.27vw;
  font-weight: 300;
  line-height: 1.25;
  padding-left: 6.3vw;
  position: relative;
}

@media (min-width: 768px) {
  .flow__list {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 28px;
  }
}
.flow__list::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 5.33vw;
  height: 5.33vw;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .flow__list::before {
    width: 24px;
    height: 24px;
  }
}
.faq {
  padding-top: 18.8vw;
  padding-bottom: 42.8vw;
}

@media (min-width: 768px) {
  .faq {
    padding-top: 105px;
    padding-bottom: 160px;
  }
}
.faq__container {
  padding-bottom: 17.07vw;
}

@media (min-width: 768px) {
  .faq__container {
    padding-bottom: 120px;
  }
}
.faq__text {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 8.1vw;
}

@media (min-width: 768px) {
  .faq__text {
    font-size: 18px;
    margin-top: 67px;
    text-align: center;
  }
}
.faq__wrapper {
  margin-top: 5vw;
}

@media (min-width: 768px) {
  .faq__wrapper {
    margin-top: 60px;
  }
}
.faq__group:not(:first-of-type) {
  margin-top: 3.5vw;
}

@media (min-width: 768px) {
  .faq__group:not(:first-of-type) {
    margin-top: 12px;
  }
}
.faq__title {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.33;
  display: flex;
  align-items: center;
  min-height: 13.33vw;
  padding: 3.2vw 10.1vw;
  border: 1px solid #E6E6E6;
  background-color: #FAFAFA;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 20px;
    min-height: 72px;
    padding: 0 65px;
  }
}
.faq__title span {
  font-size: 6.4vw;
  font-weight: 300;
  color: #5081A5;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  margin-right: 2vw;
  position: absolute;
  top: 1.9vw;
  left: 3vw;
}

@media (min-width: 768px) {
  .faq__title span {
    font-size: 32px;
    top: 13px;
    left: 23px;
  }
}
.faq__title::before, .faq__title::after {
  content: "";
  width: 5.33vw;
  height: 0.53vw;
  background-color: #5081A5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
}

@media (min-width: 768px) {
  .faq__title::before, .faq__title::after {
    width: 24px;
    height: 2px;
    right: 23px;
  }
}
.faq__title::after {
  transform: rotate(90deg);
}

.faq__title.is-active::after {
  content: none;
}

.faq__description {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.5;
  padding: 2.9vw 3.1vw;
  display: none;
  border-right: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background-color: #fff;
}

@media (min-width: 768px) {
  .faq__description {
    font-size: 18px;
    line-height: 1.72;
    padding: 32px 23px;
  }
}
.faq__last {
  font-size: 4.8vw;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 9.6vw;
}

@media (min-width: 768px) {
  .faq__last {
    font-size: 18px;
    margin-top: 58px;
  }
}
.faq__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.33vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #5081A5;
  border-radius: 1.07vw;
  box-shadow: 0 1.07vw 0 #37576f;
  width: 78.67vw;
  height: 17.07vw;
  margin: 0 auto;
  margin-top: 4.27vw;
  position: relative;
}

@media (min-width: 768px) {
  .faq__btn {
    width: 440px;
    height: 85px;
    border-radius: 4px;
    box-shadow: 0 6px 0 #37576F;
    font-size: 20px;
    margin-top: 28px;
  }
}
.faq .cta__top {
  padding-top: 5vw;
}

@media (min-width: 768px) {
  .faq .cta__top {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .faq .cta__inner {
    padding-top: 30px;
  }
}
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.pagetop-btn {
  display: block;
  width: 12.8vw;
  height: 12.8vw;
  padding-top: 12.8vw;
  background-color: #124A7B;
  font-size: 3.2vw;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px) {
  .pagetop-btn {
    width: 88px;
    height: 88px;
    padding-top: 48px;
    font-size: 12px;
  }
}
.pagetop-btn::before {
  content: "";
  position: absolute;
  width: 4vw;
  height: 4vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
  top: 5.93vw;
  left: 50%;
}

@media (min-width: 768px) {
  .pagetop-btn::before {
    width: 18px;
    height: 18px;
    top: 26px;
  }
}
.footer {
  background-color: #5081A5;
  padding-top: 17vw;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 20.27vw;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 68px;
  }
}
@media (min-width: 768px) {
  .footer .section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
.footer__logo {
  width: 80vw;
}

@media (max-width: 767px) {
  .footer__logo {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .footer__tel {
    text-align: center;
    margin-top: 9.9vw;
  }
}
.footer__tel span,
.footer__tel a {
  color: #fff;
  font-size: 10.67vw;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", Garamond, "Times New Roman", serif;
  position: relative;
}

@media (min-width: 768px) {
  .footer__tel span,
.footer__tel a {
    font-size: 48px;
    padding-left: 42px;
  }
}
.footer__tel span::before,
.footer__tel a::before {
  content: "";
  background-image: url(/solution/lp03/images/f-tel_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 9.33vw;
  height: 9.33vw;
  position: absolute;
  top: 3.8vw;
  left: -9vw;
}

@media (min-width: 768px) {
  .footer__tel span::before,
.footer__tel a::before {
    width: 42px;
    height: 42px;
    top: 16px;
    left: 0;
  }
}
.footer__company {
  font-size: 6.4vw;
  font-weight: 300;
  line-height: 1.67;
  text-align: center;
  color: #fff;
  margin-top: 7vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer__company {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 8px;
    text-align: left;
    flex-direction: row;
  }
}
.footer__company span:not(:first-of-type) {
  padding-left: 5px;
}

.footer__date {
  font-size: 4.8vw;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__date {
    margin-top: 5vw;
  }
}
@media (min-width: 768px) {
  .footer__date {
    font-size: 18px;
    line-height: 1.78;
    text-align: left;
  }
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 16vw;
}

@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 72px;
  }
}
.footer__copy {
  font-size: 4.27vw;
  font-weight: 300;
  text-align: center;
  padding: 5.4vw 0;
  color: #fff;
}

@media (min-width: 768px) {
  .footer__copy {
    font-size: 14px;
    padding: 20px 0;
  }
}