@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.other__button {
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  .other__button {
    max-width: 736px;
  }
}
.other__button a {
  display: block;
}
.other__button a img {
  width: 100%;
  height: auto;
}

#faq {
  padding-top: 40px !important;
}
@media (min-width: 47.9375em) {
  #faq {
    padding-top: 80px !important;
  }
}
#faq .faq-list-accordion dt {
  padding: 28px 74px;
}
#faq .faq-list-accordion dd > .collapse-content {
  padding: 28px 74px;
  padding-left: 0;
}

#trouble .overview__box {
  background-color: #f2f2f2;
  padding: 32px 16px;
  border-radius: 32px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box {
    padding: 40px;
  }
}
#trouble .overview__box .overview__contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__contents {
    flex-direction: row;
    margin-bottom: 64px;
    gap: 48px;
  }
}
#trouble .overview__box .overview__contents .overview__textarea .overview__title {
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px !important;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__contents .overview__textarea .overview__title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
#trouble .overview__box .overview__contents .overview__textarea .ovewrview__text {
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
}
#trouble .overview__box .overview__contents .overview__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__contents .overview__image {
    width: 47.3076923077%;
  }
}
#trouble .overview__box .overview__contents .overview__image img {
  width: 100%;
  height: auto;
}
#trouble .overview__box .overview__boxarea {
  overflow: hidden;
  transition: max-height 0.3s;
}
#trouble .overview__box .overview__boxarea .overview__contentsarea {
  padding-bottom: 24px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea {
    padding-bottom: 40px;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea h4 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  margin: 0 0 24px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea h4 {
    font-size: 26px;
    margin: 0 0 32px;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table {
  margin: 0;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr {
  display: block;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr {
    display: table-row;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr:last-child th,
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr:last-child td {
    border-bottom: 0;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr th {
  text-align: center;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  display: block;
  padding: 15px 5px;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr th {
    display: table-cell;
    border-right: 1px solid #ccc;
    width: 34.6153846154%;
    border-radius: 0;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr th span {
  margin: 3px auto 0;
  display: block;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr th span {
    width: 300px;
    margin: 0 auto;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr th span img {
  width: 100%;
  height: auto;
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr td {
  background-color: #fff;
  border: 0;
  padding: 20px 16px;
  display: block;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr td {
    padding: 0 28px;
    border-bottom: 1px solid #ccc;
    height: 120px;
    display: table-cell;
    border-radius: 0;
  }
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr td ul li {
  position: relative;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  padding-left: 1em;
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr td ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
#trouble .overview__box .overview__boxarea .overview__contentsarea .overview__table table tr td ul li span {
  display: inline-block;
  font-size: 10px;
  margin: 7px 0 0 0.5em;
}
#trouble .overview__box .overview-trigger {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 21px 0;
  line-height: 1.5;
  border: 2px solid #d0d0d0;
  font-size: 16px;
  margin: 0 auto;
  border-radius: 100px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview-trigger {
    width: 352px;
  }
}
#trouble .overview__box .overview-trigger:after {
  content: "";
  position: absolute;
  background-image: url("../images/plus-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
@media (min-width: 47.9375em) {
  #trouble .overview__box .overview-trigger:after {
    right: 24px;
    width: 20px;
    height: 20px;
  }
}
#trouble .overview__box .overview-trigger.is-open:after {
  background-image: url("../images/minus-icon.svg");
}

#trouble {
  padding-bottom: 40px !important;
}
@media (min-width: 47.9375em) {
  #trouble {
    padding-bottom: 80px !important;
  }
}
#trouble h3 {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 24px !important;
}
@media (min-width: 47.9375em) {
  #trouble h3 {
    font-size: 26px;
    margin-bottom: 28px !important;
  }
}
@media (min-width: 47.9375em) {
  #trouble h3 span {
    background-color: #fff;
    padding: 0 24px;
  }
}
@media (min-width: 47.9375em) {
  #trouble h3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #d0d0d0;
    width: 100%;
    height: 1px;
    z-index: -1;
  }
}
#trouble .trouble__box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 47.9375em) {
  #trouble .trouble__box {
    flex-direction: row;
    gap: 28px;
    margin-bottom: 80px;
  }
}
#trouble .trouble__box .trouble-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 20px 20px 0 20px;
  gap: 10px;
  padding: 16px;
}
@media (min-width: 47.9375em) {
  #trouble .trouble__box .trouble-item {
    padding: 16px;
    gap: 20px;
    width: calc((100% - 28px) / 2);
    min-width: 350px;
  }
}
#trouble .trouble__box .trouble-item .trouble-item__image {
  flex-shrink: 0;
  width: 58px;
}
#trouble .trouble__box .trouble-item .trouble-item__image img {
  width: 100%;
  height: auto;
}
#trouble .trouble__box .trouble-item .trouble-item__text {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
}
#trouble .trouble__box .trouble-item .trouble-item__text span {
  font-weight: bold;
}

#m365 {
  padding-bottom: 80px !important;
}
#m365 .m365-overview {
  margin-bottom: 48px !important;
}
@media (min-width: 47.9375em) {
  #m365 .m365-overview {
    margin-bottom: 64px !important;
  }
}
#m365 .m365-overview h3 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 22px;
}
@media (min-width: 47.9375em) {
  #m365 .m365-overview h3 {
    font-size: 26px;
  }
}
#m365 .m365-overview .m365-overview__text {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 47.9375em) {
  #m365 .m365-overview .m365-overview__text {
    margin-bottom: 48px;
  }
}
#m365 .m365-overview .m365-overview__image {
  width: 100%;
}
@media (min-width: 47.9375em) {
  #m365 .m365-overview .m365-overview__image {
    margin: 0 auto;
  }
}
#m365 .m365-overview .m365-overview__image img {
  width: 100%;
  height: auto;
}
#m365 .m365-security h3 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (min-width: 47.9375em) {
  #m365 .m365-security h3 {
    font-size: 26px;
  }
}
#m365 .m365-security .m365-security__text {
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #m365 .m365-security .m365-security__text {
    margin-bottom: 40px;
  }
}
#m365 .m365-security .m365-security__contents {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 47.9375em) {
  #m365 .m365-security .m365-security__contents {
    gap: 29px;
  }
}
#m365 .m365-security .m365-security__contents .m365-security-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 32px;
  padding: 24px 16px 32px;
}
@media (min-width: 47.9375em) {
  #m365 .m365-security .m365-security__contents .m365-security-item {
    width: calc((100% - 58px) / 3);
    padding: 32px 24px;
  }
}
#m365 .m365-security .m365-security__contents .m365-security-item__image {
  margin: 0 auto 20px;
  width: 100px;
}
@media (min-width: 47.9375em) {
  #m365 .m365-security .m365-security__contents .m365-security-item__image {
    margin: 0 auto 24px;
  }
}
#m365 .m365-security .m365-security__contents .m365-security-item__image img {
  width: 100%;
  height: auto;
}
#m365 .m365-security .m365-security__contents .m365-security-item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #0c0b86;
  margin: 0;
  margin-bottom: 16px;
  font-size: 20px;
}
@media (min-width: 47.9375em) {
  #m365 .m365-security .m365-security__contents .m365-security-item__title {
    font-size: 22px;
    max-height: 66px;
  }
}
#m365 .m365-security .m365-security__contents .m365-security-item__list {
  margin: 0;
}
@media (min-width: 47.9375em) {
  #m365 .m365-security .m365-security__contents .m365-security-item__list {
    min-height: 48px;
  }
}
#m365 .m365-security .m365-security__contents .m365-security-item__list li {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
#m365 .m365-security .m365-security__contents .m365-security-item__list li:before {
  content: "・";
}

#option {
  background-color: #f2f2f2;
  padding: 40px 0 !important;
}
@media (min-width: 47.9375em) {
  #option {
    padding: 80px 0 !important;
  }
}
#option .option__contents {
  background-color: #ffffff;
  border-radius: 32px;
  margin: 0 auto;
  padding: 24px 16px 28px;
}
@media (min-width: 47.9375em) {
  #option .option__contents {
    padding: 24px 28px 28px;
    max-width: 736px;
  }
}
#option .option__contents h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 20px;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d0d0d0;
}
@media (min-width: 47.9375em) {
  #option .option__contents h2 {
    font-size: 22px;
  }
}
#option .option__contents h2:after {
  display: none;
}
#option .option__contents h2 span {
  flex-shrink: 0;
  display: block;
  width: 40px;
  line-height: 1;
}
#option .option__contents h2 span img {
  width: 100%;
  width: auto;
}
#option .option__contents .option-item {
  margin-bottom: 24px !important;
}
#option .option__contents .option-item .option-item__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #0c0b86;
  margin: 0;
  margin-bottom: 16px;
  gap: 12px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 47.9375em) {
  #option .option__contents .option-item .option-item__title {
    margin-bottom: 16px;
    gap: 16px;
    font-size: 22px;
  }
}
#option .option__contents .option-item .option-item__title:before {
  flex-shrink: 0;
  display: block;
  content: "";
  width: 24px;
  height: 21px;
  background: url("../images/check-icon.svg") no-repeat center center/cover;
  margin-top: 5px;
}
@media (min-width: 47.9375em) {
  #option .option__contents .option-item .option-item__title:before {
    margin-top: 8px;
  }
}
#option .option__contents .option-item .option-item__title:after {
  display: none;
}
#option .option__contents .option-item .option-item__text {
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 47.9375em) {
  #option .option__contents .option-item .option-item__text {
    padding-left: 40px;
  }
}
#option .option__contents .option__link {
  margin: 0;
  text-align: center;
}

#compare {
  padding: 40px 0 !important;
}
@media (min-width: 47.9375em) {
  #compare {
    padding: 80px 0 !important;
  }
}
#compare .compare__table {
  overflow: scroll;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 47.9375em) {
  #compare .compare__table {
    margin: 0;
    overflow: hidden;
  }
}
#compare .compare__table table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 1120px;
  margin: 0 24px;
}
@media (min-width: 47.9375em) {
  #compare .compare__table table {
    width: 100%;
    margin: 0;
  }
}
#compare .compare__table table tr:first-child th:last-child {
  background-color: #ebefff;
}
#compare .compare__table table tr:first-child th:nth-child(2) {
  background-color: #0c0b86;
  color: #fff;
}
#compare .compare__table table tr:last-child th,
#compare .compare__table table tr:last-child td {
  border-bottom: 0;
}
#compare .compare__table table tr th {
  background-color: #f2f2f2;
  text-align: center;
  border: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 47.9375em) {
  #compare .compare__table table tr th:first-child {
    width: 25%;
  }
}
@media (min-width: 47.9375em) {
  #compare .compare__table table tr th:not(:first-child) {
    width: calc((100% - 280px) / 2);
  }
}
#compare .compare__table table tr th:not(:last-child) {
  border-right: 1px solid #ccc;
}
#compare .compare__table table tr td {
  text-align: center;
  border: 0;
}
#compare .compare__table table tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}
#compare .compare__table table tr th,
#compare .compare__table table tr td {
  line-height: 1.5;
  font-size: 16px;
  padding: 28px 0;
  border-bottom: 1px solid #ccc;
}

#flow {
  background-color: #f2f2f2;
  padding: 40px 0 !important;
}
@media (min-width: 47.9375em) {
  #flow {
    padding: 80px 0 !important;
  }
}
#flow .flow__itemlist {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 47.9375em) {
  #flow .flow__itemlist {
    max-width: 736px;
  }
}
#flow .flow__itemlist:after {
  content: "";
  width: 2px;
  height: calc(100% - 74px);
  top: 24px;
  left: 45px;
  background-color: #e93817;
  position: absolute;
}
@media (min-width: 47.9375em) {
  #flow .flow__itemlist:after {
    height: calc(100% - 56px);
    top: 28px;
    left: 71px;
  }
}
#flow .flow__itemlist .flow-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  gap: 12px;
  padding: 24px 16px;
  border-radius: 20px;
}
@media (min-width: 47.9375em) {
  #flow .flow__itemlist .flow-item {
    align-items: center;
    gap: 20px;
    padding: 28px;
    border-radius: 20px;
  }
}
#flow .flow__itemlist .flow-item:not(:last-child) {
  margin-bottom: 16px;
}
#flow .flow__itemlist .flow-item .flow-item__image {
  position: relative;
  z-index: 10;
  width: 60px;
  flex-shrink: 0;
}
@media (min-width: 47.9375em) {
  #flow .flow__itemlist .flow-item .flow-item__image {
    width: 88px;
  }
}
#flow .flow__itemlist .flow-item .flow-item__image img {
  width: 100%;
  height: auto;
}
#flow .flow__itemlist .flow-item .flow-item__textarea .flow-item__title {
  margin: 0;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  color: #0c0b86;
  font-size: 20px;
  margin-bottom: 8px;
}
@media (min-width: 47.9375em) {
  #flow .flow__itemlist .flow-item .flow-item__textarea .flow-item__title {
    font-size: 22px;
  }
}
#flow .flow__itemlist .flow-item .flow-item__textarea .flow-item__text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.content-header {
  flex-direction: column;
  width: 100%;
  background: url("../images/header_bg-sp.png") no-repeat center center/cover;
  min-height: 208px;
}
@media (min-width: 47.9375em) {
  .content-header {
    min-height: 240px;
    background: url("../images/header_bg.png") no-repeat center center/cover;
  }
}
.content-header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
  gap: 4px;
}
@media (min-width: 47.9375em) {
  .content-header h1 {
    font-size: calc(30px + 10 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1 {
    font-size: 40px;
  }
}
.content-header h1:before {
  content: "";
  aspect-ratio: 1/1;
  width: 48px;
  background: url("../images/pc-icon.svg") no-repeat center center/cover;
}
@media (min-width: 47.9375em) {
  .content-header h1:before {
    width: calc(48px + 8 * (100vw - 768px) / 392);
  }
}
@media (min-width: 72.5em) {
  .content-header h1:before {
    width: 56px;
  }
}
.content-header p {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 12px;
}
@media (min-width: 47.9375em) {
  .content-header p {
    font-size: 16px;
    margin-top: 16px;
  }
}

.cv__flex {
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
}
@media (min-width: 47.9375em) {
  .cv__flex {
    flex-direction: row;
    gap: 20px;
  }
}