/* about-lead */
.about-lead {
  padding-top: 40px;
  max-width: 970px;
  margin: 0 auto;
}
.about-lead-box {
  max-width: 800px;
  margin-bottom: 1em;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  background-color: #fff;
  font-size: 16px;
}
.about-lead-box-right {
  margin-left: auto;
  position: relative;
}
.about-lead-box > img {
  float: left;
  margin-right: 1em;
}
.about-lead-box h1 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
}
.about-lead-box h1 span {
  font-size: 40px;
}
.about-lead-box h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  background-image: url(../img/about-lead-box-h2.svg);
  background-position: center right 32px;
  background-repeat: no-repeat;
}
.about-lead-box h2 span {
  font-size: 18px;
}
.about-lead-box h2 img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
.about-lead-box p {
  line-height: 1.75;
}
.about-lead-box strong {
  padding: .25em 0;
  background-color: #B6F8F6;
  font-weight: normal;
}
.about-lead-box-right strong {
  background-color: #FFEB03;
}
.about-lead-arrow {
  position: absolute;
  top: -12px;
  left: -12px;
}
@media (max-width: 976px) {
  .about-lead {
    padding-top: 30px;
  }
  .about-lead-box {
    margin: 0 1em 2em 1em;
    padding: 20px 20px 10px;
  }
  .about-lead-box-right {
    margin: 2em 1em;
  }
  .about-lead-box > img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .about-lead-box h1 {
    margin: .5em 0;
    font-size: 30px;
    text-align: center;
  }
  .about-lead-box h1 span {
    font-size: 24px;
  }
  .about-lead-box h2 {
    margin: 1em 0 0;
    padding-bottom: .5em;
    background-position: bottom left 120px;
  }
  .about-lead-box h2 span {
    font-size: 18px;
  }
  .about-lead-arrow {
    position: absolute;
    top: -36px;
    left: -12px;
  }
}

/* about-what */
.about-what {
  max-width: 810px;
  margin: 0 auto 3em;
  padding-bottom: 92px;
  background-image: url(../img/about-what-arrow.svg);
  background-position: right 20px bottom;
  background-repeat: no-repeat;
  font-size: 16px;
}
.about-scroll-arrow {
  position: relative;
  top: -16px;
  left: 340px;
}
.about-what h2 {
  position: relative;
  margin: 15px 0 0 180px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
}
.about-what h2 span {
  font-size: 40px;
}
.about-what h2 img {
  position: absolute;
  top: -46px;
  left: -30px;
}
.about-what > div {
  display: flex;
  justify-content: center;
  gap: 0;
}
.about-what p {
  text-align: center;
}
.about-what strong {
  color: #FF8900;
  font-size: 22px;
}
@media (max-width: 976px) {
  .about-what {
    max-width: 810px;
    margin: 0 auto 3em;
    padding-bottom: 40px;
    background-image: url(../img/about-what-arrow.svg);
    background-size: 56px 58px;
    background-position: right 20px bottom;
    background-repeat: no-repeat;
  }
  .about-scroll-arrow {
    top: -32px;
    left: 70%;
    transform: translateX(-70%);
  }
  .about-what h2 {
    margin: 0;
    font-size: 30px;
    text-align: center;
  }
  .about-what h2 span {
    font-size: 24px;
  }
  .about-what h2 img {
    width: 236px;
    height: 48px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 140px;
  }
  .about-what > div {
    display: block;
    text-align: center;
  }
  .about-what strong {
    font-size: 1rem;
  }
}

/* about-items */
.about-items {
  max-width: 810px;
  margin: -20px auto 0;
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 16px;
}
.about-items h2 {
  position: relative;
  margin: -86px 0 .75em;
  padding-top: 6px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
  background-image: url(../img/about-items-h2.svg);
  background-position: left 404px top;
  background-repeat: no-repeat;
}
.about-items h2 span {
  font-size: 40px;
}
.about-items strong {
  padding: .25em 0;
  background-color: #FFEB03;
}
.about-items-chart {
  text-align: center;
}
.about-items-chart img {
  max-width: 100%;
  height: auto;
}
.about-items-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #30C1E5 0%, #21D8C3 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.about-items-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.about-items-button a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .about-items {
    margin: -20px 16px 0;
    padding: 20px;
  }
  .about-items h2 {
    width: 250px;
    margin: -48px auto .75em;
    font-size: 30px;
    background-position: right 10px top -5px;
  }
  .about-items h2 span {
    font-size: 24px;
  }
  .about-items-button a {
    width: 280px;
  }
}

/* about-voice */
.about-voice {
  max-width: 930px;
  margin: 0 auto;
  padding: 40px;
  background-image: url(../img/about-voice-arrow.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
.about-voice h2 {
  position: relative;
  margin: 0 0 20px;
  padding-top: 64px;
  padding-bottom: 28px;
  padding-right: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
  background-image: url(../img/about-voice-h2.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-voice h2 span {
  font-size: 40px;
}
.about-voice > p {
  margin-top: 0;
  text-align: center;
}
.about-voice-inner {
  display: flex;
  justify-content: space-between;
}
.about-voice-inner p {
  width: 48.5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 18px;
  font-weight: bold;
}
.about-voice-inner p > span {
  display: inline-block;
}
.about-voice-inner p:nth-child(1) > span {
  margin-top: 68px;
}
.about-voice-inner p:nth-child(2) > span {
  margin-top: 40px;
}
.about-voice-inner p strong {
  color: #FF8900;
  font-size: 72px;
}
.about-voice-inner p:nth-child(2) strong {
  color: #4B4BFF
}
.about-voice-inner p strong span {
  font-size: 80%;
}
.about-voice-inner p img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 976px) {
  .about-voice {
    padding: 32px 16px 16px;
  }
  .about-voice h2 {
    margin: 0;
    padding-right: 20px;
    background-image: url(../img/about-voice-h2.svg);
    background-size: 310px 105px;
    font-size: 30px;
  }
  .about-voice h2 span {
    font-size: 24px;
  }
  .about-voice-inner {
    display: block;
  }
  .about-voice-inner p {
    width: 100%;
    padding: 20px 20px 0;
    border-radius: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-voice-inner p:nth-child(1) img {
    width: 133px;
    height: 148px;
    float: none;
    margin-bottom: 20px;
  }
  .about-voice-inner p:nth-child(2) img {
    width: 120px;
    height: 148px;
    float: none;
    margin-bottom: 20px;
  }
  .about-voice-inner p:nth-child(1) > span {
    margin-top: 0;
  }
  .about-voice-inner p:nth-child(2) > span {
    margin-top: 0;
  }
  .about-voice-inner p strong {
    font-size: 60px;
  }
  .about-voice > p {
    font-size: 14px;
  }
}

/* about-howto */
.about-howto {
  max-width: 810px;
  margin: -100px auto 0;
  font-size: 16px;
}
.about-howto h2 {
  padding-top: 40px;
  background-image: url(../img/about-what-arrow.svg);
  background-position: right top;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
}
.about-howto h2 span {
  font-size: 40px;
}
.about-howto h2 img {
  margin-right: 24px;
}
.about-howto-inner {
  margin-top: -70px;
  padding: 30px 120px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.about-howto-lines {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.about-howto-lines strong {
  padding: 0 0 .15em;
  background-color: #B6F8F6;
}
.about-howto-lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 26px;
  height: 37px;
  background-image: url(../img/about-howto-lines-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.about-howto-lines::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  width: 23px;
  height: 37px;
  background-image: url(../img/about-howto-lines-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.about-howto-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-howto-flow h3 {
  font-size: 20px;
  margin: 0;
}
.about-howto-flow li {
  margin-top: 30px;
  padding: 12px 100px 12px 120px;
  background-image: url(../img/about-howto-01.svg), url(../img/about-howto-01-bg.svg);
  background-position: top left 12px, bottom right 12px;
  background-repeat: no-repeat;
  border-bottom: 4px solid #FFEB00;
}
.about-howto-flow li:nth-child(2) {
  background-image: url(../img/about-howto-02.svg), url(../img/about-howto-02-bg.svg);
}
.about-howto-flow li:nth-child(3) {
  background-image: url(../img/about-howto-03.svg), url(../img/about-howto-03-bg.svg);
  padding-top: 24px;
  padding-bottom: 24px;
}
.about-howto-report {
  padding-left: 90px;
  background-image: url(../img/about-howto-report.svg);
  background-position: top left;
  background-repeat: no-repeat;
}
.about-howto-report p {
  margin: 0;
}
.about-howto-report p:first-child {
  padding-top: 1em;
  color: #00B4E1;
  font-weight: bold;
}
.about-howto-report h3 {
  margin: .75em 0;
  font-size: 20px;
}
.about-howto-report h3 span {
  padding: .5em;
  background-color: #B6F8F6;
}
@media (max-width: 976px) {
  .about-howto {
    margin: 20px 16px 0;
    position: relative;
  }
  .about-howto h2 {
    position: relative;
    top: -60px;
    margin-top: 0;
    padding-top: 60px;
    background-size: 55px 58px;
    font-size: 30px;
  }
  .about-howto h2 span {
    font-size: 24px;
  }
  .about-howto h2 img {
    width: 77px;
    height: 100px;
    margin-right: 0;
    position: absolute;
    top: 110px;
    right: 20px;
  }
  .about-howto-inner {
    margin-top: -70px;
    padding: 20px;
  }
  .about-howto-lines {
    width: 236px;
    font-size: 14px;
  }
  .about-howto-lines strong {
    padding: 0 0 .15em;
    background-color: #B6F8F6;
  }
  .about-howto-lines::before {
    top: 8px;
    width: 16px;
    height: 24px;
    background-size: cover;
  }
  .about-howto-lines::after {
    top: 8px;
    width: 15px;
    height: 24px;
    background-size: cover;
  }
  .about-howto-flow {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .about-howto-flow h3 {
    font-size: 16px;
    margin: 0;
  }
  .about-howto-flow li {
    margin-top: 20px;
    padding: 12px 0 12px 84px;
    background-image: url(../img/about-howto-01.svg), none;
    background-size: 60px auto;
    border-bottom: 3px solid #FFEB00;
  }
  .about-howto-flow li:nth-child(2) {
    background-image: url(../img/about-howto-02.svg), none;
  }
  .about-howto-flow li:nth-child(2) p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .about-howto-flow li:nth-child(3) {
    background-image: url(../img/about-howto-03.svg), none;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .about-howto-report {
    padding-left: 45px;
    background-size: 45px auto;
  }
  .about-howto-report p {
    margin: 0;
  }
  .about-howto-report p:first-child {
    font-size: 15px;
  }
  .about-howto-report h3 {
    font-size: 18px;
  }
  .about-howto-report h3 span {
    padding: .5em;
    background-color: #B6F8F6;
  }
}

/* about-why */
.about-why {
  max-width: 810px;
  margin: 3em auto 0;
  padding: 45px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 16px;
}
.about-why h2 {
  margin: 0 0 .75em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  text-shadow: 2px 3px 0 #B6F8F6;
}
.about-why strong {
  color: #BF0000
}
.about-why-inner {
  display: flex;
  gap: 20px;
}
.about-why-inner-left {
  text-align: center;
}
.about-why-inner-right p:first-child,
.about-why-inner-right p:last-child {
  margin: 0;
}
@media (max-width: 976px) {
  .about-why {
    margin: 3em 16px 0;
    padding: 20px;
  }
  .about-why h2 {
    margin: .5em 0 .75em;
    font-size: 24px;
    text-align: center;
    gap:;
  }
  .about-why-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-why-inner-right {
    margin-left: 0;
  }
}

/* about-cost */
.about-cost {
  max-width: 810px;
  margin: -40px auto 0;
  font-size: 16px;
}
.about-cost h2 {
  position: relative;
  margin-bottom: .25em;
  padding-top: 120px;
  background-image: url(../img/about-what-arrow.svg);
  background-position: right 20px top;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
}
.about-cost h2 span {
  font-size: 40px;
}
.about-cost h2 img {
  position: absolute;
  bottom: 62px;
  left: 110px;
}
.about-cost > p {
  text-align: center;
}
.about-cost h3 {
  margin: .25em 0;
  text-align: center;
}
.about-cost-inner {
  padding: 45px 60px 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  display: flex;
  justify-content: center;
  gap: 80px;
}
.about-cost-inner h3 {
  text-align: center;
  margin: .25em 0 .5em;
}
.about-cost-tagline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.about-cost-tagline::before,
.about-cost-tagline::after {
  width: 2px;
  height: 16px;
  content: "";
  background-color: #333;
}
.about-cost-tagline::before {
  margin-right: .75em;
  transform: rotate(-30deg);
}
.about-cost-tagline::after {
  margin-left: .75em;
  transform: rotate(30deg);
}
.about-cost-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  text-align: center;
}
.about-cost-price span span {
  font-size: 18px;
  font-weight: bold;
}
.about-cost-inner-right .about-cost-price span span {
  color: #BF0000;
}
.about-cost-price strong {
  font-size: 26px;
  font-weight: bold;
}
.about-cost-price strong span {
  font-size: 18px;
}
.about-cost-package {
  text-align: center;
}
.about-cost-package img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.about-cost-features {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.about-cost-features li {
  padding: .25em;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
}
.about-cost-features li:nth-child(1) {
  width: 100%;
  text-align: center;
}
.about-cost-features li:nth-child(2),
.about-cost-features li:nth-child(3) {
  width: 47%;
  border: 1px dotted #666;
  color: #666;
}
.about-cost-inner-right .about-cost-features li:nth-child(2),
.about-cost-inner-right .about-cost-features li:nth-child(3) {
  width: 47%;
  border: 1px solid #BF0000;
  color: #BF0000;
  font-weight: bold;
}
.about-cost-button-left,
.about-cost-button-right {
  text-align: center;
}
.about-cost-button-left a,
.about-cost-button-right a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #44AEDA 0%, #70C1BE 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.about-cost-button-right a {
  background-image: linear-gradient(to right, #A4754A 0%, #BB9966 100%);
}
.about-cost-button-left a::before,
.about-cost-button-right a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.about-cost-button-left a:hover::before,
.about-cost-button-right a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .about-cost {
    margin: -26px 16px 0;
  }
  .about-cost h2 {
    padding-top: 100px;
    font-size: 30px;
    background-size: 56px 58px;
  }
  .about-cost h2 span {
    font-size: 24px;
  }
  .about-cost h2 img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-110%);
  }
  .about-cost-inner {
    padding: 24px 24px 12px;
    flex-direction: column;
    gap: 20px;
  }
  .about-cost-button-left a,
  .about-cost-button-right a {
    width: 240px;
    font-size: 16px;
  }
}

/* about-merits */
.about-merits {
  max-width: 900px;
  margin: 6em auto 3em;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  font-size: 16px;
}
.about-merits h2 {
  position: relative;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  padding: .75em 1.25em;
  background-color: #F8FAFA;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 24px;
  font-weight: normal;
}
@keyframes blinkBorder {
  0% {
    border-right: 2px solid #F8FAFA;
  }
  100% {
    border-right: 2px solid #333;
  }
}
.about-merits h2 strong {
  border-right: 2px solid;
  padding-right: 1em;
  font-weight: normal;
  animation: blinkBorder .5s ease-in-out infinite alternate;
}
.about-merits h2 img {
  position: absolute;
  top: 0;
  right: -20px;
}
.about-merits-tagline {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
.about-merits-tagline span {
  display: inline-block;
  padding-bottom: .15em;
  border-bottom: 3px solid #FFEB00;
}
.about-merits-tagline::before,
.about-merits-tagline::after {
  width: 2px;
  height: 24px;
  content: "";
  background-color: #333;
}
.about-merits-tagline::before {
  margin-right: .75em;
  transform: rotate(-30deg);
}
.about-merits-tagline::after {
  margin-left: .75em;
  transform: rotate(30deg);
}
.about-merits h2 .about-merits-tagline:nth-child(1) {
  top: -26px;
  left: -30px;
  transform: rotate(-5deg);
}
.about-merits h2 .about-merits-tagline:nth-child(2) {
  top: -26px;
  right: -14px;
  transform: rotate(7deg);
}
.about-merits-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -40px;
  padding: 20px 40px;
}
.about-merits-inner > div {
  width: 48%;
}
.about-merits h3 {
  padding: .25em 0 .25em 1em;
  border-left: 8px solid #00B4E1;
  border-bottom: 2px solid #00B4E1;
}
@media (max-width: 976px) {
  .about-merits {
    margin: 6em 16px 3em;
  }
  .about-merits h2 {
    width: 280px;
    font-size: 20px;
  }
  .about-merits-tagline {
    font-size: 14px;
  }
  .about-merits-tagline::before,
  .about-merits-tagline::after {
    height: 18px;
  }
  .about-merits h2 .about-merits-tagline:nth-child(1) {
    left: -16px;
  }
  .about-merits h2 .about-merits-tagline:nth-child(2) {
    right: -4px;
  }
  .about-merits-inner {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .about-merits-inner > div {
    width: 100%;
  }
  .about-merits h3 {
    font-size: 18px;
  }
}

/* about-life */
.about-life {
  max-width: 960px;
  margin: 6em auto;
  font-size: 16px;
}
.about-life h2 {
  margin-bottom: 0;
  padding-bottom: .75em;
  background-image: url(../img/about-life-h2.svg);
  background-position: right 130px top -20px;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  text-align: center;
}
.about-life p {
  margin-top: 0;
  margin-bottom: 2.5em;
  text-align: center;
}
.about-life ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.about-life ul li {
  width: 180px;
  height: 180px;
  padding: 20px;
  background-color: #fff;
  border-radius: 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #FF8900;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.about-life ul li img {
  margin-top: .5em;
}
@media (max-width: 976px) {
  .about-life {
    margin: 3em 16px;
  }
  .about-life h2 {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 0;
    background-position: right bottom -5px;
    background-size: 208px 70px;
    font-size: 22px;
  }
  .about-life ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .about-life ul li {
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
    color: #FF8900;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .about-life ul li img {
    width: auto;
    height: 55px;
    margin-top: .25em;
  }
}

/* about-notice */
.about-notice {
  max-width: 810px;
  margin: 0 auto 4em;
  padding: 45px;
  background-color: #F7F6F4;
  border-radius: 30px;
  font-size: 16px;
}
.about-notice h2 {
  font-size: 24px;
}
.about-notice a {
  color: #333;
  text-decoration: underline;
}
.about-notice strong {
  color: #BF0000;
  font-weight: normal;
}
.about-notice ul {
  list-style-type: disc;
  padding-left: 1.5em;
} 
.about-notice .about-notice-links {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
.about-notice .about-notice-links li {
  margin-right: 1em;
}
.about-notice p {
  margin: 1em 0 0;
}
@media (max-width: 976px) {
  .about-notice {
    margin: 0 16px 3em;
    padding: 20px;
    border-radius: 16px;
  }
  .about-notice h2 {
    font-size: 18px;
  }
  .about-notice .about-notice-links {
    flex-direction: column;
  }
  .about-notice .about-notice-links li {
    margin-right: 1em;
  }
  .about-notice p {
    margin: 1em 0 0;
  }
}

/* baloon */
.about-baloon {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #00B4E1;
  background-image: linear-gradient(135deg, #00B4E1 0%, #00E5C2 100%);
  border-radius: 50%;
  box-sizing: border-box;
}
.about-baloon::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #00E5C2;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-baloon a {
  display: block;
  color: #fff;
}
@media (max-width: 976px) {
  .about-baloon {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #122C63;
    background-image: url(../img/about-items-h2.svg);
    background-repeat: no-repeat;
    background-position-y: calc(0% + 5px);
    background-position-x: calc(50% + 104px);
    background-size: 16px 16px;
  }
  .about-baloon::before {
    content: none;
  }
  .about-baloon span {
    font-size: 16px;
  }
  .about-baloon a img {
    margin-left: .5em;
  }
}