@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  cursor: default;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0F0F0F;
  font-size: 16px;
  background-color: #F2F6FA;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #body_wrap > .inner {
    margin-bottom: 15%;
  }
}

img {
  width: 100%;
}

svg {
  width: 100%;
}

.inner {
  padding: 0 60px;
  max-width: 1500px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width:1280px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0;
  }
}

.pc-none {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.contact-btn {
  z-index: 0;
  background-color: #000000;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  width: 212px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    height: 34px;
    width: 160px;
  }
}
.contact-btn:hover {
  cursor: pointer;
  background-color: transparent;
  transition: 1.5s;
}
.contact-btn:hover a {
  color: #000000;
  font-weight: 500;
}
.contact-btn:hover a svg path {
  stroke: #000000;
}
.contact-btn:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  transition-duration: 2s;
  opacity: 0;
  background: url(../img/cta_hover.png) no-repeat center center/cover;
}
.contact-btn:active, .contact-btn:focus {
  background-color: transparent;
}
.contact-btn:active a, .contact-btn:focus a {
  color: #000000;
  font-weight: 500;
}
.contact-btn:active a svg path, .contact-btn:focus a svg path {
  stroke: #000000;
}
.contact-btn:active:after, .contact-btn:focus:after {
  opacity: 1;
}
.contact-btn a {
  position: relative;
  z-index: 1;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 10px;
  gap: 0px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    font-size: 12px;
    padding-left: 5px;
  }
}
.contact-btn a svg {
  width: 30px;
  vertical-align: middle;
}
.contact-btn a svg path {
  stroke: #fff;
}
@media screen and (max-width: 767px) {
  .contact-btn a svg {
    width: 20px;
  }
}

.contact-btn:hover:after {
  opacity: 1;
}

.section-title {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  transform: skew(-10deg);
  letter-spacing: 0.04rem;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 768px) and (max-width:1280px) {
  .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 26px;
    padding-bottom: 16px;
  }
}
.section-title::after {
  width: 60px;
  height: 2px;
  background-color: #000000;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.btn {
  height: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #000000;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width:1280px) {
  .btn a {
    font-size: 14px;
  }
}
.btn a img {
  width: 20px;
  vertical-align: middle;
}
.btn a:hover, .btn a:active, .btn a:focus {
  color: rgb(94, 94, 94);
  transition: 0.5s;
}
.btn a:hover svg path, .btn a:active svg path, .btn a:focus svg path {
  stroke: rgb(94, 94, 94);
}
.btn a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000000;
  bottom: 0;
  left: 0;
}
.btn a:hover::after, .btn a:active::after, .btn a:focus::after {
  transition: 1.5s;
  opacity: 1;
  background: url(../img/horizontal_divider.png) no-repeat center center/cover;
}

.about-btn a svg, .more-btn a svg {
  width: auto;
}

.grecaptcha-badge {
  z-index: 999;
}

.contact-btn.contact-btn-cta {
  margin-left: 0px;
  margin: auto;
  min-width: 40%;
  height: 48px;
}
.contact-btn.contact-btn-cta a span span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 25px;
  background-image: url(../assets/svg/arrow-right-white.svg);
  background-position: center;
}
.contact-btn.contact-btn-cta:hover a span span:after, .contact-btn.contact-btn-cta:active a span span:after, .contact-btn.contact-btn-cta:focus a span span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 25px;
  background-image: url(../assets/svg/arrow-right.svg);
  background-position: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header {
    z-index: 300;
    position: fixed;
  }
}

.scrolled {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .header-wrap {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap {
    padding-left: 60px;
  }
}

.header-logo {
  width: 200px;
  padding: 10px 0px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 100px;
    padding: 0px;
  }
}

.header-nav {
  margin-left: auto;
  display: flex;
  gap: 20px;
}
.header-nav li:hover, .header-nav li:active, .header-nav li:focus {
  transition: 0.5s;
  opacity: 0.5;
}
.header-nav li a {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: flex;
  gap: 3px;
}
.header-nav li a svg {
  width: 15px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.contact-btn {
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn {
    margin-right: 10px;
  }
}

.drawer-icon {
  position: fixed;
  top: 18px;
  left: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (min-width: 768px) and (max-width:1280px) {
  .drawer-icon {
    display: block;
    top: 30px;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
}
.drawer-icon.is-active .drawer-icon-bar2 {
  top: 8px;
  width: 26px;
  transform: rotate(45deg);
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 24px;
  display: none;
}

.drawer-icon-bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 28px;
  height: 2px;
  background: #000000;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.drawer-icon-bar1.is-active,
.drawer-icon-bar2.is-active,
.drawer-icon-bar3.is-active {
  z-index: 299;
}

.drawer-icon-bar1 {
  top: 0px;
  width: 26px;
}

.drawer-icon-bar2 {
  top: 8px;
  width: 20px;
}

.drawer-icon-bar3 {
  top: 16px;
  position: absolute;
  left: 0;
  width: 16px;
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0px;
  padding-top: 100px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background-image: url(../img/sp-back.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-nav li {
  padding-bottom: 30px;
}
.drawer-nav li a {
  color: #000000;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.drawer-nav li a svg {
  width: 15px;
}

.drawer-title {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.04rem;
  text-align: center;
  position: relative;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.drawer-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.drawer-message {
  line-height: 2;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.drawer-btn {
  margin: 10px auto 20px auto;
  width: 278px;
  height: 62px;
  border-radius: 30px;
}
.drawer-btn a {
  font-size: 16px;
}
.drawer-btn a img {
  width: 25px;
  margin-left: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.drawer-footer {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 30px;
}

footer {
  position: relative;
  padding-bottom: 100px;
  padding-top: 140px;
}
@media (min-width: 768px) and (max-width:1280px) {
  footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 10%;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40%;
  }
}

.footer-bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer-bg {
    bottom: auto;
  }
}

.footer-bg.footer-bg-con {
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-bg.footer-bg-con {
    bottom: 0px;
  }
}

.footer-inner {
  position: relative;
  z-index: 1;
}

.footer-contact {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact h2 {
    width: auto;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.04rem;
    text-align: center;
    position: relative;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer-contact h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

.footer-contact-content p {
  line-height: 1.9;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-content p {
    text-align: center;
    letter-spacing: 0.1rem;
  }
}

.footer-contact-btn {
  width: 310px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .footer-contact-btn {
    width: 278px;
    height: 68px;
    margin: 0 auto;
    border-radius: 50px;
  }
}
.footer-contact-btn a {
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-btn a {
    font-size: 16px;
  }
  .footer-contact-btn a svg {
    width: 25px;
  }
}

.footer-footer {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .footer-footer {
    display: block;
  }
}

.footer-nav-wrap {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-nav-wrap {
    margin-bottom: 20px;
  }
}
.footer-nav-wrap p {
  font-weight: 900;
  padding-bottom: 30px;
  letter-spacing: 0.1rem;
}
.footer-nav-wrap li {
  padding-bottom: 30px;
}
.footer-nav-wrap li:hover, .footer-nav-wrap li:active, .footer-nav-wrap li:focus {
  transition: 0.5s;
  opacity: 0.5;
}
.footer-nav-wrap li a {
  color: #000000;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.footer-nav-wrap li a svg {
  width: 15px;
}

.footer-copy {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-align: center;
}

.fv-wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: url(../img/top-back.png) no-repeat;
  background-size: cover;
  background-position: 0% -50px;
}
@media screen and (max-width: 767px) {
  .fv-wrap {
    background: url(../img/sp-back-header.png) no-repeat;
    background-size: cover;
    background-position: 0% -50px;
  }
}

.fv {
  height: auto;
  position: relative;
  z-index: 4;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 0;
    height: 350px;
  }
}

.fv-inner {
  width: 76%;
  margin: 0 auto;
  padding-top: 106px;
  max-width: 1320px;
  position: relative;
}
@media (min-width: 768px) and (max-width:1280px) {
  .fv-inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .fv-inner {
    width: 100%;
    height: 350px;
    padding: 80px 20px 0 20px;
    overflow: hidden;
  }
}

.fv-catch {
  opacity: 0;
  width: 45.5%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv-catch {
    width: 65%;
  }
}
.fv-catch svg {
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv-catch svg {
    top: -70px;
  }
}

.fv-text {
  opacity: 0;
  position: absolute;
  letter-spacing: 0.04rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  writing-mode: vertical-rl;
  top: 50%;
}
@media (min-width: 768px) and (max-width:1280px) {
  .fv-text {
    top: 53%;
  }
}
@media screen and (max-width: 767px) {
  .fv-text {
    top: 50%;
    font-size: 8px;
  }
}

.fv-img {
  opacity: 0;
  width: 95%;
  margin-left: auto;
  margin-top: -130px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv-img {
    width: 105%;
    margin-top: -200px;
    margin-right: -4%;
    margin-left: 9%;
  }
}
@media screen and (max-width: 767px) {
  .fv-img svg {
    width: 110%;
  }
}

.fv-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv-bg {
    top: 22%;
  }
}

.about {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-box {
  position: relative;
  z-index: 5;
  padding: 60px 8%;
  box-shadow: 0px 4px 50px rgba(165, 199, 219, 0.2509803922);
  border-radius: 15px;
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .about-box {
    padding: 40px 5%;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-box {
    box-shadow: none;
    padding: 0;
    display: block;
  }
}
.about-box h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  margin-top: -10px;
  font-style: italic;
}
@media (min-width: 768px) and (max-width:1280px) {
  .about-box h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-box h2 {
    display: none;
  }
}

.about-text {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) and (max-width:1280px) {
  .about-text {
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .about-text {
    letter-spacing: 0.05rem;
    text-align: center;
    line-height: 1.8;
  }
}

.about-btn {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .about-btn {
    margin-top: 20px;
    margin-left: auto;
    width: 128px;
  }
}
.about-btn a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  position: relative;
  padding-top: 100px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width:1280px) {
  .container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    display: block;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-container {
    padding-top: 0px;
  }
}

.main {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .main {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }
}
.main .section-post:nth-child(odd) .section-bg {
  right: -30%;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .main .section-post:nth-child(odd) .section-bg {
    left: -40%;
    right: auto;
    top: -20px;
  }
}
.main .section-post:nth-child(even) .section-bg {
  left: -30%;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .main .section-post:nth-child(even) .section-bg {
    left: auto;
    right: -50%;
    top: -40px;
  }
}

main section:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  main section:last-child {
    padding-bottom: 50px;
  }
}

.section-post {
  position: relative;
  padding-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-post {
    padding-bottom: 50px;
  }
}

.section-bg {
  position: absolute;
  z-index: -1;
}

.post-top {
  padding-top: 50px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .post-top {
    padding-top: 24px;
  }
}

.post-big {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.post-big:hover, .post-big:active, .post-big:focus {
  transition: 0.5s;
  opacity: 0.8;
}
.post-big:hover .post-big-thumb img, .post-big:active .post-big-thumb img, .post-big:focus .post-big-thumb img {
  transition: 0.5s;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .post-big {
    display: block;
    margin-bottom: 20px;
  }
}

.post-big-thumb {
  width: 43%;
  aspect-ratio: 427/241;
}
@media (min-width: 768px) and (max-width:1280px) {
  .post-big-thumb {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .post-big-thumb {
    width: 100%;
  }
}
.post-big-thumb img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-big-content {
  width: 57%;
  color: #000000;
}
@media (min-width: 768px) and (max-width:1280px) {
  .post-big-content {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .post-big-content {
    width: 100%;
  }
}
.post-big-content h3 {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02rem;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .post-big-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .post-big-content h3 {
    font-size: 18px;
    padding: 6px 0px;
  }
}
.post-big-content .post-big-text {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 2;
}
@media (min-width: 768px) and (max-width:1280px) {
  .post-big-content .post-big-text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .post-big-content .post-big-text {
    display: none;
  }
}

.post-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .post-info {
    padding-top: 0px;
  }
}

.post-category {
  padding: 4px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
  .main .post-body {
    display: flex; /* または grid */
    flex-wrap: wrap;
    gap: 20px; /* PCでのアイテム間の隙間 */
  }
}
.main .post-item {
  color: #000000;
  width: calc((100% - 40px) / 3);
  display: inline-block;
}
.main .post-item:hover, .main .post-item:active, .main .post-item:focus {
  transition: 0.5s;
  opacity: 0.8;
}
.main .post-item:hover .post-big-thumb img, .main .post-item:active .post-big-thumb img, .main .post-item:focus .post-big-thumb img {
  transition: 0.5s;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .main .post-item {
    width: auto;
    display: block;
  }
}

.main .post-thumb {
  aspect-ratio: 427/241;
  width: 100%;
}
.main .post-thumb img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content h3 {
  height: 110px;
  font-weight: 500;
  line-height: 1.75;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post-content h3 {
    font-size: 14px;
    line-height: 1.57;
    height: 80px;
    padding: 6px 0px;
  }
}

.more-btn {
  width: 132px;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .more-btn {
    margin-top: 30px;
    height: auto;
  }
}
.more-btn a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.post-message {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
  padding-top: 25px;
  padding-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post-message {
    letter-spacing: 0.01rem;
    padding-top: 16px;
    padding-bottom: 0px;
  }
}

.sidebar {
  width: 28%;
  padding: 20px;
  box-shadow: 0px 4px 50px rgba(165, 199, 219, 0.1450980392);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.84);
  /* 背後のコンテンツをぼかすメインの設定 */
  backdrop-filter: blur(8px);
  /* 古い環境向けにベンダープレフィックスを付けておくのが安全です */
  -webkit-backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.sidebar-module {
  padding-bottom: 20px;
}
.sidebar-module h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04rem;
  font-style: italic;
}
.sidebar-module:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.sidebar-module:not(:first-child) {
  padding-top: 20px;
}

.search-wrapper {
  display: flex; /* 横並びにする */
  align-items: center; /* 垂直方向の中央揃え */
  border-radius: 5px;
  margin-top: 10px;
}
.search-field {
  /* Flexアイテムとして、利用可能な幅を占める */
  flex-grow: 1;
  border: none; /* 外側の枠線があるので、インプットの枠線は消す */
  padding: 10px 0;
  height: 40px;
  border-radius: 0 5px 5px 0;
  background-color: rgba(227, 227, 227, 0.6);
  font-size: 16px;
}
.search-field::-moz-placeholder {
  color: #C9C9C9;
}
.search-field::placeholder {
  color: #C9C9C9;
}

.search-submit-icon {
  /* ボタンのスタイル */
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  border-radius: 5px 0 0 5px;
  font-size: 1.2rem; /* 虫眼鏡アイコンのサイズ */
  height: 40px;
  background-color: rgba(227, 227, 227, 0.6);
}

.category-items li {
  margin-top: 16px;
}
.category-items li:hover, .category-items li:active, .category-items li:focus {
  transition: 0.5s;
  opacity: 0.5;
}
.category-items li a {
  padding: 8px;
  font-size: 12px;
  letter-spacing: 0.04rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  background-color: rgba(227, 227, 227, 0.6);
}

.sidebar .post-item {
  margin-top: 16px;
}
.sidebar .post-item:hover, .sidebar .post-item:active, .sidebar .post-item:focus {
  transition: 0.5s;
  opacity: 0.8;
}
.sidebar .post-item:hover .post-big-thumb img, .sidebar .post-item:active .post-big-thumb img, .sidebar .post-item:focus .post-big-thumb img {
  transition: 0.5s;
  opacity: 0.8;
}
.sidebar .post-item a {
  display: flex;
  gap: 8px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.0129rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .sidebar .post-item a {
    display: block;
  }
}

.sidebar .post-thumb {
  width: 33%;
  aspect-ratio: 92/52;
}
@media screen and (max-width: 767px) {
  .sidebar .post-thumb {
    width: 100%;
    padding-bottom: 10px;
  }
}
.sidebar .post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.sidebar .post-body {
  width: 66%;
}
.sidebar .post-body p {
  font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 767px) {
  .sidebar .post-body {
    width: 100%;
  }
}

.swiper-wrapper {
  display: flex !important;
  /* flex-direction: row; も内部的に設定される */
}

.swiper-slide {
  flex-shrink: 0 !important;
}

.swiper {
  overflow: visible;
}

.banner-link:hover, .banner-link:active, .banner-link:focus {
  transition: 0.5s;
  opacity: 0.5;
}

.page-main {
  padding-top: 26px;
}

.breadclumb {
  padding-bottom: 40px;
  color: rgba(0, 0, 0, 0.5);
}
.breadclumb a {
  color: rgba(0, 0, 0, 0.5);
}
.breadclumb a:hover {
  opacity: 0.7;
}

.page-about-fv {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-about-fv {
    padding-bottom: 40px;
  }
}
.page-about-fv .section-bg {
  top: -180px;
  left: -15%;
}
@media screen and (max-width: 767px) {
  .page-about-fv .section-bg {
    top: -80px;
    left: -40%;
  }
}

.page-about-text {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-about-text {
    padding-top: 16px;
    padding-bottom: 0px;
  }
}
.page-about-text p {
  padding-bottom: 30px;
  letter-spacing: 0.09rem;
  line-height: 1.85;
}

.page-about-btn {
  width: 371px;
  height: 52px;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .page-about-btn {
    width: 300px;
    height: 62px;
    border-radius: 35px;
  }
}
.page-about-btn a {
  font-size: 20px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .page-about-btn a {
    font-size: 16px;
  }
}
.page-about-btn a img {
  width: 14px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 5px;
}

.page-contact-fv > .fv {
  padding-bottom: 60px;
}

#entry {
  position: relative;
  z-index: 1;
}

.contact-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1320px;
  padding-top: 106px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-inner {
    width: 90%;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact-inner {
    width: 100%;
    padding: 60px 20px 0 20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .page-contact-fv {
    position: relative;
    height: 480px;
    background-position: 0px 0px;
  }
}

.contact-fv-wrap {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-wrap {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-wrap {
    display: block;
    width: 85%;
  }
}

.contact-fv-title {
  width: 620px;
  text-align: center;
  padding-top: 40px;
  margin-right: -70px;
  position: relative;
  white-space: nowrap;
  z-index: 11;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-title {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-title {
    width: 262px;
    margin-right: 0;
    padding-top: 20px;
  }
}
.contact-fv-title p {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08rem;
  font-style: italic;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-title p {
    font-size: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-title p {
    font-size: 14px;
    padding-left: 5px;
    letter-spacing: 0.05rem;
  }
}
.contact-fv-title p span {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-title p span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-title p span {
    font-size: 12px;
  }
}
.contact-fv-title h1 {
  text-align: left;
  font-size: 92px;
  font-weight: 700;
  letter-spacing: -0.05rem;
  line-height: 1.2;
  font-style: italic;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-title h1 {
    font-size: 39px;
    letter-spacing: 0rem;
    line-height: 1.1;
  }
}
.contact-fv-title h1 .title-line {
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .contact-fv-title h1 .title-line {
    letter-spacing: 0.1rem;
    font-size: 39px;
  }
}
.contact-fv-title h1 .title-line-80 {
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 767px) {
  .contact-fv-title h1 .title-line-80 {
    letter-spacing: 0.15rem;
    font-size: 39px;
  }
}
.contact-fv-title h1 .title-line--40 {
  letter-spacing: -0.4rem;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-title h1 .title-line--40 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-title h1 .title-line--40 {
    letter-spacing: -0.3rem;
    font-size: 39px;
  }
}
.contact-fv-title h1 span {
  font-size: 86px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-title h1 span {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-title h1 span {
    font-size: 36px;
  }
}

.contact-fv-circles {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .contact-fv-circles {
    margin-top: -13px;
  }
}

.contact-fv-circle {
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  width: 176px;
  height: 176px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 55px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-circle {
    width: 120px;
    height: 120px;
    font-size: 20px;
    padding-top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .contact-fv-circle {
    width: 82px;
    height: 82px;
    font-size: 14px;
    padding-top: 25px;
  }
}
.contact-fv-circle:first-child {
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .contact-fv-circle:first-child {
    margin-right: -5px;
  }
}
.contact-fv-circle:last-child {
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .contact-fv-circle:last-child {
    margin-left: -5px;
  }
}

.contact-fv-img {
  width: calc(100% - 655px);
  position: relative;
  right: -1%;
}
@media (min-width: 768px) and (max-width:1280px) {
  .contact-fv-img {
    width: calc(114% - 500px);
    position: relative;
    left: 8%;
  }
}

.contact-fv-img1 {
  position: relative;
  right: -83%;
  top: -180px;
  width: 55%;
  z-index: 10;
}

.contact-fv-img2 {
  position: relative;
  width: 26%;
  right: -87%;
  z-index: 8;
  top: -220px;
}

.contact-fv-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 55%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact-fv-bg {
    top: 27%;
  }
}

.page-contact-btn {
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 768px) and (max-width:1280px) {
  .page-contact-btn {
    margin-top: 40px;
  }
}
.page-contact-btn .contact-btn-head {
  color: #000;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.04rem;
  background-color: #fff;
  border-radius: 15px;
  padding: 3px 7px;
  position: relative;
  z-index: 3;
}
.page-contact-btn .contact-btn-head span {
  font-size: 16px;
  letter-spacing: 0.04rem;
}
.page-contact-btn .page-contact-excerpt {
  font-size: 14px;
  font-weight: 500;
  color: rgb(130, 130, 130);
  font-style: normal;
  display: block;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-contact-btn .page-contact-excerpt {
    line-height: 2;
  }
}

.contact-btn-top {
  margin: 0 auto;
  width: 340px;
  height: 64px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .contact-btn-top {
    width: 310px;
  }
}
.contact-btn-top a {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .contact-btn-top a {
    font-size: 18px;
  }
}
.contact-btn-top a img {
  transform: rotate(90deg);
  margin-bottom: 5px;
}

.remote {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .remote {
    padding-top: 0px;
    margin-top: -155px;
    overflow: hidden;
  }
}

.remote-item {
  width: 315px;
  height: 320px;
  padding: 25px 22px 20px;
  background-color: #fff;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .remote-item {
    width: 240px;
    height: 320px;
  }
}
.remote-item h3 {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.04rem;
  line-height: 1.92rem;
  font-style: italic;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .remote-item h3 {
    font-size: 20px;
  }
}
.remote-item .remote-item-text {
  height: 76px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 8px;
}
.remote-item .remote-item-price {
  font-weight: 500;
  letter-spacing: 0.04rem;
  margin-top: 17px;
}
.remote-item .remote-item-price span {
  font-size: 26px;
  font-weight: 700;
}
.remote-item .remote-item-place {
  font-weight: 500;
  padding-top: 15px;
}
.remote-item .remote-item-place svg {
  width: 20px;
  vertical-align: middle;
}

.remote-item-category {
  background: url(../img/contact-back.jpg) no-repeat center center/cover;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  margin-right: 8px;
  padding: 5px 8px;
  position: relative;
  z-index: 0;
}
.remote-item-category .category-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6117647059);
  z-index: -1;
}

.remote-item-categories {
  margin-top: 15px;
}

.remote-item-ca-row {
  display: flex;
  padding-bottom: 6px;
}

.entry-text {
  padding-top: 26px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .entry-text {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.entry-text span {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .entry-text span {
    font-size: 16px;
  }
}

.closed {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .closed {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.closed-inner {
  width: 76%;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 80px;
  overflow: hidden;
  background: url(../img/contact-back.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .closed-inner {
    width: 95%;
    padding: 20px 0;
    border-radius: 40px;
  }
}

.lock {
  width: 40px;
  margin: 0 auto 10px auto;
}

.closed-slider {
  position: relative;
  filter: blur(5px);
  /* 互換性のため、ベンダープレフィックスも追加する */
  -webkit-filter: blur(5px);
}

.form-box {
  width: 506px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 40px 40px 30px;
  background-color: #F2F6FA;
  box-shadow: 0px 4px 50px 0px rgba(165, 199, 219, 0.2509803922);
}
@media screen and (max-width: 767px) {
  .form-box {
    width: 95%;
  }
}

.form-steps {
  display: flex;
  justify-content: center;
  gap: 80px;
  position: relative;
}
.form-steps.is-black::after {
  background-color: #000000;
}
.form-steps::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 4px;
  background-color: #797B7D;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.form-steps span {
  display: block;
}

.form-step .number {
  font-size: 23px;
  font-weight: 700;
  width: 33px;
  height: 33px;
  background-color: #797B7D;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
}
.form-step .number.is-black {
  position: relative;
  z-index: 1;
  background-color: #000;
}
.form-step span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08rem;
  color: #797B7D;
}
.form-step span.is-black {
  color: #000;
}

.form {
  margin-top: 40px;
}

.form-row {
  margin-bottom: 20px;
}

.form-label {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
.form-label::after {
  position: absolute;
  content: "必須";
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 40px;
  height: 18px;
  text-align: center;
  right: -50px;
  top: 0;
}

.form-input {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
}
.form-input span {
  width: 100%;
}
.form-input [type=text] {
  width: calc(100% - 10px);
  height: 50px;
  border: none;
  padding: 10px;
  background-color: #fff;
}
.form-input [type=text]:focus {
  /* ブラウザ標準の枠線を非表示にする*/
  outline: none;
  border-radius: 4px;
  /* 代替の枠線（色と太さを指定） */
  border: 2px solid rgba(0, 0, 0, 0.5019607843);
}
.form-input [type=text]:first-child {
  margin-right: 20px;
}
.form-input [type=text]::-moz-placeholder {
  font-size: 18px;
  color: #C9C9C9;
}
.form-input [type=text]::placeholder {
  font-size: 18px;
  color: #C9C9C9;
}
.form-input [type=date] {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px;
  background-color: #fff;
}
.form-input [type=date]:focus {
  /* ブラウザ標準の枠線を非表示にする (必要な場合) */
  outline: none;
  border-radius: 4px;
  /* 代替の枠線（色と太さを指定） */
  border: 2px solid rgba(0, 0, 0, 0.5019607843);
}
.form-input select {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px;
  background-color: #fff;
}
.form-input select:focus {
  /* ブラウザ標準の枠線を非表示にする (必要な場合) */
  outline: none;
  border-radius: 4px;
  /* 代替の枠線（色と太さを指定） */
  border: 2px solid rgba(0, 0, 0, 0.5019607843);
}
.form-input [type=email] {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px;
  background-color: #fff;
}
.form-input [type=email]:focus {
  /* ブラウザ標準の枠線を非表示にする (必要な場合) */
  outline: none;
  border-radius: 4px;
  /* 代替の枠線（色と太さを指定） */
  border: 2px solid rgba(0, 0, 0, 0.5019607843);
}
.form-input [type=tel] {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px;
  background-color: #fff;
}
.form-input [type=tel]:focus {
  /* ブラウザ標準の枠線を非表示にする (必要な場合) */
  outline: none;
  border-radius: 4px;
  /* 代替の枠線（色と太さを指定） */
  border: 2px solid rgba(0, 0, 0, 0.5019607843);
}
@media screen and (max-width: 767px) {
  .form-input [type=tel]:first-child {
    width: 90%;
  }
}
.form-input [type=tel]:not(:first-child) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .form-input [type=tel]:not(:first-child) {
    width: 42%;
    margin-top: 10px;
  }
}
.form-input [type=tel]:not(:last-child) {
  margin-right: 5px;
}
.form-input .wpcf7-radio {
  display: flex;
}
.form-input .wpcf7-radio span {
  width: auto;
}

.form-submit {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
.form-submit button {
  width: 340px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border: none;
  color: #fff;
  border-radius: 100px;
}
.form-submit button.is-ready {
  background-color: #000000; /* 完了状態: 不透明な黒 */
}
@media screen and (max-width: 767px) {
  .form-submit button {
    width: 240px;
  }
}
.form-submit [type=submit] {
  width: 340px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  border: none;
  color: #fff;
  border-radius: 100px;
}
.form-submit [type=submit].is-ready {
  background-color: #000000; /* 完了状態: 不透明な黒 */
}
@media screen and (max-width: 767px) {
  .form-submit [type=submit] {
    width: 240px;
  }
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

.form-info {
  background-color: #F7F7F7;
  padding: 20px;
  font-weight: 500;
}
.form-info p {
  font-size: 14px;
  line-height: 1.7;
}
.form-info span {
  font-size: 12px;
  line-height: 2;
}

.form-privacy {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 20px;
}
.form-privacy a {
  color: #000;
  text-decoration: underline;
}
.form-privacy a:hover {
  opacity: 0.7;
}

.form-back-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-back-btn img {
  width: 20px;
  margin-right: 20px;
}
.form-back-btn [type=button] {
  border: none;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1rem;
}

.thanks-inner {
  width: 426px;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .thanks-inner {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

.thanks-title {
  padding-top: 30px;
}

.thanks-text-wrap {
  font-weight: 500;
  line-height: 2;
  text-align: center;
  padding-top: 30px;
}
.thanks-text-wrap p {
  padding-bottom: 20px;
}

.thanks-text-box {
  background-color: #F7F7F7;
  font-weight: 500;
  line-height: 1.7;
  padding: 10px 20px;
  text-align: center;
}
.thanks-text-box p {
  padding-bottom: 20px;
}
.thanks-text-box a {
  color: #0F0F0F;
  text-decoration: underline;
}

.top-back-btn {
  width: 340px;
  height: 64px;
  background-color: #000000;
  text-align: center;
  margin: 40px auto 0 auto;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .top-back-btn {
    width: 300px;
  }
}
.top-back-btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .section-bg-cta {
    width: 100%;
    left: -120px;
    top: 300px;
  }
}

.wpcf7-form-control-wrap input {
  font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
  border: none;
  text-align: center;
}

.wpcf7-turnstile.cf-turnstile {
  text-align: center;
}

.cf7-cf-turnstile {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .inner-single {
    margin-bottom: 15%;
  }
}

.single-background {
  background-image: url(../img/body-article-back.png);
  background-size: 780px;
  background-position: -210px -20px;
  background-repeat: no-repeat;
  background-color: rgb(242, 246, 250);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .single-background {
    background-size: 460px;
    background-position: -150px 80px;
  }
}

.container-single {
  display: block;
}

.article-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article-flex {
    display: block;
  }
}

.p-articleThumb__img {
  border-radius: 10px;
  box-shadow: none;
}

.p-articleThumb {
  margin: 10px 0px;
  box-shadow: 0px 4px 50px 0px rgba(165, 199, 219, 0.25);
}
@media screen and (max-width: 767px) {
  .p-articleThumb {
    margin: 0px;
  }
}

.sidebar {
  height: -moz-max-content;
  height: max-content;
}

.l-article {
  padding-top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #0F0F0F;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .l-article {
    padding-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
}

.l-mainContent__inner {
  padding: 0px 46px;
}
@media screen and (max-width: 767px) {
  .l-mainContent__inner {
    padding: 0px;
  }
}

.l-mainContent__inner > .post_content {
  margin: 30px 0px;
}
@media screen and (max-width: 767px) {
  .l-mainContent__inner > .post_content {
    margin: 0px;
    padding-top: 40px;
  }
}

.article-breadclumb {
  margin-top: 20px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .article-breadclumb {
    margin-top: 0px;
    padding-top: 32px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
}

.post-info-article {
  font-size: 14px;
  padding-top: 0px;
  margin-bottom: 20px;
}

.author-info-block {
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 29px 43px;
  box-shadow: 0px 4px 50px 0px rgba(165, 199, 219, 0.25);
}

.who-writer {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .who-writer {
    text-align: center;
  }
}

.author-image {
  aspect-ratio: 1/1;
  width: 91px;
  height: 91px;
}

.author-info-box-inner div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .author-info-box-inner div {
    display: block;
    text-align: center;
  }
}

.author-info-box-inner div figure {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .author-info-box-inner div figure {
    margin: 0px auto 6px;
  }
}

.author-right div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  letter-spacing: 0.04em;
}

.author-image {
  margin-right: 17px;
}

.author-right div .author-name-custom {
  margin-bottom: 0px;
  line-height: 2;
  font-weight: 500;
}

.author-right div .author-info-custom {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.6;
  font-weight: 400;
}

.author-right div .author-sns-custom {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.6;
  font-weight: 400;
}

.ar-post-category {
  padding: 0px 10px 0px 10px;
}

.article-title {
  font-size: 28px;
  line-height: 1.57;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article-title {
    font-size: 24px;
  }
}

.c-shareBtns {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .c-shareBtns {
    margin-bottom: px;
  }
}

.c-shareBtns:not(.-style-btn-small) .c-shareBtns__item {
  flex: none;
}

.recomend-post {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .recommend-post-top {
    padding-top: 20px;
  }
  .recommend-post-top a {
    margin-bottom: 0px;
  }
}

.c-shareBtns__list {
  align-items: center;
}

.c-shareBtns__list.list-top {
  justify-content: flex-end;
}

.c-shareBtns__list.list-bottom {
  justify-content: center;
}

.c-shareBtns__item {
  margin-right: 0px;
  padding: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-shareBtns.-fix.-style-block {
  width: 70px;
  left: 0px;
  padding: 10px 0px 10px 0px;
  background-color: rgba(242, 246, 250, 0.3000000119);
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0px 4px 50px 0px rgba(165, 199, 219, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease; /* ふわっと出すためのアニメーション */
  z-index: 999;
}

.c-shareBtns.-fix.-style-block.show {
  opacity: 1;
  visibility: visible;
}

.-fix.c-shareBtns .c-shareBtns__item {
  padding: 3px;
}

.recomend-article {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recomend-article {
    margin-bottom: 0px;
  }
}

.more-btn {
  font-size: 16px;
  width: 148px;
}

.more-btn a {
  padding: 8px 0px 8px 0px;
  width: auto;
  height: auto;
}

.else-post {
  width: 60%;
  margin: 0px auto;
}
.else-post .else-post-message {
  display: inline-block;
}

#articlelist-back {
  height: 100%;
  overflow: hidden;
  left: -15%;
  top: -10px;
}
#articlelist-back img {
  width: 90%;
}

#articlelist-back-sp {
  width: 800px;
  left: -30%;
  top: 70px;
}

.main-articlelist {
  padding: 20px 0px;
}
@media screen and (max-width: 767px) {
  .main-articlelist {
    padding: 0px 20px;
  }
}

.articlelist-breadclumb {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .articlelist-breadclumb {
    padding-top: 32px;
  }
}

.pagination {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 15px;
    margin-top: 40px;
  }
  .pagination .page-numbers {
    font-size: 16px;
  }
}

.pagination a, span {
  border-radius: 50px; /* 角を少し丸める */
}

.page-numbers {
  color: black;
  background-color: transparent;
  box-shadow: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
}

.art-page-arrow {
  vertical-align: middle;
}

.page-numbers.prev, .page-numbers.next {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  background-color: rgba(227, 227, 227, 0.6);
}

.page-numbers.current {
  background-color: transparent;
  color: black;
  font-weight: 500;
}

.page-numbers:hover {
  background-color: black;
  color: white;
}

.art-page-arrow > svg {
  width: 18px;
  height: 18px;
}

.art-list-message {
  padding-bottom: 0px;
}

.post-art-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .post-art-list {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .post-big-articlelist {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .post-content-articlelist h3 {
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .post-info-articlelist {
    padding-top: 0px;
  }
}

.page-inner {
  padding-bottom: 30px;
}

.fix-page-title {
  font-size: 30px;
  line-height: 1.57;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fix-page-title {
    font-size: 24px;
  }
}/*# sourceMappingURL=main.css.map */