/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

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

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #000;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

.header {
  height: 5rem;
  max-width: 100vw;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header {
    height: 7.8125rem;
  }
}

.header__inner.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__inner.inner {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}

.header__logo a {
  display: flex;
  justify-content: space-between;
  height: inherit;
}

.header__logo-img img {
  width: 100%;
  max-width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo-img img {
    max-width: 20rem;
  }
}

.header__btn {
  display: flex;
  gap: 0.3125rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__btn {
    gap: 1rem;
  }
}

.header__btn-tel-sp,
.header__btn-mail-sp {
  width: 3.125rem;
}

@media screen and (min-width: 768px) {
  .header__btn-tel-pc img {
    padding-top: 0.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .header__btn-mail-pc.btn-mail img {
    padding-top: 0.3125rem;
  }
}

.header__btn img {
  width: 100%;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .header__btn img {
    max-width: 15.125rem;
  }
}

footer .check__text {
  margin-top: 0;
  padding-top: 1.875rem;
}

.copyright__wrapper {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .copyright__wrapper {
    font-size: 1.25rem;
  }
}

.copyright__wrapper a {
  text-decoration: underline;
}

footer .cta__inner {
  padding-bottom: 0;
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.section-title__wrapper {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper {
    padding-top: 4.875rem;
  }
}

.section-title {
  color: #034464;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.8px;
  position: relative;
  z-index: 10;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 3.5rem;
  }
}

.section-title__img {
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .section-title__img {
    margin-top: -1.75rem;
  }
}

.section-title__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-title__img img {
    max-width: 37.5rem;
  }
}

.cta {
  background: linear-gradient(180deg, #034464 0%, rgba(3, 68, 100, 0.6) 100%);
}

.cta.cta__sp {
  position: relative;
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .cta.cta__sp {
    margin-top: initial;
  }
}

.cta__inner {
  padding-top: 1.25rem;
  padding-bottom: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    padding-top: 4.375rem;
    padding-bottom: 4.4375rem;
  }
}

.cta__polygon-top img {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .cta__polygon-top img {
    max-width: 37.5rem;
  }
}

.cta__polygon-top {
  display: flex;
  justify-content: center;
}

.cta__check .check__text {
  margin-top: 0;
}

.cta__top-inner {
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta__top-inner {
    display: flex;
  }
}

.cta__top-text-top,
.cta__top-text-middle {
  color: #fff;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 176.05%;
  /* 56.336px */
}
@media screen and (min-width: 768px) {
  .cta__top-text-top,
  .cta__top-text-middle {
    font-size: 2rem;
  }
}

.cta__top-text-middle {
  padding-bottom: 0.625rem;
}

.underline-white {
  border-bottom: 0.125rem #fff solid;
}

.cta__top-text-bottom {
  color: #fff462;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .cta__top-text-bottom {
    margin-top: 1.25rem;
    font-size: 2.8125rem;
    margin-bottom: 0;
  }
}

.cta__top-img {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .cta__top-img {
    display: block;
    margin-top: -3.125rem;
  }
}

.cta__top-img img {
  width: 100%;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .cta__top-img img {
    max-width: 13.1875rem;
  }
}

.cta__bottom-inner {
  border-radius: 0.625rem;
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 1.25rem;
  margin: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta__bottom-inner {
    padding: 2.5625rem 3.125rem 3.375rem 3.125rem;
    margin: -3.4375rem 0 0 0;
  }
}

.cta__bottom {
  display: flex;
  justify-content: space-around;
}

.cta__bottom-tel-wrapper img,
.cta__bottom-mail-wrapper img {
  width: 100%;
  max-width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cta__bottom-tel-wrapper img,
  .cta__bottom-mail-wrapper img {
    max-width: 1.75rem;
  }
}

.cta__bottom-tel-btn-pc img,
.cta__bottom-mail-btn-pc img {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .cta__bottom-tel-btn-pc img,
  .cta__bottom-mail-btn-pc img {
    max-width: 27.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .cta__bottom-tel-btn-pc img {
    padding-top: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .cta__bottom-mail-btn-pc.mail-btn img {
    padding-top: 0.4375rem;
  }
}

.cta__bottom-tel-wrapper,
.cta__bottom-mail-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta__bottom-tel-wrapper,
  .cta__bottom-mail-wrapper {
    margin-bottom: 0.625rem;
  }
}

.cta__bottom-tel-tap {
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__bottom-tel-tap {
    font-size: 1rem;
    text-align: right;
  }
}

.cta__bottom-tel-text,
.cta__bottom-mail-text {
  color: #034464;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 176.05%;
  /* 35.21px */
}
@media screen and (min-width: 768px) {
  .cta__bottom-tel-text,
  .cta__bottom-mail-text {
    font-size: 1.25rem;
  }
}

.cta__title {
  text-align: center;
  color: #034464;
  text-align: center;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 176.05%;
}
@media screen and (min-width: 768px) {
  .cta__title {
    font-size: 3.5rem;
  }
}

.cta__title-underline {
  display: block;
  border-bottom: 0.125rem #034464 solid;
}
@media screen and (min-width: 768px) {
  .cta__title-underline {
    border-bottom: 0.3125rem #034464 solid;
  }
}

.cta__title-orange {
  color: #f18413;
}

.cta__title-small {
  text-align: center;
  color: #034464;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 176.05%;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .cta__title-small {
    font-size: 2.375rem;
  }
}

.cta__title-wrapper {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta__title-wrapper {
    margin-bottom: 3.125rem;
  }
}

.cta__top-inner-center {
  text-align: center;
  display: block;
}

.cta__bottom-inner-center {
  margin-top: 1.25rem;
}

.cta__sp .cta__top-text-middle {
  border-bottom: 0.125rem #fff solid;
}

.cta__sp .cta__bottom {
  display: block;
}

.cta__sp .cta__bottom-tel-btn-pc,
.cta__sp .cta__bottom-mail-btn-pc {
  display: flex;
  justify-content: center;
}

.cta__sp .cta__bottom-tel-tap {
  color: #f18413;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .cta__sp .cta__bottom-mail {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.check {
  background-image: url(../img/common/backgroundimg.jpg);
  background-size: contain;
}

.check__inner {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .check__inner {
    padding-top: 5.375rem;
  }
}

.check__list {
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.check__list-inner {
  padding: 0 0.9375rem 3.125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .check__list-inner {
    padding: 1.5625rem 4.6875rem 4.6875rem 4.6875rem;
  }
}

.check__list-title-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2.5rem;
}
@media screen and (min-width: 768px) {
  .check__list-title-top {
    margin-left: 0;
  }
}

.check__list-title-top figure img {
  width: 100%;
  max-width: 9.375rem;
  position: relative;
  z-index: 10;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .check__list-title-top figure img {
    max-width: 14.8125rem;
    margin-right: 0;
  }
}

.check__list-title-top-box {
  border-radius: 11.25rem;
  border: 3px solid #f18413;
  background: #fff;
  padding: 0.5625rem 0.1875rem;
  margin-left: -3.75rem;
}
@media screen and (min-width: 768px) {
  .check__list-title-top-box {
    border-radius: 11.25rem;
    border: 3px solid #f18413;
    background: #fff;
    padding: 1.25rem 3.3125rem 1.125rem 3.375rem;
    margin-left: -6.25rem;
  }
}

.check__list-title-top-box p {
  color: #f18413;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .check__list-title-top-box p {
    font-size: 2.5rem;
  }
}

.check__list-title-bottom {
  margin-top: -1.875rem;
}
.check__list-title-bottom h2 {
  color: #333;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .check__list-title-bottom h2 {
    font-size: 3.125rem;
    margin-top: 0;
  }
}

.check__list-text {
  margin-top: 2.5rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .check__list-text {
    margin-top: 2.5rem;
    margin-left: 0.75rem;
  }
}

.check__list-text ul li {
  color: #343434;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .check__list-text ul li {
    font-size: 1.5rem;
    white-space: nowrap;
    margin-bottom: 2rem;
  }
}

.check__list-text ul li p {
  position: relative;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .check__list-text ul li p {
    padding-left: 3.125rem;
  }
}

.check__list-text ul li p::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/common/checkbox.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .check__list-text ul li p::before {
    width: 2.625rem;
    height: 2.3125rem;
    margin-right: 0.9375rem;
  }
}

.check__list-img {
  display: block;
  float: right;
  margin-top: -17.6875rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .check__list-img {
    display: block;
    float: right;
    margin-top: -43.75rem;
    margin-right: 0;
  }
}

.check__list-img img {
  width: 100%;
  max-width: 3.375rem;
}
@media screen and (min-width: 768px) {
  .check__list-img img {
    max-width: 11.5rem;
  }
}

.check__list-other {
  width: 100%;
  border-radius: 50%;
  max-width: 5.625rem;
  background-color: #034464;
  margin-top: -3.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .check__list-other {
    max-width: 9rem;
  }
}

.check__list-other p {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.0625rem;
  /* 291.667% */
}
@media screen and (min-width: 768px) {
  .check__list-other p {
    padding-top: 0.9375rem;
    font-size: 1.5rem;
  }
}

.check__list-other figure {
  padding-bottom: 0.9375rem;
  display: flex;
  justify-content: center;
  margin-top: -2.1875rem;
}
@media screen and (min-width: 768px) {
  .check__list-other figure {
    margin-top: -1.25rem;
  }
}

.check__list-other figure img {
  width: 100%;
  max-width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .check__list-other figure img {
    max-width: 1.1875rem;
  }
}

.check__text {
  color: #034464;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 2.3125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .check__text {
    letter-spacing: 1.28px;
    line-height: 50px;
    /* 156.25% */
    white-space: nowrap;
    font-size: 2rem;
    gap: 1.25rem;
  }
}

.underline-yellow {
  background: linear-gradient(transparent 75%, yellow 15%);
}

.orange {
  color: #f18413;
}

.check__text-left {
  background-color: #034464;
  display: block;
  width: 0.1875rem;
  height: 5.625rem;
  transform: rotate(-14.374deg);
}
@media screen and (min-width: 768px) {
  .check__text-left {
    height: 7.375rem;
  }
}

.check__text-right {
  background-color: #034464;
  display: block;
  width: 0.1875rem;
  height: 5.625rem;
  transform: rotate(14.374deg);
}
@media screen and (min-width: 768px) {
  .check__text-right {
    height: 7.375rem;
  }
}

.check__bottom-wrapper {
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .check__bottom-wrapper {
    margin-top: 0;
  }
}

.check__bottom-img img {
  width: 100%;
  max-width: 10.3125rem;
  margin-top: -10rem;
  margin-left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .check__bottom-img img {
    max-width: 15.125rem;
    margin-top: -5rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .check__bottom-text {
    margin-right: 6.25rem;
  }
}

.check__bottom-text-blue {
  color: #034464;
  text-align: left;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
  padding-top: 1.875rem;
  padding-left: 7.375rem;
}
@media screen and (min-width: 768px) {
  .check__bottom-text-blue {
    font-size: 2.625rem;
    padding-top: 3.8125rem;
    text-align: center;
    padding-left: initial;
  }
}

.check__bottom-text-blue-wrapper p.check__bottom-text-blue:nth-child(2) {
  padding-top: 0;
  padding-left: 9.375rem;
}

.check__bottom-text-orange {
  color: #f18413;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
  white-space: nowrap;
  position: absolute;
  z-index: 10;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .check__bottom-text-orange {
    margin-top: 5.625rem;
    font-size: 3.5rem;
  }
}

.bgc__orange {
  color: #fff;
  background-color: #f18413;
  padding: 0.1875rem 0.5rem;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .bgc__orange {
    padding: 0.375rem 0.9375rem 0.5625rem 0.9375rem;
  }
}

.big {
  color: #f18413;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}
@media screen and (min-width: 768px) {
  .big {
    font-size: 4rem;
  }
}

.check__list-text-pr {
  padding-right: 5rem;
}
@media screen and (min-width: 768px) {
  .check__list-text-pr {
    padding-right: 0;
  }
}

.problem-presentation {
  background: linear-gradient(180deg, rgb(175, 175, 175) 51%, rgb(233, 233, 233));
  background-blend-mode: multiply;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation {
    padding-bottom: initial;
  }
}

.problem-presentation__polygon-wrapper {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__polygon-wrapper {
    padding-top: 1.875rem;
  }
}

.problem-presentation__polygon-top img,
.problem-presentation__polygon-bottom img {
  width: 100%;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__polygon-top img,
  .problem-presentation__polygon-bottom img {
    max-width: 7.5rem;
  }
}

.problem-presentation__polygon-top {
  display: flex;
  justify-content: center;
}

.problem-presentation__polygon-bottom {
  margin-top: -0.8125rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .problem-presentation__polygon-bottom {
    margin-top: -1.125rem;
  }
}

.problem-presentation__title-wrapper {
  background-image: url(../img/common/bgmoya.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 2.1875rem;
  padding-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__title-wrapper {
    padding-top: 10.0625rem;
    padding-bottom: 8.5625rem;
  }
}

.problem-presentation__title-top {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px #474747;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .problem-presentation__title-top {
    font-size: 2rem;
  }
}

.yellow {
  color: #fff462;
}

.problem-presentation__title-bottom {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px #474747;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .problem-presentation__title-bottom {
    margin-top: 1.5rem;
    line-height: 90px;
    /* 160.714% */
    font-size: 3.5rem;
  }
}

.underline-white {
  border-bottom: 3px solid #fff;
}

.problem-presentation__img-wrapper {
  margin-top: 2.9375rem;
}

.problem-presentation__img-speech-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-speech-wrapper {
    justify-content: space-between;
  }
}

.problem-presentation__img-speech-wrapper p {
  color: #343434;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-speech-wrapper p {
    font-size: 1.25rem;
  }
}

.problem-presentation__img-speech-left {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-speech-left {
    margin-top: 3.625rem;
    margin-left: 3.75rem;
  }
}

.problem-presentation__img-speech-left figure {
  margin-top: -5.9375rem;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-speech-left figure {
    margin-top: -8.75rem;
  }
}

.problem-presentation__img-speech-left figure img {
  width: 100%;
  max-width: 13.125rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-speech-left figure img {
    max-width: 18.0625rem;
  }
}

.problem-presentation__img-speech-right figure {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-speech-right figure {
    margin-top: -6.875rem;
  }
}

.problem-presentation__img-speech-right figure img {
  width: 100%;
  max-width: 18.4375rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-speech-right figure img {
    max-width: 28.8125rem;
  }
}

.problem-presentation__img {
  display: flex;
  justify-content: center;
  margin-top: 0;
  position: relative;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img {
    margin-top: -8.125rem;
  }
}

.problem-presentation__img img {
  width: 100%;
  max-width: 33.375rem;
}

.problem-presentation__img-text {
  margin-top: 1.875rem;
  color: #343434;
  text-align: center;
  text-shadow: 0px 0px 10px #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .problem-presentation__img-text {
    margin-top: 4.4375rem;
    font-size: 1.5rem;
    line-height: 40px;
    /* 166.667% */
  }
}

.problem-presentation__graph-wrapper {
  margin-top: 1.875rem;
  padding: 2.1875rem 1.25rem 2.5rem 1.25rem;
  border: 3px solid #034464;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .problem-presentation__graph-wrapper {
    margin-top: 3.75rem;
    padding: 3.25rem 5.625rem 4.3125rem 5.625rem;
  }
}

.problem-presentation__graph-top {
  color: #034464;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__graph-top {
    line-height: 40px;
    /* 166.667% */
    font-size: 1.5rem;
  }
}

.problem-presentation__graph-bottom {
  margin-top: 2.875rem;
  color: #034464;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .problem-presentation__graph-bottom {
    line-height: 40px;
    /* 166.667% */
    font-size: 1.5rem;
  }
}

.problem-presentation__graph-bottom .orange {
  font-weight: 700;
}

.problem-presentation__bottom {
  margin-top: 3.8125rem;
  margin-bottom: 9.375rem;
  color: #343434;
  text-align: center;
  text-shadow: 0px 0px 10px #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__bottom {
    line-height: 50px;
    /* 166.667% */
    font-size: 1.875rem;
    margin-inline: initial;
  }
}

.problem-presentation__diagonal-wrapper {
  background-image: url(../img/common/diagonal.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 16.25rem;
}

.problem-presentation__diagonal-inner {
  position: relative;
}

.problem-presentation__diagonal-speech {
  position: relative;
}

.problem-presentation__diagonal-speech p {
  color: #343434;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 2.1875rem;
  left: 1rem;
  transform: rotate(-5deg);
}
@media screen and (min-width: 768px) {
  .problem-presentation__diagonal-speech p {
    top: 5rem;
    margin-left: 1.875rem;
    line-height: 40px;
    /* 133.333% */
    font-size: 1.875rem;
    left: 0;
  }
}

.problem-presentation__diagonal-speech figure {
  position: absolute;
  top: 2.0625rem;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__diagonal-speech figure {
    top: 4.375rem;
    left: 0;
  }
}

.problem-presentation__diagonal-speech figure img {
  width: 100%;
  max-width: 11.5rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__diagonal-speech figure img {
    max-width: 21.125rem;
  }
}

.problem-presentation__diagonal {
  display: flex;
  align-items: flex-end;
  margin-top: -15.625rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .problem-presentation__diagonal {
    justify-content: flex-end;
  }
}

.problem-presentation__diagonal p {
  color: #f18413;
  text-align: left;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 1.25rem;
  transform: rotate(-4deg);
  padding-top: 5.3125rem;
  padding-right: 8.125rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__diagonal p {
    text-align: center;
    padding-top: 8.75rem;
    padding-right: initial;
    font-size: 3.5rem;
  }
}

.problem-presentation__diagonal-img {
  position: absolute;
  margin-top: -0.625rem;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .problem-presentation__diagonal-img {
    margin-top: -1.875rem;
    position: static;
  }
}

.problem-presentation__diagonal-img img {
  width: 100%;
  max-width: 10rem;
}
@media screen and (min-width: 768px) {
  .problem-presentation__diagonal-img img {
    max-width: 13.5rem;
  }
}

.case {
  background-image: url(../img/common/backgroundimg.jpg);
  background-size: contain;
}

.case__title-top-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.case__title-top {
  color: #034464;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .case__title-top {
    font-size: 2.5rem;
  }
}

.case__title-top-left {
  display: block;
  width: 1.4375rem;
  height: 0.25rem;
  background-color: #034464;
}

.case__title-top-right {
  display: block;
  width: 1.4375rem;
  height: 0.25rem;
  background-color: #034464;
}

.case__title {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .case__title {
    font-size: 3.5rem;
  }
}

.case-item {
  margin-top: 4.25rem;
  border: 3px solid #034464;
  background: rgba(245, 244, 244, 0.93);
}

.case-item__number-bg {
  display: flex;
  justify-content: center;
  margin-top: -1.5625rem;
}

.case-item__number-bg img {
  width: 100%;
  max-width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .case-item__number-bg img {
    max-width: 13rem;
  }
}

.case-item__number {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  letter-spacing: 1.2px;
  margin-top: -1.875rem;
}
@media screen and (min-width: 768px) {
  .case-item__number {
    font-size: 1.5rem;
    margin-top: -2.1875rem;
  }
}

.case-item__inner {
  padding: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .case-item__inner {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.875rem 1.5625rem 1.375rem;
  }
}

.case-item__img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .case-item__img {
    display: block;
  }
}

.case-item__img img {
  width: 100%;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .case-item__img img {
    max-width: 19.0625rem;
  }
}

.case-item__text-wrapper {
  width: 100%;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .case-item__text-wrapper {
    max-width: 38.25rem;
  }
}

.case-item__text-title {
  color: #034464;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .case-item__text-title {
    line-height: 60px;
    /* 150% */
    font-size: 2.5rem;
  }
}

.case-item__text {
  margin-top: 0.875rem;
  color: #034464;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .case-item__text {
    line-height: 32px;
    /* 160% */
    font-size: 1.25rem;
  }
}

.case__bottom-text {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .case__bottom-text {
    margin-top: 3.375rem;
  }
}

.case__bottom-text p {
  color: #034464;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .case__bottom-text p {
    text-align: center;
    line-height: 40px;
    /* 200% */
    font-size: 1.25rem;
  }
}

.case__bottom-img-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 2.375rem;
}

.case__bottom-img-left {
  margin-right: -4.0625rem;
  margin-top: 1.875rem;
}

.case__bottom-img-left img {
  width: 100%;
  max-width: 5.3125rem;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .case__bottom-img-left img {
    max-width: 5.3125rem;
  }
}

.case__bottom-img img {
  width: 100%;
  max-width: 22.375rem;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .case__bottom-img img {
    max-width: 22.375rem;
  }
}

.case__bottom-img-right {
  margin-left: -4.375rem;
}

.case__bottom-img-right img {
  width: 100%;
  max-width: 5.3125rem;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .case__bottom-img-right img {
    max-width: 5.3125rem;
  }
}

.case__separator {
  background-color: #034464;
  padding-top: 2.0625rem;
}

.case__separator-text {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case__separator-text {
    font-size: 2rem;
    line-height: 50px;
    /* 156.25% */
  }
}

.case__separator-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 3.75rem solid #034464;
  border-bottom: 0;
  margin-top: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .case__separator-triangle {
    border-top: 6.25rem solid #034464;
  }
}

.timing {
  background-image: url(../img/common/backgroundimg.jpg);
  background-size: contain;
}

.timing__title-top-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.timing__title-top {
  color: #343434;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .timing__title-top {
    font-size: 2.5rem;
  }
}

.timing__title-top-left {
  display: block;
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #343434;
}

.timing__title-top-right {
  display: block;
  width: 0.9375rem;
  height: 0.25rem;
  background-color: #343434;
}

.timing__title {
  color: #343434;
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .timing__title {
    font-size: 3.5rem;
  }
}

.timing__title span {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .timing__title span {
    font-size: 4.5rem;
  }
}

.timing-item {
  margin-top: 5.3125rem;
  border: 3px solid #f18413;
  background: #fff;
}

.timing-item__number-bg {
  display: flex;
  justify-content: center;
  margin-top: -1.5625rem;
}

.timing-item__number-bg img {
  width: 100%;
  max-width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .timing-item__number-bg img {
    max-width: 13rem;
  }
}

.timing-item__number {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  letter-spacing: 1.2px;
  margin-top: -2.1875rem;
}
@media screen and (min-width: 768px) {
  .timing-item__number {
    font-size: 1.5rem;
  }
}

.timing-item__wrapper {
  padding-bottom: 6.125rem;
}

.timing-item__inner,
.timing-item__inner2 {
  padding: 1.25rem 1.25rem 3.4375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .timing-item__inner,
  .timing-item__inner2 {
    padding: 2rem 1.75rem 3.4375rem 1.75rem;
  }
}

.timing-item__text-title {
  color: #f18413;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .timing-item__text-title {
    font-size: 2.5rem;
    line-height: 60px;
    /* 150% */
  }
}

.timing-item__img {
  float: right;
  margin-top: -12.5rem;
  margin-right: -1.875rem;
}
@media screen and (min-width: 768px) {
  .timing-item__img {
    margin-top: -14.375rem;
    margin-right: -3.125rem;
  }
}

.timing-item__img img {
  width: 100%;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .timing-item__img img {
    max-width: 17.5rem;
  }
}

.timing-item__text {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .timing-item__text {
    margin-top: 1.875rem;
    white-space: nowrap;
    font-size: 1.25rem;
    line-height: 37px;
    /* 185% */
  }
}

.underline-black {
  border-bottom: 1px solid #343434;
  font-weight: 700;
}

.timing-item__card-wrapper {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .timing-item__card-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 4.375rem;
  }
}

.timing-item__card {
  display: flex;
  justify-content: center;
}

.timing-item__card img {
  width: 100%;
  max-width: 28.4375rem;
}

.timing-item__text-bottom {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .timing-item__text-bottom {
    font-size: 1.25rem;
    line-height: 37px;
    /* 185% */
  }
}

.timing-item__img-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: flex-end;
}

.timing-item__img-top img {
  width: 100%;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .timing-item__img-top img {
    max-width: 10.5rem;
  }
}

.timing-item__img-bottom img {
  width: 100%;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .timing-item__img-bottom img {
    max-width: 11.375rem;
  }
}

.timing-item__text-bottom {
  margin-top: 2.1875rem;
  text-align: center;
}

.timing__separator-img {
  display: flex;
  justify-content: center;
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .timing__separator-img {
    margin-top: -5.625rem;
  }
}

.timing__separator-img img {
  width: 100%;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .timing__separator-img img {
    max-width: 8.8125rem;
  }
}

.timing__separator-title {
  color: #343434;
  text-align: center;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .timing__separator-title {
    font-size: 2.5rem;
    line-height: 60px;
    /* 150% */
  }
}

.timing__separator-text {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1.625rem;
  padding-bottom: 1.6875rem;
  max-width: 54.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .timing__separator-text {
    font-size: 1.25rem;
    line-height: 37px;
    /* 185% */
  }
}

.timing__separator-bottom {
  background-color: #343434;
  padding-top: 2.5rem;
  padding-bottom: 1.6875rem;
}

.timing__separator-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .timing__separator-bottom-text {
    font-size: 1.5rem;
    line-height: 45px;
    /* 187.5% */
  }
}

.flow {
  background-image: url(../img/common/backgroundimg.jpg);
  background-size: contain;
}

.flow__inner {
  padding-top: 1.5625rem;
}

.flow__title {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 3.5rem;
  }
}

.section-title__img-flow {
  display: flex;
  justify-content: flex-end;
  margin-top: -6.25rem;
}
@media screen and (min-width: 768px) {
  .section-title__img-flow {
    margin-top: -11.25rem;
    margin-right: 2.5rem;
  }
}

.section-title__img-flow img {
  width: 100%;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .section-title__img-flow img {
    max-width: 10.6875rem;
  }
}

.flow-item__wrapper {
  margin-top: 3.875rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .flow-item__wrapper {
    padding-bottom: 5.375rem;
  }
}

.flow-item {
  background: #E4EEF7;
  padding: 1.25rem 1.25rem 1.375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow-item {
    padding: 2.625rem 3.125rem 1.375rem 3.125rem;
  }
}

.flow-item__title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .flow-item__title-wrapper {
    gap: 1.5625rem;
  }
}

.flow-item__title-number {
  width: 100%;
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .flow-item__title-number {
    max-width: 6.25rem;
  }
}

.flow-item__title-number p {
  background: #034464;
  color: #FFF;
  font-size: 1.875rem;
  font-style: normal;
  letter-spacing: -3.2px;
  padding: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-item__title-number p {
    font-weight: 700;
    font-size: 4rem;
    line-height: 37px;
    /* 57.813% */
    padding: 1.875rem 0.8125rem;
  }
}

.flow-item__title-number p::after {
  content: "";
  border: 1px solid #034464;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 100%;
  height: 100%;
}

.flow-item__title {
  color: #034464;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  /* 86.047% */
  letter-spacing: 2.15px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .flow-item__title {
    font-size: 2.6875rem;
    margin-top: 0;
  }
}

.flow-item__text {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow-item__text {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 37px;
    /* 185% */
  }
}

.flow-item__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 82px solid transparent;
  border-left: 82px solid transparent;
  border-top: 69px solid #e4eef7;
  border-bottom: 0;
  margin: 0 auto;
  margin-top: -2rem;
}

.flow-item__bottom {
  border-radius: 10px;
  border: 5px solid #034464;
  background: #FFF;
}

.flow-item__bottom-text {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 1.875rem 1.875rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .flow-item__bottom-text {
    padding: 3rem 3.125rem 0 3.125rem;
    font-size: 1.5rem;
    line-height: 45px;
    /* 187.5% */
  }
}

.flow-item__bottom-img {
  margin-top: -1.875rem;
  display: flex;
  justify-content: flex-end;
}

.flow-item__bottom-img img {
  width: 100%;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .flow-item__bottom-img img {
    max-width: 9.375rem;
  }
}

.trouble {
  background-image: url(../img/common/trouble-bgi.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.trouble__text-top {
  margin-top: 1.875rem;
  text-align: center;
  color: #343434;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .trouble__text-top {
    font-size: 1.5rem;
    margin-top: 3.1875rem;
  }
}

.trouble__title {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .trouble__title {
    font-size: 3.125rem;
  }
}

.block {
  font-weight: 700;
}

.trouble-item01__wrapper,
.trouble-item02__wrapper,
.trouble-item03__wrapper,
.trouble-item04__wrapper {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .trouble-item01__wrapper,
  .trouble-item02__wrapper,
  .trouble-item03__wrapper,
  .trouble-item04__wrapper {
    font-size: 1.25rem;
  }
}

.trouble-item01__wrapper {
  margin-top: 1.25rem;
}

.trouble-item01__flex,
.trouble-item02__flex,
.trouble-item03__flex,
.trouble-item04__flex {
  display: flex;
  align-items: flex-end;
}

.trouble-item01__text {
  width: 100%;
  max-width: 50rem;
  border-radius: 20px;
  background: #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.5625rem 4.375rem 1.25rem 1.25rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .trouble-item01__text {
    padding: 2.1875rem 6.125rem 2.1875rem 3.125rem;
  }
}

.trouble-item01__img {
  margin-left: -5rem;
  margin-top: 1.25rem;
}

.trouble-item01__img img {
  width: 100%;
  max-width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .trouble-item01__img img {
    max-width: 7.375rem;
  }
}

.trouble-item02__flex {
  justify-content: flex-end;
  margin-top: 0.75rem;
}
.trouble-item02__text {
  width: 100%;
  max-width: 48.0625rem;
  border-radius: 20px;
  background: #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.5625rem 1.25rem 1.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .trouble-item02__text {
    padding: 1.875rem 2.3125rem 1.875rem 4.4375rem;
  }
}

.trouble-item02__img {
  margin-right: -3.125rem;
  position: relative;
  z-index: 10;
}

.trouble-item02__img img {
  width: 100%;
  max-width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .trouble-item02__img img {
    max-width: 6.4375rem;
  }
}

.trouble-item02__text-right,
.trouble-item04__text-right {
  text-align: right;
  margin-right: 3.125rem;
}

.trouble__text-middle {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin: 2.5rem 1.875rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .trouble__text-middle {
    margin: 3.3125rem 3.125rem 6.25rem 3.125rem;
    line-height: 40px;
    /* 166.667% */
    font-size: 1.5rem;
  }
}

.trouble-item03__text,
.trouble-item04__text {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .trouble-item03__flex {
    margin-top: 4.8125rem;
  }
}

.trouble-item03__text {
  width: 100%;
  max-width: 43.0625rem;
  padding: 1.5625rem 3.125rem 1.5625rem 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .trouble-item03__text {
    padding: 1.9375rem 3.125rem 1.9375rem 3.125rem;
    margin-top: 4.8125rem;
  }
}

.trouble-item03__img {
  margin-left: -3.125rem;
}
@media screen and (min-width: 768px) {
  .trouble-item03__img {
    margin-left: -4.375rem;
  }
}

.trouble-item03__img img {
  width: 100%;
  max-width: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .trouble-item03__img img {
    max-width: 10.4375rem;
  }
}

.trouble-item04__flex {
  margin-top: 1.8125rem;
  justify-content: flex-end;
}

.trouble-item04__img {
  margin-right: -3.75rem;
  position: relative;
  z-index: 10;
}

.trouble-item04__text {
  max-width: 32.875rem;
  padding: 1.9375rem 0.9375rem 1.9375rem 4.375rem;
}
@media screen and (min-width: 768px) {
  .trouble-item04__text {
    padding: 1.9375rem 3rem 1.9375rem 7.5625rem;
  }
}

.trouble-item04__img img {
  width: 100%;
  max-width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .trouble-item04__img img {
    max-width: 9.0625rem;
  }
}

.trouble-item05__wrapper {
  margin-top: 3.5625rem;
  border-radius: 10px;
  border: 5px solid #ccc;
  background: #fff;
  padding: 3.4375rem 1.25rem 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .trouble-item05__wrapper {
    padding: 3.5rem 2.5rem 3.375rem 2.5rem;
  }
}

.trouble-item05__text {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .trouble-item05__text {
    line-height: 40px;
    /* 166.667% */
    font-size: 1.5rem;
  }
}

.trouble-item05__img {
  margin-bottom: -7.5rem;
  margin-left: 0rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .trouble-item05__img {
    margin-bottom: -7.5rem;
    margin-left: -2.5rem;
  }
}

.trouble-item05__img img {
  width: 100%;
  max-width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .trouble-item05__img img {
    max-width: 11.125rem;
  }
}

.abandonment__title-top-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}

.abandonment__title-top {
  color: #034464;
  text-align: center;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .abandonment__title-top {
    font-size: 2.5rem;
  }
}

.abandonment__title-top-left {
  display: block;
  width: 1.4375rem;
  height: 0.25rem;
  background-color: #034464;
}

.abandonment__title-top-right {
  display: block;
  width: 1.4375rem;
  height: 0.25rem;
  background-color: #034464;
}

.abandonment__title {
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .abandonment__title {
    font-size: 3.5rem;
  }
}

.abandonment-card__wrapper {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .abandonment-card__wrapper {
    display: flex;
    gap: 0.625rem;
  }
}

.abandonment-card {
  margin-top: 1.875rem;
  max-width: 19.875rem;
  border-radius: 10px;
  background: #E4EEF7;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.25rem 0.625rem 0.625rem 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .abandonment-card {
    padding: 1.625rem 1rem 1rem 1rem;
    display: block;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.abandonment-card__title {
  color: #034464;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .abandonment-card__title {
    line-height: 38px;
    /* 158.333% */
    font-size: 1.5rem;
  }
}

.abandonment-card__img {
  display: flex;
  justify-content: center;
}

.abandonment-card__img img {
  width: 100%;
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .abandonment-card__img img {
    max-width: 17.8125rem;
  }
}

.abandonment__text-top,
.abandonment__text-middle,
.abandonment__text-bottom {
  color: #343434;
  text-shadow: 0px 0px 5px #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin-top: 1.875rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .abandonment__text-top,
  .abandonment__text-middle,
  .abandonment__text-bottom {
    line-height: 35px;
    /* 175% */
    font-size: 1.25rem;
    margin-top: 3.125rem;
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}

.abandonment__img {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .abandonment__img {
    margin-top: 4.375rem;
  }
}

.consultation {
  background-image: url(../img/common/consultation-bgi.jpg);
  background-size: cover;
  position: relative;
}

.consultation__inner {
  padding-bottom: 9.5rem;
}

.consultation::after {
  content: "";
  background: rgba(52, 52, 52, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.consultation__text-top {
  padding-top: 3.125rem;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .consultation__text-top {
    padding-top: 5.1875rem;
    line-height: 40px;
    /* 166.667% */
    font-size: 1.5rem;
  }
}

.underline {
  text-decoration-line: underline;
}

.consultation__text-bottom {
  margin-top: 1.875rem;
  border-radius: 10px;
  background: #fff;
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 1.875rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .consultation__text-bottom {
    padding: 2.1875rem 3.125rem 1.9375rem 3.125rem;
    margin-top: 3.0625rem;
    line-height: 40px;
    /* 166.667% */
    font-size: 1.5rem;
  }
}

.consultation__text-bottom .underline-yellow {
  font-weight: 700;
}

.consultation__diagonal-wrapper {
  background-image: url(../img/common/diagonal.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 9.375rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .consultation__diagonal-wrapper {
    margin-top: 8.125rem;
  }
}

.consultation__diagonal {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -14.375rem;
}
@media screen and (min-width: 768px) {
  .consultation__diagonal {
    justify-content: flex-end;
    margin-top: -15.625rem;
  }
}

.consultation__diagonal-text {
  transform: rotate(-3deg);
  margin-bottom: 1.875rem;
  white-space: nowrap;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .consultation__diagonal-text {
    margin-bottom: 3.125rem;
    margin-top: 1.875rem;
  }
}

.consultation__diagonal-top {
  color: #343434;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .consultation__diagonal-top {
    font-size: 2rem;
    line-height: 63px;
  }
}

.consultation__diagonal-bottom {
  color: #f18413;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .consultation__diagonal-bottom {
    font-size: 2.6875rem;
    line-height: 63px;
  }
}

.consultation__diagonal-img {
  margin-top: -1.875rem;
}

.consultation__diagonal-img img {
  width: 100%;
  max-width: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .consultation__diagonal-img img {
    max-width: 13.5rem;
  }
}

.consultation-detail {
  background-image: url(../img/common/backgroundimg.jpg);
  background-size: contain;
}

.consultation-detail__inner {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .consultation-detail__inner {
    padding-bottom: 4.5rem;
  }
}

.consultation-detail__top {
  padding-top: 1.8125rem;
  margin-bottom: 1.125rem;
  color: #343434;
  text-shadow: 0px 0px 5px #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .consultation-detail__top {
    margin-left: 3.125rem;
    line-height: 35px;
    /* 145.833% */
  }
}

.consultation-detail__list {
  border-radius: 10px;
  border: 5px solid #F0A506;
  background: #FFF;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .consultation-detail__list {
    display: flex;
    gap: 3.875rem;
    padding: 3rem 4.875rem 3rem 2.8125rem;
  }
}

.consultation-detail__list li {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-bottom: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .consultation-detail__list li {
    padding-left: 2.5rem;
    font-size: 1.25rem;
  }
}

.consultation-detail__list li::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.875rem solid transparent;
  border-bottom: 0.875rem solid transparent;
  border-left: 1.25rem solid #f0a506;
  border-right: 0;
}
@media screen and (min-width: 768px) {
  .consultation-detail__list li::before {
    top: -0.3125rem;
    border-top: 1.25rem solid transparent;
    border-bottom: 1.25rem solid transparent;
    border-left: 1.875rem solid #f0a506;
  }
}

.consultation-detail__middle {
  margin-top: 3.1875rem;
  color: #034464;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .consultation-detail__middle {
    line-height: 60px;
    /* 150% */
    font-size: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.consultation-detail__middle-left {
  background-color: #034464;
  display: block;
  width: 0.1875rem;
  height: 7.375rem;
  transform: rotate(-18deg);
}
@media screen and (min-width: 768px) {
  .consultation-detail__middle-left {
    transform: rotate(-14.374deg);
  }
}

.consultation-detail__middle-right {
  background-color: #034464;
  display: block;
  width: 0.1875rem;
  height: 7.375rem;
  transform: rotate(18deg);
}
@media screen and (min-width: 768px) {
  .consultation-detail__middle-right {
    transform: rotate(14.374deg);
  }
}

.consultation-detail__bottom {
  margin-top: 2.625rem;
  color: #034464;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .consultation-detail__bottom {
    font-size: 1.5rem;
    line-height: 40px;
    /* 166.667% */
  }
}

.reason {
  background-color: #E4EEF7;
}

.reason__inner {
  padding-bottom: 4.8125rem;
}

.reason-card__wrapper {
  margin-top: 3.4375rem;
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .reason-card {
    margin-bottom: 3.125rem;
  }
}

.reason-card figure img {
  width: 100%;
  max-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .reason-card figure img {
    max-width: 29.5rem;
  }
}

.reason__greeting-wrapper {
  margin-top: 4.375rem;
  border-radius: 10px;
  border: 5px solid #034464;
  background: #FFF;
  padding: 1.875rem 1.25rem 3.125rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .reason__greeting-wrapper {
    padding: 4.25rem 3.125rem 4.8125rem 3.125rem;
  }
}

.reason__greeting-wrapper h3 {
  color: #034464;
  text-align: center;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 2.8px;
}
@media screen and (min-width: 768px) {
  .reason__greeting-wrapper h3 {
    font-size: 3.5rem;
  }
}

.reason__greeting-text-top,
.reason__greeting-text-middle,
.reason__greeting-text-bottom {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .reason__greeting-text-top,
  .reason__greeting-text-middle,
  .reason__greeting-text-bottom {
    font-size: 1.5rem;
    line-height: 2.8125rem;
    /* 187.5% */
  }
}

.reason__greeting-img {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .reason__greeting-img {
    display: block;
    float: right;
    margin-right: -3.75rem;
  }
}

.reason__greeting-img img {
  width: 100%;
  max-width: 18.75rem;
  border: 0.9375rem solid #fff;
}
@media screen and (min-width: 768px) {
  .reason__greeting-img img {
    max-width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .reason__greeting-text-top {
    white-space: nowrap;
    margin-top: 5.0625rem;
  }
}

.reason__greeting-text-middle,
.reason__greeting-text-bottom {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reason__greeting-text-middle,
  .reason__greeting-text-bottom {
    margin-top: 4.375rem;
  }
}

.reason__greeting-name {
  margin-top: 3.125rem;
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .reason__greeting-name {
    margin-top: 5.0625rem;
    font-size: 1.875rem;
  }
}

.reason__greeting-name span {
  margin-left: 1.5625rem;
}

.reason__triangle {
  position: relative;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 7.8125rem solid #e4eef7;
  border-bottom: 0;
  margin-top: -0.0625rem;
}

.solution {
  margin-top: -7.75rem;
  background-image: url(../img/common/backgroundimg.jpg);
  background-size: contain;
}

.solution__inner {
  padding-top: 6.25rem;
  padding-bottom: 1.875rem;
}
.solution__title {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .solution__title {
    font-size: 3.5rem;
  }
}

.solution-item__wrapper {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .solution-item__wrapper {
    margin-top: 6.6875rem;
  }
}

.solution-item {
  border: 3px solid #f0a506;
  background: #fff;
  padding: 3.125rem 0.625rem 1.875rem;
  margin-bottom: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .solution-item {
    border: 5px solid #f0a506;
    padding: 4.8125rem 1.5625rem 2.4375rem 1.5625rem;
  }
}

.solution-item__number-bg {
  display: flex;
  justify-content: center;
  margin-top: -4.375rem;
}
@media screen and (min-width: 768px) {
  .solution-item__number-bg {
    margin-top: -6.875rem;
  }
}

.solution-item__number-bg img {
  width: 100%;
  max-width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .solution-item__number-bg img {
    max-width: 13.8125rem;
  }
}

.solution-item__number {
  color: #f0a506;
  font-family: Noto Sans JP;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2.8125rem;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .solution-item__number {
    font-size: 1.5rem;
    margin-top: -4.6875rem;
  }
}

.solution-item__number span {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .solution-item__number span {
    font-size: 3.5rem;
  }
}

.solution-item__title {
  margin-top: 2.5rem;
  max-width: 44.625rem;
  color: #f18413;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 10;
  text-align: justify;
  padding: 0 0.625rem;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
@media screen and (min-width: 768px) {
  .solution-item__title {
    margin-top: 7.875rem;
    line-height: 56px;
    /* 175% */
    font-size: 2rem;
    font-weight: 900;
    padding: initial;
  }
}

.solution-item__title-right02 {
  font-size: 1.4375rem;
  margin-top: -9.375rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .solution-item__title-right02 {
    margin-left: 21.25rem;
    margin-top: -15.6875rem;
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.solution-item__title-right03 {
  margin-top: 3.75rem;
}

.solution-item__title-right04 {
  margin-top: -9.375rem;
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .solution-item__title-right04 {
    white-space: nowrap;
    margin-left: 18.75rem;
    margin-top: -15.6875rem;
    margin-bottom: 0;
  }
}

.solution-item__title-img-right {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: -10.5rem;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .solution-item__title-img-right {
    margin-top: -15.625rem;
    margin-right: -3.125rem;
    margin-left: initial;
  }
}

.solution-item__title-img-right03 {
  margin-top: -9.6875rem;
}
@media screen and (min-width: 768px) {
  .solution-item__title-img-right03 {
    margin-top: -15.625rem;
  }
}

.solution-item__title-img-right img {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .solution-item__title-img-right img {
    max-width: 33.0625rem;
  }
}

.solution-item__title-img-left {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-left: -0.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .solution-item__title-img-left {
    margin-left: -3.125rem;
    margin-top: 3.625rem;
  }
}

.solution-item__title-img-left img {
  width: 100%;
  position: relative;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .solution-item__title-img-left img {
    max-width: 33.0625rem;
  }
}

.solution-item__title-img-right::after,
.solution-item__title-img-left::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.solution-item__subject {
  border-radius: 10px;
  background: #f0a506;
  padding: 0.5rem 7.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .solution-item__subject {
    padding: 0.5rem 26.25rem;
  }
}

.solution-item__subject p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution-item__subject p {
    font-size: 1.25rem;
  }
}

.solution-item__subject-expansion {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .solution-item__subject-expansion {
    margin-top: 8.1875rem;
  }
}

.solution-item__result {
  border-radius: 10px;
  background: #f0a506;
  padding: 0.5rem 2.8125rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .solution-item__result {
    padding: 0.5rem 20.625rem;
  }
}

.solution-item__result p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution-item__result p {
    font-size: 1.25rem;
    white-space: nowrap;
  }
}

.solution-item__subject-text,
.solution-item__result-text01,
.solution-item__result-text02,
.solution-item__result-text03,
.solution-item__result-text04,
.solution-item__result-text05,
.solution-item__result-text06,
.solution-item__result-text07,
.solution-item__result-text08,
.solution-item__result-text09,
.solution-item__result-text10,
.solution-item__result-text11,
.solution-item__result-text12,
.solution-item__result-text13 {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .solution-item__subject-text,
  .solution-item__result-text01,
  .solution-item__result-text02,
  .solution-item__result-text03,
  .solution-item__result-text04,
  .solution-item__result-text05,
  .solution-item__result-text06,
  .solution-item__result-text07,
  .solution-item__result-text08,
  .solution-item__result-text09,
  .solution-item__result-text10,
  .solution-item__result-text11,
  .solution-item__result-text12,
  .solution-item__result-text13 {
    line-height: 35px;
    /* 175% */
    font-size: 1.25rem;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
}

.solution-item__subject-text,
.solution-item__result-text01,
.solution-item__result-text05,
.solution-item__result-text07,
.solution-item__result-text10 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .solution-item__subject-text,
  .solution-item__result-text01,
  .solution-item__result-text05,
  .solution-item__result-text07,
  .solution-item__result-text10 {
    margin-top: 1.25rem;
  }
}

.solution-item__result-text02,
.solution-item__result-text03,
.solution-item__result-text08,
.solution-item__result-text11,
.solution-item__result-text09,
.solution-item__result-text12 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .solution-item__result-text02,
  .solution-item__result-text03,
  .solution-item__result-text08,
  .solution-item__result-text11,
  .solution-item__result-text09,
  .solution-item__result-text12 {
    margin-top: 2.5rem;
  }
}

.solution-item__result-text04 {
  margin-top: 1.25rem;
  color: #f18413;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .solution-item__result-text04 {
    margin-top: 2.5rem;
  }
}

.solution-item__result-text06 {
  color: #f18413;
  font-weight: 700;
}

.solution-item__result-text09 span {
  color: #f18413;
  font-weight: 700;
}

.solution-item__result-text13 {
  margin-top: 1.25rem;
  color: #f18413;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .solution-item__result-text13 {
    margin-top: 2.5rem;
    white-space: nowrap;
  }
}

.solution-item__img-wrapper {
  display: flex;
  align-items: center;
  margin-top: 8.125rem;
  gap: 0.9375rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .solution-item__img-wrapper {
    gap: 4.375rem;
    margin-top: 2.625rem;
  }
}

.solution-item__img-left-speech {
  margin-top: -6.25rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-left-speech {
    margin-right: 3.125rem;
    margin-top: 0;
  }
}

.solution-item__img-left-speech img {
  width: 100%;
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-left-speech img {
    max-width: 16.4375rem;
  }
}

.solution-item__img-left-person {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-left-person {
    margin-top: -6.25rem;
  }
}

.solution-item__img-left-person img {
  width: 100%;
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-left-person img {
    max-width: 5.375rem;
  }
}

.solution-item__img-center figure img {
  width: 100%;
  max-width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-center figure img {
    max-width: 5.6875rem;
  }
}

.solution-item__img-right-speech {
  margin-top: -6.25rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-right-speech {
    margin-top: -0.625rem;
  }
}

.solution-item__img-right-speech img {
  width: 100%;
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-right-speech img {
    max-width: 18.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .solution-item__img-right-person {
    margin-top: -4.0625rem;
  }
}

.solution-item__img-right-person img {
  width: 100%;
  max-width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-right-person img {
    max-width: 4.5625rem;
  }
}

.women img {
  width: 100%;
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .women img {
    max-width: 5.5rem;
  }
}

.solution-item__img-right-speech-big img {
  max-width: 11.875rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-right-speech-big img {
    max-width: 20.5625rem;
  }
}

.solution-item-last {
  margin-bottom: 0;
}

.solution-item__img-left {
  flex-basis: 11.875rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-left {
    flex-basis: 18.75rem;
  }
}

.solution-item__img-center {
  flex-basis: 2.5rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-center {
    flex-basis: 5.6875rem;
  }
}

.solution-item__img-right {
  flex-basis: 11.875rem;
}
@media screen and (min-width: 768px) {
  .solution-item__img-right {
    flex-basis: 18.75rem;
  }
}

.plan {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .plan {
    padding-bottom: 4.875rem;
  }
}

.section-title.plan__title {
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .section-title.plan__title {
    font-size: 3.5rem;
  }
}

.plan-list {
  border: 2px solid #035ea3;
  border-radius: 0.9375rem;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .plan-list {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
}

.plan-list h3 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #035ea3;
  text-align: center;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .plan-list h3 {
    font-size: 3rem;
  }
}

.plan-list .free {
  font-size: 2.5rem;
  font-weight: 900;
  color: #c92c20;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-list .free {
    font-size: 4.5rem;
  }
}

.plan-detail-wrapper {
  padding: 1.5625rem;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-detail-wrapper {
    padding: 3.125rem 1.5625rem;
  }
}

.plan-item {
  background-color: #edf4f9;
  border-radius: 15px;
  margin-bottom: 0.625rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .plan-item {
    justify-content: space-between;
    display: flex;
    padding: 1.875rem 1.375rem 2.1875rem;
    width: 100%;
    align-items: center;
  }
}

.plan-name {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .plan-name {
    font-size: 2.5rem;
  }
}

.plan-detail {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .plan-detail {
    font-size: 1.5rem;
  }
}

.price {
  font-size: 1.875rem;
  color: #c92c20;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .price {
    font-size: 4rem;
  }
}

.price__wrapper {
  align-items: center;
  display: flex;
}

.yen {
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .yen {
    font-size: 2.5rem;
  }
}

.annotation {
  font-weight: bold;
  text-align: center;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .annotation {
    font-size: 1.5rem;
  }
}

.plan-list05 {
  margin-bottom: 0;
}

.step {
  background: linear-gradient(180deg, #e4eef7 0%, rgba(228, 238, 247, 0) 20%);
}

.step-item__wrapper {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .step-item__wrapper {
    padding-bottom: 5.625rem;
  }
}

.step-item {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .step-item {
    margin-top: 3.125rem;
  }
}

.step-item__title-wrapper {
  background: linear-gradient(180deg, #034464 0%, #187aaa 100%);
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0.8125rem 0 0.8125rem 1.9375rem;
  gap: 0.625rem;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .step-item__title-wrapper {
    gap: 0.625rem;
  }
}

.step-item__title-number {
  width: 100%;
  border-radius: 50%;
  max-width: 4.375rem;
  background-color: #fff;
  padding: 0.3125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .step-item__title-number {
    max-width: 5.9375rem;
    padding: 0.3125rem 1.1875rem;
  }
}

.step-item__title-number p {
  color: #034464;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .step-item__title-number p {
    line-height: 40px;
    font-size: 1.5rem;
  }
}

.step-item__title-number p span {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .step-item__title-number p span {
    font-size: 2.5rem;
    line-height: 40px;
  }
}

.step-item__title h3 {
  color: #fff;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .step-item__title h3 {
    line-height: 40px;
    /* 100% */
    font-size: 2.5rem;
  }
}

.step-item__text-wrapper {
  border-radius: 0 0 0.625rem 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .step-item__text-wrapper {
    display: flex;
    gap: 1.0625rem;
    padding: 2.1875rem 2.1875rem 2.1875rem 2rem;
  }
}

.step-item__text {
  color: #034464;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  width: 100%;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .step-item__text {
    line-height: 40px;
    /* 166.667% */
    font-size: 1.5rem;
    max-width: 41rem;
  }
}

.step-item__text-img {
  margin-top: 0.9375rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .step-item__text-img {
    margin-top: 0;
    display: block;
  }
}

.step-item__text-img img {
  width: 100%;
  max-width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .step-item__text-img img {
    max-width: 16.25rem;
  }
}

.question {
  background-image: url(../img/common/backgroundimg.jpg);
  background-size: contain;
}

.question__inner {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .question__inner {
    padding-bottom: 5.625rem;
  }
}

.question-item__wrapper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .question-item__wrapper {
    margin-top: 3.25rem;
  }
}

.question-item {
  background: #E4EEF7;
  margin-bottom: 1.875rem;
  padding: 1.5625rem 0.9375rem 1.5625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .question-item {
    padding: 2.8125rem 3.125rem 2.8125rem 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .question-item__textq-wrapper,
  .question-item__texta-wrapper {
    display: flex;
    gap: 1.25rem;
  }
}

.question-item__texta-wrapper {
  margin-left: 0.3125rem;
}

.question-item__textq-q {
  color: #034464;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .question-item__textq-q {
    text-align: center;
    font-size: 2.5rem;
  }
}

.question-item__textq {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .question-item__textq {
    font-size: 1.5rem;
  }
}

.question-item__texta-a {
  margin-top: 0.75rem;
  color: #F18413;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .question-item__texta-a {
    text-align: center;
    font-size: 2.5rem;
  }
}

.question-item__texta {
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .question-item__texta {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}

.last {
  margin-bottom: 0;
}

.information {
  background-image: url(../img/common/informationbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.information__table-wrapper {
  margin-top: 1.25rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .information__table-wrapper {
    margin-top: 3.0625rem;
    padding-bottom: 5.625rem;
  }
}

.information__table {
  width: 100%;
}

.information__table td {
  border: 1px solid #D9D9D9;
  background: #fff;
  color: #343434;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .information__table td {
    font-size: 1.5rem;
    padding-top: 1.4375rem;
    padding-bottom: 1.375rem;
    padding-left: 2.5625rem;
  }
}

.information__table th {
  border: 1px solid #D9D9D9;
  background: #034464;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  padding: 0.9375rem 1.25rem 0.9375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .information__table th {
    font-size: 1.5rem;
    padding: 1.4375rem 3.125rem 1.375rem 2rem;
  }
}

.inner.flowchart-inner {
  position: relative;
  background-color: #fff;
}

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

.u-desktop-long {
  display: none;
}
@media screen and (min-width: 400px) {
  .u-desktop-long {
    display: block;
  }
}

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

@media screen and (min-width: 400px) {
  .u-mobile-short {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
