@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
/* c-breadcrumb */
.c-breadcrumb {
  margin-bottom: min(calc(16 / 1280 * 100vw), 16px);
  display: flex;
  gap: min(calc(8 / 1280 * 100vw), 8px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding-bottom: calc(8 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
    padding-inline: calc(20 / 375 * 100vw);
    overflow-x: auto;
  }
}
.c-breadcrumb li {
  position: relative;
  font-size: min(calc(14 / 1280 * 100vw), 14px);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: min(calc(0.48 / 1280 * 100vw), 0.48px);
  white-space: nowrap;
}
.c-breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li {
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: calc(0.48 / 375 * 100vw);
  }
}
.c-breadcrumb li a {
  color: #005BAF;
  text-decoration: underline;
  text-underline-offset: min(calc(4 / 1280 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li a {
    text-underline-offset: calc(4 / 375 * 100vw);
  }
}
.c-breadcrumb li {
  padding-right: calc(1em + min(calc(8 / 1280 * 100vw), 8px));
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li {
    padding-right: calc(1em + calc(8 / 375 * 100vw));
  }
}
.c-breadcrumb li::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "＞";
  color: #7C7C7C;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(0.48 / 1280 * 100vw), 0.48px);
}
@media screen and (max-width: 768px) {
  .c-breadcrumb li::after {
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: calc(0.48 / 375 * 100vw);
  }
}
.c-breadcrumb__icon {
  width: min(calc(21 / 1280 * 100vw), 21px);
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__icon {
    width: calc(21 / 375 * 100vw);
  }
}
/* entry */
.entry {
  margin-top: 0;
  border-top: min(calc(1 / 1280 * 100vw), 1px) solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry {
    border-top: calc(1 / 375 * 100vw) solid #CCCCCC;
  }
}
.entry__wrap {
  position: relative;
  padding: 50px min(calc(50 / 1280 * 100vw), 50px) min(calc(150 / 1280 * 100vw), 150px);
  margin: 0 auto;
  max-width: min(calc(1120 / 1280 * 100vw), 1120px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry__wrap {
    padding: 100px 0px calc(150 / 375 * 100vw);
    max-width: calc(1120 / 375 * 100vw);
  }
}
.entry__wrap::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #F8FAFC;
}
.entry a {
  transition: 0.3s;
}
.entry a:hover {
  opacity: 0.7;
}
.entry__container {
  border-radius: min(calc(11 / 1280 * 100vw), 11px);
  padding: min(calc(56 / 1280 * 100vw), 56px) min(calc(50 / 1280 * 100vw), 50px) min(calc(40 / 1280 * 100vw), 40px);
  background: #fff;
  border: min(calc(2 / 1280 * 100vw), 2px) solid #CCCCCC;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .entry__container {
    padding: calc(56 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
    border-radius: 0px;
    border: none;
    border-top: calc(2 / 375 * 100vw) solid #CCCCCC;
    border-bottom: calc(2 / 375 * 100vw) solid #CCCCCC;
  }
}
.entry__container h1 {
  font-size: min(calc(32 / 1280 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: min(calc(1.28 / 1280 * 100vw), 1.28px);
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry__container h1 {
    font-size: calc(26 / 375 * 100vw);
    letter-spacing: calc(1.28 / 375 * 100vw);
  }
}
.entry__container > img {
  display: inline-block;
  max-width: min(calc(750 / 1280 * 100vw), 750px);
}
@media screen and (max-width: 768px) {
  .entry__container > img {
    max-width: calc(750 / 375 * 100vw);
  }
}
.entry__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.entry__content .keiko_blue {
  background: linear-gradient(transparent 50%, #D8EEFF 0%);
}
.entry__content > h2 {
  margin-top: min(calc(70 / 1280 * 100vw), 70px);
  padding: min(calc(14 / 1280 * 100vw), 14px) min(calc(30 / 1280 * 100vw), 30px) min(calc(18 / 1280 * 100vw), 18px);
  border-radius: min(calc(4 / 1280 * 100vw), 4px);
  color: #FFF;
  font-size: min(calc(26 / 1280 * 100vw), 26px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: min(calc(1.04 / 1280 * 100vw), 1.04px);
  background-color: #2898FF;
  width: 100%;
  background-image: repeating-linear-gradient(300deg, transparent, transparent min(calc(9 / 1280 * 100vw), 9px), rgba(255, 255, 255, 0.1019607843) min(calc(9 / 1280 * 100vw), 9px), rgba(255, 255, 255, 0.1019607843) min(calc(18 / 1280 * 100vw), 18px));
}
@media screen and (max-width: 768px) {
  .entry__content > h2 {
    padding: calc(7 / 375 * 100vw) calc(8 / 375 * 100vw) calc(8 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    margin-top: calc(70 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    letter-spacing: calc(1.04 / 375 * 100vw);
    background-image: repeating-linear-gradient(300deg, transparent, transparent calc(9 / 375 * 100vw), rgba(255, 255, 255, 0.1019607843) calc(9 / 375 * 100vw), rgba(255, 255, 255, 0.1019607843) calc(18 / 375 * 100vw));
  }
}
.entry__content > h3,
.entry__content .case-content h3 {
  margin-top: min(calc(60 / 1280 * 100vw), 60px);
  position: relative;
  width: 100%;
  padding: min(calc(10 / 1280 * 100vw), 10px) min(calc(18 / 1280 * 100vw), 18px) min(calc(12 / 1280 * 100vw), 12px);
  background: #EDF6FD;
  font-size: min(calc(24 / 1280 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.96 / 1280 * 100vw), 0.96px);
}
@media screen and (max-width: 768px) {
  .entry__content > h3,
  .entry__content .case-content h3 {
    margin-top: calc(60 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(18 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: calc(0.96 / 375 * 100vw);
  }
}
.entry__content > h3::before,
.entry__content .case-content h3::before {
  position: absolute;
  content: "";
  width: min(calc(4 / 1280 * 100vw), 4px);
  height: 100%;
  top: 0;
  left: 0;
  background: #2898FF;
}
@media screen and (max-width: 768px) {
  .entry__content > h3::before,
  .entry__content .case-content h3::before {
    width: calc(4 / 375 * 100vw);
  }
}
.entry__content .h2bg {
  width: 100%;
}
.entry__content .h4bg {
  width: 100%;
}
.entry__content h4 {
  margin-top: min(calc(40 / 1280 * 100vw), 40px);
  position: relative;
  padding: 0 min(calc(18 / 1280 * 100vw), 18px) min(calc(8 / 1280 * 100vw), 8px);
  width: 100%;
  border-bottom: min(calc(4 / 1280 * 100vw), 4px) solid #D8EEFF;
  font-size: min(calc(22 / 1280 * 100vw), 22px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.88 / 1280 * 100vw), 0.88px);
}
@media screen and (max-width: 768px) {
  .entry__content h4 {
    margin-top: calc(40 / 375 * 100vw);
    padding: 0 0 calc(8 / 375 * 100vw);
    border-bottom: calc(4 / 375 * 100vw) solid #D8EEFF;
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: calc(0.88 / 375 * 100vw);
  }
}
.entry__content h4::before {
  position: absolute;
  content: "";
  width: min(calc(120 / 1280 * 100vw), 120px);
  height: min(calc(4 / 1280 * 100vw), 4px);
  bottom: 0;
  left: 0;
  background: #2898FF;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .entry__content h4::before {
    width: calc(120 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
  }
}
.entry__content > p,
.entry__content > h5 {
  margin-top: min(calc(32 / 1280 * 100vw), 32px);
  font-size: min(calc(18 / 1280 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry__content > p,
  .entry__content > h5 {
    margin-top: calc(32 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.entry__content > p + p,
.entry__content > h5 + p {
  margin-top: 0;
}
.entry__content p a,
.entry__content li a {
  color: #2898FF;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: min(calc(4 / 1280 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .entry__content p a,
  .entry__content li a {
    text-underline-offset: calc(4 / 375 * 100vw);
  }
}
.entry__content .follow_btn {
  margin: min(calc(32 / 1280 * 100vw), 32px) 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry__content .follow_btn {
    margin: calc(32 / 375 * 100vw) 0 0;
  }
}
.entry__content .follow_btn .btn-c {
  padding: min(calc(10 / 1280 * 100vw), 10px) min(calc(30 / 1280 * 100vw), 30px);
  border-radius: min(calc(29 / 1280 * 100vw), 29px);
  display: inline-block;
  text-align: center;
  background: #FF8700;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.56 / 1280 * 100vw), 0.56px);
  box-shadow: none;
  width: 100%;
  max-width: min(calc(750 / 1280 * 100vw), 750px);
}
@media screen and (max-width: 768px) {
  .entry__content .follow_btn .btn-c {
    padding: calc(10 / 375 * 100vw) calc(30 / 375 * 100vw);
    border-radius: calc(29 / 375 * 100vw);
    letter-spacing: calc(0.56 / 375 * 100vw);
    max-width: calc(750 / 375 * 100vw);
  }
}
.entry__content table {
  margin-top: min(calc(24 / 1280 * 100vw), 24px);
  margin-bottom: 0;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry__content table {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.entry__content .t-box {
  width: 100%;
}
.entry__content table,
.entry__content th,
.entry__content td {
  padding: min(calc(12 / 1280 * 100vw), 12px) min(calc(30 / 1280 * 100vw), 30px);
  font-size: min(calc(18 / 1280 * 100vw), 18px);
  border: min(calc(1 / 1280 * 100vw), 1px) solid #2898FF;
}
@media screen and (max-width: 768px) {
  .entry__content table,
  .entry__content th,
  .entry__content td {
    padding: calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #2898FF;
    text-align: left !important;
  }
}
.entry__content tr {
  border: none;
}
.entry__content .line {
  width: 100%;
}
.entry__content .page-content {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.entry__content .w810 {
  width: 100%;
  margin: 0;
}
.entry__content > ul,
.entry__content li.check-list,
.entry__content .servise-deta01 .list-group {
  margin: min(calc(32 / 1280 * 100vw), 32px) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1280 * 100vw), 12px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry__content > ul,
  .entry__content li.check-list,
  .entry__content .servise-deta01 .list-group {
    margin: calc(16 / 375 * 100vw) 0 0;
    gap: calc(8 / 375 * 100vw);
  }
}
.entry__content > ul ul,
.entry__content li.check-list ul,
.entry__content .servise-deta01 .list-group ul {
  margin-top: 0;
}
.entry__content > ul li,
.entry__content > ul > .list-group-item,
.entry__content li.check-list li,
.entry__content li.check-list > .list-group-item,
.entry__content .servise-deta01 .list-group li,
.entry__content .servise-deta01 .list-group > .list-group-item {
  margin: 0;
  padding: 0 0 min(calc(8 / 1280 * 100vw), 8px) 1.5em;
  position: relative;
  font-size: min(calc(18 / 1280 * 100vw), 18px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(0.64 / 1280 * 100vw), 0.64px);
  border-bottom: min(calc(1 / 1280 * 100vw), 1px) dashed var(--col-g02, #CCC);
  background: transparent;
}
@media screen and (max-width: 768px) {
  .entry__content > ul li,
  .entry__content > ul > .list-group-item,
  .entry__content li.check-list li,
  .entry__content li.check-list > .list-group-item,
  .entry__content .servise-deta01 .list-group li,
  .entry__content .servise-deta01 .list-group > .list-group-item {
    padding: 0 0 calc(8 / 375 * 100vw) 1.5em;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: calc(0.64 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) dashed var(--col-g02, #CCC);
  }
}
.entry__content > ul li::before,
.entry__content > ul > .list-group-item::before,
.entry__content li.check-list li::before,
.entry__content li.check-list > .list-group-item::before,
.entry__content .servise-deta01 .list-group li::before,
.entry__content .servise-deta01 .list-group > .list-group-item::before {
  position: absolute;
  content: "";
  width: min(calc(8 / 1280 * 100vw), 8px);
  aspect-ratio: 1/1;
  background: #2898FF;
  border-radius: min(calc(100 / 1280 * 100vw), 100px);
  left: 0;
  top: min(calc(9 / 1280 * 100vw), 9px);
}
@media screen and (max-width: 768px) {
  .entry__content > ul li::before,
  .entry__content > ul > .list-group-item::before,
  .entry__content li.check-list li::before,
  .entry__content li.check-list > .list-group-item::before,
  .entry__content .servise-deta01 .list-group li::before,
  .entry__content .servise-deta01 .list-group > .list-group-item::before {
    width: calc(8 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
    top: calc(9 / 375 * 100vw);
  }
}
.entry__content > ol,
.entry__content ol.check-list,
.entry__content .number-list {
  margin: min(calc(32 / 1280 * 100vw), 32px) 0 0;
  width: 100%;
  border-radius: min(calc(4 / 1280 * 100vw), 4px);
  border: none;
  background: var(--col-g04, #F5F7FA);
  display: flex;
  padding: min(calc(24 / 1280 * 100vw), 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(18 / 1280 * 100vw), 18px);
  align-self: stretch;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .entry__content > ol,
  .entry__content ol.check-list,
  .entry__content .number-list {
    margin: calc(24 / 375 * 100vw) 0 0;
    border-radius: calc(4 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }
}
.entry__content > ol li,
.entry__content ol.check-list li,
.entry__content .number-list li {
  padding: 0 0 0 2.5em;
  position: relative;
  font-size: min(calc(18 / 1280 * 100vw), 18px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(0.64 / 1280 * 100vw), 0.64px);
}
@media screen and (max-width: 768px) {
  .entry__content > ol li,
  .entry__content ol.check-list li,
  .entry__content .number-list li {
    padding: 0 0 0 2em;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: calc(0.64 / 375 * 100vw);
  }
}
.entry__content > ol li::before,
.entry__content ol.check-list li::before,
.entry__content .number-list li::before {
  position: absolute;
  content: counter(number);
  counter-increment: number;
  left: 0;
  color: #FFF;
  font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1280 * 100vw), 18px);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  display: flex;
  width: min(calc(26 / 1280 * 100vw), 26px);
  height: min(calc(26 / 1280 * 100vw), 26px);
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: min(calc(100 / 1280 * 100vw), 100px);
  background: #2898FF;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .entry__content > ol li::before,
  .entry__content ol.check-list li::before,
  .entry__content .number-list li::before {
    font-size: calc(14 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    border-radius: calc(100 / 375 * 100vw);
  }
}

.entry__content .article-btn {
  margin-top: min(calc(60 / 1280 * 100vw), 60px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .entry__content .article-btn {
    margin-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}
.entry__content .article-btn a {
  position: relative;
  display: inline-block;
  padding: min(calc(13 / 1280 * 100vw), 13px) min(calc(108 / 1280 * 100vw), 108px);
  border-radius: min(calc(38 / 1280 * 100vw), 38px);
  background: #FF8700;
  box-shadow: min(calc(6 / 1280 * 100vw), 6px) min(calc(7 / 1280 * 100vw), 7px) 0 0 #bc3e00;
  font-size: min(calc(24 / 1280 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.96 / 1280 * 100vw), 0.96px);
  color: #fff;
  border: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .entry__content .article-btn a {
    padding: calc(14 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(38 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    width: 100%;
    letter-spacing: calc(0.96 / 375 * 100vw);
    box-shadow: calc(3 / 375 * 100vw) calc(4 / 375 * 100vw) 0 0 #bc3e00;
  }
}
.entry__content .article-btn a:hover {
  transform: translate(min(calc(3 / 1280 * 100vw), 3px), min(calc(4 / 1280 * 100vw), 4px));
  box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .entry__content .article-btn a:hover {
    transform: translate(calc(3 / 375 * 100vw), calc(4 / 375 * 100vw));
  }
}
.entry__content .article-btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-right-w.svg) no-repeat center center/contain;
  width: min(calc(14 / 1280 * 100vw), 14px);
  aspect-ratio: 9/16;
  top: 50%;
  right: min(calc(20 / 1280 * 100vw), 20px);
  transform: translateY(-44%);
}
@media screen and (max-width: 768px) {
  .entry__content .article-btn a::after {
    width: calc(9 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
}

.entry__content > p:has(> img) {
  width: 100%;
}
.entry__content > p:has(> img) img {
  margin: min(calc(30 / 1280 * 100vw), 30px) auto 0;
  max-width: min(calc(750 / 1280 * 100vw), 750px);
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .entry__content > p:has(> img) img {
    margin: 0;
    max-width: calc(750 / 375 * 100vw);
  }
}
.entry__content > p:has(> img) img[width="1"] {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
}
.entry__content > p:has(> img) + p {
  margin-top: min(calc(40 / 1280 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .entry__content > p:has(> img) + p {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.entry__content > p:has(> a) {
  display: inline-block;
}
.entry__content > p:has(> strong) {
  margin-top: min(calc(24 / 1280 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .entry__content > p:has(> strong) {
    margin-top: calc(24 / 375 * 100vw);
  }
}

.entry__content .author-info {
  margin-top: min(calc(60 / 1280 * 100vw), 60px);
  max-width: min(calc(750 / 1280 * 100vw), 750px);
  width: 100%;
  background: #FFFDEE;
  border: min(calc(1 / 1280 * 100vw), 1px) solid #CCCCCC;
  border-radius: min(calc(8 / 1280 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .entry__content .author-info {
    margin-top: calc(60 / 375 * 100vw);
    max-width: calc(750 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #CCCCCC;
    border-radius: calc(8 / 375 * 100vw);
  }
}
.entry__content .author-info__inner {
  margin-top: 0;
}
.entry__content .author-info .tb {
  padding: min(calc(40 / 1280 * 100vw), 40px) min(calc(31 / 1280 * 100vw), 31px);
  position: relative;
  box-shadow: none;
  background: transparent;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb {
    padding: calc(50 / 375 * 100vw) calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
    flex-direction: column;
    gap: calc(24 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .aut {
  font-size: min(calc(16 / 1280 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .aut {
    font-size: calc(16 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .author_img {
  width: min(calc(117 / 1280 * 100vw), 117px);
  height: min(calc(117 / 1280 * 100vw), 117px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .author_img {
    width: calc(117 / 375 * 100vw);
    height: calc(117 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .author_img img {
  width: 100%;
  height: auto;
  background: #fff;
}
.entry__content .author-info .tb .tb-left {
  padding-right: min(calc(42 / 1280 * 100vw), 42px);
  padding: 0;
  flex-shrink: 0;
  border-right: min(calc(2 / 1280 * 100vw), 2px) #CCCCCC dashed;
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .tb-left {
    padding-right: 0;
    border-right: none;
  }
}
.entry__content .author-info .tb .tb-left dt {
  font-size: min(calc(19 / 1280 * 100vw), 19px);
  margin-top: min(calc(25 / 1280 * 100vw), 25px);
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .tb-left dt {
    font-size: calc(19 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .author_label {
  position: absolute;
  top: 0;
  left: min(calc(24 / 1280 * 100vw), 24px);
  transform: translateY(-50%);
  padding: min(calc(7 / 1280 * 100vw), 7px) min(calc(13 / 1280 * 100vw), 13px);
  border-radius: min(calc(24 / 1280 * 100vw), 24px);
  border: min(calc(2 / 1280 * 100vw), 2px) solid #FF8700;
  background: #FFF;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .author_label {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: calc(7 / 375 * 100vw) calc(13 / 375 * 100vw);
    border-radius: calc(24 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #FF8700;
  }
}
.entry__content .author-info .tb .author_label span {
  padding: 0;
  margin: 0;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  color: #FF8700;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.56 / 1280 * 100vw), 0.56px);
  background: transparent;
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .author_label span {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: calc(0.56 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .author_label span::before {
  display: none;
}
.entry__content .author-info .tb .follow_btn {
  margin: 0;
}
.entry__content .author-info .tb .follow_btn .btn-c {
  position: relative;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-style: normal;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .follow_btn .btn-c {
    font-size: calc(16 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .follow_btn .btn-c::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-right-w.svg) no-repeat center center/contain;
  width: min(calc(14 / 1280 * 100vw), 14px);
  aspect-ratio: 9/16;
  top: 50%;
  right: min(calc(20 / 1280 * 100vw), 20px);
  transform: translateY(-44%);
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .follow_btn .btn-c::after {
    width: calc(9 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .tb-right {
  padding: 0;
  padding-left: min(calc(42 / 1280 * 100vw), 42px);
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 400;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  gap: min(calc(22 / 1280 * 100vw), 22px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry__content .author-info .tb .tb-right {
    padding-left: 0;
    font-size: calc(14 / 375 * 100vw);
    gap: calc(22 / 375 * 100vw);
  }
}
.entry__content .author-info .tb .tb-right p {
  margin: 0;
}

.entry__content .otoiawase > a,
.entry__content .otoiawase > .otoiawase_message,
.entry__content .otoiawase > .otoiawase_time,
.entry__content .otoiawase > .tel,
.entry__content .otoiawase > .mitsumori {
  display: none;
}
.entry__content .otoiawase img:hover {
  transform: translate(0);
}
.entry__content .otoiawase {
  position: relative;
  margin: min(calc(50 / 1280 * 100vw), 50px) max(calc(-50 / 1280 * 100vw), -50px) 0 !important;
  max-width: 200% !important;
  width: 100%;
  height: min(calc(618 / 1280 * 100vw), 618px);
}
@media screen and (max-width: 768px) {
  .entry__content .otoiawase {
    margin: calc(50 / 375 * 100vw) calc(-20 / 375 * 100vw) 0 !important;
    height: calc(681 / 375 * 100vw);
  }
}
.entry__content .otoiawase .cta {
  height: auto;
  font-weight: 700;
  zoom: 0.78;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% + min(calc(130 / 1280 * 100vw), 130px));
}
@media screen and (max-width: 768px) {
  .entry__content .otoiawase .cta {
    width: calc(100% + calc(128 / 375 * 100vw));
    zoom: 1;
  }
}
.entry__content .otoiawase .cta .c-wrap {
  padding-inline: min(calc(50 / 1280 * 100vw), 50px);
}
@media screen and (max-width: 768px) {
  .entry__content .otoiawase .cta .c-wrap {
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: calc(24 / 375 * 100vw);
  }
}

.code-block:has(.otoiawase) {
  display: contents;
}

.entry__parts .otoiawase {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .entry__wrap:has(+ .entry__parts .otoiawase) {
    padding-bottom: 0;
  }
}

.entry__content .w_b_flex {
  max-width: min(calc(760 / 1280 * 100vw), 760px);
}
@media screen and (max-width: 768px) {
  .entry__content .w_b_flex {
    max-width: calc(760 / 375 * 100vw);
  }
}
.entry__content .w_b_talk_L,
.entry__content .w_b_talk_R {
  padding: min(calc(20 / 1280 * 100vw), 20px) min(calc(30 / 1280 * 100vw), 30px);
  background: #F0F1F2;
  border: none;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 500;
  line-height: 170%;
  letter-spacing: min(calc(0.64 / 1280 * 100vw), 0.64px);
}
@media screen and (max-width: 768px) {
  .entry__content .w_b_talk_L,
  .entry__content .w_b_talk_R {
    padding: calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: calc(0.64 / 375 * 100vw);
  }
}
.entry__content .w_b_talk_L::before,
.entry__content .w_b_talk_R::before {
  border-top-color: #F0F1F2;
  border-right-color: #F0F1F2;
}
.entry__content .w_b_talk_L::after,
.entry__content .w_b_talk_R::after {
  display: none;
}
.entry__content .w_b_shadow_L,
.entry__content .w_b_shadow_R {
  box-shadow: none;
}
.entry__content .w_b_name {
  font-size: min(calc(16 / 1280 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .entry__content .w_b_name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.entry__content .w_b_ava_wrap {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .entry__content .w_b_name {
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .entry__content .w_b_size_M {
    aspect-ratio: 1/1;
    width: calc(60 / 375 * 100vw);
    height: auto;
  }
}
.entry__content .w_b_box {
  margin: min(calc(32 / 1280 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 768px) {
  .entry__content .w_b_box {
    margin: calc(32 / 375 * 100vw) 0 0;
  }
}
.entry__content .w_b_box + .entry__content .w_b_box {
  margin-top: min(calc(16 / 1280 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .entry__content .w_b_box + .entry__content .w_b_box {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.entry__content h2 + .w_b_box {
  margin-top: min(calc(42 / 1280 * 100vw), 42px);
}
@media screen and (max-width: 768px) {
  .entry__content h2 + .w_b_box {
    margin-top: calc(42 / 375 * 100vw);
  }
}

.entry__content br:has(+ .bef-toc-wrap) {
  display: none;
}
.entry__content .bef-toc-wrap {
  margin-top: min(calc(100 / 1280 * 100vw), 100px);
  margin-bottom: min(calc(50 / 1280 * 100vw), 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(50 / 1280 * 100vw), 50px);
  width: 100%;
  max-width: min(calc(750 / 1280 * 100vw), 750px);
}
@media screen and (max-width: 768px) {
  .entry__content .bef-toc-wrap {
    margin-top: calc(50 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
    gap: calc(50 / 375 * 100vw);
    max-width: calc(750 / 375 * 100vw);
  }
}
.entry__content .bef-toc-wrap .new-postal {
  font-weight: 500;
}
.entry__content .bef-toc-wrap .new-postal__content {
  border-radius: min(calc(8 / 1280 * 100vw), 8px);
  border: min(calc(1 / 1280 * 100vw), 1px) solid var(--col-g02, #CCC);
  background: var(--col-g04, #F5F7FA);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .entry__content .bef-toc-wrap .new-postal__content {
    border-radius: calc(8 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid var(--col-g02, #CCC);
  }
}
.entry__content .bef-toc-wrap .new-postal-result {
  background: #fff;
}
.entry__content #toc_container {
  position: relative;
  padding: min(calc(20 / 1280 * 100vw), 20px);
  border-radius: min(calc(9 / 1280 * 100vw), 9px);
  background: #F5F7FA;
  border: none;
  display: flex !important;
  flex-direction: column;
  align-items: start;
  width: 100% !important;
  gap: min(calc(18 / 1280 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container {
    padding: calc(16 / 375 * 100vw) calc(0 / 375 * 100vw);
    border-radius: calc(0 / 375 * 100vw);
    gap: calc(18 / 375 * 100vw);
    background: transparent;
    z-index: 0;
  }
  .entry__content #toc_container::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F5F7FA;
  }
}
.entry__content #toc_container a[href="#"] {
  pointer-events: all;
  cursor: pointer;
}
.entry__content #toc_container .toc_title {
  padding: min(calc(2 / 1280 * 100vw), 2px) min(calc(13 / 1280 * 100vw), 13px) min(calc(3 / 1280 * 100vw), 3px);
  position: relative;
  background: #2898FF;
  color: #fff;
  border-radius: min(calc(21 / 1280 * 100vw), 21px);
  font-size: min(calc(20 / 1280 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_title {
    padding: calc(2 / 375 * 100vw) calc(13 / 375 * 100vw) calc(3 / 375 * 100vw);
    border-radius: calc(21 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.entry__content #toc_container .toc_toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(120%, -50%);
  color: #222;
  font-weight: bold;
  display: flex;
  gap: min(calc(4 / 1280 * 100vw), 4px);
  font-size: min(calc(16 / 1280 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_toggle {
    gap: calc(4 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.entry__content #toc_container .toc_toggle a {
  color: #005BAF;
  font-weight: 900;
  font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.entry__content #toc_container .toc_list {
  padding-left: 1.5em;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1280 * 100vw), 12px);
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_list {
    gap: calc(12 / 375 * 100vw);
  }
}
.entry__content #toc_container .toc_list a {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: var(--col-g02, #CCC);
  text-decoration-thickness: min(calc(1 / 1280 * 100vw), 1px);
  text-underline-offset: min(calc(3.5 / 1280 * 100vw), 3.5px);
  text-underline-position: from-font;
  color: #222;
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_list a {
    display: flex;
    gap: calc(8 / 375 * 100vw);
    text-decoration-thickness: calc(1 / 375 * 100vw);
    text-underline-offset: calc(3.5 / 375 * 100vw);
  }
}
.entry__content #toc_container .toc_list > li {
  font-size: min(calc(18 / 1280 * 100vw), 18px) !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_list > li {
    font-size: calc(14 / 375 * 100vw) !important;
  }
}
.entry__content #toc_container .toc_list > li > ul {
  margin-top: min(calc(6 / 1280 * 100vw), 6px);
  margin-left: 0;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1280 * 100vw), 6px);
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_list > li > ul {
    margin-top: calc(6 / 375 * 100vw);
    gap: calc(6 / 375 * 100vw);
  }
}
.entry__content #toc_container .toc_list > li > ul > li {
  line-height: 140%;
}
.entry__content #toc_container .toc_list > li > ul > li a span {
  display: inline-block;
  width: 2em;
  font-size: min(calc(14 / 1280 * 100vw), 14px);
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_list > li > ul > li a span {
    font-size: calc(12 / 375 * 100vw);
  }
}
.entry__content #toc_container .toc_list > li > ul > li a {
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_list > li > ul > li a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.entry__content #toc_container .toc_number {
  font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
  color: #2898FF;
  font-size: min(calc(18 / 1280 * 100vw), 18px);
  font-weight: 900;
  line-height: 100%;
  letter-spacing: min(calc(0.8 / 1280 * 100vw), 0.8px);
  text-decoration-line: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .entry__content #toc_container .toc_number {
    display: inline-block;
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: calc(0.8 / 375 * 100vw);
    padding-top: calc(4 / 375 * 100vw);
  }
}

.entry__content .timeline {
  padding: min(calc(40 / 1280 * 100vw), 40px);
  border-radius: min(calc(8 / 1280 * 100vw), 8px);
  border: min(calc(2 / 1280 * 100vw), 2px) dotted #FF8700;
  background: #FFFEF5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(40 / 1280 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .entry__content .timeline {
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) dotted #FF8700;
    gap: calc(16 / 375 * 100vw);
  }
}
.entry__content .timeline li {
  padding: 0;
  display: flex;
  gap: min(calc(46 / 1280 * 100vw), 46px);
  align-items: start;
  border: none;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .entry__content .timeline li {
    gap: calc(8 / 375 * 100vw);
    flex-direction: column;
  }
}
.entry__content .timeline li:last-child .timeline-content::before {
  height: calc(100% + min(calc(10 / 1280 * 100vw), 10px));
}
@media screen and (max-width: 768px) {
  .entry__content .timeline li:last-child .timeline-content::before {
    height: calc(100% + calc(10 / 375 * 100vw));
  }
}
.entry__content .timeline li::before {
  display: none;
}
.entry__content .timeline .timeline-date {
  padding: min(calc(2 / 1280 * 100vw), 2px) min(calc(12 / 1280 * 100vw), 12px);
  position: relative;
  font-size: min(calc(14 / 1280 * 100vw), 14px);
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  border-radius: min(calc(22 / 1280 * 100vw), 22px);
  background: #FF8700;
  flex-shrink: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .entry__content .timeline .timeline-date {
    padding: calc(2 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    border-radius: calc(22 / 375 * 100vw);
  }
}
.entry__content .timeline .timeline-date::after {
  position: absolute;
  content: "";
  width: min(calc(8 / 1280 * 100vw), 8px);
  aspect-ratio: 1/1;
  background: #FF8700;
  border-radius: min(calc(100 / 1280 * 100vw), 100px);
  right: max(calc(-19 / 1280 * 100vw), -19px);
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .entry__content .timeline .timeline-date::after {
    display: none;
  }
}
.entry__content .timeline .timeline-content {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(8 / 1280 * 100vw), 8px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .entry__content .timeline .timeline-content {
    padding-left: 2em;
    font-size: calc(14 / 375 * 100vw);
    gap: 0;
  }
}
.entry__content .timeline .timeline-content::before {
  position: absolute;
  content: "";
  width: min(calc(1 / 1280 * 100vw), 1px);
  height: calc(100% + min(calc(40 / 1280 * 100vw), 40px));
  background: #E2E2E2;
  left: max(calc(-23 / 1280 * 100vw), -23px);
  top: min(calc(9 / 1280 * 100vw), 9px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .entry__content .timeline .timeline-content::before {
    display: none;
  }
}
.entry__content .timeline .midashi {
  font-size: min(calc(20 / 1280 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(0.8 / 1280 * 100vw), 0.8px);
  color: #FF8700;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .entry__content .timeline .midashi {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: calc(0.8 / 375 * 100vw);
  }
}
.entry__content .timeline .midashi + br {
  display: none;
}

.entry__content .case {
  margin-top: min(calc(150 / 1280 * 100vw), 150px);
}
@media screen and (max-width: 768px) {
  .entry__content .case {
    margin-top: calc(110 / 375 * 100vw);
  }
}
.entry__content .case h3 {
  position: absolute;
  left: 0;
  top: max(calc(-30 / 1280 * 100vw), -30px);
  width: 100%;
  transform: translateY(-100%);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .entry__content .case h3 {
    top: calc(-30 / 375 * 100vw);
  }
}
.entry__content .case .case-content {
  position: relative;
  border-radius: min(calc(6 / 1280 * 100vw), 6px);
  border: min(calc(3 / 1280 * 100vw), 3px) solid #CCCCCC;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-content {
    border-radius: calc(6 / 375 * 100vw);
    border: calc(3 / 375 * 100vw) solid #CCCCCC;
  }
}
.entry__content .case .case-image-wrap {
  margin-top: min(calc(40 / 1280 * 100vw), 40px);
  padding-inline: min(calc(40 / 1280 * 100vw), 40px);
  display: flex;
  justify-content: space-between;
  gap: min(calc(60 / 1280 * 100vw), 60px);
  width: 100%;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap {
    margin-top: calc(40 / 375 * 100vw);
    padding-inline: calc(14 / 375 * 100vw);
    gap: calc(34 / 375 * 100vw);
  }
}
.entry__content .case .case-image-wrap::before, .entry__content .case .case-image-wrap::after {
  display: none;
}
.entry__content .case .case-image-wrap::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  place-self: center;
  inset: 0;
  border-top: min(calc(43 / 1280 * 100vw), 43px) solid transparent;
  border-bottom: min(calc(43 / 1280 * 100vw), 43px) solid transparent;
  border-left: min(calc(36 / 1280 * 100vw), 36px) solid #E2E2E2;
  border-right: none;
  border-radius: 0px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap::before {
    border-top: calc(10 / 375 * 100vw) solid transparent;
    border-bottom: calc(10 / 375 * 100vw) solid transparent;
    border-left: calc(11 / 375 * 100vw) solid #E2E2E2;
  }
}
.entry__content .case .case-image-wrap br {
  display: none;
}
.entry__content .case .case-image-wrap .case-image-box {
  position: relative;
}
.entry__content .case .case-image-wrap .case-image-box::before {
  padding: min(calc(2 / 1280 * 100vw), 2px) min(calc(4 / 1280 * 100vw), 4px) min(calc(3 / 1280 * 100vw), 3px);
  position: absolute;
  font-size: min(calc(14 / 1280 * 100vw), 14px);
  font-family: "Red Hat Display", "Noto Sans JP", sans-serif;
  border-radius: min(calc(4 / 1280 * 100vw), 4px);
  top: min(calc(7 / 1280 * 100vw), 7px);
  left: min(calc(7 / 1280 * 100vw), 7px);
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap .case-image-box::before {
    padding: calc(2 / 375 * 100vw) calc(4 / 375 * 100vw) calc(3 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
    left: 0;
    top: calc(-8 / 375 * 100vw);
    transform: translateY(-100%);
    line-height: 1;
  }
}
.entry__content .case .case-image-wrap .case-image-box:first-of-type .case-image {
  border: min(calc(5 / 1280 * 100vw), 5px) solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap .case-image-box:first-of-type .case-image {
    border: calc(2 / 375 * 100vw) solid #CCCCCC;
  }
}
.entry__content .case .case-image-wrap .case-image-box:first-of-type::before {
  content: "BEFORE";
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap .case-image-box:first-of-type::before {
    border: calc(2 / 375 * 100vw) solid #CCCCCC;
  }
}
.entry__content .case .case-image-wrap .case-image-box:last-of-type .case-image {
  border: min(calc(5 / 1280 * 100vw), 5px) solid #FF8700;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap .case-image-box:last-of-type .case-image {
    border: calc(2 / 375 * 100vw) solid #FF8700;
  }
}
.entry__content .case .case-image-wrap .case-image-box:last-of-type::before {
  content: "AFTER";
  color: #fff;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  background: #FF8700;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap .case-image-box:last-of-type::before {
    font-size: calc(12 / 375 * 100vw);
  }
}
.entry__content .case .case-image-wrap .case-image-box:last-of-type::after {
  position: absolute;
  content: "";
  width: min(calc(49 / 1280 * 100vw), 49px);
  aspect-ratio: 49.14/79.79;
  bottom: min(calc(7 / 1280 * 100vw), 7px);
  right: min(calc(7 / 1280 * 100vw), 7px);
  transform: scale(-1, 1);
  background: url(../img/deco-ex-star02.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap .case-image-box:last-of-type::after {
    width: calc(20 / 375 * 100vw);
    bottom: calc(7 / 375 * 100vw);
    right: calc(7 / 375 * 100vw);
  }
}
.entry__content .case .case-image-wrap .case-image {
  display: inline-block;
  aspect-ratio: 11/8;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: min(calc(3 / 1280 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-image-wrap .case-image {
    border-radius: calc(3 / 375 * 100vw);
    width: calc(145 / 375 * 100vw);
  }
}
.entry__content .case .case-image-wrap .case-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 0;
  max-width: 100%;
}
.entry__content .case .case-info {
  margin-top: min(calc(32 / 1280 * 100vw), 32px);
  margin-inline: min(calc(40 / 1280 * 100vw), 40px);
  display: grid;
  grid-template-columns: min(calc(200 / 1280 * 100vw), 200px) 1fr;
  border: min(calc(2 / 1280 * 100vw), 2px) solid #2898FF;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-info {
    margin-top: calc(32 / 375 * 100vw);
    margin-inline: calc(14 / 375 * 100vw);
    grid-template-columns: calc(200 / 375 * 100vw) 1fr;
    border: calc(1 / 375 * 100vw) solid #2898FF;
    display: flex;
    flex-direction: column;
  }
}
.entry__content .case .case-info dt,
.entry__content .case .case-info dd {
  padding: min(calc(12 / 1280 * 100vw), 12px) min(calc(16 / 1280 * 100vw), 16px);
  margin: 0;
  border-top: none;
  border-bottom: min(calc(1 / 1280 * 100vw), 1px) solid #2898FF;
  border-radius: 0px;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-info dt,
  .entry__content .case .case-info dd {
    padding: calc(7 / 375 * 100vw) calc(14 / 375 * 100vw);
    border-bottom: calc(1 / 375 * 100vw) solid #2898FF;
    flex: unset;
    font-size: calc(14 / 375 * 100vw);
  }
}
.entry__content .case .case-info dt {
  background: #D8EEFF;
  font-weight: 700;
  color: #2898FF;
}
.entry__content .case .case-info dd {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-info dd {
    font-size: calc(12 / 375 * 100vw);
  }
}
.entry__content .case .case-info dt:last-of-type,
.entry__content .case .case-info dd:last-of-type {
  border-bottom: none;
}
.entry__content .case .case-comment {
  position: relative;
  padding: min(calc(15 / 1280 * 100vw), 15px) min(calc(62 / 1280 * 100vw), 62px);
  margin: min(calc(24 / 1280 * 100vw), 24px) 0 0;
  filter: none;
  border-radius: 0px;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: min(calc(0.562 / 1280 * 100vw), 0.562px);
  display: flex;
  align-items: end;
  gap: min(calc(30 / 1280 * 100vw), 30px);
  background: #EDF6FD;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-comment {
    margin: calc(32 / 375 * 100vw) 0 0;
    padding: calc(24 / 375 * 100vw) calc(14 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 140%;
    letter-spacing: calc(0.562 / 375 * 100vw);
    font-weight: 500;
    gap: calc(30 / 375 * 100vw);
    display: inline-block;
  }
}
.entry__content .case .case-comment::before {
  content: "";
  margin-top: max(calc(-40 / 1280 * 100vw), -40px);
  float: left;
  background: url("../img/chara-img01.webp") no-repeat center top/cover;
  width: min(calc(84 / 1280 * 100vw), 84px);
  height: min(calc(72 / 1280 * 100vw), 72px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .entry__content .case .case-comment::before {
    margin-top: calc(-40 / 375 * 100vw);
    width: calc(84 / 375 * 100vw);
    height: calc(72 / 375 * 100vw);
  }
}

.entry__content blockquote {
  display: flex;
  padding: min(calc(29 / 1280 * 100vw), 29px) min(calc(30 / 1280 * 100vw), 30px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(calc(10 / 1280 * 100vw), 10px);
  align-self: stretch;
  border-radius: min(calc(8 / 1280 * 100vw), 8px);
  border: min(calc(1 / 1280 * 100vw), 1px) dashed #005BAF;
  background: #EDF6FD;
}
@media screen and (max-width: 768px) {
  .entry__content blockquote {
    padding: calc(29 / 375 * 100vw) calc(30 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) dashed #005BAF;
  }
}
.entry__content blockquote::before {
  background: #2898FF;
  width: min(calc(43 / 1280 * 100vw), 43px) !important;
  height: min(calc(43 / 1280 * 100vw), 43px) !important;
  top: max(calc(-11 / 1280 * 100vw), -11px) !important;
  left: max(calc(-7 / 1280 * 100vw), -7px) !important;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .entry__content blockquote::before {
    width: calc(43 / 375 * 100vw) !important;
    height: calc(43 / 375 * 100vw) !important;
    top: calc(-11 / 375 * 100vw) !important;
    left: calc(-7 / 375 * 100vw) !important;
    font-size: calc(16 / 375 * 100vw);
  }
}
.entry__content blockquote p {
  color: #222;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .entry__content blockquote p {
    font-size: calc(16 / 375 * 100vw);
  }
}
.entry__content blockquote p a {
  color: #005BAF;
}/*# sourceMappingURL=entry.css.map */