@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=link");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  font-size: 62.5%;
  scroll-padding-top: calc(var(--header-height) + 2rem);
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
  }
}

body {
  margin: 0;
  padding: 0;
  padding-top: var(--header-height);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  color: #434343;
  background: #fff;
  word-break: break-all;
  counter-reset: number 0;
  letter-spacing: 0.05em;
}

a {
  color: #2C5BA8;
  text-decoration: none;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
a:hover {
  color: #434343;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #434343;
  }
}
.conversion {
  background-color: #434343;
  color: #fff;
  text-align: center;
  margin: 10rem 0 0 0;
  padding: 4rem 2rem;
}
.conversion .conversion__ttl {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .conversion .conversion__ttl {
    font-size: 2.3rem;
  }
}
.conversion .conversion__btn a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 2rem 20rem;
  border-radius: 2rem;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .conversion .conversion__btn a {
    width: 100%;
    border-radius: 1rem;
    padding: 2rem;
    font-size: 2.3rem;
  }
}

#f-cv {
  background-color: #434343;
  text-align: center;
  color: #fff;
  padding: 4rem 2rem;
  margin: 10rem 0 0 0;
}
#f-cv h2.f-cv-ttl {
  font-size: 2.3rem;
  font-weight: 500;
  margin-top: 0;
}
#f-cv p.f-cv-txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
#f-cv a.f-cv-btn {
  margin: 0 auto;
  padding: 2rem;
  display: block;
  width: 50%;
  border-radius: 2rem;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 768px) {
  #f-cv a.f-cv-btn {
    width: 100%;
  }
}
#f-cv a.f-cv-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8853), to(#CC0055));
  background: linear-gradient(#FF8853, #CC0055);
  opacity: 0;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
#f-cv a.f-cv-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: transparent;
}
#f-cv a.f-cv-btn:hover::before {
  opacity: 1;
}
#f-cv a.f-cv-btn .airplane-orbit {
  position: absolute;
  right: 6rem;
  top: 2.8rem;
  width: 5.4rem;
  height: auto;
}
#f-cv a.f-cv-btn .airplane2 {
  position: absolute;
  right: 2.4rem;
  top: 3rem;
  width: 3.7rem;
  height: auto;
}

.fix-cv {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 16rem;
  height: 16rem;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fix-cv {
    bottom: -1rem;
    right: -1rem;
  }
}
.fix-cv.disappear {
  opacity: 0;
  pointer-events: none;
}
.fix-cv .cv-link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #434343;
  -webkit-box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3);
          box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.fix-cv .cv-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF8853), to(#CC0055));
  background: linear-gradient(#FF8853, #CC0055);
  opacity: 0;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.fix-cv .cv-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fix-cv .cv-link:hover::before {
  opacity: 1;
}
.fix-cv .cv-link h2.cv-txt {
  z-index: 1;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.8rem;
  margin: 1rem 0 0 0;
  font-weight: 500 small;
  font-weight-display: block;
  font-weight-font-size: 1.4rem;
  font-weight-line-height: 1.5;
  font-weight-margin-bottom: 0.8rem;
}
.fix-cv .cv-link .airplane {
  margin-top: 1.5rem;
  width: 3.7rem;
  height: auto;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #434343;
  color: #fff;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cookie-banner button {
  background-color: #fff;
  color: #434343;
  border: none;
  padding: 1rem 1.5rem;
  cursor: pointer;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
}
.cookie-banner button:hover {
  background-color: #f0f0f0;
}

.note {
  color: #f00 !important;
}

.wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 2rem;
}

.wrap-narrow {
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 0 2rem;
}

.page-ttl {
  background-color: #f7f7f7;
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .page-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 3rem 2rem;
  }
}
.page-ttl .page-ttl__main {
  margin: 0;
  padding: 0;
  z-index: 1;
}
.page-ttl .page-ttl__main .page-ttl__en {
  display: block;
  font-size: 4.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #e9e9e9;
}
.page-ttl .page-ttl__main .page-ttl__ja {
  display: block;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: -2rem;
  color: #434343;
}
.page-ttl .page-ttl-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.page-ttl .page-ttl-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 247)), to(rgba(247, 247, 247, 0)));
  background: linear-gradient(90deg, rgb(247, 247, 247), rgba(247, 247, 247, 0));
}
.page-ttl .page-ttl-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-ttl .page-ttl__lead {
  line-height: 1.5;
}

.page-ttl-wide {
  aspect-ratio: 1440/380;
}
@media screen and (max-width: 768px) {
  .page-ttl-wide {
    aspect-ratio: 375/120;
  }
}

.ttl-section {
  margin: 12rem 0 4rem 0;
}
.ttl-section .ttl-section-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ttl-section .ttl-section-en {
    font-size: 3.2rem;
  }
}
.ttl-section .ttl-section-ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ttl-section .ttl-section-ja {
    font-size: 1.6rem;
  }
}
.ttl-section .char {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.ttl-article {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  border-left: 0.3rem solid #434343;
  margin: 4rem 0 3rem 0;
  padding: 1rem 0 1rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-article {
    font-size: 2.7rem;
  }
}

.ttl-parts {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 3rem 0 1rem 0;
}

.block-txt {
  width: 80rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .block-txt {
    width: 100%;
  }
}

.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .col2 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.caption {
  font-size: 1.4rem;
  line-height: 2;
}

.internal-btn1 a {
  display: inline-block;
  min-width: 18rem;
  background: #434343;
  border-radius: 1rem;
  color: #fff;
  padding: 1.2rem 5rem 1.2rem 2.2rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.internal-btn1 a::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 0;
  border-top: 1px solid #fff;
  top: calc(50% + 0.5px);
  right: 2rem;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.internal-btn1 a::after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.internal-btn1 a span {
  display: inline-block;
  width: 100%;
  padding: 0.8rem 2rem 0.8rem 0;
  border-right: 1px solid #696969;
}
.internal-btn1 a:hover {
  background: #000;
}
.internal-btn1 a:hover::before {
  right: 1rem;
}
.internal-btn1 a:hover::after {
  right: 1.4rem;
}

a.icon-link {
  display: block;
  position: relative;
  padding-left: 3rem;
}
a.icon-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #2C5BA8;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-image: url("../images/icon-link.svg");
  /* Safari対応 */
  -webkit-mask-image: url("../images/icon-link.svg");
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
a.icon-link:hover::before {
  background-color: #434343;
}

.pager {
  margin: 5rem auto;
  overflow-x: auto;
}
.pager .pager-list {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.pager .pager-list .pager-item {
  text-align: center;
}
.pager .pager-list .pager-item a {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 1rem;
  color: #434343;
  line-height: 1;
  position: relative;
}
.pager .pager-list .pager-item a:hover, .pager .pager-list .pager-item a.pager-item--current {
  background: #f0f0f0;
}
.pager .pager-list .pager-item a.pager-prev::after, .pager .pager-list .pager-item a.pager-next::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #434343;
  border-right: 1px solid #434343;
}
.pager .pager-list .pager-item a.pager-prev::after {
  top: 40%;
  left: 45%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pager .pager-list .pager-item a.pager-next::after {
  top: 40%;
  left: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wrap-scroll {
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .wrap-scroll {
    margin-right: -2rem;
  }
}

img.scroll-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  img.scroll-img {
    width: 200%;
  }
}

.table1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .table1 {
    width: 200%;
  }
}
.table1 th,
.table1 td {
  padding: 1.5rem;
  border: solid 1px #CCC;
}
.table1 thead {
  background-color: #f7f7f7;
}
.table1 thead th {
  font-weight: 500;
}
.table1 tbody {
  background-color: #fff;
}
.table1 tbody th {
  font-weight: 500;
}

.ttl-topics {
  margin: 12rem 0 4rem 0;
  padding: 0;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttl-topics {
    font-size: 2.3rem;
  }
}

.common-work {
  background-color: #434343;
  padding: 4rem;
  border-radius: 2rem;
  color: #fff;
  list-style-type: none;
  margin: 3rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .common-work {
    grid-template-columns: 1fr;
  }
}
.common-work * {
  color: #CCC;
}
.common-work .common-work__item a {
  display: block;
}
.common-work .common-work__item a .common-work__img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
@media screen and (max-width: 768px) {
  .common-work .common-work__item a .common-work__img {
    width: 80%;
  }
}
.common-work .common-work__item a .common-work__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  width: 100%;
  height: 100%;
}
.common-work .common-work__item a:hover .common-work__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.common-work .common-work__item a .common-work__txt * {
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
}
.common-work .common-work__item a .common-work__txt .common-work__ttl {
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}
.common-work .common-work__item a .common-work__txt .common-work__categories {
  list-style-type: none;
  padding: 0;
}
.common-work .common-work__item a .common-work__txt .common-work__categories .common-work__category {
  line-height: 1;
  display: inline-block;
  margin-right: 0.5rem;
  white-space: nowrap;
  font-size: 1.4rem;
  padding: 0.5rem;
  border: 1px solid #696969;
  border-radius: 0.3rem;
}
.common-work .common-work__item a .common-work__txt .common-work__launch {
  font-size: 1.4rem;
}

.common-faq {
  width: 100%;
  margin: 0 auto 3rem auto;
  border-bottom: 1px solid #CCC;
  /* アコーディオンの開閉 */
}
.common-faq .faq__list-q {
  position: relative;
  padding: 2rem 5rem 2rem 6rem;
  cursor: pointer;
  border-top: 1px solid #CCC;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  /* ＋アイコン */
  /* 開いたとき */
}
.common-faq .faq__list-q:hover {
  background: #f7f7f7;
}
.common-faq .faq__list-q::before, .common-faq .faq__list-q::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 3.5rem;
  width: 12px;
  height: 1px;
  background: #434343;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.common-faq .faq__list-q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.common-faq .faq__list-q.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.common-faq .faq__list-q.active + .faq__list-a {
  /* 適当に大きめの値 */
  max-height: 50em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.common-faq .faq__list-q .icon-q {
  position: absolute;
  top: 1.4rem;
  left: 0;
  background: #f0f0f0;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.common-faq .faq__list-a {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 1.5rem 0 6rem;
  margin-left: 0;
  -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  position: relative;
}
.common-faq .faq__list-a p {
  margin-top: 0;
}
.common-faq .faq__list-a .icon-a {
  position: absolute;
  top: 1.4rem;
  left: 0;
  background: #434343;
  color: #fff;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.common-service {
  list-style-type: none;
  padding: 0;
  margin: 0 0 3rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 0 5rem;
}
.common-service .common-service-item {
  border-bottom: 1px solid #CCC;
  position: relative;
}
.common-service .common-service-item:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 3rem;
  height: 0;
  border-bottom: 1px solid #434343;
}
.common-service .common-service-item a {
  display: block;
  padding: 2.5rem 3rem 2.5rem 0;
  color: #434343;
  line-height: 1.5;
  position: relative;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.common-service .common-service-item a .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  right: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.common-service .common-service-item a .arrow::before, .common-service .common-service-item a .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
}
.common-service .common-service-item a .arrow::before {
  width: 1.5rem;
  height: 0;
  border-top: 1px solid #434343;
}
.common-service .common-service-item a .arrow::after {
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #434343;
  border-right: 1px solid #434343;
  -webkit-transform: rotate(45deg) translateY(-60%);
          transform: rotate(45deg) translateY(-60%);
}
.common-service .common-service-item a:hover {
  color: #8691A3;
}
.common-service .common-service-item a:hover .arrow {
  -webkit-animation: arrow 1s infinite;
          animation: arrow 1s infinite;
}
@-webkit-keyframes arrow {
  from {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  to {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@keyframes arrow {
  from {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  to {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}

.common-stlog {
  list-style-type: none;
  padding: 0;
  margin: 0 0 3rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .common-stlog {
    grid-template-columns: 1fr;
  }
}
.common-stlog .common-stlog-item a {
  display: block;
  padding: 3rem;
  background-color: #f7f7f7;
  border-radius: 2rem;
  color: #434343;
  height: 100%;
}
.common-stlog .common-stlog-item a:hover {
  color: #8691A3;
}
@media screen and (max-width: 768px) {
  .common-stlog .common-stlog-item a {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 2rem;
  }
}
.common-stlog .common-stlog-item a .common-stlog-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.common-stlog .common-stlog-item a .common-stlog-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  width: 100%;
  height: 100%;
}
.common-stlog .common-stlog-item a:hover .common-stlog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.common-stlog .common-stlog-item a .common-stlog-txt * {
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
}
.common-stlog .common-stlog-item a .common-stlog-txt .common-stlog-ttl {
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}
.common-stlog .common-stlog-item a .common-stlog-txt .common-stlog-categories {
  list-style-type: none;
  padding: 0;
}
.common-stlog .common-stlog-item a .common-stlog-txt .common-stlog-categories .common-stlog-category {
  line-height: 1;
  display: inline-block;
  margin-right: 0.5rem;
  white-space: nowrap;
  font-size: 1.4rem;
  padding: 0.5rem;
  border: 1px solid #CCC;
  border-radius: 0.3rem;
}
.common-stlog .common-stlog-item a .common-stlog-txt .common-stlog-date {
  font-size: 1.4rem;
}
.common-stlog .common-stlog-item a .common-stlog-txt .common-stlog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.common-stlog .common-stlog-item a .common-stlog-txt .common-stlog-author .common-stlog-author-avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.common-stlog .common-stlog-item a .common-stlog-txt .common-stlog-author .common-stlog-author-name {
  font-size: 1.4rem;
}

.split-text span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}