.lower-page .headline__main {
  font-size: 3.2rem;
  line-height: 1.1;
}

@media screen and (max-width: 960px) {
  .lower-page .headline__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .lower-page .headline__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 960px) {
  .lower-page .headline__main::before, .lower-page .headline__main::after {
    width: 10px;
    height: 40px;
  }
}

.lower-page .headline__main small {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .lower-page .headline__main small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .lower-page .headline__main small {
    font-size: 1.4rem;
  }
}

.list-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 640px) {
  .list-unit {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.language-ttl {
  margin-bottom: 24px;
  padding: 16px 24px;
  background: #f6f8f9;
  border-left: solid 3px #4fc759;
  border-radius: 2px;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
}

@media screen and (max-width: 960px) {
  .language-ttl {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .language-ttl {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .language-ttl {
    padding: 12px 20px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .language-ttl {
    padding: 8px 16px;
    border-width: 2px;
    font-size: 2rem;
  }
}

.relief .worry-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 80px;
  padding: 32px 80px;
  background: #f6f8f9;
}

@media screen and (max-width: 960px) {
  .relief .worry-box {
    margin-bottom: calc( 80px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .relief .worry-box {
    margin-bottom: calc( 80px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .relief .worry-box {
    gap: 32px;
    padding: 24px 48px;
  }
}

@media screen and (max-width: 640px) {
  .relief .worry-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}

.relief .worry-box::after {
  position: absolute;
  bottom: -56px;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 45px;
  height: 34px;
  background: #ebeded;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 960px) {
  .relief .worry-box::after {
    bottom: -48px;
    width: 40px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .relief .worry-box::after {
    bottom: -32px;
    width: 30px;
    height: 20px;
  }
}

.relief .worry-box .worry-ttl {
  text-align: center;
  margin: auto 0;
  font-size: 2.8rem;
}

@media screen and (max-width: 960px) {
  .relief .worry-box .worry-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .relief .worry-box .worry-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .relief .worry-box .worry-ttl {
    font-size: 1.8rem;
  }
}

.relief .worry-box .list {
  padding: 0 0 0 48px;
  width: calc(100% - 308px);
  border-left: solid 1px #d7dddd;
}

@media screen and (max-width: 960px) {
  .relief .worry-box .list {
    padding: 0 0 0 32px;
    width: calc(100% - 248px);
  }
}

@media screen and (max-width: 640px) {
  .relief .worry-box .list {
    padding: 16px 0 0;
    width: 100%;
    border-left: none;
    border-top: solid 1px #d7dddd;
  }
}

.relief .solution-txt {
  position: relative;
  text-align: center;
  padding: 0 24px;
}

.relief .solution-txt::before, .relief .solution-txt::after {
  content: '';
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background: url("/wp-content/themes/bones/dist/img/common/vertical-line-grn.svg") repeat-y;
}

.relief .solution-txt::before {
  left: 0;
}

.relief .solution-txt::after {
  right: 0;
}

.relief .solution-txt .solution-ttl {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .relief .solution-txt .solution-ttl {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .relief .solution-txt .solution-ttl {
    margin-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .relief .solution-txt .solution-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .relief .solution-txt .solution-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .relief .solution-txt .txt {
    text-align: left;
  }
}

.condition .condition-wrap {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1280px) {
  .condition .condition-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 960px) {
  .condition .condition-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .condition .condition-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.condition .condition-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}

@media screen and (max-width: 960px) {
  .condition .condition-unit {
    gap: 36px;
  }
}

@media screen and (max-width: 640px) {
  .condition .condition-unit {
    display: block;
  }
}

.condition .condition-unit__vsl {
  position: relative;
  width: 100%;
  max-width: 480px;
}

@media screen and (max-width: 960px) {
  .condition .condition-unit__vsl {
    max-width: 400px;
  }
}

@media screen and (max-width: 640px) {
  .condition .condition-unit__vsl {
    margin-inline: auto;
    margin-bottom: 24px;
  }
}

.condition .condition-unit__vsl::before {
  position: absolute;
  bottom: -16px;
  left: -40px;
  z-index: -1;
  content: "";
  width: 164px;
  height: 124px;
  background: #f6f8f9;
}

.condition .condition-unit__txt {
  width: calc(100% - 528px);
}

@media screen and (max-width: 960px) {
  .condition .condition-unit__txt {
    width: calc(100% - 436px);
  }
}

@media screen and (max-width: 640px) {
  .condition .condition-unit__txt {
    width: 100%;
  }
}

.introduction .introduction-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 960px) {
  .introduction .introduction-unit {
    gap: 30px;
  }
}

@media screen and (max-width: 640px) {
  .introduction .introduction-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.introduction .introduction-unit__txt {
  width: calc( 100% - 440px);
}

@media screen and (max-width: 960px) {
  .introduction .introduction-unit__txt {
    width: calc( 100% - 350px);
  }
}

@media screen and (max-width: 640px) {
  .introduction .introduction-unit__txt {
    width: 100%;
  }
}

.introduction .introduction-unit__vsl {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 960px) {
  .introduction .introduction-unit__vsl {
    width: 320px;
  }
}

.introduction .introduction-unit__vsl::before {
  position: absolute;
  right: -40px;
  bottom: -16px;
  z-index: -1;
  content: "";
  width: 164px;
  height: 124px;
  background: #f6f8f9;
}

/*# sourceMappingURL=../../maps/pages/language.css.map */
