@charset "UTF-8";
body {
  background-color: #f7f5f4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}
body.is-noScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a[target="_blank"] {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

img {
  max-width: 100%;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

li {
  list-style: none;
}

input {
  outline: none;
}

::-moz-placeholder {
  color: #555;
}

::placeholder {
  color: #555;
}

i {
  font-style: normal;
}

button {
  outline: none;
}

h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 0.875rem;
  }
}

.inner {
  width: 96.888%;
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto;
  position: relative;
}
.inner.is-max-width {
  max-width: calc(1280px + 8%);
}
.inner.is-works-single01 {
  max-width: calc(820px + 8%);
}
.inner.is-blog-archive {
  width: 96.333%;
}
.inner.is-blog-single {
  width: 89.25%;
}
.inner.is-profile {
  max-width: calc(1116px + 8%);
}
.inner.is-contact {
  max-width: calc(560px + 8%);
}
.inner.is-404 {
  max-width: calc(496px + 8%);
}

.disp-sp {
  display: none;
}

.header-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.2s linear;
}
.header-nav.is-scroll {
  background-color: #f7f5f4;
}

.site-id-wrapper {
  padding: 20px 3.333% 20px 1.944%;
}

.site-id {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100px;
  padding: 10px;
}
.site-id span {
  display: block;
  line-height: 1;
}
.site-id span:first-of-type {
  margin-bottom: 8px;
}
.site-id img {
  width: 100%;
}

.gnav {
  padding: 24px 3.68%;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
}
.gnav-list > li:first-of-type {
  display: none;
}
.gnav-list > li:not(:last-of-type) {
  margin-right: 36px;
}
.gnav-list a {
  display: block;
}

.sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 24px;
  font-size: 1.375rem;
  line-height: 1.454;
  position: fixed;
  top: 0;
  right: 3.333%;
  z-index: 4;
}
.sns-list li:not(:last-of-type) {
  margin-right: 26px;
}
.sns-list a {
  text-decoration: none;
}

.btn-nav {
  display: none;
}

.main {
  display: block;
  width: 100%;
  padding-top: 158px;
}

.svg-origin {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}

.shape-blue1 {
  width: 31.944%;
  height: 27.638vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-24.13%, -32.16%);
}

.term-list,
.post-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 0.75rem;
  color: #555;
}
.term-list li,
.post-categories li {
  min-width: 66px;
  padding: 0 8px;
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 1.583;
}
.term-list li:not(:last-of-type),
.post-categories li:not(:last-of-type) {
  margin-right: 6px;
}

.date-text {
  margin-top: 4px;
  color: #5cb4eb;
  line-height: 2.312;
}

.page-title-wrapper {
  margin-bottom: 84px;
  text-align: center;
}
.page-title-wrapper a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.page-title-wrapper p:not([class]),
.page-title-wrapper .search-result {
  margin-top: 50px;
  line-height: 2.562;
}
.page-title-wrapper h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3em;
  margin: 32px auto 0;
  background-image: linear-gradient(
    to bottom,
    transparent 0,
    transparent 68%,
    rgba(255, 208, 101, 0.61) 68%,
    rgba(255, 208, 101, 0.61) 100%
  );
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-title-wrapper h2 {
    font-size: 1.5rem;
  }
}

.page-title {
  line-height: 1;
}

.btn-wrapper {
  margin-top: 58px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 268px;
  padding: 14px;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    #575757 0%,
    #575757 50%,
    #fff 50%,
    #fff 100%
  );
  border: 3px solid #575757;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s linear;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover {
  background-position: right;
  color: #575757;
}

.no-data-text {
  margin-bottom: 2em;
  text-align: center;
}

.footer {
  overflow: hidden;
  padding: 9.513% 0 32px;
  text-align: center;
  position: relative;
}
.footer.is-home {
  margin-top: -72px;
}
.footer.is-simple {
  padding-top: 0;
  padding-bottom: 40px;
}
.footer p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.btn-footer {
  display: inline-block;
  width: 100%;
  max-width: 322px;
  padding: 13px 10px;
  margin-top: 30px;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    #575757 0%,
    #575757 50%,
    #fff 50%,
    #fff 100%
  );
  border: 3px solid #575757;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s linear;
}
@media screen and (max-width: 768px) {
  .btn-footer {
    font-size: 1rem;
  }
}
.btn-footer:hover {
  background-position: right;
  color: #575757;
}

.copyright {
  display: block;
  width: 100%;
  margin-top: 80px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: 2.857;
}

.shape-white {
  width: 51.25%;
  min-width: 738px;
  height: 38.263vw;
  min-height: 552px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.btn-page-top {
  width: 59px;
  height: 59px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  line-height: 0;
  position: absolute;
  bottom: 46px;
  right: 2.5%;
}
.btn-page-top::before {
  content: "";
  width: 20px;
  height: 10px;
  background: center/contain no-repeat url("../img/arrow-page-top.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.mv {
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 205px;
  padding-bottom: 24.444%;
  position: relative;
}
.mv h1 {
  padding: 0 40px;
}
.mv .main-text,
.mv .sub-text {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.mv .main-text img,
.mv .sub-text img {
  width: 100%;
}
.mv .main-text {
  width: 100%;
  margin-bottom: 5.185%;
}
.mv .sub-text {
  width: 21.358%;
}

.shape-blue3 {
  width: 33.055%;
  height: 26.805vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(30.672%);
  z-index: -1;
}

.section-title {
  margin-bottom: 56px;
  line-height: 1;
}

.view-more-home,
.view-more {
  text-align: right;
}
.view-more-home a,
.view-more a {
  display: inline-block;
  padding: 10px 80px 10px 0;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  position: relative;
}
.view-more-home a:hover::before,
.view-more a:hover::before {
  background-color: #e9efef;
}
.view-more-home a::before,
.view-more-home a::after,
.view-more a::before,
.view-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.view-more-home a::before,
.view-more a::before {
  width: 51px;
  height: 51px;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: 0.2s linear;
}
.view-more-home a::after,
.view-more a::after {
  width: 40px;
  height: 7px;
  background: center/contain no-repeat url("../img/arrow-view-more.svg");
  right: 20px;
}

.view-more-home {
  width: 100.833%;
  margin-left: -0.416%;
}
.view-more-home a {
  padding-right: 86px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .view-more-home a {
    font-size: 1rem;
  }
}

.view-more {
  margin-top: 52px;
}
.view-more.is-works {
  text-align: left;
}
.view-more.is-works a {
  letter-spacing: 0.05em;
  text-transform: none;
}
.view-more a {
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .view-more a {
    font-size: 0.875rem;
  }
}

.home-works {
  padding-top: 128px;
  padding-bottom: 32px;
  position: relative;
}
.home-works .view-more-home {
  width: 93.12%;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.works-list > li {
  width: 22.274%;
  margin-bottom: 72px;
}
.works-list > li:not(:nth-of-type(4n)) {
  margin-right: 3.635%;
}
.works-list > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.works-list li a:nth-of-type(2) {
  padding-top: 15px;
}

.works-list > li figure {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  line-height: 0;
  position: relative;
  z-index: -1;
}
.works-list > li figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7f5f4;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.works-list > li figure img {
  width: 100%;
  border-radius: 10px;
}
.works-list > li .term-list {
  margin-left: 10px;
}
.works-list > li .text-title {
  order: 1;
  padding-left: 18px;
  margin-top: -2px;
}
.works-hp,
.works-lp {
  position: relative;
}
.works-category {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: #313b72;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
}
.works-category-lp {
  display: block;
  width: fit-content;
  padding: 5px 10px;
  background-color: #694966;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
}
.shape-blue4 {
  width: 32.847%;
  height: 26.597vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-13.742%, -2.61%);
  z-index: -1;
}

.home-profile .content-wrapper,
.profile-wrapper .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-profile .profile-img,
.profile-wrapper .profile-img {
  position: relative;
}
.home-profile .profile-img img,
.profile-wrapper .profile-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-profile .profile-text .text-title,
.profile-wrapper .profile-text .text-title {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.541;
}
@media screen and (max-width: 768px) {
  .home-profile .profile-text .text-title,
  .profile-wrapper .profile-text .text-title {
    font-size: 1.25rem;
  }
}
.home-profile .profile-text .text-title span,
.profile-wrapper .profile-text .text-title span {
  display: inline-block;
  position: relative;
}
.home-profile .profile-text .text-title span::after,
.profile-wrapper .profile-text .text-title span::after {
  content: attr(data-label);
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .home-profile .profile-text .text-title span::after,
  .profile-wrapper .profile-text .text-title span::after {
    font-size: 0.875rem;
  }
}

.home-profile {
  overflow-x: hidden;
  padding-top: 136px;
  padding-bottom: 74px;
  position: relative;
}
.home-profile .section-title {
  padding-right: 2px;
  margin-bottom: 0;
  text-align: right;
}
.home-profile .profile-img {
  width: 26.562%;
  padding-top: 25%;
  margin-right: 4.687%;
}
.home-profile .profile-text {
  width: 68.751%;
}
.home-profile .profile-text .text-title {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.541;
}
@media screen and (max-width: 768px) {
  .home-profile .profile-text .text-title {
    font-size: 1.25rem;
  }
}
.home-profile .profile-text .text-title span {
  padding: 5px 15px;
  background-color: #fff;
}
.home-profile .profile-text p {
  padding-left: 12px;
}

.shape-blue5 {
  width: 27.916%;
  height: 22.777vw;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(12.437%);
  z-index: -1;
}

.home-price {
  overflow-x: hidden;
  padding-top: 132px;
  padding-bottom: 11.111%;
  position: relative;
}
.home-price .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.25%;
  margin-bottom: 64px;
}
.home-price .title-wrapper .section-title {
  margin-right: 4.186%;
  margin-bottom: 0;
}

.home-price-list a,
.blog-list a {
  display: flex !important;
  flex-direction: column;
}
.home-price-list .text-title,
.blog-list .text-title {
  order: 1;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.25rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .home-price-list .text-title,
  .blog-list .text-title {
    font-size: 1rem;
  }
}
.home-price-list .thumbnail,
.blog-list .thumbnail {
  flex-shrink: 0;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  line-height: 1;
}
.home-price-list .thumbnail img,
.blog-list .thumbnail img {
  width: 100%;
  border-radius: 5px;
}
.home-price-list .content-wrapper,
.blog-list .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 2px;
}
.home-price-list .post-categories li,
.blog-list .post-categories li {
  margin-bottom: 0;
}

.home-price-list a {
  margin: 0 16px;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.blog-list > li {
  width: 31.446%;
  margin-bottom: 88px;
}
.blog-list > li:not(:nth-of-type(3n)) {
  margin-right: 2.83%;
}

.shape-purple {
  width: 32.847%;
  height: 26.597vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-13.53%);
  z-index: -1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  color: transparent;
  line-height: 0;
  position: absolute;
  top: 11.25vw;
  z-index: 1;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  width: 20px;
  height: 33px;
  background: center/contain no-repeat url("../img/arrow-slider.svg");
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.slick-prev {
  left: -1.562%;
  transform: scale(-1, 1);
}

.slick-next {
  right: -1.562%;
}

.shape-blue2 {
  width: 33.055%;
  height: 26.805vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(30.882%);
  z-index: -1;
}

.about-wrapper {
  overflow: hidden;
  padding-bottom: 200px;
  text-align: center;
  position: relative;
}

.about-wrapper .shape-blue3 {
  bottom: 56px;
  transform: translateX(24.789%);
}

.about-wrapper .shape-blue4 {
  top: auto;
  bottom: 0;
  transform: translate(-26.427%, 58.746%);
}

.about-text {
  font-size: 1.25rem;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .about-text {
    font-size: 1rem;
  }
}

.about-text h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 58px 0;
  margin: 0 auto 68px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-text h2 {
    font-size: 1.5rem;
  }
}
.about-text h2::before,
.about-text h2::after {
  content: "";
  width: 40px;
  height: 30px;
  background: center/contain no-repeat url("../img/deco-quotation.svg");
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-text h2::before {
  left: 0;
  transform: scale(-1, -1);
}
.about-text h2::after {
  right: 0;
}
.about-text p:not(:last-child) {
  margin-bottom: 2.3em;
}

.profile-wrapper {
  padding-top: 94px;
  padding-bottom: 72px;
  margin-bottom: 124px;
  background-color: #fff;
  position: relative;
}
.profile-wrapper .profile-img {
  width: 30.465%;
  padding-top: 28.673%;
  margin-right: 6.272%;
}
.profile-wrapper .profile-text {
  width: 63.263%;
}
.profile-wrapper .view-more {
  margin-top: -6px;
}

.wave {
  width: 100%;
  position: absolute;
  left: 0;
}
.wave:first-of-type {
  top: 1px;
  transform: translateY(-100%);
}
.wave:last-of-type {
  bottom: 1px;
  transform: translateY(100%) scale(-1, -1);
}

.career {
  max-width: 1440px;
  padding-top: 64px;
  padding-bottom: 32px;
  margin: 0 auto 32px;
}
.career h2 {
  margin-bottom: 54px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
}
@media screen and (max-width: 768px) {
  .career h2 {
    font-size: 1.5rem;
  }
}
.career table {
  border-collapse: collapse;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.career table th,
.career table td {
  padding: 12px 2em 12px 0;
  border: none;
}
.career table th:first-of-type,
.career table td:first-of-type {
  white-space: nowrap;
}
.career table th:last-of-type,
.career table td:last-of-type {
  padding-right: 0;
}

.next-posts-link {
  text-align: center;
}

#infscr-loading {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
#infscr-loading img {
  width: 30px;
}

.post-title {
  margin-bottom: 1.062em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.5rem;
  }
}

.works-single01 .eyecatch {
  margin-bottom: 52px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  line-height: 0;
}
.works-single01 .eyecatch img {
  width: 100%;
}
.works-single01 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.works-single01 .item-left {
  width: 60.487%;
  font-size: 0.75rem;
}
.works-single01 .item-right {
  width: 30.243%;
  font-size: 0.75rem;
  color: #555;
  line-height: 2.333;
}
.works-single01 .item-right dl {
  display: flex;
}
.works-single01 .item-right dl:nth-of-type(2) {
  margin-bottom: 2.333em;
}
.works-single01 .item-right dl dt {
  min-width: 4.5em;
  margin-right: 1.5em;
  font-weight: bold;
}

.page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.page-nav li {
  width: 46%;
  max-width: 267px;
}
.page-nav li:first-of-type a::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
.page-nav a {
  display: block;
  padding: 18px;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 50%,
    #fff 50%,
    #fff 100%
  );
  border: 5px solid #e5e5e5;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 0.2s linear;
}
@media screen and (max-width: 768px) {
  .page-nav a {
    font-size: 0.875rem;
  }
}
.page-nav a::after {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("../img/arrow-menu.svg");
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.page-nav a:hover {
  background-position-x: right;
}

.btn-to-works,
.btn-to-archive {
  margin-bottom: 132px;
  text-align: center;
}
.btn-to-works a,
.btn-to-archive a {
  display: inline-block;
  width: 50%;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    #93b6d4 0%,
    #93b6d4 50%,
    #fff 50%,
    #fff 100%
  );
  border: 3px solid #e9efef;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: 0.2s linear;
}
.btn-to-works a::after,
.btn-to-archive a::after {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("../img/arrow-menu.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-to-works a:hover,
.btn-to-archive a:hover {
  background-position-x: right;
  color: #000;
}

.btn-to-works a:hover::after,
.btn-to-archive a:hover::after {
  background: center/contain no-repeat url("../img/arrow-menu-black.svg");
}

.btn-to-works a {
  max-width: 267px;
  padding: 20px;
}
.btn-to-works a::after {
  right: 20px;
}

.btn-to-archive {
  padding-bottom: 14px;
}
.btn-to-archive a {
  max-width: 178px;
  padding: 8px 16px 8px 8px;
  font-size: 0.875rem;
}
.btn-to-archive a::after {
  right: 16px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -32px;
  margin-bottom: 110px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #664b4b;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-bottom: 4px;
  border-radius: 50%;
}
.wp-pagenavi span:not(:last-child),
.wp-pagenavi a:not(:last-child) {
  margin-right: 22px;
}
.wp-pagenavi span {
  background-color: #93b6d4;
}
.wp-pagenavi a {
  background-color: #c4c4c4;
}

/* single */

.p-single-blog__inner {
  margin: auto;
  padding: 0 20px;
  max-width: 600px;
  width: 100%;
}

@media (min-width: 768px) {
  .p-single-blog__inner {
    padding: 0 25px;
    max-width: 1200px;
  }
}

.p-single-blog__meta {
  display: flex;
  align-items: center;
}

.p-single-blog__date {
  font-size: 14px;
  line-height: 1;
}

.p-single-blog__category {
  margin-left: 24px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #93b6d4;
}

.p-single-blog__title {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-single-blog__title {
    margin-top: 48px;
    font-size: 36px;
  }
}

.p-single-blog__mv {
  margin-top: 40px;
  width: 100%;
}

.p-single-blog__mv img {
  width: 100%;
  aspect-ratio: 335/188;
  object-fit: cover;
}

.p-single-blog__content {
  margin-top: 64px;
}

@media (min-width: 768px) {
  .p-single-blog__content {
    margin-top: 120px;
  }
}

.p-single-blog__content h2 {
  margin-top: 64px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 2px solid #93b6d4;
}

@media (min-width: 768px) {
  .p-single-blog__content h2 {
    margin-top: 80px;
    padding-bottom: 30px;
    font-size: 28px;
  }
}

.p-single-blog__content h3 {
  margin-top: 64px;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.5;
  border-top: 1px solid #93B6D4;
  border-bottom: 1px solid #93B6D4;
}

@media (min-width: 768px) {
  .p-single-blog__content h3 {
    margin-top: 80px;
    padding: 24px 0;
    font-size: 24px;
  }
}

.p-single-blog__content h4 {
  margin-top: 48px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f3f5f5;
}

@media (min-width: 768px) {
  .p-single-blog__content h4 {
    margin-top: 64px;
    font-size: 20px;
  }
}

.p-single-blog__content h5 {
  margin-top: 40px;
  padding: 4px 0 4px 16px;
  font-size: 15px;
  line-height: 1.5;
  border-left: 4px solid #93B6D4;
}

@media (min-width: 768px) {
  .p-single-blog__content h5 {
    margin-top: 48px;
    padding: 8px 0 8px 16px;
    font-size: 18px;
  }
}

.p-single-blog__content h6 {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-single-blog__content h6 {
    margin-top: 38px;
    font-size: 16px;
  }
}

.p-single-blog__content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-single-blog__content p {
    margin-top: 38px;
  }
}

.p-single-blog__content p a {
  color: #93B6D4;
  text-decoration: underline #93B6D4;
}

.p-single-blog__content p a[target="_blank"]::after {
  content: "";
  margin-right: 10px;
  margin-bottom: -3px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(./../images/common/link.svg);
  background-size: contain;
}

.p-single-blog__content ul {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .p-single-blog__content ul {
    margin-top: 38px;
  }
}

.p-single-blog__content ul li {
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.5;
  text-indent: -18px;
}

.p-single-blog__content ul li:not(:first-of-type),
.p-single-blog__content ol li:not(:first-of-type) {
  margin-top: 16px;
}

.p-single-blog__content ul li::before {
  content: "";
  margin-right: 10px;
  position: relative;
  top: -3px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #93B6D4;
  border-radius: 50%;
}

.p-single-blog__content ol {
  margin-top: 32px;
  counter-reset: number;
}

@media (min-width: 768px) {
  .p-single-blog__content ol {
    margin-top: 38px;
  }
}

.p-single-blog__content ol li {
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
  text-indent: -12px;
}

.p-single-blog__content ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  color: #93B6D4;
}

.box-white {
  padding: 32px 5.042% 32px;
  background-color: #fff;
  border-radius: 10px;
}
.box-white .post-categories li {
  border: 1px solid #bababa;
}

.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  margin-bottom: 56px;
}
.blog-wrapper .main-content {
  width: 61.025%;
}
.blog-wrapper .sidebar {
  width: 32.649%;
}

.main-content h2:not(.related-posts-title) {
  padding-left: 2.454em;
  margin-top: 58px;
  margin-bottom: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  line-height: 1.48;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-content h2:not(.related-posts-title) {
    font-size: 1.125rem;
  }
}
.main-content h2:not(.related-posts-title)::before {
  content: "";
  width: 1.636em;
  height: 1.636em;
  border: 8px solid #e9efef;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .wp-block-image {
  margin-bottom: 54px;
}
.main-content p {
  margin-bottom: 2em;
}
.main-content p > a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.main-content .page-nav {
  margin-top: 48px;
}
.main-content .page-nav li {
  max-width: 146px;
}
.main-content .page-nav li:first-of-type a {
  padding-left: 20px;
}
.main-content .page-nav li:first-of-type a::after {
  left: 16px;
}
.main-content .page-nav li:last-of-type a {
  padding-right: 20px;
}
.main-content .page-nav a {
  padding: 8px;
  border-width: 3px;
  font-size: 0.875rem;
}
.main-content .page-nav a::after {
  right: 16px;
}
.main-content .btn-to-works,
.main-content .btn-to-archive {
  margin-bottom: 0;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column:not(:first-child) {
  margin-left: 10.903% !important;
}

.post-header .post-categories {
  justify-content: flex-end;
}

.time-wrapper {
  line-height: 1;
}
.time-wrapper .date-text,
.time-wrapper .update-date {
  display: inline-block;
  padding-left: 1.428em;
  position: relative;
}
.time-wrapper .date-text::before,
.time-wrapper .update-date::before {
  content: "";
  width: 1.142em;
  height: 1.142em;
  background: center/contain no-repeat url("../img/icon-date.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.time-wrapper .date-text {
  margin-top: 0;
  line-height: 1;
}
.time-wrapper .update-date {
  margin-left: 1.071em;
}
.time-wrapper .update-date::before {
  width: 1.071em;
  height: 1.071em;
  background-image: url("../img/icon-date-update.svg");
}

.eyecatch {
  margin-bottom: 32px;
  border: 10px solid #fff;
  border-radius: 5px;
  line-height: 1;
}
.eyecatch img {
  border-radius: 5px;
}

.aligncenter {
  text-align: center;
}

div.yarpp-related {
  padding: 0 2.18%;
  margin-top: 0;
  margin-bottom: 70px;
}
div.yarpp-related > ul {
  font-size: 0.875rem;
}
div.yarpp-related > ul > li:not(:last-of-type) {
  margin-bottom: 2px;
}
div.yarpp-related > ul a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
div.yarpp-related > ul a::before {
  content: "";
  width: 9px;
  height: 12px;
  background: center/contain no-repeat url("../img/arrow-menu.svg");
  position: absolute;
  top: 1.05em;
  left: 0;
  transform: translateY(-50%);
}

.related-posts-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.11em;
  position: relative;
}
.related-posts-title::after {
  content: "";
  width: 3.6em;
  height: 3px;
  background-color: #93b6d4;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.sidebar .box-white {
  padding-right: 6.544%;
  padding-left: 6.544%;
  margin-bottom: 40px;
}
.sidebar .title-sidebar {
  margin-bottom: 28px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
}
.sidebar .banner-image {
  margin-top: 70px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  line-height: 1;
}

.search-wrap {
  display: flex;
  align-self: center;
  padding: 15px 24px;
  margin-bottom: 45px;
  background-color: #fff;
  border-radius: 30px;
}
.search-wrap input[type="text"] {
  padding: 0;
  border: none;
}

.btn-search {
  margin-right: 26px;
  line-height: 1;
}

.sidebar-categories > li:not(:last-of-type) {
  border-bottom: 1px dashed #bababa;
}
.sidebar-categories > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10.574%;
  line-height: 1.687;
  letter-spacing: 0;
}
.sidebar-categories .post-count {
  display: inline-block;
  padding: 2px 11px 4px;
  background-color: #e9efef;
  border-radius: 2px;
  line-height: 1;
}

.sidebar-popular-posts {
  line-height: 1.687;
}
.sidebar-popular-posts ul li,
.sidebar-popular-posts ol li {
  padding: 10px 10px 14px;
  border-top: none;
  border-bottom: 1px dashed #bababa;
}
.sidebar-popular-posts ol {
  counter-reset: ranking-num;
}
.sidebar-popular-posts ol li {
  counter-increment: ranking-num;
  position: relative;
}
.sidebar-popular-posts ol li:nth-of-type(1)::before {
  background-color: #cfa200;
}
.sidebar-popular-posts ol li:nth-of-type(2)::before {
  background-color: #929088;
}
.sidebar-popular-posts ol li:nth-of-type(3)::before {
  background-color: #bc5103;
}
.sidebar-popular-posts ol li::before {
  content: counter(ranking-num);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #555;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-popular-posts a {
  box-shadow: none;
}

.wpp-list {
  margin-bottom: 26px;
}
.wpp-list li {
  margin-bottom: 8px;
}

.entry-content a img,
.comment-content a img {
  box-shadow: none;
}

.wpp-thumbnail {
  margin-right: 4.966%;
  border-radius: 5px;
}

.wpp-post-title {
  display: block;
  font-weight: bold;
}

.wpp-meta,
.post-stats {
  font-size: 0.8125rem;
}

.wpp-views {
  color: #bddde6;
}

.wpp-date {
  color: #5cb4eb;
}

.newposts-list {
  margin-bottom: 26px;
}
.newposts-list li {
  margin-bottom: 8px;
  border-bottom: 1px dashed #bababa;
}
.newposts-list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 14px;
}
.newposts-list .img-block {
  max-width: 96px;
  margin-right: 4.966%;
  margin-bottom: 0;
  line-height: 1;
}
.newposts-list .img-block img {
  display: inline-block;
  border-radius: 5px;
}
.newposts-list .txt-block {
  flex: 1;
}
.newposts-list .txt-block time {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #5cb4eb;
  letter-spacing: 0;
}
.newposts-list .txt-block .text-title {
  letter-spacing: 0;
}

div.liquid-speech-balloon-wrap {
  align-items: flex-start;
  margin-bottom: 42px;
}
div.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical)
  .liquid-speech-balloon-arrow {
  border-top: 12px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid rgba(220, 220, 220, 0.2);
}
div.liquid-speech-balloon-avatar {
  width: 114px;
  height: 114px;
  background-image: url("../img/avatar.png");
  border: 10px solid #fff;
  border-radius: 50%;
}
div.liquid-speech-balloon-avatar::after {
  content: none !important;
}
div.liquid-speech-balloon-text {
  padding: 20px;
  margin-top: 10px;
  background-color: rgba(220, 220, 220, 0.2);
  border: none;
  border-radius: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
div.liquid-speech-balloon-text p {
  margin-bottom: 0;
}
div.liquid-speech-balloon-arrow {
  top: 2.6em;
  left: -12px;
}

.main-content div#ez-toc-container {
  width: 100%;
  padding: 8px 4.049% 18px;
  margin-bottom: 56px;
  background-color: transparent;
  border-radius: 10px;
  border: 3px solid #e5e5e5;
}
.main-content div#ez-toc-container p.ez-toc-title {
  display: block;
}
.main-content div#ez-toc-container .ez-toc-title-container {
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.11em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-content div#ez-toc-container .ez-toc-title-container {
    font-size: 1rem;
  }
}
.main-content div#ez-toc-container .ez-toc-title-container::after {
  content: "";
  width: 110%;
  height: 1px;
  border-bottom: 1px dashed #bababa;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-content div#ez-toc-container .ez-toc-title {
  margin-bottom: 0;
  line-height: 1.45;
}
.main-content div#ez-toc-container nav {
  padding-left: 6px;
}
.main-content div#ez-toc-container ul {
  letter-spacing: 0.02em;
}
.main-content div#ez-toc-container ul li {
  font-size: 100%;
  line-height: 2;
}
.main-content .ez-toc-counter nav ul li a::before {
  margin-right: 0.375em;
}

div.lkc-external-wrap {
  max-width: initial;
}

div.linkcard {
  margin: 0 auto 20px;
}

div#padSection {
  padding: 0 6.325%;
  margin: 0;
  border: none;
  font-size: 0.875rem;
}
div#padSection h4 {
  display: none;
}
div#padSection .avatar {
  float: none;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1;
}
div#padSection .avatar img {
  width: 125px;
  height: 125px;
  margin-bottom: 0;
  border: 10px solid #fff;
}
div#padSection .profileTxtSet {
  margin-left: 0;
}
div#padSection .profileTxtSet dt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.85;
}
div#padSection dl dt .authorName {
  font-size: 1.25rem;
}
div#padSection #latestEntries {
  display: none;
}
div#padSection + .view-more {
  padding: 0 7.8%;
  margin-top: 40px;
}

div.hcb_wrap.hcb_wrap pre,
div.hcb_wrap.hcb_wrap code {
  background-color: transparent;
}
div.hcb_wrap.hcb_wrap pre {
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.75rem;
}

.contact-wrapper {
  padding-bottom: 8px;
}
.contact-wrapper p {
  font-size: 0.875rem;
  line-height: 2.857;
}
.contact-wrapper a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.contact-wrapper form {
  margin-top: 50px;
}
.contact-wrapper form strong {
  color: #da1725;
}

.text-red {
  color: #da1725;
}

div.smf-form .smf-item .smf-text-control__control,
div.smf-form .smf-item .smf-textarea-control__control {
  display: block;
  width: 100%;
  padding: 4px 10px;
  background-color: transparent;
  border: 2px solid #bababa;
  border-radius: 5px;
  outline: none;
}
div.smf-form .smf-item .smf-text-control__control:hover,
div.smf-form .smf-item .smf-text-control__control:active,
div.smf-form .smf-item .smf-text-control__control:focus,
div.smf-form .smf-item .smf-textarea-control__control:hover,
div.smf-form .smf-item .smf-textarea-control__control:active,
div.smf-form .smf-item .smf-textarea-control__control:focus {
  border-color: #bababa;
}
div.smf-form .smf-item .smf-textarea-control__control {
  resize: vertical;
}

.smf-action {
  position: relative;
  z-index: 1;
  margin-top: 2.5em;
  text-align: center;
}

.smf-action .smf-button-control {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 1em;
  padding-block: 10px;
  padding-left: 75px;
  background-size: 200%;
  background-image: linear-gradient(
    to right,
    #333 0%,
    #333 50%,
    transparent 50%,
    transparent 100%
  );
  border: 3px solid #333;
  border-radius: 5px;
  color: #fff;
  transition: 0.2s linear;
}
.smf-action .smf-button-control:hover {
  background-position: right;
  color: #333;
}
.smf-action .smf-button-control .smf-button-control__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px;
  background: transparent;
  border: none;
  color: inherit;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page404-text-box {
  font-size: 0.9375rem;
  line-height: 2.333;
  letter-spacing: 0em;
}
.page404-text-box p:not(:last-child) {
  margin-bottom: 2.3em;
}
.page404-text-box a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.search-result {
  letter-spacing: 0.14em;
}

.search-count {
  font-size: 1.5rem;
  font-weight: bold;
}

.post-wrapper {
  max-width: 498px;
  margin: 0 auto 70px;
  font-size: 0.875rem;
  line-height: 2.857;
}
.post-wrapper > * {
  margin-bottom: 40px;
}
.post-wrapper h2 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.post-wrapper .privacy-policy-tutorial {
  font-weight: 500;
}

/*=======================================================
  PCサイズ以下の設定
=======================================================*/
@media screen and (max-width: 1440px) {
  .footer {
    padding-top: 138px;
  }
}
/*=======================================================
  1200px以下の設定
=======================================================*/
@media screen and (max-width: 1200px) {
  .inner.is-blog-single {
    width: 100%;
  }
}
/*=======================================================
  960px以下の設定
=======================================================*/
@media screen and (max-width: 960px) {
  .inner.is-blog-single {
    max-width: calc(640px + 8%);
  }
  .blog-wrapper {
    padding-top: 0;
  }
  .blog-wrapper .main-content {
    width: 100%;
    margin-bottom: 72px;
  }
  .blog-wrapper .sidebar {
    width: 100%;
  }
}
/*=======================================================
  TBサイズ以下の設定
=======================================================*/
@media screen and (max-width: 768px) {
  h3 {
    line-height: 1.571;
  }
  .inner.is-works-single01 {
    width: 100%;
    max-width: calc(480px + 8%);
  }
  .inner.is-blog-single {
    max-width: calc(480px + 8%);
  }
  .inner.is-contact {
    max-width: 480px;
  }
  .disp-sp {
    display: block;
  }
  .header-nav {
    position: absolute;
  }
  .site-id-wrapper {
    padding: 18px 2.666%;
  }
  .site-id {
    justify-content: flex-start;
  }
  .site-id span:first-of-type {
    margin-bottom: 6px;
  }
  .gnav {
    width: 100%;
    height: 100vh;
    padding: 106px 5.866% 40px;
    margin-right: 0;
    background-color: #f7f5f4;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 2;
    transition: 0.3s linear;
  }
  .gnav.is-open {
    right: 0;
  }
  .gnav-list {
    overflow: auto;
    display: block;
    height: 100%;
    padding-bottom: 40px;
  }
  .gnav-list li {
    border-bottom: 1px dashed #bababa;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
  .gnav-list a {
    padding: 24px 12.084% 20px;
    position: relative;
  }
  .gnav-list a::after {
    content: "";
    width: 9px;
    height: 12px;
    background: center/contain no-repeat url("../img/arrow-menu.svg");
    position: absolute;
    top: 50%;
    right: 5.438%;
  }
  .sns-list {
    padding-top: 22px;
    position: absolute;
    right: calc(8% + 64px);
  }
  .btn-nav {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 50%;
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 4;
    transition: 0.2s linear;
  }
  .btn-nav span {
    display: inline-block;
    width: 40.384%;
    height: 3px;
    background-color: #666;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-nav span:first-of-type {
    top: 37.5%;
  }
  .btn-nav span:nth-of-type(2) {
    top: 50%;
  }
  .btn-nav span:nth-of-type(3) {
    top: 62.5%;
  }
  .btn-nav.is-open {
    transform: rotate(180deg);
  }
  .shape-blue1 {
    width: 41.066%;
    height: 35.466vw;
    transform: translate(-16.233%, -19.548%);
    z-index: 3;
  }
  .page-title-wrapper p:not([class]) {
    text-align: justify;
  }
  .page-title img {
    height: 1.75rem;
  }
  .footer {
    padding-top: 20.8%;
    padding-bottom: 58px;
    margin-top: 48px;
  }
  .footer.is-home {
    margin-top: 48px;
  }
  .btn-footer {
    max-width: 256px;
    padding: 11px;
    margin-top: 26px;
  }
  .copyright {
    margin-top: 28px;
  }
  .shape-white {
    width: 134.666%;
    min-width: auto;
    height: 100.533vw;
    min-height: auto;
    left: 0;
    transform: translateX(-8.118%);
  }
  .btn-page-top {
    width: 41px;
    height: 41px;
    bottom: 7px;
    right: 8px;
  }
  .btn-page-top::before {
    width: 14px;
    height: 8px;
    background-image: url("../img/arrow-page-top-sp.svg");
  }
  .mv {
    padding-top: 118px;
    padding-bottom: 51.2%;
  }
  .mv .main-text {
    width: 89.491%;
    margin-bottom: 8.135%;
  }
  .mv .sub-text {
    width: 38.983%;
  }
  .shape-blue3 {
    width: 48.533%;
    height: 39.466vw;
    transform: translateX(29.12%);
  }
  .view-more-home {
    width: 100%;
    text-align: center;
  }
  .view-more-home a {
    padding-right: 80px;
    margin-left: 70px;
  }
  .view-more {
    margin-top: 36px;
  }
  .section-title {
    text-align: center;
  }
  .home-works {
    padding-top: 68px;
    padding-bottom: 54px;
    margin-top: 60px;
  }
  .home-works .view-more-home {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  .home-works .works-list > li {
    margin-bottom: 50px;
  }
  .works-list {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .works-list > li {
    width: 46.706%;
    margin-bottom: 50px;
  }
  .works-list > li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .works-list > li figure {
    border-width: 3px;
  }
  .works-list > li .term-list {
    margin-left: 0;
  }
  .works-list > li .text-title {
    padding-left: 12px;
    margin-top: 0;
  }
  .shape-blue4 {
    width: 52.8%;
    height: 42.666vw;
    transform: translateX(-12%);
  }
  .home-profile .section-title,
  .profile-wrapper .section-title {
    margin-bottom: 72px;
    text-align: center;
  }
  .home-profile .content-wrapper,
  .profile-wrapper .content-wrapper {
    display: block;
  }
  .home-profile .profile-img,
  .profile-wrapper .profile-img {
    width: 203px;
    padding-top: 193px;
    margin: 0 auto;
    border-width: 5px;
  }
  .home-profile .profile-text,
  .profile-wrapper .profile-text {
    width: 100%;
  }
  .home-profile .profile-text .text-title,
  .profile-wrapper .profile-text .text-title {
    margin-bottom: 52px;
    text-align: center;
  }
  .home-profile .profile-text .text-title span,
  .profile-wrapper .profile-text .text-title span {
    padding: 8px 26px;
  }
  .home-profile .profile-text .text-title span::after,
  .profile-wrapper .profile-text .text-title span::after {
    text-align: center;
    top: auto;
    bottom: -5px;
    right: 50%;
    transform: translate(50%, 100%);
  }
  .home-profile .profile-text p,
  .profile-wrapper .profile-text p {
    padding-right: 3px;
    line-height: 1.9375;
  }
  .home-profile {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .home-profile .content-wrapper {
    display: block;
    margin-top: 72px;
    margin-bottom: 60px;
  }
  .home-profile .profile-text {
    margin-top: -14px;
  }
  .profile-wrapper {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .shape-blue5 {
    width: 57.066%;
    height: 46.933vw;
    transform: translateX(10%);
  }
  .home-price {
    padding-top: 76px;
    padding-bottom: 33.6%;
  }
  .home-price .title-wrapper {
    padding: 0 2.544%;
    margin-bottom: 44px;
  }
  .home-price .title-wrapper .section-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home-price-list a,
  .blog-list a {
    margin: 0;
  }
  .home-price-list .text-title,
  .blog-list .text-title {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-price-list .thumbnail,
  .blog-list .thumbnail {
    border-width: 5px;
  }
  .home-price-list .content-wrapper,
  .blog-list .content-wrapper {
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-price-list {
    width: 79.94%;
    margin: 0 auto;
  }
  .home-price-list .text-title {
    height: 1.85em;
  }
  .shape-purple {
    width: 64.266%;
    height: 52vw;
    transform: translateX(-21%);
  }
  .slick-prev,
  .slick-next {
    top: 24vw;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 2.666vw;
    height: 4.533vw;
    background-image: url("../img/arrow-slider-sp.svg");
  }
  .slick-prev {
    left: -8.27%;
  }
  .slick-next {
    right: -8.27%;
  }
  .shape-blue2 {
    width: 62.666%;
    height: 51.2vw;
    transform: translateX(27.7%);
  }
  .about-wrapper .shape-blue3 {
    max-width: 320px;
  }
  .about-text h2 {
    padding: 12px 42px 0;
  }
  .about-text h2::before,
  .about-text h2::after {
    width: 30px;
    height: 22px;
  }
  .career table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .career table th,
  .career table td {
    display: block;
    padding: 0 0 0 1em;
  }
  .career table th:first-of-type,
  .career table td:first-of-type {
    white-space: normal;
    padding-left: 0;
  }
  .career table th:last-of-type,
  .career table td:last-of-type {
    margin-bottom: 1em;
  }
  .works-single01 .content-wrapper {
    display: block;
  }
  .works-single01 .item-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .works-single01 .item-right {
    width: 100%;
  }
  .page-nav li:first-of-type a::after {
    left: 12px;
  }
  .page-nav a {
    padding: 10px;
  }
  .page-nav a::after {
    right: 12px;
  }
  .btn-to-works a,
  .btn-to-archive a {
    width: 100%;
    padding: 10px;
  }
  .time-wrapper {
    margin-bottom: 12px;
  }
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns .wp-block-image {
    margin-bottom: 1em;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
  .yarpp-related {
    margin-bottom: 56px;
  }
  .related-posts-title {
    margin-bottom: 24px;
  }
  .liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical)
    .liquid-speech-balloon-arrow {
    border-top-width: 10px;
    border-bottom-width: 6px;
    border-right-width: 10px;
  }
  .liquid-speech-balloon-avatar {
    width: 80px;
    height: 80px;
    border-width: 5px;
  }
  .liquid-speech-balloon-text {
    padding: 8px 14px;
    margin-top: 5px;
    margin-left: 14px;
  }
  .liquid-speech-balloon-arrow {
    top: 2em;
    left: -10px;
  }
  .form-box dl {
    display: block;
    margin-right: 0;
  }
  .form-box dl dd {
    width: 100%;
  }
}
/*=======================================================
  640px以下の設定
=======================================================*/
@media screen and (max-width: 640px) {
  .blog-list {
    max-width: 400px;
    margin: 0 auto;
  }
  .blog-list > li {
    width: 100%;
    margin-bottom: 50px;
  }
  .blog-list > li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .wp-pagenavi {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
/*=======================================================
  374px以下の設定
=======================================================*/
@media screen and (max-width: 374px) {
  .site-id-wrapper {
    padding-left: 0;
  }
  .sns-list {
    right: calc(5% + 64px);
  }
  .about-text h2 span {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*=======================================================
  Contact Form 7 の設定
=======================================================*/
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
}
