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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  background: url(../image/fv-b.png) top center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    background: none;
  }
}
@media screen and (min-width: 1024px) {
  body {
    background: none;
  }
}

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

@media (min-width: 375px) and (max-width: 499px) {
  .s-sp {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .s-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .s-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

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

/*----------------------------------
  header
-----------------------------------*/
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: url(../image/fv-b.png) top center/cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    background: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  header {
    background: #FFFFFF;
  }
}

.header__inner {
  padding-block: 9px 12px;
  padding-inline: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__inner {
    max-width: none;
    padding-block: 15px;
    padding-inline: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    max-width: none;
    padding-block: 19px;
    padding-inline: 62px;
  }
}

.header__logo img {
  width: 90px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__logo img {
    width: 124px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo img {
    width: 154px;
  }
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__lists {
    gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .header__lists {
    gap: 70px;
  }
}

.header__list {
  font-size: clamp(8px, 2.5vw, 18px);
  letter-spacing: -7%;
  font-weight: 500;
  color: #000000;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__list {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .header__list {
    font-size: 20px;
  }
}

.header__button {
  display: grid;
  place-items: center;
  background: #FFFFFF;
  -webkit-transition: background-color 0.4s, color 4s;
  transition: background-color 0.4s, color 4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__button a {
  border: 1px solid currentColor;
  padding: 3px 9px;
  font-size: clamp(8px, 2vw, 16px);
  letter-spacing: -3%;
  color: #FF7C2E;
}
.header__button a:hover {
  color: #FFFFFF;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__button a {
    font-size: 18px;
    padding: 7px 28px;
  }
}
@media screen and (min-width: 1024px) {
  .header__button a {
    font-size: 20px;
    padding: 7px 28px;
  }
}
.header__button:hover {
  background-color: #FF985B;
}

/*----------------------------------
  fv
-----------------------------------*/
.fv {
  padding-block: 12px 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv {
    padding-block: 28.5px 43.5px;
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    padding-block: 57px 105px;
  }
}

.fv__inner {
  padding-inline: clamp(15px, 6vw, 80px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__inner {
    padding-inline: 36px 28px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    padding-inline: 36px 28px;
  }
}

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

.fv-pc-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .fv-pc-tab {
    display: none;
  }
}

.pc-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fv__label {
  display: inline-block;
  background: #0069AF;
  padding-inline: 20px;
  padding-block: 7px;
  font-size: 18px;
  font-size: clamp(18px, 3vw, 24px);
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 10%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__label {
    font-size: 26px;
    letter-spacing: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__label {
    font-size: 28px;
    letter-spacing: 3%;
  }
}

.fv__title-box {
  margin-block: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .fv__title-box {
    margin-block: 34px 0;
    gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fv__title,
.fv__title-2 {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0069AF;
  font-size: clamp(28px, 4vw, 30px);
  font-weight: 700;
  line-height: 42px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__title,
  .fv__title-2 {
    font-size: 26px;
    line-height: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__title,
  .fv__title-2 {
    font-size: 42px;
    line-height: 63px;
  }
}
.fv__title::after,
.fv__title-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0069AF;
}

.fv__title-2 {
  margin-inline: 10px;
  font-size: clamp(26px, 4vw, 30px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__title-2 {
    margin-inline: 21px;
    font-size: clamp(26px, 4vw, 27px);
  }
}
@media screen and (min-width: 1024px) {
  .fv__title-2 {
    margin-inline: 21px;
    font-size: 38px;
  }
}
.fv__title-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 2px;
  background: #0069AF;
}
.fv__title-2 span {
  color: #0069AF;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__title-2 span {
    font-size: 30px;
    line-height: 63px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__title-2 span {
    font-size: 42px;
    line-height: 63px;
  }
}
.fv__title-2 span:nth-of-type(1) {
  left: -28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__title-2 span:nth-of-type(1) {
    left: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__title-2 span:nth-of-type(1) {
    left: -43px;
  }
}
.fv__title-2 span:nth-of-type(2) {
  right: -28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__title-2 span:nth-of-type(2) {
    right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__title-2 span:nth-of-type(2) {
    right: -43px;
  }
}

.fv__lead-box {
  padding-inline: 0 40px;
}

.fv__lead {
  font-size: 18px;
  letter-spacing: 3%;
  color: #000000;
  line-height: 1.6;
  font-weight: 600;
  margin-block: 13px 0;
  font-size: clamp(15px, 3vw, 26px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__lead {
    margin-block: 22px 0;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__lead {
    margin-block: 22px 0;
    font-size: 25px;
    line-height: 54px;
    letter-spacing: -2px;
  }
}

.fv__text {
  margin-block: 7px 0;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 2%;
  font-weight: 500;
  font-size: clamp(15px, 3vw, 26px);
}
@media (min-width: 375px) and (max-width: 499px) {
  .fv__text {
    letter-spacing: 6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__text {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1px;
  }
}

.fv__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__image {
    margin-inline: 0;
    margin-block: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .fv__image {
    margin-inline: 0;
    margin-block: auto;
    width: 55.4505813953%;
  }
}
.fv__image img {
  width: 68.2666666667%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__image img {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fv__image img {
    width: auto;
  }
}

.fv__question-wrap {
  text-align: center;
  margin-block: 8px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__question-wrap {
    margin-block: 39px 0;
  }
}
@media screen and (min-width: 1024px) {
  .fv__question-wrap {
    margin-block: 39px 0;
    max-width: 456px;
  }
}

.fv__question {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fv__question {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__question {
    font-size: 22px;
  }
}
.fv__question::before, .fv__question::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  background: #004C7F;
}
.fv__question::before {
  left: -8px;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.fv__question::after {
  right: -8px;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.button {
  margin-block: 5px 0;
  border-radius: 4px;
  background: #FF7C2E;
  max-width: 320px;
  max-width: 280px;
  margin-inline: auto;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button {
    max-width: 400px;
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .button {
    max-width: 456px;
    margin-inline: 0 auto;
  }
}
.button::before, .button::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 2px;
  height: 10px;
}
.button::before {
  right: 25px;
  top: 38%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button::before {
    bottom: 42%;
    right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .button::before {
    bottom: 42%;
    right: 80px;
  }
}
.button::after {
  right: 25px;
  bottom: 38%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button::after {
    bottom: 42%;
    right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .button::after {
    right: 80px;
    bottom: 42%;
  }
}
.button:hover {
  background-color: #FF985B;
}

.button__link {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  padding-block: 18px;
  padding-inline: 23px;
}
@media (min-width: 375px) and (max-width: 767px) {
  .button__link {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button__link {
    font-size: 22px;
    padding-block: 26px;
    padding-inline: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .button__link {
    font-size: 22px;
    padding-block: 26px;
    padding-inline: 80px;
  }
}

/*----------------------------------
  concerns
-----------------------------------*/
.concerns {
  padding-block: 20px 67px;
  background: #E6ECEC;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concerns {
    padding-block: 24px 43px;
  }
}
@media screen and (min-width: 1024px) {
  .concerns {
    padding-block: 24px 43px;
  }
}

.concerns__inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concerns__inner {
    padding-inline: 30px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .concerns__inner {
    padding-inline: 30px;
    position: relative;
    max-width: 1440px;
    margin-inline: auto;
  }
}

.concerns__title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #000000;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concerns__title {
    font-size: 34px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .concerns__title {
    font-size: 34px;
    line-height: 54px;
  }
}
.concerns__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0069AF;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.concerns__contents {
  margin-block: 41px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 320px;
  margin-inline: auto;
}

.concerns__content {
  text-align: center;
  border-radius: 5px;
  background: #FFFFFF;
  padding-block: 13.5px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concerns__content {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 27px;
    padding-inline: 10px;
    padding-block: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .concerns__content {
    font-size: 18px;
    line-height: 54px;
    padding-inline: 10px;
    padding-block: 9px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-position-1 {
    position: absolute;
    top: 100px;
    left: 100px;
  }
  .content-position-1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .content-position-1 {
    position: absolute;
    top: 100px;
    left: 120px;
  }
  .content-position-1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-position-2 {
    position: absolute;
    top: 60%;
    left: 20px;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .content-position-2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .content-position-2 {
    position: absolute;
    top: 60%;
    left: 40px;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .content-position-2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-position-3 {
    position: absolute;
    bottom: 30px;
    left: 90px;
  }
  .content-position-3::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .content-position-3 {
    position: absolute;
    bottom: 30px;
    left: 100px;
  }
  .content-position-3::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-position-4 {
    position: absolute;
    top: 100px;
    right: 90px;
  }
  .content-position-4::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .content-position-4 {
    position: absolute;
    top: 100px;
    right: 130px;
  }
  .content-position-4::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-position-5 {
    position: absolute;
    top: 60%;
    right: 50px;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .content-position-5::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .content-position-5 {
    position: absolute;
    top: 60%;
    right: 40px;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .content-position-5::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-position-6 {
    position: absolute;
    bottom: 30px;
    right: 31px;
    z-index: 1;
  }
  .content-position-6::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .content-position-6 {
    position: absolute;
    bottom: 30px;
    right: 50px;
  }
  .content-position-6::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFFFFF;
    bottom: -40px;
    left: 132px;
  }
}

.concerns__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 11px 0;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concerns__image {
    width: 30.9027777778%;
  }
}
@media screen and (min-width: 1024px) {
  .concerns__image {
    width: 30.9027777778%;
  }
}
.concerns__image img {
  width: 286px;
  aspect-ratio: 1/1;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concerns__image img {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .concerns__image img {
    width: auto;
  }
}
.concerns__image::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 58.5px solid transparent;
  border-right: 58.5px solid transparent;
  border-top: 47px solid #0069AF;
  bottom: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concerns__image::after {
    bottom: -27px;
  }
}
@media screen and (min-width: 1024px) {
  .concerns__image::after {
    bottom: -27px;
  }
}

/*----------------------------------
  problem
-----------------------------------*/
.problem {
  padding-block: 29px 32px;
  background: #D4E9F8;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem {
    padding-block: 50px 59px;
  }
}
@media screen and (min-width: 1024px) {
  .problem {
    padding-block: 82px 59px;
  }
}

.problem__inner {
  padding-inline: 10px;
}
@media screen and (min-width: 1024px) {
  .problem__inner {
    padding-inline: 150px;
  }
}

.problem__head {
  font-size: 19px;
  line-height: 33px;
  font-weight: 600;
  white-space: nowrap;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem__head {
    font-size: 28px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .problem__head {
    font-size: 36px;
    line-height: 54px;
  }
}

.problem-color {
  display: inline-block;
  font-weight: 700;
  color: #0069AF;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem-color {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-color {
    font-size: 36px;
  }
}
.problem-color::after {
  content: "";
  position: absolute;
  width: 195px;
  height: 2px;
  background: #0069AF;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem-color::after {
    width: 282px;
  }
}
@media screen and (min-width: 1024px) {
  .problem-color::after {
    width: 362px;
  }
}

.problem__button {
  margin-block: 29px 0;
  background: #FF7C2E;
  border-radius: 4px;
  max-width: 310px;
  margin-inline: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem__button {
    margin-block: 34px 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .problem__button {
    margin-block: 34px 0;
    max-width: 456px;
  }
}
.problem__button:hover {
  background-color: #FF985B;
}
.problem__button::before, .problem__button::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 2px;
  height: 10px;
}
.problem__button::before {
  right: 20px;
  top: 37%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem__button::before {
    top: 40%;
    right: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .problem__button::before {
    right: 35px;
    top: 41%;
  }
}
.problem__button::after {
  right: 20px;
  bottom: 37%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem__button::after {
    right: 35px;
    bottom: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .problem__button::after {
    right: 35px;
    bottom: 41%;
  }
}

.problem__link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  padding-block: 19px;
  padding-inline: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .problem__link {
    padding-block: 25px;
    padding-inline: 34px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .problem__link {
    padding-block: 25px;
    padding-inline: 34px;
    font-size: 24px;
  }
}

/*----------------------------------
  challenges
-----------------------------------*/
.challenges {
  padding-block: 21px 37px;
  background: #FFFFFF;
}

.challenges__inner {
  padding-inline: 10px;
}

.challenges__title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 36px;
  white-space: nowrap;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .challenges__title {
    font-size: 30px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .challenges__title {
    font-size: 34px;
    line-height: 51px;
  }
}
.challenges__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0069AF;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.challenges__contents {
  margin-block: 46px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .challenges__contents {
    margin-block: 58px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .challenges__contents {
    margin-block: 58px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1440px;
    margin-inline: auto;
  }
}

.challenges__content:nth-of-type(3) .challenges-box__image img {
  width: 135px;
}

.challenges-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.challenges-box__head {
  display: inline-block;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .challenges-box__head {
    font-size: 18px;
    letter-spacing: -1.4px;
  }
}
@media screen and (min-width: 1024px) {
  .challenges-box__head {
    font-size: 20px;
  }
}

.challenges-box__image-box {
  width: 181px;
  height: 181px;
  margin-block: 18px 0;
  margin-inline: auto;
  background: #0069AF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .challenges-box__image-box {
    width: 160px;
    height: 160px;
    margin-block: 25px 0;
  }
}
@media screen and (min-width: 1024px) {
  .challenges-box__image-box {
    width: 203px;
    height: 203px;
    margin-block: 25px 0;
  }
}

.challenges-box__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.challenges-box__image img {
  width: 114px;
  aspect-ratio: 1/1;
  display: block;
}

.challenges-box__text {
  display: inline-block;
  margin-block: 18px 0;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .challenges-box__text {
    font-size: 16px;
    line-height: 27px;
    margin-block: 25px 0;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .challenges-box__text {
    font-size: 18px;
    line-height: 27px;
    margin-block: 25px 0;
  }
}

/*----------------------------------
  solution
-----------------------------------*/
.solution {
  padding-block: 26px;
  background: #D4E9F8;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .solution {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .solution {
    padding-block: 111px 105px;
  }
}

.solution__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .solution__inner {
    padding-inline: 150px;
  }
}

.solution__text {
  font-size: 22px;
  color: #000000;
  letter-spacing: -10%;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .solution__text {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .solution__text {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 54px;
  }
}

.solution-color {
  position: relative;
  line-height: 33px;
  font-weight: 700;
  color: #0069AF;
  display: inline-block;
  letter-spacing: -1%;
  margin-block: 0 2px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .solution-color {
    line-height: 54px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-color {
    line-height: 54px;
    font-size: 36px;
  }
}
.solution-color::after {
  content: "";
  position: absolute;
  width: 257px;
  height: 2px;
  background: #0069AF;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .solution-color::after {
    width: 356px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-color::after {
    width: 417px;
  }
}

/*----------------------------------
  features
-----------------------------------*/
.features {
  background: #FFFFFF;
  padding-block: 18px 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .features {
    padding-block: 38px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .features {
    padding-block: 38px 20px;
  }
}

.features__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .features__inner {
    padding-inline: 120px;
  }
}

.features__title {
  text-align: center;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .features__title {
    font-size: 30px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .features__title {
    font-size: 34px;
    line-height: 51px;
  }
}
.features__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0069AF;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.features__contents {
  margin-block: 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .features__contents .features__content:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .features__contents {
    max-width: 1300px;
    margin-inline: auto;
  }
  .features__contents .features__content:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .features__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features__content:nth-of-type(1) .content__image img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .features__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features__content:nth-of-type(1) .content__image img {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
  }
}

.content__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content__info {
    min-width: 430px;
  }
}
@media screen and (min-width: 1024px) {
  .content__info {
    min-width: 430px;
  }
}

.content-info__head {
  background: #EFEFEF;
  border-radius: 6px;
  text-align: center;
  padding-block: 0 15px;
  position: relative;
  max-width: 315px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-info__head {
    max-width: 400px;
    padding-block: 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .content-info__head {
    max-width: 467px;
    padding-block: 0 10px;
  }
}
.content-info__head::before {
  content: "";
  position: absolute;
  width: 69px;
  height: 13px;
  background: #EFEFEF;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-info__head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 45px solid #EFEFEF;
  left: 50%;
  bottom: -56px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-info__head__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 51px;
  color: #000000;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-info__head__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .content-info__head__name {
    font-size: 18px;
  }
}

.content-info__head__text {
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-info__head__text {
    font-size: 15px;
    line-height: 51px;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .content-info__head__text {
    font-size: 16px;
    line-height: 51px;
  }
}

.content-info__body {
  margin-block: 53px 0;
  text-align: center;
}

.content-info__body__name {
  font-size: 20px;
  line-height: 51px;
  color: #000000;
  font-weight: 600;
}

.content-info__body__text {
  margin-block: 3px 0;
  font-size: clamp(16px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 27px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -5%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-info__body__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .content-info__body__text {
    font-size: 16px;
  }
}

.content-info__body__list {
  width: 210px;
  text-align: left;
  margin-block: 13px 0;
  margin-inline: auto;
}

.body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .body-item {
    gap: 9px;
  }
}
@media screen and (min-width: 1024px) {
  .body-item {
    gap: 9px;
  }
}

.body-item-image img {
  width: 28px;
  aspect-ratio: 1/1;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .body-item-image img {
    width: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .body-item-image img {
    width: 33px;
  }
}

.body-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2%;
  color: #000000;
  white-space: nowrap;
}

.content__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content__image {
    width: 46.264073695%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content__image {
    width: 46.264073695%;
    height: auto;
  }
}
.content__image img {
  width: 311px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content__image img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .content__image img {
    width: auto;
    aspect-ratio: 1/1;
  }
}

/*----------------------------------
  services
-----------------------------------*/
.services {
  padding-block: 24px 18px;
  background: #E6ECEC;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services {
    padding-block: 32px 26px;
  }
}
@media screen and (min-width: 1024px) {
  .services {
    padding-block: 42px 36px;
  }
}

.services__inner {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .services__inner {
    padding-inline: 50px;
  }
}

.services__title {
  text-align: center;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__title {
    font-size: 28px;
    line-height: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .services__title {
    font-size: 34px;
    line-height: 51px;
  }
}
.services__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0069AF;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.services__flow {
  margin-block: 34px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__flow {
    margin-block: 45px 0;
  }
}
@media screen and (min-width: 1024px) {
  .services__flow {
    margin-block: 60px 0;
  }
}

.services__flow-name {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__flow-name {
    font-size: 22px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .services__flow-name {
    font-size: 26px;
    line-height: 51px;
    letter-spacing: 6%;
  }
}

.services__flow-box {
  margin-block: 15px 0;
  margin-inline: auto;
}

.flow-boxes {
  max-width: 223px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .flow-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}

.flow-box {
  background: #0069AF;
  padding-block: 5px;
  padding-inline: 30px;
  border-right: 0.1em solid #0069AF;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-box {
    padding-inline: 25px 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 135px;
    position: relative;
    padding-block: 9px 16px;
  }
  .flow-box:nth-of-type(3) .flow-box-text-pc-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .flow-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 58px solid transparent;
    border-bottom: 58px solid transparent;
    border-left: 25px solid #000000;
    right: -26px;
    top: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow-box:nth-child(odd)::after {
    border-left: 25px solid #0069AF;
  }
  .flow-box:nth-child(even)::after {
    border-left: 25px solid #004C7F;
  }
}
@media screen and (min-width: 1024px) {
  .flow-box {
    padding-inline: 25px 0;
    width: 187px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding-block: 9px 16px;
  }
  .flow-box:nth-of-type(3) .flow-box-text-pc-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .flow-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 25px solid #000000;
    right: -27px;
    top: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow-box:nth-child(odd)::after {
    border-left: 26px solid #0069AF;
  }
  .flow-box:nth-child(even)::after {
    border-left: 26px solid #004C7F;
  }
}
.flow-box:nth-child(even) {
  border-right: 2px solid #004C7F;
  background: #004C7F;
}
.flow-box + .flow-box {
  position: relative;
}
.flow-box + .flow-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  border-top: 18px solid #000000;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-box + .flow-box::before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .flow-box + .flow-box::before {
    display: none;
  }
}

.flow-box-head {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 6%;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-box-head {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .flow-box-head {
    font-size: 24px;
    line-height: 36px;
  }
}

.flow-box-text,
.flow-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 6%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-box-text,
  .flow-text {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .flow-box-text,
  .flow-text {
    display: none;
  }
}

.flow-box-text-pc {
  display: none;
  height: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-box-text-pc {
    display: block;
    max-width: 86px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 6%;
    margin-block: 5px 0;
    text-align: left;
    margin-inline: 16px auto;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .flow-box-text-pc {
    display: block;
    max-width: 96px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 6%;
    margin-block: 5px 0;
    text-align: left;
    margin-inline: 38px auto;
    position: relative;
  }
}

.flow-box-text-pc-text {
  display: block;
}

.services__additional {
  margin-block: 14px 0;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 6%;
  color: #000000;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__additional {
    margin-block: 24px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .services__additional {
    margin-block: 27px 0;
    font-size: 16px;
  }
}

.services__support {
  margin-block: 25px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__support {
    margin-block: 38px 0;
  }
}
@media screen and (min-width: 1024px) {
  .services__support {
    margin-block: 49px 0;
  }
}

.services__support-name {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 27px;
  letter-spacing: 6%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__support-name {
    font-size: 23px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .services__support-name {
    font-size: 26px;
    line-height: 51px;
  }
}

.services__support-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  margin-block: 10px 0;
  max-width: 322px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__support-boxes {
    margin-block: 27px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .services__support-boxes {
    margin-block: 27px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 57px;
  }
}

.support-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding-block: 9px;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support-box {
    width: 300px;
    padding-inline: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .support-box {
    width: 322px;
    padding-inline: 15px;
  }
}

.support-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support-box__head {
    gap: 8px;
  }
}

.support-box__head-num {
  width: 27px;
  height: 27px;
  color: #FFFFFF;
  background: #0069AF;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support-box__head-num {
    width: 24px;
    height: 24px;
  }
}

.support-box__head-title {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support-box__head-title {
    font-size: 14px;
  }
}

.support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  margin-block: 14px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support__list {
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .support__list {
    gap: 0;
  }
}

.support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support__item {
    gap: 8px;
  }
}

.support__item-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.support__item-image img {
  width: 33px;
  height: 33px;
  display: block;
}

.support__item-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 6%;
  color: #000000;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .support__item-name {
    font-size: 14px;
    letter-spacing: -1px;
  }
}

.services-wrap {
  margin-block: 25px 0;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services-wrap {
    margin-block: 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .services-wrap {
    margin-block: 50px 0;
  }
}

.services__question {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__question {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .services__question {
    font-size: 22px;
  }
}
.services__question::before, .services__question::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  background: #004C7F;
}
.services__question::before {
  left: -8px;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.services__question::after {
  right: -8px;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.services__button {
  margin-block: 5px 0;
  border-radius: 4px;
  background: #FF7C2E;
  max-width: 333px;
  margin-inline: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__button {
    margin-block: 7px 0;
    max-width: 493px;
  }
}
@media screen and (min-width: 1024px) {
  .services__button {
    margin-block: 7px 0;
    max-width: 493px;
  }
}
.services__button:hover {
  background-color: #FF985B;
}
.services__button::before, .services__button::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 2px;
  height: 10px;
}
.services__button::before {
  right: 35px;
  top: 37%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 375px) {
  .services__button::before {
    top: 41%;
    right: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__button::before {
    top: 41%;
    right: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .services__button::before {
    top: 41%;
    right: 33px;
  }
}
.services__button::after {
  right: 35px;
  bottom: 37%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 375px) {
  .services__button::after {
    bottom: 41%;
    right: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__button::after {
    bottom: 41%;
    right: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .services__button::after {
    bottom: 41%;
    right: 33px;
  }
}

.services__link {
  display: block;
  color: #FFFFFF;
  font-weight: 600;
  padding-block: 20px;
  padding-inline: 35px 20px;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 375px) {
  .services__link {
    font-size: 16px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .services__link {
    padding-block: 25px;
    font-size: 22px;
    padding-inline: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .services__link {
    padding-block: 25px;
    font-size: 24px;
    padding-inline: 33px;
  }
}

/*----------------------------------
  change開始
-----------------------------------*/
.change {
  background: #0069AF;
  padding-block: 19px 34px;
}
@media screen and (min-width: 1024px) {
  .change {
    padding-block: 42px 44px;
  }
}

.change__inner {
  padding-inline: 10px;
}
@media screen and (min-width: 1024px) {
  .change__inner {
    padding-inline: 150px;
  }
}

.change__title {
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 6%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .change__title {
    font-size: 30px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .change__title {
    font-size: 34px;
    line-height: 51px;
  }
}
.change__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #FFFFFF;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.change__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-block: 41px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .change__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 66px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-block: 49px 0;
  }
}
@media screen and (min-width: 1024px) {
  .change__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 66px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-block: 49px 0;
  }
}

.change__content {
  background: #FFFFFF;
  width: 238px;
  padding-block: 7px 27px;
  margin-inline: auto;
  border-radius: 8px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .change__content {
    margin-inline: 0;
  }
}
@media screen and (min-width: 1024px) {
  .change__content {
    margin-inline: 0;
  }
}

.change__content-head {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 6%;
  line-height: 30px;
}

.change__content-before,
.change__content-after {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2%;
}

.change__content-before {
  margin-block: 22px 0;
  position: relative;
}
.change__content-before::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #000000;
  left: 50%;
  bottom: -31px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.before-num,
.after-num {
  font-size: 40px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2%;
  color: #0069AF;
  display: inline-block;
}

.change__content-after {
  margin-block: 51px 0;
}

.change__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: 25px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.change__list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 40px solid #FFFFFF;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.change__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.change__item-image img {
  width: 29px;
  height: 29px;
  display: block;
}

.change__item-name {
  font-size: 17px;
  line-height: 36px;
  font-weight: 500;
  color: #FFFFFF;
}

.change__text {
  text-align: center;
  margin-block: 74px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .change__text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .change__text {
    font-size: 28px;
  }
}

.change__color {
  position: relative;
  display: inline-block;
  letter-spacing: 6%;
}
.change__color::after {
  content: "";
  position: absolute;
  width: 182px;
  height: 2px;
  background: #FFFFFF;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .change__color::after {
    width: 254px;
  }
}
@media screen and (min-width: 1024px) {
  .change__color::after {
    width: 254px;
  }
}

/*----------------------------------
  quote
-----------------------------------*/
.quote {
  background: #E6ECEC;
  padding-block: 18px 34px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote {
    padding-block: 34px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .quote {
    padding-block: 34px 36px;
  }
}

.quote__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__inner {
    padding-inline: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__inner {
    padding-inline: 150px;
  }
}

.quote__title {
  text-align: center;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__title {
    font-size: 28px;
  }
}
.quote__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0069AF;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.quote__text-box {
  margin-block: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__text-box {
    margin-block: 32px 0;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__text-box {
    margin-block: 32px 0;
    gap: 20px;
  }
}

.quote__text {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 27px;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__text {
    font-size: 20px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__text {
    font-size: 28px;
    line-height: 51px;
  }
}

.quote__button {
  margin-block: 31px 0;
  border-radius: 4px;
  background: #FF7C2E;
  max-width: 286px;
  margin-inline: auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__button {
    margin-block: 28px 0;
    max-width: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__button {
    margin-block: 28px 0;
    max-width: 456px;
  }
}
.quote__button:hover {
  background-color: #FF985B;
}
.quote__button::before, .quote__button::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 2px;
  height: 10px;
}
.quote__button::before {
  right: 20px;
  top: 38%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__button::before {
    top: 41%;
    right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__button::before {
    top: 42%;
    right: 70px;
  }
}
.quote__button::after {
  right: 20px;
  bottom: 38%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__button::after {
    bottom: 41%;
    right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__button::after {
    bottom: 42%;
    right: 70px;
  }
}

.quote__link {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding-block: 20px;
  padding-inline: 20px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quote__link {
    padding-block: 30px;
    font-size: 22px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .quote__link {
    padding-block: 34px;
    font-size: 24px;
    padding-inline: 70px;
  }
}

/*----------------------------------
  question
-----------------------------------*/
.question {
  padding-block: 14px 25px;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question {
    padding-block: 47px 64px;
  }
}
@media screen and (min-width: 1024px) {
  .question {
    padding-block: 47px 64px;
  }
}

.question__inner {
  padding-inline: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__inner {
    padding-inline: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .question__inner {
    padding-inline: 150px;
  }
}

.question__title {
  text-align: center;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 6%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .question__title {
    font-size: 34px;
  }
}
.question__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #0069AF;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.question__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  margin-block: 32px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.question__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.question__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__head {
    gap: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .question__head {
    gap: 4px;
  }
}

.question__head-icon {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 3%;
  color: #0069AF;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__head-icon {
    font-size: 40px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .question__head-icon {
    font-size: 40px;
    line-height: 51px;
  }
}

.question__head-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -6%;
  color: #000000;
}
@media (min-width: 375px) and (max-width: 499px) {
  .question__head-text {
    letter-spacing: 2%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .question__head-text {
    letter-spacing: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__head-text {
    font-size: 28px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .question__head-text {
    font-size: 28px;
    line-height: 51px;
    letter-spacing: 0;
  }
}

.question__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-block: 8px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__body {
    margin-block: 19px 0;
    gap: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .question__body {
    margin-block: 19px 0;
    gap: 4px;
  }
}

.question__body-icon {
  font-size: 30px;
  font-weight: 600;
  color: #FF7C2E;
  line-height: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__body-icon {
    font-size: 40px;
    line-height: 51px;
  }
}
@media screen and (min-width: 1024px) {
  .question__body-icon {
    font-size: 40px;
    line-height: 51px;
  }
}

.question__body-text {
  letter-spacing: -2%;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 375px) and (max-width: 499px) {
  .question__body-text {
    letter-spacing: 4%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .question__body-text {
    letter-spacing: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .question__body-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .question__body-text {
    font-size: 16px;
    line-height: 24px;
  }
}

/*----------------------------------
  footer
-----------------------------------*/
.footer{
  background: #103675;
  padding: 32px 20px;
  text-align: center;
}

.footer__links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer__link{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer__copy{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px){
  .footer{
    padding: 24px 16px 20px;
  }

  .footer__links{
    gap: 16px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .footer__link{
    font-size: 12px;
  }

  .footer__copy{
    font-size: 10px;
  }
}