@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/* $sans-serif: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; */
@import "https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css";
:root {
  --primary-color:#4ccbc5;
  --light-teal:#e6f4f3;
  --dark-text:#414141;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: absolute !important;
  }
}
.security-risk-report {
  color: #414141;
}
.security-risk-report section {
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.security-risk-report section h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .security-risk-report section h2 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .security-risk-report section h2 {
    font-size: 1.92em;
  }
}
@media (max-width: 767.98px) {
  .security-risk-report section h3 {
    font-size: 1.08em;
  }
}
@media (min-width: 768px) {
  .security-risk-report section h3 {
    font-size: 1.4em;
  }
}
.security-risk-report section .dot-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin-bottom: 1em;
}
.security-risk-report section .dot-heading::before {
  content: "";
  display: inline-block;
  background-color: #fefcf1;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.35em;
  border: 1px solid #72726f;
  border-radius: 50%;
}
.security-risk-report section .lead {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1.5em;
}
.security-risk-report section .lead span {
  display: inline-block;
}
.security-risk-report section .lead .bg {
  background-color: #fef8df;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3ead8), to(#fef8df));
  background-image: linear-gradient(90deg, #f3ead8 0%, #fef8df 100%);
  font-weight: 700;
  line-height: 1.6;
  padding: 0.2em 0.4em;
  margin-right: 0.4em;
}
@media (max-width: 767.98px) {
  .security-risk-report section .lead {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .security-risk-report section .lead {
    font-size: 1.5em;
  }
}
.security-risk-report section ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.security-risk-report section ul li {
  list-style-type: disc;
}
.security-risk-report section ul li + li {
  margin-top: 0.5em;
}

.nttcom {
  z-index: 100;
}

@media (max-width: 575.98px) {
  p {
    font-size: 100%;
  }
}

img {
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 990px !important;
  }
}

.page-template-empty section + section {
  border-top: none;
}

.button {
  background-color: white;
  border-color: #72726f;
  color: #414141;
  font-weight: 700;
  padding: 0.75em 5em 0.75em 3em;
}
.button small {
  color: #414141;
}
.button::before {
  background-color: #f4c382;
}
.button::after {
  content: "";
  display: inline-block;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2013.3%22%3E%3Cpath%20d%3D%22M1.36%2013.3C.61%2013.3%200%2012.69%200%2011.94s.61-1.36%201.36-1.36h35.65l-9.34-8.17c-.33-.28-.5-.67-.49-1.09C27.2.58%2027.8%200%2028.54%200c.37.01.67.13.91.35l12.08%2010.57a1.361%201.361%200%200%201-.89%202.39H1.36Z%22%20style%3D%22fill%3A%23414141%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 50%;
  font-size: 1.25em;
  width: 2em;
  height: 2em;
  right: 1em;
}
.button:active {
  color: inherit !important;
}
.button:hover {
  color: #414141;
}

section.hero {
  padding-top: 0.5em;
}
section.hero .hero-container {
  width: 100%;
  max-width: 1020px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
section.hero img {
  border-radius: 1em;
}
section.hero .text .catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75em;
  margin-bottom: 1em;
  position: relative;
}
section.hero .text .catch span {
  display: inline-block;
  background-color: #fef8df;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3ead8), to(#fef8df));
  background-image: linear-gradient(90deg, #f3ead8 0%, #fef8df 100%);
  font-size: 1.35em;
  line-height: 1.4;
  padding: 0.2em 0.5em;
  margin-top: 0.25em;
}
section.hero .text .sub {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1.5em;
}
section.hero .text .button {
  display: block;
  background-color: #faf9f4;
  max-width: 85%;
  font-size: 1.35em;
  text-align: center;
  -webkit-box-shadow: 0 0 1em 0 rgba(109, 109, 109, 0.1);
  box-shadow: 0 0 1em 0 rgba(109, 109, 109, 0.1);
}
section.hero .text .button:hover {
  background-color: #fef8df;
}
section.hero .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 0.5em;
}
section.hero .image .image01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.hero .image .image02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 0.25em);
  flex: 0 0 calc(50% - 0.25em);
  max-width: calc(50% - 0.25em);
}
@media (max-width: 575.98px) {
  section.hero {
    font-size: 2.4vw;
  }
}
@media (max-width: 767.98px) {
  section.hero {
    text-align: center;
  }
  section.hero .hero-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.hero .text {
    display: inline-block;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -12.6em;
    margin-bottom: 2.5em;
  }
  section.hero .text .button {
    margin: 0 auto;
  }
  section.hero .image .image01 {
    display: none;
  }
}
@media (min-width: 768px) {
  section.hero .hero-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  section.hero .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  section.hero .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  section.hero .text .image01 {
    display: none;
  }
  section.hero .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  section.hero {
    font-size: 1.38vw;
  }
}

section.about .container {
  position: relative;
}
section.about .container::before {
  content: "";
  display: block;
  background-color: #faf9f4;
  border-radius: 5vw;
  position: absolute;
  top: 0;
  right: -6em;
  left: -100%;
}
@media (max-width: 767.98px) {
  section.about .container::before {
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  section.about .container::before {
    bottom: 25%;
  }
}
section.about .container > .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.about h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
section.about h2 .bg {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3ead8), to(#fef8df));
  background-image: linear-gradient(90deg, #f3ead8 0%, #fef8df 100%);
  padding: 0.2em 0.4em;
}
@media (max-width: 575.98px) {
  section.about h2 {
    font-size: 5vw;
    white-space: nowrap;
  }
}
section.about .image {
  position: relative;
}
section.about .image::before {
  content: "";
  display: block;
}
section.about .image .protrude {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  section.about .image::before {
    aspect-ratio: 10/6.18;
  }
  section.about .image .protrude {
    width: calc(100% + (100vw - 100%) / 2);
    border-radius: 0 1.5vw 1.5vw 0;
  }
}
@media (min-width: 768px) {
  section.about .image::before {
    aspect-ratio: 16/9;
  }
  section.about .image .protrude {
    width: calc(50vw + 14.2856653061%);
    border-radius: 0 1.5vw 1.5vw 0;
  }
}

section.feature .container {
  position: relative;
}
section.feature .container::before {
  content: "";
  display: block;
  background-color: #faf9f4;
  border-radius: 5vw;
  position: absolute;
  top: 0;
  right: -6em;
  bottom: 0;
  left: -6em;
}
section.feature .container > .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.feature h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
section.feature .box {
  background-color: white;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 1em 0 rgba(109, 109, 109, 0.1);
  box-shadow: 0 0 1em 0 rgba(109, 109, 109, 0.1);
}
section.feature .box .icon {
  display: inline-block;
  background-color: #faf9f4;
  border-radius: 1em;
  padding: 1.5em;
}
section.feature .box .icon img {
  width: 100%;
  max-width: 80px;
}
section.feature .box .text h3 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
section.feature .box .text ul li + li {
  margin-top: 0;
}
section.feature .box + .box {
  margin-top: 1.5em;
}
@media (max-width: 767.98px) {
  section.feature .box {
    text-align: center;
    padding: 1em 1em 2em;
  }
  section.feature .box .icon {
    margin-bottom: 1em;
  }
  section.feature .box .text ul {
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 768px) {
  section.feature .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 5%;
  }
  section.feature .box .icon {
    margin-right: 2em;
  }
}
@media (min-width: 992px) {
  section.feature .box {
    padding: 1em 10%;
  }
}

section.price .box {
  background-color: rgba(254, 252, 241, 0.9);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(254, 248, 223, 0.9)), color-stop(30%, rgba(254, 252, 241, 0.9)), color-stop(70%, rgba(254, 252, 241, 0.9)), to(rgba(254, 248, 223, 0.9)));
  background-image: linear-gradient(90deg, rgba(254, 248, 223, 0.9) 0%, rgba(254, 252, 241, 0.9) 30%, rgba(254, 252, 241, 0.9) 70%, rgba(254, 248, 223, 0.9) 100%);
  border: 1px solid #adaca5;
  border-radius: 1em;
  max-width: 960px;
  text-align: center;
  padding: 2em 10%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1.5em 0 rgba(109, 109, 109, 0.2);
  box-shadow: 0 0 1.5em 0 rgba(109, 109, 109, 0.2);
}
section.price .box .sum {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
section.price .box .sum h2 {
  letter-spacing: 0.25em;
  margin-right: 0.25em;
  margin-bottom: 0;
}
section.price .box .sum p {
  font-size: 1.75em;
  margin-bottom: 0;
}
section.price .box .sum p span {
  font-size: 1.75em;
  font-weight: 500;
  vertical-align: sub;
}
section.price .note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media (max-width: 575.98px) {
  section.price {
    font-size: 2.8vw;
  }
}

section.risk {
  background-color: #353c42;
  color: white;
  text-align: center;
}
section.risk .bg {
  position: relative;
}
section.risk .bg::before {
  content: "";
  display: block;
  background: #353c42 url("./../../images/srr/risk.jpg?2") no-repeat 50% 95%/cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
@media (max-width: 575.98px) {
  section.risk .bg .container {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 576px) {
  section.risk .bg .container {
    padding-top: 15.62505vw;
    padding-bottom: 15.62505vw;
  }
}
@media (min-width: 768px) {
  section.risk .bg .container {
    padding-top: 12.81255vw;
    padding-bottom: 12.81255vw;
  }
}
@media (min-width: 992px) {
  section.risk .bg .container {
    padding-top: 10.00005vw;
    padding-bottom: 10.00005vw;
  }
}
@media (min-width: 1200px) {
  section.risk .bg .container {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
section.risk .bg p {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  padding: 1em 10%;
  margin-bottom: 0;
  position: relative;
}
section.risk .container {
  position: relative;
}
section.risk .container > .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.risk ul {
  padding: 0;
}
section.risk ul li {
  list-style: none;
  margin-bottom: 3em;
  position: relative;
}
section.risk ul li::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047%2047%22%3E%3Cpath%20d%3D%22M23.5%2047C10.54%2047%200%2036.46%200%2023.5S10.54%200%2023.5%200%2047%2010.54%2047%2023.5%2036.46%2047%2023.5%2047Zm0-46.2C10.98.8.8%2010.98.8%2023.5s10.18%2022.7%2022.7%2022.7%2022.7-10.18%2022.7-22.7S36.02.8%2023.5.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M32.48%2030.08%2025.9%2023.5l6.58-6.58c.58-.57.58-1.51%200-2.08a1.46%201.46%200%200%200-2.08%200l-6.58%206.58-7.21-7.21a1.46%201.46%200%200%200-2.08%200%201.46%201.46%200%200%200%200%202.08l7.21%207.21-7.21%207.21a1.46%201.46%200%200%200%200%202.08c.29.29.66.43%201.04.43s.75-.14%201.04-.43l7.21-7.21%206.58%206.58c.29.29.66.43%201.04.43s.75-.14%201.04-.43c.58-.57.58-1.51%200-2.08Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3em;
  height: 3em;
}
section.risk ul li::after {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
}
section.risk ul li p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
}
section.risk .intro {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2em;
}
section.risk .summary {
  color: #fef8df;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  section.risk {
    font-size: 2.4vw;
  }
  section.risk ul li p {
    font-size: 1.85em;
  }
}
@media (max-width: 767.98px) {
  section.risk ul {
    display: inline-block;
    text-align: left;
    padding-top: 1.5em;
    margin-bottom: 1.5em;
    border-top: 1px solid white;
  }
  section.risk ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  section.risk ul li::before {
    margin-right: 1em;
  }
  section.risk ul li::after {
    height: 1px;
    width: 100%;
    bottom: -1.5em;
    left: 0;
  }
}
@media (min-width: 768px) {
  section.risk ul li::before {
    margin-bottom: 0.5em;
  }
  section.risk ul li::after {
    width: 1px;
    height: 80%;
    top: 10%;
    right: 0;
  }
  section.risk ul li:last-child::after {
    content: none;
  }
}

section.example {
  background-color: whitesmoke;
}
section.example .container {
  position: relative;
}
section.example .container > .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.example .example-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.example .example-list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  font-size: 1.1em;
  width: 100%;
  aspect-ratio: 7/4.95;
  border: solid 0.3em #D6D5D2;
  border-radius: 0.3em;
  cursor: pointer;
  outline: none;
  padding: 2em 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
section.example .example-list button .icon {
  max-width: 40%;
}
section.example .example-list button .icon img {
  width: 100%;
  max-width: 96px;
}
section.example .example-list button .title {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
section.example .example-list button .title span {
  display: inline-block;
}
section.example .example-list button::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cpath%20d%3D%22M13%200c-.35%200-.7.02-1.05.05-3.78.3-7.22%202.24-9.46%205.31-.04.04-.08.09-.1.15C.82%207.71%200%2010.3%200%2013c0%203.31%201.25%206.47%203.51%208.89A13.04%2013.04%200%200%200%2013%2026.01c7.17%200%2013-5.83%2013-13S20.17%200%2013%200Zm0%2024.73c-3.27%200-6.31-1.32-8.56-3.71A11.706%2011.706%200%200%201%201.27%2013c0-2.46.76-4.83%202.2-6.83A11.734%2011.734%200%200%201%2013%201.27c6.47%200%2011.73%205.26%2011.73%2011.73S19.47%2024.73%2013%2024.73Z%22%20style%3D%22fill%3A%2372726f%22%2F%3E%3Cpath%20d%3D%22M19.18%2012.37h-5.54V6.83c0-.35-.28-.63-.63-.63s-.63.28-.63.63v5.54H6.84c-.35%200-.63.28-.63.63s.28.63.63.63h5.54v5.54c0%20.35.28.63.63.63s.63-.28.63-.63v-5.54h5.54c.35%200%20.63-.28.63-.63s-.28-.63-.63-.63Z%22%20style%3D%22fill%3A%2372726f%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
@media (max-width: 575.98px) {
  section.example .example-list button {
    font-size: 3.4vw;
  }
}
@media (max-width: 767.98px) {
  section.example .example-list {
    margin-bottom: -15px;
  }
  section.example .example-list > div {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  section.example .example-list {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: -20px;
  }
  section.example .example-list > div {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal-overlay .modal-content {
  background-color: transparent;
  border: none;
  width: 800px;
  max-width: 100%;
  max-height: 80vh;
  padding: 0 5vw;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal-overlay.show .modal-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.modal-overlay .close-btn {
  color: white;
  font-size: 2em;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: -2em;
  right: 5vw;
}
.modal-overlay .swiper-container {
  width: 100%;
  overflow: hidden;
}
.modal-overlay .swiper-slide {
  height: auto;
}
.modal-overlay .swiper-slide .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  padding: 2.5em 7.5%;
  border-radius: 0.5em;
  height: 100%;
}
.modal-overlay .swiper-slide .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.modal-overlay .swiper-slide .box .title .icon {
  width: 3em;
  margin-right: 1em;
}
.modal-overlay .swiper-slide .box .title h3 {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.modal-overlay .swiper-slide .box ul {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.modal-overlay .swiper-slide .box ul li {
  list-style-type: disc;
}
.modal-overlay .swiper-slide .box ul li + li {
  margin-top: 0.5em;
}
.modal-overlay .swiper-button-prev, .modal-overlay .swiper-button-next {
  color: white;
}
@media (max-width: 767.98px) {
  .modal-overlay .close-btn {
    top: -1.5em;
  }
  .modal-overlay .swiper-button-prev, .modal-overlay .swiper-button-next {
    font-size: 1.5em;
    height: auto;
    top: auto;
    bottom: -2em;
    margin-top: 0;
  }
  .modal-overlay .swiper-button-prev::after, .modal-overlay .swiper-button-next::after {
    font-size: 100%;
  }
  .modal-overlay .swiper-button-prev {
    left: 5vw;
  }
  .modal-overlay .swiper-button-next {
    right: 5vw;
  }
}
@media (min-width: 768px) {
  .modal-overlay .swiper-button-prev {
    left: 0;
  }
  .modal-overlay .swiper-button-next {
    right: 0;
  }
}

section.report {
  background-color: whitesmoke;
}
section.report .container {
  position: relative;
}
section.report .container::before {
  content: "";
  display: block;
  background-color: white;
  border-radius: 5vw;
  position: absolute;
  right: -6em;
  left: -6em;
}
section.report .container > .inner {
  max-width: 800px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 575.98px) {
  section.report .container::before {
    top: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 576px) {
  section.report .container::before {
    top: 10.4167vw;
    bottom: 10.4167vw;
  }
}
@media (min-width: 768px) {
  section.report .container::before {
    top: 8.5417vw;
    bottom: 8.5417vw;
  }
}
@media (min-width: 992px) {
  section.report .container::before {
    top: 6.6667vw;
    bottom: 6.6667vw;
  }
}
@media (min-width: 1200px) {
  section.report .container::before {
    top: 8rem;
    bottom: 8rem;
  }
}
@media (min-width: 768px) {
  section.report .report01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.6%;
    flex: 0 0 51.6%;
    max-width: 51.6%;
  }
}
section.report .box {
  margin-left: 3em;
  border-radius: 1.5em;
  -webkit-box-shadow: 0 0 1.5em 0 rgba(109, 109, 109, 0.2);
  box-shadow: 0 0 1.5em 0 rgba(109, 109, 109, 0.2);
}
@media (max-width: 767.98px) {
  section.report .box h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  section.report .box h3 {
    font-size: 1.5em;
  }
}
section.report .box .problem, section.report .box .solution {
  padding: 2.5em 9% 2.5em 10%;
}
section.report .box .problem {
  background-color: #f7f7f6;
  border-radius: 1.5em 1.5em 0 0;
}
section.report .box .solution {
  border-radius: 0 0 1.5em 1.5em;
  position: relative;
}
section.report .box .solution::after {
  content: "";
  display: block;
  background: #f7f7f6;
  height: 1.5em;
  width: 4em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.report .box .priority {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8em;
  aspect-ratio: 1;
  margin: -4em 0 -4em -4em;
}
section.report .box .priority.high {
  background-image: url("./../../images/srr/priority_icon-high.png");
}
section.report .box .priority.mid {
  background-image: url("./../../images/srr/priority_icon-mid.png");
}
section.report .box .priority span {
  color: #72726f;
  font-size: 2.4em;
  font-weight: 700;
  position: relative;
  top: 0.35em;
}
section.report .box + .box {
  margin-top: 4em;
}
@media (max-width: 575.98px) {
  section.report .box {
    font-size: 3.2vw;
    margin-right: -15px;
    margin-left: calc(3em - 15px);
  }
}

section.service .container {
  position: relative;
}
section.service .container > .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.service h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
section.service .flow {
  background-color: #faf9f4;
}
@media (max-width: 767.98px) {
  section.service .flow picture {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
section.service .triangle::before {
  content: "";
  display: block;
  background: #faf9f4;
  width: 100%;
  aspect-ratio: 14/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
section.service .triangle .text {
  text-align: center;
}
section.service .triangle .text .lead {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  section.service .triangle .text .lead {
    font-size: 1.12em;
  }
}
@media (min-width: 768px) {
  section.service .triangle .text .lead {
    font-size: 1.6em;
  }
}
@media (max-width: 767.98px) {
  section.service .triangle .image .protrude {
    border-radius: 1.5vw;
  }
}
@media (min-width: 768px) {
  section.service .triangle .image {
    position: relative;
  }
  section.service .triangle .image::before {
    content: "";
    display: block;
    aspect-ratio: 4/3;
  }
  section.service .triangle .image .protrude {
    width: 50vw;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.5vw 0 0 1.5vw;
  }
}
section.service .list .container::before {
  content: "";
  display: block;
  background-color: #faf9f4;
  border-radius: 5vw;
  position: absolute;
  top: 0;
  right: -6em;
  bottom: 0;
  left: -6em;
}
section.service .list .row {
  margin-bottom: -2em;
}
section.service .list .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
section.service .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  color: #414141;
  width: 100%;
  max-width: 520px;
  text-decoration: none;
  padding: 2em 2em 4em;
  margin: 0 auto;
  border: 1px solid #d8cfa9;
  border-radius: 0.5em;
  position: relative;
  top: 0;
  left: 0;
}
section.service .list a p {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}
section.service .list a p span {
  display: inline-block;
}
section.service .list a::after {
  content: "";
  display: inline-block;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2013.3%22%3E%3Cpath%20d%3D%22M1.36%2013.3C.61%2013.3%200%2012.69%200%2011.94s.61-1.36%201.36-1.36h35.65l-9.34-8.17c-.33-.28-.5-.67-.49-1.09C27.2.58%2027.8%200%2028.54%200c.37.01.67.13.91.35l12.08%2010.57a1.361%201.361%200%200%201-.89%202.39H1.36Z%22%20style%3D%22fill%3A%23414141%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 50%;
  font-size: 1.25em;
  width: 2em;
  height: 2em;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
section.service .list a:hover {
  background-color: #fef8df;
  top: -0.25em;
  left: -0.25em;
  -webkit-box-shadow: 0.25em 0.25em 1em 0 rgba(109, 109, 109, 0.2);
  box-shadow: 0.25em 0.25em 1em 0 rgba(109, 109, 109, 0.2);
}
@media (max-width: 575.98px) {
  section.service .list a {
    padding: 2em 1em 3em;
  }
  section.service .list a ul {
    font-size: 0.92em;
  }
}

section.column h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
section.column .blog_list .blog_block > a .column-image {
  border-radius: 0.5em;
}
section.column .blog_list .blog_block > a .title {
  color: #414141;
  font-size: 100%;
}
section.column .blog_list .blog_block > a:active, section.column .blog_list .blog_block > a:hover {
  color: #414141;
}
section.column .blog_list .blog_block > a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
section.column .blog_list .blog_block .tags li a {
  border: 0.35px solid #d8cfa9;
  color: #414141;
}
section.column .blog_list .blog_block .tags li a:hover {
  background-color: #fef8df;
}
section.column .button::before {
  background-color: #f3daa6;
}

section.contact {
  background: #fef8df url("./../../images/srr/bg-pattern.png") no-repeat 50% 20%/cover;
  text-align: center;
}
section.contact h2 {
  margin-bottom: 1em;
}
section.contact .contact-btn {
  display: inline-block;
  background-color: white;
  color: #414141;
  width: 100%;
  max-width: 400px;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: none;
  padding: 1em 1.5em;
  border-radius: 3em;
  -webkit-box-shadow: 0 0 1.5em 0 rgba(109, 109, 109, 0.2);
  box-shadow: 0 0 1.5em 0 rgba(109, 109, 109, 0.2);
}
@media (max-width: 767.98px) {
  section.contact .contact-btn {
    font-size: 1.15em;
  }
}
@media (min-width: 768px) {
  section.contact .contact-btn {
    font-size: 1.25em;
  }
}
section.contact .contact-btn:hover {
  background-color: #F88F6F;
  color: white;
}