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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
main img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

main {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
/*********************************
	BASE SET
*********************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6632016632vw;
  }
}
@media (min-width: 962px) {
  html {
    font-size: 16px;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

a {
  display: inline-block;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1012px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-banner--01 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-banner--01 {
    margin-top: 5.75rem;
  }
}

.p-banner--02 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-banner--02 {
    margin-top: 10.9375rem;
  }
}

.c-banner__link {
  background-image: url(../img/m365security/banner-bg-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.875rem;
  padding: 2em 4% 1em;
  position: relative;
  width: 100%;
}

.c-banner__title {
  color: #ffff00;
  font-size: 1.25rem;
  letter-spacing: 0.0825rem;
}
@media screen and (min-width: 768px) {
  .c-banner__title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    padding: 0 1em;
  }
}

.c-banner__sub-title {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  margin-top: 0.5em;
  padding: 0.5em 1em 1.2em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-banner__sub-title {
    padding: 0.3em 1em 1.6em;
  }
}

.c-banner__sub-title span {
  color: #fff;
}

.c-banner__sub-title span:nth-of-type(1) {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-banner__sub-title span:nth-of-type(1) {
    font-size: 1.8125rem;
    line-height: 2.375rem;
  }
}

.c-banner__sub-title span:nth-of-type(2) {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-banner__sub-title span:nth-of-type(2) {
    font-size: 1.1875rem;
    letter-spacing: 0.125rem;
    line-height: 1.625rem;
  }
}

.c-banner__img {
  margin: -0.9375rem auto 0;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .c-banner__img {
    bottom: 10%;
    margin: 0;
    margin: initial;
    position: absolute;
    right: 2%;
    width: 39%;
  }
}

.c-banner__img img {
  height: auto;
}

.c-banner__download {
  background-color: #ffff00;
  border-radius: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  line-height: 1.75rem;
  margin: 0.625rem auto 0;
  padding: 0.2em 3em;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-banner__download {
    font-size: 1.1875rem;
    margin: -1.25rem auto 0;
  }
}

.c-button {
  align-items: center;
  display: flex;
  margin: 0 auto;
  min-width: 8.125rem;
  padding: 0.5em;
  position: relative;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-width: 23.75rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-button:before {
  background: #e1332c;
  border: none;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-28deg);
  z-index: -1;
}

.c-button a {
  -webkit-text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 1.4375rem;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
}

.p-button-01 {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-button-01 {
    margin-top: 5.625rem;
  }
}

.p-menu {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-menu {
    margin-top: 10rem;
  }
}

.c-menu.is-fixed {
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .c-menu.is-fixed {
    top: 60px !important;
  }
  .c-menu.is-fixed {
    transform: translateY(0);
  }
}

.c-menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0.4em;
}
@media screen and (min-width: 768px) {
  .c-menu__items {
    padding: 0;
    padding: initial;
  }
}

.c-menu__item {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.28px;
}

.c-menu__item a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.1875rem;
  padding: 0.6em 0.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-menu__item a {
    font-size: clamp(0.875rem, 0.7493455497rem + 0.2617801047vw, 1rem);
    padding: 0.5em 1em;
  }
}

.c-menu__item a:after {
  border-color: #e1332c transparent transparent transparent;
  border-style: solid;
  border-width: 0.3125rem 0.5rem 0 0.5rem;
  content: "";
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .c-menu__item a:after {
    border-width: 0.5625rem 0.75rem 0 0.75rem;
  }
}

.p-menu__table {
  margin-top: 2.8125rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-menu__table {
    margin-top: 3.75rem;
    overflow-x: visible;
    overflow-x: initial;
  }
}

.p-menu__table-content {
  border-collapse: collapse;
  min-width: 38.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-menu__table-content {
    min-width: 0;
    min-width: initial;
  }
}

.p-menu__table-header {
  background: #a1a1a1;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.01875rem;
  line-height: 1.0625rem;
}

.p-menu__table-header-cell {
  padding: 0.5rem 0;
}

.p-menu__table-cell {
  border-bottom: 0.0625rem solid #cccccc;
  color: #4c4c4c;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  padding: 0.4em 0.8em;
}
@media screen and (min-width: 768px) {
  .p-menu__table-cell {
    font-size: 1rem;
    padding: 0.4em 1.5em;
  }
}

.p-menu__table-cell--red {
  background-color: #ac2d2a;
  color: #fff;
  letter-spacing: 0.02rem;
  line-height: 1.375rem;
}

.p-menu__table-cell--lightred {
  background-color: #fbf4f4;
}

.p-menu__table-cell--green {
  background-color: #7ac1a3;
  color: #fff;
}

.p-menu__table-cell--lightgreen {
  background-color: #f4faf7;
}

.p-menu__table-cell-rborder {
  border-right: 0.0625rem solid #cccccc;
}

.p-menu__table-cell span {
  font-style: 20%;
}

.p-menu__table-notes {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin-top: 0.875rem;
}

.p-menu__table-note {
  color: #4c4c4c;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-menu__main {
  margin-top: 1.625rem;
}

.p-menu__main-items {
  grid-gap: 2.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-menu__main-items {
    gap: 0.9375rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-menu__main-item {
  grid-gap: 0;
  background: linear-gradient(
    0deg,
    rgb(252, 235, 234) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 0.75rem;
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 0 0.3em 1em;
}

.p-menu__main-item-title {
  color: #e1332c;
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  margin: 1em auto 0;
  text-align: center;
  width: 90%;
}

.p-menu__main-item-description {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  margin: 1em auto 0;
  margin-top: 1em;
  width: 90%;
}

.p-menu__main-item-img {
  align-items: center;
  display: grid;
  margin: 1.25rem auto 0;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .p-menu__main-item-img {
    margin: 1.25rem auto 0;
    max-width: none;
    max-width: initial;
  }
}

.p-menu__main-item-img img {
  height: auto;
}

.p-menu__main-item:nth-of-type(1) .p-menu__main-item-img img {
  margin-left: 2%;
}

.p-menu__option {
  margin-top: 2.75rem;
}

.p-menu__option-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5625rem;
  text-align: center;
}

.p-menu__option-items {
  grid-gap: 2.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-menu__option-items {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-menu__option-item {
  grid-gap: 0;
  background: linear-gradient(
    0deg,
    rgb(233, 245, 240) 0%,
    rgb(255, 255, 255) 100%
  );
  border-radius: 0.75rem;
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 0 1.2em 1em;
}

.p-menu__option-item-title {
  color: #219865;
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-menu__option-item-title {
    text-align: left;
  }
}

.p-menu__option-item-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.9375rem;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .p-menu__option-item-content {
    flex-direction: row;
  }
}

.p-menu__option-item-description {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu__option-item-description {
    line-height: 1.8125rem;
  }
}

.p-menu__option-item--01 .p-menu__option-item-img {
  margin: 0 auto;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-menu__option-item--01 .p-menu__option-item-img {
    margin: 0;
    margin: initial;
    width: 31%;
  }
}

.p-menu__option-item--02 {
  padding: 0 0.2em 1em 1.2em;
}

.p-menu__option-item--02 .p-menu__option-item-img {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-menu__option-item--02 .p-menu__option-item-img {
    margin: 0;
    margin: initial;
    width: 47%;
  }
}

.p-menu__option-item--02 .p-menu__option-item-description p:nth-of-type(2) {
  font-size: 90%;
  line-height: 1.6;
  margin-top: 0.2em;
}

.p-menu__option-item-img img {
  height: auto;
}

.p-menu__option-item-notes {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  margin-top: auto;
  padding-left: 1em;
  padding-top: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-menu__option-item-notes {
    padding-top: 0.5em;
  }
}

.p-menu__option-item-notes li {
  color: #4c4c4c;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.p-menu__cta {
  margin-top: 3.75rem;
}

.p-menu__cta-description {
  color: #e1332c;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-menu__cta-description {
    font-size: 1.1875rem;
    line-height: 2.125rem;
  }
}

.p-menu__cta-link {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-menu__cta-link {
    margin-top: 1.5625rem;
  }
}

.c-section-title {
  border-bottom: 0.0625rem solid #000000;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.04125rem;
  line-height: 1.875rem;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  position: relative;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.0625rem;
    line-height: 3rem;
  }
}

.c-section-title:before,
.c-section-title:after {
  background-color: #e1332c;
  bottom: 0;
  content: "";
  display: block;
  height: 0.625rem;
  position: absolute;
  transform: translateY(50%);
  width: 2.375rem;
}

.c-section-title:before {
  left: 0;
}

.c-section-title:after {
  right: 0;
}

.p-contact {
  margin-top: 3.75rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: 6.25rem;
  }
}

.p-contact-description {
  background-color: #dedbd8;
  color: #e1332c;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  line-height: 1.4;
  margin-top: 3.3125rem;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-description {
    font-size: 2.0625rem;
    line-height: 3rem;
  }
}

.p-contact-description p {
  margin: 0 auto;
  padding: 0 2em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-contact-description p {
    max-width: 33.75rem;
    padding: 0;
    padding: initial;
  }
}

.p-contact-description p::after {
  aspect-ratio: 178/189;
  background-image: url(../img/m365security/contact-img-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  transform: translate(10%, 100%);
  width: 6.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-description p::after {
    bottom: auto;
    bottom: initial;
    top: 50%;
    transform: translate(120%, -56%);
    width: 11.125rem;
  }
}

.p-feature {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature {
    margin-top: 10.625rem;
  }
}

.p-feature__items {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 2.8125rem auto 0;
  width: 86%;
}
@media screen and (min-width: 768px) {
  .p-feature__items {
    gap: 3.125rem;
    margin-top: 4.5rem;
  }
}

.p-feature__item {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-feature__item {
    flex-direction: row;
    gap: 3%;
  }
}

.p-feature__item-text {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-feature__item-text {
    display: block;
    width: 50%;
  }
}

.p-feature__item-description {
  font-size: 0.9375rem;
  letter-spacing: 0.0375rem;
  line-height: 1.7;
  margin-top: 0.5em;
  order: 3;
}
@media screen and (min-width: 768px) {
  .p-feature__item-description {
    line-height: 2.1875rem;
  }
}

.p-feature__item-title {
  color: #e1332c;
  font-size: 1.25rem;
  letter-spacing: 0.09rem;
  line-height: 2.125rem;
  order: 1;
  text-align: center;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-feature__item-title {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-feature__item-img {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-feature__item-img {
    padding-top: 0.1875rem;
    width: 47%;
  }
}

.p-feature__item-img img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
}

.p-flow {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    margin-top: 7.8125rem;
  }
}

.p-flow__description {
  font-size: 0.9375rem;
  letter-spacing: 0.0375rem;
  line-height: 1.7;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__description {
    line-height: 2.1875rem;
  }
}

.p-flow__img {
  margin-top: 1.625rem;
  width: 100%;
}

.p-flow__img img {
  height: auto;
}

.p-intro {
  margin-top: 7.1875rem;
}

.p-intro__description {
  font-size: 0.9375rem;
  letter-spacing: 0.0375rem;
  line-height: 1.7;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-intro__description {
    line-height: 2.1875rem;
  }
}

.p-mv {
  background-image: url(../img/m365security/mv-bg-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.p-mv__contents {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 1.875rem 0;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-mv__contents {
    height: 33.125rem;
  }
}

.p-mv__box {
  align-items: flex-end;
  background: linear-gradient(240.58deg, transparent 20%, rgb(35, 24, 21) 65%);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 55.8125rem;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__box {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-mv__box {
    transform: translateX(-3.5%);
  }
}

.p-mv__text {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.8em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    gap: 0.5em;
    width: auto;
    width: initial;
  }
}

.p-mv__title {
  color: #fff;
  font-size: clamp(1.375rem, 0.8380872483rem + 2.6845637584vw, 2.125rem);
  font-weight: 400;
  line-height: 1.2826086957;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: clamp(2.375rem, 1.872382199rem + 1.0471204188vw, 2.875rem);
  }
}

.p-mv__sub-title {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title {
    gap: 0.5em;
  }
}

.p-mv__sub-title-text {
  color: #fff;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.5170581655rem + 1.7897091723vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.1875rem;
  line-height: 1.1538461538;
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title-text {
    font-size: clamp(1.25rem, 0.8730366492rem + 0.7853403141vw, 1.625rem);
  }
}

.p-mv__sub-title-text.--second {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.p-mv__sub-title-text.--second span {
  color: #ffff00;
}

.p-mv__img {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    display: block;
    padding-right: 5%;
    text-align: left;
    text-align: initial;
    width: auto;
    width: initial;
  }
}

.p-mv__img-img {
  margin-left: auto;
  margin-top: -2.25rem;
  width: 36%;
}
@media screen and (min-width: 768px) {
  .p-mv__img-img {
    margin-left: 0;
    margin-left: initial;
    margin-top: 0;
    margin-top: initial;
    width: auto;
    width: initial;
  }
}

.p-mv__img-img img {
  height: auto;
  width: 17.5rem;
}

.p-mv__img-download {
  margin-top: 0.5em;
}

.p-mv__img-download a {
  background-color: #e1332c;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 0.9375rem;
  font-size: clamp(0.875rem, 0.6065436242rem + 1.3422818792vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.2em 1.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__img-download a {
    font-size: 1.375rem;
  }
}

.p-mv__menu {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  transform: translateY(100%);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-mv__menu {
    transform: none;
    transform: initial;
  }
}

.p-mv__menu.is-fixed {
  background-color: rgba(0, 0, 0, 0.7);
}

.p-offer {
  background: #efedf3;
  margin-top: 3.75rem;
  overflow: hidden;
  padding: 1.875rem 0 3.125rem;
}

.p-offer__section-title {
  font-size: 1.625rem;
  letter-spacing: 0.0325rem;
  line-height: 2.4375rem;
  text-align: center;
}

.p-offer__description {
  font-size: 0.9375rem;
  letter-spacing: 0.0375rem;
  line-height: 1.7;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-offer__description {
    line-height: 2.1875rem;
  }
}

.p-offer__tab {
  margin-top: 1.5rem;
}

.p-offer__tab .swiper-wrapper {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-offer__tab .swiper-wrapper {
    gap: 1.25rem;
  }
}

.p-offer__tab .swiper-slide {
  cursor: pointer;
  max-width: 20.625rem;
}

.p-offer__tab img {
  border-radius: 0.625rem;
  box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.3);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-offer__tab img {
    border-radius: 0.875rem;
  }
}

.p-offer__content {
  margin-top: 1.875rem;
  position: relative;
}

.p-offer__content img {
  border-radius: 1.3125rem;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  transition: opacity 0.5s ease 0s;
}

.swiper-button-next::after {
  color: #2e3189;
  opacity: 1;
  transform: translateX(67px);
  transition: opacity 0.5s ease 1s;
}

.swiper-button-prev::after {
  color: #2e3189;
  opacity: 1;
  transform: translateX(-67px);
  transition: opacity 0.5s ease 0s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.p-worry {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-worry {
    margin-top: 6.875rem;
  }
}

.p-worry__items {
  grid-gap: 2.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  margin-top: 2.8125rem;
  max-width: 20.625rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-worry__items {
    gap: 3%;
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    max-width: initial;
    width: 100%;
  }
}

.p-worry__item {
  grid-gap: 0;
  display: grid;
  gap: 0;
  grid-row: span 4;
  grid-template-rows: subgrid;
  text-align: center;
}

.p-worry__item-title {
  background: #3f6ff2;
  border-radius: 0.875rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.0275rem;
  line-height: 2.125rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding: 0.1em 2em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-worry__item-title {
    font-size: 1.375rem;
  }
}

.p-worry__item-text {
  align-items: center;
  color: #3f6ff2;
  display: grid;
  font-size: 1.375rem;
  font-weight: 400;
  justify-items: center;
  letter-spacing: 0.1875rem;
  line-height: 1.75rem;
  margin-top: 0.3125rem;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-worry__item-text {
    font-size: clamp(1.375rem, 1.2493455497rem + 0.2617801047vw, 1.5rem);
  }
}

.p-worry__item-img {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin: 0.625rem auto 0;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-worry__item-img {
    width: 97%;
  }
}

.p-worry__item-img:after {
  border-color: #3f6ff2 transparent transparent transparent;
  border-style: solid;
  border-width: 1.375rem 1.875rem 0px 1.875rem;
  content: "";
  height: 0;
  width: 0;
}

.p-worry__item-answer {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0.125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  padding: 0.5em 0.8em 1em;
  position: relative;
}

.p-worry__item-answer-title {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-worry__item-answer-title {
    font-size: clamp(1.125rem, 0.9993455497rem + 0.2617801047vw, 1.25rem);
  }
}

.p-worry__item-answer-title:before {
  aspect-ratio: 73/124;
  background-image: url(../img/m365security/worry-img-answer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  max-width: 1.875rem;
  width: 14%;
}
@media screen and (min-width: 768px) {
  .p-worry__item-answer-title:before {
    max-width: none;
    max-width: initial;
  }
}

.p-worry__item-answer-text {
  grid-gap: 0;
  align-items: center;
  display: grid;
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  gap: 0;
  justify-items: center;
  letter-spacing: 0.02375rem;
  line-height: 1.6;
  margin-top: 1em;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-worry__item-answer-text {
    font-size: 1.1875rem;
    font-size: clamp(1rem, 0.8115183246rem + 0.3926701571vw, 1.1875rem);
    line-height: 1.875rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-worry__item-answer-text span {
  font-size: 110%;
}

.u-align__center {
  text-align: center !important;
}

.u-align__left {
  text-align: left !important;
}

.u-align__right {
  text-align: right !important;
}

.u-color__red {
  color: #e1332c;
}

.u-display__none {
  display: none;
}

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

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

.u-font__bold {
  font-weight: bold;
}

.u-indent--10 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent--15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.u-indent--20 {
  padding-left: 2em;
  text-indent: -2em;
}

.u-indent--25 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.u-indent--30 {
  padding-left: 3em;
  text-indent: -3em;
}

.u-indent--40 {
  padding-left: 4em;
  text-indent: -4em;
}

.u-indent--50 {
  padding-left: 5em;
  text-indent: -5em;
}

.u-margin__top-0 {
  margin-top: 0;
}
