@charset "UTF-8";
html{
  scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

/* ///////////////////////////////////////////////

　サイト全般のスタイル
　header,footer,modules

/////////////////////////////////////////////// */


/* ブレイクポイント */
/* details と summary */
/* font awesome */
/* slick */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*



  FONT
----------------------------------------------- */
:root {
  font-size: 1px;
  --color-text-base: #000;
  --color-light-blue: #2f65a2;
  --color-blue: #003e83;
  --color-light-gray: #f2f2f2;
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-futura: "futura-pt", sans-serif;
  --gradient-blue: linear-gradient(90deg,#2f65a2,#003e83);
}
@media screen and (min-width: 961px) {
  :root {
    --dist-header: 100px;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --dist-header: 50px;
    font-size: 0.875px;
  }
  
}

body {
  color: var(--color-text-base);
  font-size: 14rem;
  font-family: var(--font-gothic);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

:is(p) {
  line-height: 1.85;
}

:is(li, dt, dd, th, td) {
  line-height: 1.5;
}

:is(input, textarea, select) {
  font-size: 16px;
}

:is(a) {
  color: inherit;
}
:is(a):hover {
  text-decoration: none;
}

.ffF {
  font-family: var(--font-josefin);
}

/*

  LAYOUT
----------------------------------------------- */
@media screen and (max-width: 960px) {
  body.isMenuOpen {
    overflow: hidden;
  }
}

@media screen and (min-width: 961px) {
  .main-contents {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .main-contents {
    margin-top: 30px;
  }
}

/*

  HEADER
----------------------------------------------- */
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: var(--dist-header);
  background: #fff;
}
@media screen and (min-width: 961px) {
  .header {
    padding: 0 clamp(20px, 6vw, 100px);
    margin: auto;
  }
}
@media (max-width: 1320px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .header {
    position: sticky;
    padding: 0 10px;
  }
}
.header .logo {
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .header .logo {
    width: 105px;
    margin-left: 10px;
  }
}

/*

  MENU
----------------------------------------------- */
.gnav {
  display: flex;
}
.gnav a {
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .gnav {
    margin-left: min(3vw, 40px);
    align-items: center;
    gap: clamp(15px, 3vw, 40px);
  }
}
@media screen and (max-width: 960px) {
  .gnav {
    position: fixed;
    z-index: 2;
    top: var(--dist-header);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    flex-direction: column;
    padding: 35px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
  }
}

.gnav-main {
  display: flex;
}
@media screen and (max-width: 960px) {
  .gnav-main {
    flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .gnav-main > li {
    padding: 0 min(1.3vw, 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--dist-header);
  }
  .gnav-main > li > a {
    position: relative;
    padding: 5px 0;
  }
  .gnav-main > li > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: var(--color-light-blue);
    height: 2px;
    width: 0%;
    transition: 0.2s;
  }
  .gnav-main > li:hover > a {
    color: var(--color-light-blue);
  }
  .gnav-main > li:hover > a::before {
    width: 100%;
  }
  .gnav-main > li:hover .lower {
    top: 100%;
    opacity: 1;
    pointer-events: inherit;
  }
  .gnav-main > li > a {
    font-size: clamp(14px, max(14px, 1vw), 16px);
    font-weight: 600;
  }
  .gnav-main > li .en {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .gnav-main > li {
    position: relative;
  }
  .gnav-main > li:nth-child(4) {
    display: none;
  }
  .gnav-main > li > a {
    display: flex;
    align-items: center;
    gap: 1em;
    height: 75px;
    border-bottom: 1px solid currentColor;
  }
  .gnav-main > li .en {
    color: var(--color-blue);
    font-size: 30px;
    font-family: var(--font-futura);
  }
  .gnav-main > li .ja {
    margin-top: 8px;
    margin-right: auto;
    font-size: 12px;
  }
}
.gnav-main .parent {
  position: relative;
}
.gnav-main .parent::before, .gnav-main .parent::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.gnav-main .parent::after {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .gnav-main .parent {
    margin-right: 17px;
  }
  .gnav-main .parent::after {
    top: 50%;
    right: -17px;
    translate: 0 -50%;
    content: "\f107";
    color: var(--color-light-blue);
    font-size: 75%;
  }
}
.gnav-main .btnOpenMenu {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 75px;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .gnav-main .btnOpenMenu {
    display: none;
  }
}
.gnav-main .btnOpenMenu::before, .gnav-main .btnOpenMenu::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.gnav-main .btnOpenMenu::before {
  content: "+";
}
.gnav-main .btnOpenMenu.active::before {
  content: "\f068";
}
.gnav-main .lower {
  display: flex;
}
@media screen and (min-width: 961px) {
  .gnav-main .lower {
    position: absolute;
    top: 100%;
    top: 50%;
    left: 0;
    right: 0;
    background: var(--color-light-gray);
    padding-left: calc(50% - 370px);
    padding-right: calc(50% - 370px);
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
}
@media screen and (min-width: 961px) and (max-width: 780px) {
  .gnav-main .lower {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .gnav-main .lower li + li:not(.not-line) {
    position: relative;
    padding-left: 30px;
  }
  .gnav-main .lower li + li:not(.not-line)::before {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    content: "/";
    color: #999;
    rotate: -10deg;
  }
  .gnav-main .lower a {
    font-size: clamp(13px, max(13px, 0.875vw), 14px);
    font-weight: 500;
  }
  .gnav-main .lower a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.3em;
  }
}
@media screen and (max-width: 960px) {
  .gnav-main .lower {
    margin: 15px 0;
    flex-direction: column;
    gap: 7px;
  }
  .gnav-main .lower li {
    font-size: 12px;
  }
  .gnav-main .lower a {
    display: flex;
    padding: 5px 0;
  }
}
.gnav-main .debug {
  opacity: 1;
  pointer-events: inherit;
}

@media screen and (max-width: 960px) {
  .gnav-cta {
    margin-top: 25px;
  }
  .gnav-cta a {
    margin-top: 20px;
    display: flex;
    height: 60px;
    padding: 0 25px;
    align-items: center;
    border-radius: 3px;
    color: #fff;
  }
}
@media screen and (min-width: 961px) {
  .gnav-cta .tel {
    display: none;
  }
}
.gnav-cta .tel a {
  background: linear-gradient(90deg, #2f65a2, #3d78b0);
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}
.gnav-cta .tel a span {
  font-size: 17px;
  font-family: var(--font-futura);
  font-weight: 600;
}
.gnav-cta .tel a .num {
  font-size: 24px;
  font-family: var(--font-futura);
}
.gnav-cta .tel a small {
  font-size: 10px;
}
.gnav-cta .form a {
  color: #fff;
  font-weight: 600;
  font-size: clamp(14px, max(14px, 1vw), 16px);
}
.gnav-cta .form a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (min-width: 961px) {
  .gnav-cta .form a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(15vw, 190px);
    height: 50px;
    border-radius: 50px;
    background: var(--gradient-blue);
  }
  .gnav-cta .form span {
    display: none;
  }
  .gnav-cta .form i {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .gnav-cta .form {
    background: linear-gradient(90deg, #003e83, #2f65a2);
  }
  .gnav-cta .form a {
    font-size: 13px;
  }
  .gnav-cta .form i {
    margin-left: auto;
  }
}

.isMenuOpen .gnav {
  opacity: 1;
  pointer-events: inherit;
}

/* current */
body.services .gnav-main li:nth-child(1) > a::before,
body.works .gnav-main li:nth-child(2) > a::before,
body.overview .gnav-main li:nth-child(3) > a::before,
body.pick-up .gnav-main li:nth-child(4) > a::before,
body.recruit-partner .gnav-main li:nth-child(5) > a::before {
  width: 100%;
}

/*

  BUTTON MENU
----------------------------------------------- */
.btnMenu {
  position: relative;
  z-index: 101;
  place-items: center;
  width: var(--dist-header);
  height: var(--dist-header);
  display: none;
  transition: 0.2s;
}
.btnMenu::before, .btnMenu::after, .btnMenu span {
  grid-area: 1/1;
  content: "";
  width: 32px;
  height: 1.5px;
  background: var(--color-light-blue);
  transition: 0.2s;
}
.btnMenu::before {
  translate: 0 -5px;
}
.btnMenu::after {
  translate: 0 5px;
}
@media screen and (max-width: 960px) {
  .btnMenu {
    display: grid;
  }
}

.isMenuOpen .btnMenu::before {
  rotate: 25deg;
  translate: 0;
}
.isMenuOpen .btnMenu::after {
  rotate: -25deg;
  translate: 0;
}
.isMenuOpen .btnMenu span {
  opacity: 0;
}

/*

  ブース装飾
----------------------------------------------- */
.booth-design {
  background: url(../img/bg-booth.jpg) no-repeat center/cover;
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .booth-design {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .booth-design {
    margin-top: 200px;
  }
}
@media screen and (max-width: 960px) {
  .booth-design {
    margin-top: 80px;
    background-image: url(../img/bg-booth-sp.jpg);
  }
}
.booth-design .content {
  position: relative;
}
@media screen and (min-width: 961px) {
  .booth-design .content {
    padding: 55px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .booth-design .content {
    padding-top: 40px;
    padding-bottom: 250px;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.booth-design .meta {
  display: flex;
  gap: 7px;
}
.booth-design .meta > * {
  padding: 0.3em 0.6em 0.35em;
  background: #fccf00;
  border-radius: 0.1em;
  font-size: 20rem;
}
@media screen and (max-width: 960px) {
  .booth-design .meta > * {
    font-size: 14px;
  }
}
.booth-design .catch {
  margin: 6px 0 20px;
  padding-bottom: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fccf00;
  font-size: 17rem;
  border-bottom: 3px dotted #fff;
}
@media screen and (max-width: 960px) {
  .booth-design .catch {
    font-size: 13px;
  }
}
.booth-design .title {
  margin-bottom: 2em;
  color: #fff;
  line-height: 1.2;
}
.booth-design .title small {
  font-size: 28rem;
}
@media screen and (max-width: 960px) {
  .booth-design .title small {
    font-size: 20px;
  }
}
.booth-design .title em {
  font-size: 77rem;
}
@media screen and (max-width: 960px) {
  .booth-design .title em {
    font-size: 56px;
  }
}
.booth-design .button {
  justify-content: space-between;
  width: 390px;
  max-width: 100%;
  height: 58px;
  padding: 0 50px;
  background: #fff;
  border-radius: 40px;
  font-size: 18rem;
  font-weight: 600;
}
.booth-design .button i {
  width: revert;
  background: none;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .booth-design .button {
    width: 295px;
    padding: 0 40px;
    font-size: 13.5px;
  }
}
.booth-design img {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .booth-design img {
    position: absolute;
    top: 53%;
    right: 0;
    translate: 0 -50%;
    width: 58%;
  }
}
@media screen and (max-width: 960px) {
  .booth-design img {
    width: 335px;
    max-width: inherit;
    bottom: -70px;
    left: 50%;
    translate: -50%;
  }
}

/*

  制作・広報のお困りごとを解決します
----------------------------------------------- */
.bottom-cta {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .bottom-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .bottom-cta {
    padding-top: 130px;
    padding-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .bottom-cta {
    padding-top: 95px;
    padding-bottom: 60px;
  }
}
.bottom-cta .title {
  width: 100%;
  color: var(--color-light-blue);
  font-size: 30rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .bottom-cta .title {
    font-size: 20px;
    text-align: center;
  }
}
.bottom-cta .desc {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 40px;
  font-size: 16rem;
}
@media screen and (max-width: 960px) {
  .bottom-cta .desc {
    margin-bottom: 30px;
    font-size: 13px;
    text-align: center;
  }
}
.bottom-cta .info address {
  margin-top: 1.5em;
  font-size: 12rem;
}
@media screen and (min-width: 961px) {
  .bottom-cta .info {
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .bottom-cta .info .logo {
    width: 205px;
    margin: auto;
  }
  .bottom-cta .info address {
    font-size: 10.5px;
  }
}
.bottom-cta .buttons {
  display: flex;
}
.bottom-cta .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2em;
  text-decoration: none;
  line-height: 1.3;
}
.bottom-cta .buttons a i {
  transition: 0.2s;
}
@media screen and (min-width: 961px) {
  .bottom-cta .buttons {
    align-items: center;
    gap: 70px;
  }
  .bottom-cta .buttons a:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 960px) {
  .bottom-cta .buttons {
    margin-top: 40px;
    flex-direction: column;
    gap: 10px;
  }
  .bottom-cta .buttons a {
    height: 55px;
  }
}
.bottom-cta .tel a {
  align-items: flex-start;
  flex-direction: column;
}
.bottom-cta .tel span {
  color: var(--color-blue);
  font-family: var(--font-futura);
  font-size: 22rem;
  font-weight: 600;
}
.bottom-cta .tel .num {
  font-size: 33rem;
}
@media screen and (max-width: 960px) {
  .bottom-cta .tel a {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #2f65a2, #3d78b0);
    color: #fff;
  }
  .bottom-cta .tel span {
    color: #fff;
    font-size: 15px;
  }
  .bottom-cta .tel .num {
    font-size: 23px;
  }
  .bottom-cta .tel small {
    font-size: 10px;
  }
}
.bottom-cta .form a {
  background: var(--gradient-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(16px, max(16px, 1.125vw), 18px);
}
.bottom-cta .form a:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (min-width: 961px) {
  .bottom-cta .form a {
    gap: 60px;
    height: 85px;
    padding: 0 40px;
  }
  .bottom-cta .form span {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .bottom-cta .form a {
    justify-content: space-between;
    padding: 0 30px;
    font-size: 13.5px;
  }
}

/*

  FOOTER
----------------------------------------------- */
.footer {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  background: linear-gradient(90deg, #1a264b, #1d3755);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 40px 85px 40px 35px;
    padding: 40px 20px 80px;
  }
}
.footer a {
  text-decoration: none;
}
.footer .copyright {
  display: block;
  margin-top: 90px;
  font-size: 10rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer .copyright {
    margin-top: 70px;
    font-size: 8.5px;
  }
}
.footer .pagetop {
  position: absolute;
  top: -25px;
  right: 90px;
  padding-top: 90px;
  color: #ccc;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  font-family: var(--font-futura);
  font-weight: 600;
}
.footer .pagetop::before {
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  content: "";
  width: 1px;
  height: 80px;
  background-color: currentColor;
}
.footer .pagetop:hover::before {
  -webkit-animation: pagetopLineDash 1.2s cubic-bezier(1, 0, 0, 1) 1;
          animation: pagetopLineDash 1.2s cubic-bezier(1, 0, 0, 1) 1;
}
@media (max-width: 1320px) {
  .footer .pagetop {
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .footer .pagetop {
    padding-top: 64px;
    font-size: 11.5px;
  }
  .footer .pagetop::before {
    height: 56px;
  }
}

.fnav-main {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 961px) {
  .fnav-main {
    grid-template-columns: auto 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  .fnav-main {
    margin-left: 15px;
    margin-right: 65px;
  }
}
.fnav-main > li > a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #808080;
  font-weight: 600;
  position: relative;
}
.fnav-main > li > a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1.5px;
  width: 0%;
  content: "";
  background: #fff;
  transition: 0.2s;
}
.fnav-main > li > a:hover {
  color: #b0f0f0;
}
.fnav-main > li > a:hover::after {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .fnav-main > li > a {
    padding-bottom: 0.8em;
    font-size: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .fnav-main > li {
    position: relative;
  }
  .fnav-main > li > a {
    height: 60px;
    font-size: 12px;
  }
}
.fnav-main .btnOpenMenu {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  height: 60px;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .fnav-main .btnOpenMenu {
    display: none;
  }
}
.fnav-main .btnOpenMenu::before, .fnav-main .btnOpenMenu::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.fnav-main .btnOpenMenu::before {
  content: "+";
}
.fnav-main .btnOpenMenu.active::before {
  content: "\f068";
}
.fnav-main .lower {
  margin-top: 1.4em;
}
.fnav-main .lower li {
  margin-bottom: 1em;
}
.fnav-main .lower a {
  color: #ccc;
  font-size: 12rem;
}
.fnav-main .lower a:hover {
  color: #fff;
}
@media screen and (min-width: 961px) {
  .fnav-main .lower {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .fnav-main .lower a {
    font-size: 10px;
  }
}
@media screen and (min-width: 961px) {
  .fnav-main .service .lower {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.fnav-sub {
  display: flex;
}
.fnav-sub a {
  color: #ccc;
  font-size: 12rem;
}
.fnav-sub a:hover {
  color: #fff;
}
@media screen and (min-width: 961px) {
  .fnav-sub {
    margin-top: 120px;
    justify-content: flex-end;
    gap: 3em;
  }
}
@media screen and (max-width: 960px) {
  .fnav-sub {
    margin-top: 45px;
    margin-left: 15px;
    gap: 2em;
  }
  .fnav-sub a {
    font-size: 9px;
  }
}

.fcta-1 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 961px) {
  .fcta-1 {
    display: none;
  }
}
.fcta-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  font-size: 12.5px;
}
.fcta-1 .tel {
  justify-self: end;
  width: 40px;
  background: linear-gradient(90deg, #2f65a2, #3d78b0);
  color: #1a264b;
}
.fcta-1 .form {
  background: linear-gradient(90deg, #003e83, #2f65a2);
}

.fcta-2 {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 961px) {
  .fcta-2 {
    display: none;
  }
}
.fcta-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  font-size: 11px;
}
.fcta-2 .tel {
  background: linear-gradient(90deg, #2f65a2, #3d78b0);
  font-size: 12px;
  font-family: var(--font-futura);
  font-weight: 600;
}
.fcta-2 .tel em {
  font-size: 16.5px;
}
.fcta-2 .form {
  background: linear-gradient(90deg, #003e83, #2f65a2);
  gap: 5px;
}
.fcta-2 .form i {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@-webkit-keyframes pagetopLineDash {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@keyframes pagetopLineDash {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
/*

  PARTS
----------------------------------------------- */
/* ブレイクポイント */
/* details と summary */
/* font awesome */
/* slick */
/* button */
.btn {
  text-decoration: none;
  transition: 0.2s;
}
.btn:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  text-decoration: none;
}
.btn:hover img {
  opacity: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--color-blue);
  font-size: 16rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
.button .fa-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1;
  background-color: var(--color-blue);
  border-radius: 50%;
  color: #fff;
  transition: 0.2s;
}
.button:hover {
  opacity: 0.8;
}
.button:hover .fa-solid {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 960px) {
  .button .fa-solid {
    width: 35px;
    font-size: 90%;
  }
}

/* page title */
.pagetitle {
  position: relative;
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  background: url("../img/bg-pagetitle.png") no-repeat 0 0;
}
@media screen and (max-width: 1140px) {
  .pagetitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pagetitle.hasAnchor {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .pagetitle {
    margin-bottom: 150px;
    background-size: auto 220px;
  }
}
@media screen and (max-width: 960px) {
  .pagetitle {
    margin-bottom: 65px;
    background-size: auto 135px;
    flex-direction: column;
    gap: 50px;
  }
}
.pagetitle .text {
  position: relative;
  display: grid;
  align-content: center;
}
@media screen and (min-width: 961px) {
  .pagetitle .text {
    height: 220px;
  }
}
@media screen and (max-width: 960px) {
  .pagetitle .text {
    height: 135px;
  }
}
.pagetitle .title-index {
  display: grid;
  gap: 0.5em;
  font-weight: 600;
}
.pagetitle .title-index .en {
  color: var(--color-blue);
  font-family: var(--font-futura);
}
@media screen and (min-width: 961px) {
  .pagetitle .title-index .en {
    font-size: 63rem;
  }
}
@media screen and (max-width: 960px) {
  .pagetitle .title-index .en {
    font-size: 50px;
  }
  .pagetitle .title-index .ja {
    font-size: 12px;
  }
}
@media screen and (min-width: 961px) {
  .pagetitle .anchor-menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: min(3.3vw, 50px);
       -moz-column-gap: min(3.3vw, 50px);
            column-gap: min(3.3vw, 50px);
  }
}
.pagetitle .anchor-menu a {
  display: flex;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 13rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (hover: hover) and (min-width: 960px) {
  .pagetitle .anchor-menu a:hover {
    color: var(--color-light-blue);
  }
  .pagetitle .anchor-menu a:hover .num {
    opacity: 0;
  }
  .pagetitle .anchor-menu a:hover .label {
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
}
@media screen and (max-width: 960px) {
  .pagetitle .anchor-menu a {
    height: 60px;
  }
}
.pagetitle .anchor-menu a:nth-child(1) {
  border-top: 1px solid #b3b3b3;
}
@media screen and (min-width: 961px) {
  .pagetitle .anchor-menu a:nth-child(4) {
    border-top: 1px solid #b3b3b3;
  }
}
.pagetitle .anchor-menu .num {
  margin-right: 1em;
  color: var(--color-light-blue);
  font-family: var(--font-futura);
  transition: 0.2s;
}
.pagetitle .anchor-menu .label {
  margin-right: auto;
  font-size: 16rem;
  transition: 0.2s;
  background-color: transparent;
}
.pagetitle .anchor-menu .fa-solid {
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .pagetitle .anchor-menu .fa-solid {
    color: var(--color-light-blue);
  }
}
.pagetitle .parentpage-title {
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .pagetitle .parentpage-title .ja {
    font-size: 10px;
  }
}
.pagetitle .parentpage-title .en {
  position: absolute;
  right: 0;
  bottom: 0.03em;
  color: rgba(61, 120, 176, 0.05);
  font-size: 210rem;
  font-family: var(--font-futura);
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .pagetitle .parentpage-title .en {
    bottom: 0.15em;
    font-size: 75px;
  }
}
.pagetitle .title-lower {
  display: grid;
  gap: 1em;
  font-weight: 600;
}
.pagetitle .title-lower .ja {
  line-height: 1.2;
  font-weight: 800;
}
.pagetitle .title-lower .en {
  color: var(--color-blue);
  font-family: var(--font-futura);
}
@media screen and (min-width: 961px) {
  .pagetitle .title-lower .ja {
    font-size: 39rem;
  }
  .pagetitle .title-lower .en {
    font-size: 13rem;
  }
}
@media screen and (max-width: 960px) {
  .pagetitle .title-lower .ja {
    font-size: 27px;
  }
  .pagetitle .title-lower .en {
    font-size: 10px;
  }
}

.single-pagetitle {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  margin-top: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1140px) {
  .single-pagetitle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .single-pagetitle {
    margin-top: 15px;
  }
}
.single-pagetitle .singlepage-title {
  margin-top: 65px;
  margin-bottom: 30px;
  display: flex;
}
.single-pagetitle .singlepage-title h2 {
  font-size: 29rem;
  line-height: 1.3;
  font-weight: 800;
}
.single-pagetitle .singlepage-title ul {
  display: flex;
  font-size: 20rem;
  white-space: nowrap;
  font-weight: 700;
}
.single-pagetitle .singlepage-title ul li::before {
  content: "・";
}
@media screen and (min-width: 961px) {
  .single-pagetitle .singlepage-title {
    align-items: flex-end;
    gap: 35px;
  }
}
@media screen and (max-width: 960px) {
  .single-pagetitle .singlepage-title {
    flex-direction: column;
    gap: 15px;
  }
  .single-pagetitle .singlepage-title ul {
    flex-direction: column;
  }
}
.single-pagetitle .catch {
  margin-bottom: 15px;
  font-size: 18rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .single-pagetitle .catch {
    font-size: 15px;
  }
}
.single-pagetitle .client {
  display: flex;
  gap: 2em;
  font-size: 10px;
}
.single-pagetitle .category {
  margin-top: 50px;
  display: flex;
  gap: 10px;
}
.single-pagetitle .category li {
  border: 1px solid #ccc;
  border-radius: 1.5em;
  padding: 0.2em 1.2em 0.3em;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  .single-pagetitle .category {
    margin-top: 20px;
  }
}

/* パンくず */
.breadcrumbs {
  color: #808080;
}
@media screen and (min-width: 961px) {
  .breadcrumbs {
    margin-bottom: 25px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .breadcrumbs {
    margin-bottom: 15px;
    font-size: 7px;
  }
}
.breadcrumbs > * + * {
  position: relative;
  margin-left: 1.8em;
}
.breadcrumbs > * + *::before, .breadcrumbs > * + *::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.breadcrumbs > * + *::before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  translate: 0 -50%;
  content: "\f105";
  font-size: 85%;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* 下層インデックスページ */
.lower-index-sec:not(.section) {
  display: grid;
  margin-right: calc(50% - 550px);
}
@media (max-width: 1140px) {
  .lower-index-sec:not(.section) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .lower-index-sec:not(.section) {
    grid-template-columns: min(570px, 45vw) 1fr;
    grid-template-rows: 1fr auto auto auto;
    align-items: end;
    gap: 0 60px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .lower-index-sec:not(.section) {
    margin-left: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 961px) {
  .lower-index-sec .image {
    grid-area: 1/1/5/2;
  }
  .lower-index-sec .image img {
    border-top-right-radius: 65px;
  }
}
@media screen and (max-width: 960px) {
  .lower-index-sec .image {
    margin-bottom: 20px;
  }
  .lower-index-sec .image img {
    border-top-right-radius: 11vw;
  }
}
.lower-index-sec h3 {
  display: grid;
  gap: 0.8em;
  margin-bottom: 2em;
  line-height: 1.3;
}
.lower-index-sec h3 .ja {
  font-size: 39rem;
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .lower-index-sec h3 .ja {
    font-size: 22px;
  }
}
.lower-index-sec h3 .en {
  color: var(--color-blue);
  font-size: 13rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .lower-index-sec h3 .en {
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  .lower-index-sec p {
    font-size: 13px;
  }
}
.lower-index-sec .button {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .lower-index-sec .button {
    margin-top: 30px;
    margin-left: auto;
  }
}
.lower-index-sec dl {
  background: #f8f6f4;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .lower-index-sec dl {
    margin-top: 50px;
    padding: 35px 40px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 960px) {
  .lower-index-sec dl {
    margin-top: 25px;
    padding: 23px 25px 18px;
  }
}
.lower-index-sec dl dt {
  margin-bottom: 15px;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  font-size: 20rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .lower-index-sec dl dt {
    font-size: 16px;
  }
}
.lower-index-sec dl dd {
  margin-bottom: 10px;
  display: flex;
  gap: 0.6em;
  align-items: flex-start;
  font-size: 16rem;
}
.lower-index-sec dl dd::before {
  margin-top: 0.65em;
  content: "";
  background: #d3c2b8;
  width: 0.4em;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .lower-index-sec dl dd {
    font-size: 13px;
  }
}

/* セクション */
.section {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .section + .section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .section + .section {
    margin-top: 75px;
  }
}

/* セクション タイトル */
.h3 {
  display: grid;
  gap: 0.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2em;
  line-height: 1.4;
}
.h3::before {
  margin-bottom: 0.3em;
  content: "";
  width: 25px;
  height: 3px;
  background: #65abcd;
}
.h3 .ja {
  font-weight: 700;
}
.h3 .en {
  color: #ccc;
  font-family: var(--font-futura);
  font-weight: 500;
  letter-spacing: 0;
}
.h3[class*=icon-] {
  background-position: right center;
  background-repeat: no-repeat;
}
.h3.icon-gray {
  background-image: url(../img/ico-title-gray.svg);
}
.h3.icon-orange {
  background-image: url(../img/ico-title-orange.svg);
}
@media screen and (min-width: 961px) {
  .h3[class*=icon-] {
    padding-right: 60px;
    background-size: 38px;
  }
  .h3 .ja {
    font-size: 25rem;
  }
  .h3 .en {
    font-size: 11rem;
  }
}
@media screen and (max-width: 960px) {
  .h3[class*=icon-] {
    padding-right: 40px;
    background-size: 29px;
  }
  .h3 .ja {
    font-size: 18px;
  }
  .h3 .en {
    font-size: 9px;
  }
}

.h4 {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 45px;
  font-size: 20rem;
  font-weight: 800;
}
.h4::before {
  content: "";
  width: 25px;
  height: 3px;
  background: #65abcd;
}
@media screen and (max-width: 960px) {
  .h4 {
    margin-bottom: 35px;
    font-size: 18px;
  }
}

/*  */
.balloons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px 20px;
}
@media screen and (max-width: 960px) {
  .balloons {
    flex-direction: column;
    gap: 10px;
  }
}
.balloons > div {
  background: #f2f2f2;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.balloons > div::after {
  position: absolute;
  content: "";
  background: #f2f2f2;
}
@media screen and (min-width: 961px) {
  .balloons > div {
    padding: 20px 25px;
    border-radius: 15px;
    font-size: 16rem;
  }
  .balloons > div::after {
    top: 100%;
    left: 50%;
    translate: -50%;
    width: 17px;
    height: 16px;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
@media screen and (max-width: 960px) {
  .balloons > div {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 12.5px;
  }
  .balloons > div::after {
    top: 50%;
    translate: 0 -50%;
    width: 13px;
    height: 14px;
  }
  .balloons > div:nth-child(odd) {
    margin-right: 25px;
  }
  .balloons > div:nth-child(odd)::after {
    left: 100%;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .balloons > div:nth-child(even) {
    margin-left: 25px;
  }
  .balloons > div:nth-child(even)::after {
    right: 100%;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
}

/* 特長 */
.box-feature {
  background: #f0f7fa;
  display: grid;
}
@media screen and (min-width: 961px) {
  .box-feature {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 50px;
    border-radius: 15px;
    gap: 25px 80px;
    align-items: center;
  }
  .box-feature + .box-feature {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .box-feature {
    padding: 25px 15px 30px;
    border-radius: 10px;
    gap: 15px;
  }
  .box-feature + .box-feature {
    margin-top: 20px;
  }
}
.box-feature .ttl {
  display: grid;
  gap: 0.3em;
  align-items: start;
  align-content: start;
  line-height: 1.7;
  font-size: 20rem;
  font-weight: 700;
}
.box-feature .ttl i {
  color: #3d78b0;
  font-size: 66rem;
  font-family: var(--font-futura);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .box-feature .ttl {
    font-size: 16px;
  }
  .box-feature .ttl i {
    font-size: 42px;
  }
}
.box-feature .image {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .box-feature .image {
    grid-area: 1/2/3/3;
  }
}
@media screen and (max-width: 960px) {
  .box-feature .text {
    font-size: 13px;
  }
}

/* 対応可能なサービス例 */
.service-boxes {
  display: grid;
}
@media screen and (min-width: 961px) {
  .service-boxes {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
}
@media screen and (max-width: 960px) {
  .service-boxes {
    gap: 15px;
  }
}
.service-boxes > div {
  border: 1px solid #65abcd;
  border-radius: 15px;
}
@media screen and (min-width: 961px) {
  .service-boxes > div {
    padding: 40px 45px;
  }
}
@media screen and (max-width: 960px) {
  .service-boxes > div {
    padding: 20px 15px;
  }
}
.service-boxes .ttl {
  display: flex;
  gap: 0.2em;
  margin-bottom: 0.8em;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1.4;
}
.service-boxes .ttl::before {
  content: "◼️";
  color: #65abcd;
}
@media screen and (max-width: 960px) {
  .service-boxes .ttl {
    margin-bottom: 0.6em;
    font-size: 16px;
  }
}

/* 実績一覧 */
.works-list {
  display: grid;
}
@media screen and (min-width: 961px) {
  .works-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 50px;
  }
}
@media screen and (max-width: 960px) {
  .works-list {
    gap: 50px;
  }
}
.works-list a {
  display: grid;
  gap: 0.9em;
  text-decoration: none;
}
.works-list .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 0.4em;
}
.works-list .meta > * {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1.5em;
  border: 1px solid #ccc;
  border-radius: 2em;
  font-size: 10px;
}
.works-list .thumb {
  background: radial-gradient(circle, #fff, #f2f2f2);
  aspect-ratio: 333/266;
  padding: 20px;
}
.works-list .thumb img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-list .title {
  font-size: 20rem;
  font-weight: 600;
  line-height: 1.4;
}
.works-list .client {
  display: flex;
  gap: 2em;
  font-size: 10px;
}

/* タクソノミー一覧 */
.taxonomies {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  margin-top: -100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1140px) {
  .taxonomies {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .taxonomies {
    margin-top: -30px;
    margin-bottom: 70px;
  }
}
.taxonomies ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.taxonomies ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 1.2em 0.3em;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .taxonomies ul a {
    font-size: 11px;
  }
}
.taxonomies .categories a:hover, .taxonomies .categories .current {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}
.taxonomies .tags {
  margin-top: 25px;
}
.taxonomies .tags a {
  font-size: 10px;
}
.taxonomies .tags a:hover, .taxonomies .tags a.current {
  background-color: #e0d4cd;
  border-color: #e0d4cd;
}

/* ページネーション */
.page-navi {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1140px) {
  .page-navi {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .page-navi {
    margin-top: 80px;
  }
}
.page-navi > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1;
  font-size: 17rem;
  font-family: var(--font-futura);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .page-navi > * {
    width: 23px;
    font-size: 13px;
  }
}
.page-navi a {
  text-decoration: none;
}
.page-navi .current {
  background: #3d78b0;
  color: #fff;
}
.page-navi .prev {
  background: url(../img/mrk-prev.svg) no-repeat center/14px;
}
@media screen and (max-width: 960px) {
  .page-navi .prev {
    background-size: 12px;
  }
}
.page-navi .next {
  background: url(../img/mrk-next.svg) no-repeat center/14px;
}
@media screen and (max-width: 960px) {
  .page-navi .next {
    background-size: 12px;
  }
}

/* 投稿 */
.single .header {
  position: fixed;
  /* position: absolute; */
}
.single .main-contents {
  margin-top: var(--dist-header);
}

.wp-entry {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .wp-entry {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wp-entry > * + * {
  margin-top: 50px;
}
.wp-entry figure {
  text-align: center;
}
.wp-entry .images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .wp-entry .images {
    gap: 15px;
  }
}
.wp-entry .images .col2 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 960px) {
  .wp-entry .images .col2 {
    width: 100%;
  }
}
.wp-entry .hasBg {
  position: relative;
  /* background: radial-gradient(circle, #fff, #f2f2f2); */
  border-radius: 60px;
  width: 100%;
  /* padding: 40px 60px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-entry .hasBg figcaption {
  position: absolute;
  bottom: 30px;
  right: 50px;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  .wp-entry .hasBg {
    border-radius: 20px;
    /* padding: 35px; */
  }
  .wp-entry .hasBg figcaption {
    bottom: 20px;
    right: 25px;
  }
}

.related-articles {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  margin-top: 120px;
}
@media screen and (max-width: 1140px) {
  .related-articles {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .related-articles {
    margin-top: 100px;
  }
}

.link-back {
  margin-top: 100px;
  text-align: center;
}
.link-back a {
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 40px;
  width: 350px;
  max-width: 100%;
  height: 80px;
}
@media screen and (max-width: 960px) {
  .link-back {
    margin-top: 90px;
  }
  .link-back a {
    width: 330px;
    height: 65px;
  }
}
.mainimg{
  text-align: center;
}
@media screen and (max-width: 640px) {
.mainimg{
aspect-ratio: 2 / 1;
}
.mainimg img{
width: 100%;
height: 100%;
object-fit: cover;
}
}