.caselist_lead_info {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-top: 9px;
  padding-right: 29px;
}
@media only screen and (max-width: 1023px) {
  .caselist_lead_info {
    font-size: 12px;
    padding-right: 0;
  }
}

.title__wrapper span {
  font-weight: 700;
}

.btn_more {
  --txt: #fff;
  --txt-hover: #7ec5e9;
  --bc: #7ec5e9;
  --bc-hover: #fff;
  --border-color: #7ec5e9;
  width: 250px;
  max-width: 100%;
  height: 60px;
  background-color: var(--bc);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--txt);
  position: relative;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.btn_more:link, .btn_more:visited {
  color: var(--txt);
}
.btn_more:hover {
  color: var(--txt-hover);
  background-color: var(--bc-hover);
}
@media only screen and (max-width: 1023px) {
  .btn_more {
    width: 280px;
    max-width: 100%;
    height: 50px;
    font-size: 14px;
  }
}
.btn_more__pink {
  --txt-hover: #e995ac;
  --bc: #e995ac;
  --border-color: #e995ac;
}
.btn_more .icon {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  rotate: 45deg;
  border: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transition: inherit;
  transition: inherit;
}
@media only screen and (max-width: 1023px) {
  .btn_more .icon {
    right: 14px;
  }
}

.archive_laser {
  margin-top: 104px;
}
@media only screen and (max-width: 1023px) {
  .archive_laser {
    margin-top: 73px;
  }
}
.archive_laser_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px 132px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -20px;
  margin-left: clamp(-20px, (1200px - 100vw) * 1000, 0px);
  margin-right: -20px;
  margin-right: clamp(-20px, (1200px - 100vw) * 1000, 0px);
}
@media only screen and (max-width: 1023px) {
  .archive_laser_lists {
    gap: 31px 28px;
    margin-top: 76px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.archive_laser_lists + .notice-pagenation {
  margin-top: 60px;
}
.archive_laser_item {
  width: calc(33.33% - 88px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item {
    width: clamp(33.33% - 18.6666666667px, (768px - 100vw) * 1000, 50% - 14px);
  }
}
.archive_laser_item_main {
  width: 100%;
}
.archive_laser_item_target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.archive_laser_item_target:hover .archive_laser_item_link {
  color: #7ec5e9;
  background-color: #fff;
}
.archive_laser_item_thumbnail {
  width: 100%;
  border-top: 1px solid #7dc5e8;
  border-bottom: 1px solid #7dc5e8;
}
.archive_laser_item_photo {
  width: 100%;
  aspect-ratio: 1.1100666241;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_photo {
    aspect-ratio: 1.1;
  }
}
.archive_laser_item_photo img {
  width: auto;
  height: calc(100% - 40px);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 51.4285714286%;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_photo img {
    max-width: 52.7027027027%;
    height: calc(100% - 14px);
  }
}
.archive_laser_item_main {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_main {
    margin-top: 6px;
  }
}
.archive_laser_item_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_cat {
    gap: 10px;
  }
}
.archive_laser_item_cat span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #e995ac;
  padding: 5px 5px 5px 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_cat span {
    font-size: 10px;
    padding: 3px 4px;
  }
}
.archive_laser_item_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  max-height: 24px;
  overflow: hidden;
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_tags {
    gap: 5px;
    margin-top: 10px;
    margin-right: -6px;
    max-height: 18px;
  }
}
.archive_laser_item_tags span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4736842105;
  color: #7ec5e9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_tags span {
    font-size: 7px;
  }
}
.archive_laser_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2c2c;
  margin-top: 18px;
  margin-left: -3px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_title {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 7px;
  }
}
.archive_laser_item_txt {
  font-weight: 300;
  line-height: 1.5;
  color: #444;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  margin-top: auto;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_txt {
    font-size: 12px;
    margin-bottom: 13px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
}
.archive_laser_item_link {
  width: 243.26px;
  max-width: 100%;
  height: 45.61px;
  background-color: #7ec5e9;
  border: 1px solid #7ec5e9;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  margin-top: auto;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.archive_laser_item_link:link, .archive_laser_item_link:visited {
  color: #fff;
}
.archive_laser_item_link:hover {
  color: #7ec5e9;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_link {
    width: 148.5px;
    height: 27.84px;
    font-size: 12px;
  }
}
.archive_laser_item_link .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  border: 0;
  border-top: 7.37px solid rgba(255, 255, 255, 0);
  border-left: 8.43px solid currentColor;
  border-bottom: 7.37px solid rgba(255, 255, 255, 0);
  -webkit-transition: inherit;
  transition: inherit;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_item_link .icon {
    right: 12px;
    border-top-width: 4px;
    border-left-width: 4px;
    border-bottom-width: 4px;
  }
}
.archive_laser_more {
  margin-top: 188px;
}
@media only screen and (max-width: 1023px) {
  .archive_laser_more {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1023px) {
  .archive_laser_more .btn_more {
    --txt: #7ec5e9;
    --bc: #fff;
  }
}

.archive_qa {
  margin-top: 186px;
  padding-bottom: 36px;
}
@media only screen and (max-width: 1023px) {
  .archive_qa {
    margin-top: 16px;
    padding-bottom: 10px;
  }
}
.archive_qa_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 61px;
  margin-left: -20px;
  margin-left: clamp(-20px, (1200px - 100vw) * 1000, 0px);
  margin-right: -20px;
  margin-right: clamp(-20px, (1200px - 100vw) * 1000, 0px);
}
@media only screen and (max-width: 1023px) {
  .archive_qa_lists {
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.archive_qa_item_q, .archive_qa_item_a {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 8px 40px 7px 46px;
}
@media only screen and (max-width: 1023px) {
  .archive_qa_item_q, .archive_qa_item_a {
    font-size: 14px;
    padding: 8px 8px 8px 40px;
  }
}
.archive_qa_item_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e995ac;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
.archive_qa_item_q::before {
  content: "Q";
  position: absolute;
  top: 0.55em;
  left: 18px;
  font-weight: 700;
}
.archive_qa_item_a {
  color: #444;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .archive_qa_item_a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.archive_qa_more {
  margin-top: 28px;
}
@media only screen and (max-width: 1023px) {
  .archive_qa_more {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .archive_qa_more .btn_more {
    --txt: #7ec5e9;
    --bc: #fff;
    --border-color: #7ec5e9;
  }
}

.single_laser {
  padding-top: 152px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1023px) {
  .single_laser {
    padding-top: 79px;
    padding-bottom: 20px;
  }
}
.single_laser_content {
  width: 100%;
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto;
}
.single_laser_tag {
  font-weight: 700;
  color: #fff;
  background-color: #e995ac;
  padding: 7px 19px 11px 15px;
  font-size: 23px;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 43px;
}
@media screen and (max-width: 1023px) {
  .single_laser_tag {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 5px 21px 4px 21px;
  }
}
.single_laser_ttl {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0;
  padding-bottom: 29px;
}
@media screen and (max-width: 1023px) {
  .single_laser_ttl {
    font-size: 25px;
    padding-bottom: 17px;
  }
}
.single_laser__custom_layout p {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .single_laser__custom_layout p {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.single_laser__custom_layout p strong {
  font-weight: 700;
}
.single_laser__custom_layout p strong span {
  font-weight: inherit;
}
.single_laser__custom_layout p:has(*):not(:has(br)):not(:has(a)) {
  margin-top: 61px;
}
.single_laser__custom_layout p:has(*):not(:has(br)):not(:has(a)) + * {
  margin-top: 24px !important;
}
.single_laser__custom_layout p a {
  color: #7DC5E8;
  text-decoration: underline;
  font-weight: 300;
}
.single_laser__custom_layout p a:hover {
  text-decoration: none;
}
.single_laser__custom_layout h1,
.single_laser__custom_layout h2,
.single_laser__custom_layout h3,
.single_laser__custom_layout h4,
.single_laser__custom_layout h5,
.single_laser__custom_layout h6 {
  font-weight: 700;
  color: #fff;
  background-color: #7dc5e8;
  padding: 12px 48px 17px 44px;
  font-size: 23px;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 28px;
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .single_laser__custom_layout h1,
  .single_laser__custom_layout h2,
  .single_laser__custom_layout h3,
  .single_laser__custom_layout h4,
  .single_laser__custom_layout h5,
  .single_laser__custom_layout h6 {
    margin-top: 30px;
  }
}
.single_laser__custom_layout h1:first-of-type:not(:first-child),
.single_laser__custom_layout h2:first-of-type:not(:first-child),
.single_laser__custom_layout h3:first-of-type:not(:first-child),
.single_laser__custom_layout h4:first-of-type:not(:first-child),
.single_laser__custom_layout h5:first-of-type:not(:first-child),
.single_laser__custom_layout h6:first-of-type:not(:first-child) {
  margin-top: 85px;
}
@media screen and (max-width: 1023px) {
  .single_laser__custom_layout h1:first-of-type:not(:first-child),
  .single_laser__custom_layout h2:first-of-type:not(:first-child),
  .single_laser__custom_layout h3:first-of-type:not(:first-child),
  .single_laser__custom_layout h4:first-of-type:not(:first-child),
  .single_laser__custom_layout h5:first-of-type:not(:first-child),
  .single_laser__custom_layout h6:first-of-type:not(:first-child) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .single_laser__custom_layout h1,
  .single_laser__custom_layout h2,
  .single_laser__custom_layout h3,
  .single_laser__custom_layout h4,
  .single_laser__custom_layout h5,
  .single_laser__custom_layout h6 {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 7px 6px 14px;
  }
}
.single_laser_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-left: 3px;
}
@media screen and (max-width: 1023px) {
  .single_laser_list {
    gap: 6px 10px;
    padding-left: 0;
  }
}
.single_laser_list .list_item {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0;
  color: #7ec5e9;
}
@media screen and (max-width: 1023px) {
  .single_laser_list .list_item {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}
.single_laser_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 54px 0 50px;
  padding: 29px 0;
  border-top: 2px solid #7dc5e8;
  border-bottom: 2px solid #7dc5e8;
}
@media screen and (max-width: 1023px) {
  .single_laser_img {
    margin: 23px 0 14px;
    padding: 12px 0;
  }
}
.single_laser_img img {
  width: auto;
  max-width: 343px;
}
@media screen and (max-width: 1023px) {
  .single_laser_img img {
    max-width: 51.8404907975%;
  }
}
.single_laser_txt {
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .single_laser_txt {
    font-size: 16px;
    line-height: 1.6875;
  }
}
.single_laser_inner {
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .single_laser_inner {
    padding-top: 28px;
  }
}
.single_laser_item + .single_laser_item {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .single_laser_item + .single_laser_item {
    margin-top: 30px;
  }
}
.single_laser_item .item_ttl {
  font-weight: 700;
  color: #fff;
  background-color: #7dc5e8;
  padding: 8px 48px 9px 44px;
  font-size: 23px;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 36px;
}
@media screen and (max-width: 1023px) {
  .single_laser_item .item_ttl {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 7px 6px 14px;
  }
}
.single_laser_item .item_txt {
  letter-spacing: 0;
  font-weight: 300;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  .single_laser_item .item_txt {
    font-size: 16px;
  }
}
.single_laser_item .item_txt + .list {
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .single_laser_item .item_txt + .list {
    margin-top: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .single_laser_item .item_txt + .list .list_item + .list_item {
    margin-top: 3px;
  }
}
.single_laser_item .list {
  letter-spacing: 0;
  font-weight: 300;
  font-size: 25px;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .single_laser_item .list {
    font-size: 16px;
    line-height: 1.375;
  }
}
.single_laser_sub {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0;
  padding: 63px 12px 0 0;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .single_laser_sub {
    font-size: 15px;
    padding: 34px 0 0;
  }
}
.single_laser_link {
  width: 100%;
  max-width: 250px;
  margin: 134px auto 0;
}
@media screen and (max-width: 1023px) {
  .single_laser_link {
    margin: 113px auto 0;
    max-width: 200px;
  }
}
.single_laser_link a {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 18px 20px;
  border: 1px solid #E995AC;
  background-color: #E995AC;
  border-radius: 6px;
  color: #fff !important;
  position: relative;
}
.single_laser_link a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .single_laser_link a {
    font-size: 14px;
    padding: 12px 20px 14px;
  }
}
.single_laser_btn {
  width: 100%;
  max-width: 426px;
  margin: 134px auto 0;
}
@media screen and (max-width: 1023px) {
  .single_laser_btn {
    margin: 113px auto 0;
    max-width: 280px;
  }
}
.single_laser_btn a {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  padding: 20px 20px 23px;
  border: 1px solid #7dc5e8;
  border-radius: 6px;
  color: #7dc5e8 !important;
  position: relative;
}
.single_laser_btn a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #7dc5e8;
  border-bottom: 2px solid #7dc5e8;
}
@media screen and (max-width: 1023px) {
  .single_laser_btn a {
    font-size: 14px;
    padding: 12px 20px 14px;
  }
}