@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =======================
共通
======================= */
:root {
  --scrollbar: 0px;
  --blue: #0F305F;
  --lightblue: #F2F6FC;
  --beige: #FBF8EF;
  --black: #383635;
}

@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}

body {
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
body * {
  letter-spacing: 0;
}
body .u-thin {
  opacity: 1;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

p {
  text-align: justify;
}

li {
  text-align: justify;
}

th, td {
  text-align: justify;
}

div {
  text-align: justify;
}

.l-content * {
  line-height: 1.6;
}

.has-white-background-color {
  color: #2B3C57;
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page .post_content > * {
  margin-bottom: 0;
}

.page p, .page li, .single p, .single li, .archive p, .archive li {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .page p, .page li, .single p, .single li, .archive p, .archive li {
    font-size: 14px;
  }
}

.page .l-content {
  margin-bottom: 0;
}

:is(.home, .page-id-1093) .l-content {
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  :is(.home, .page-id-1093) .l-content {
    margin-bottom: 80px;
  }
}

.page h2, .page h3, .page h4 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.cmn__title {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .cmn__title {
    margin-bottom: 40px;
  }
}
.cmn__title .title-en {
  margin-bottom: 0;
}
.cmn__title .title-jp {
  margin-top: 0;
}

.title-en {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media screen and (max-width: 960px) {
  .title-en {
    gap: 14px;
  }
}
.title-en p {
  background: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF));
  background: -webkit-linear-gradient(left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  background: linear-gradient(90deg, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(40px, 8vw, 80px);
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
}
.title-en::after {
  content: "";
  width: 1px;
  height: 1px;
  background: #87ADFF;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 330px;
}

.title-jp {
  color: #6595FF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 960px) {
  .title-jp {
    font-size: 18px;
  }
}

.ff-serif {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
.ff-didot {
  font-family: "GFS Didot", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
}
.ff-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 960px) {
  #lp-content .post_content, #main_content .post_content {
    font-size: 13px;
  }
}

/*　リッチカラムreset　*/
.swell-block-columns__inner {
  -webkit-column-gap: var(--swl-clmn-mrgn--x);
     -moz-column-gap: var(--swl-clmn-mrgn--x);
          column-gap: var(--swl-clmn-mrgn--x);
  margin-left: 0;
}

.swell-block-columns .swell-block-column {
  width: var(--clmn-w);
  margin-left: 0;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.p-postList.-type-card, .p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}

.swell-block-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swell-block-button.center a {
  margin-inline: auto;
}
.swell-block-button.right a {
  margin-left: auto;
}

.is-style-more_btn a {
  border: 1px solid #6595FF;
  color: #6595FF;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 4px #6595FF;
          box-shadow: 4px 4px 4px #6595FF;
  background: none;
  width: min(100%, 280px);
  min-width: auto;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .is-style-more_btn a {
    font-size: 16px;
    min-height: 40px;
  }
}
.is-style-more_btn a::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #6595FF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-box-shadow: 4px 4px 4px #6595FF;
          box-shadow: 4px 4px 4px #6595FF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-style-more_btn:hover a {
  -webkit-box-shadow: 4px 4px 4px #6595FF;
          box-shadow: 4px 4px 4px #6595FF;
}
.is-style-more_btn:hover a::after {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #fff;
}
.is-style-more_btn.right a {
  margin-right: 20px;
}

.is-style-btn_normal a {
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  gap: 16px;
  min-height: 40px;
  width: 200px;
  margin-right: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: auto;
  text-decoration: none;
  background: #87ADFF;
  border: 1px solid #87ADFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-style-btn_normal a::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(/wp-content/uploads/2025/11/btn-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-style-btn_normal a:hover {
  color: #87ADFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}
.is-style-btn_normal a:hover::after {
  background-image: url(/wp-content/uploads/2025/11/btn-arrow-reverse.svg);
}

.is-style-btn_solid a {
  background: -webkit-linear-gradient(140deg, #EDF9FF 0%, #E1EEFF 66%, #DBE9FF 100%);
  background: linear-gradient(310deg, #EDF9FF 0%, #E1EEFF 66%, #DBE9FF 100%);
  color: #6595FF;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  min-width: 260px;
  min-height: 60px;
  position: relative;
  -webkit-box-shadow: 4px 4px 4px rgba(106, 162, 255, 0.3);
          box-shadow: 4px 4px 4px rgba(106, 162, 255, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .is-style-btn_solid a {
    font-size: 16px;
    min-height: 40px;
  }
}
.is-style-btn_solid a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/11/new-tab.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-style-btn_solid a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.cmn__contact {
  padding-block: 60px 80px !important;
}
@media screen and (max-width: 960px) {
  .cmn__contact {
    padding-block: 40px 50px !important;
  }
}
.cmn__contact::before {
  content: none;
}
.cmn__contact > div {
  max-width: 992px;
}
.cmn__contact h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .cmn__contact h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.cmn__contact .lead {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .cmn__contact .lead {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.cmn__contact-contents {
  margin-bottom: 42px;
}
@media screen and (max-width: 960px) {
  .cmn__contact-contents {
    margin-bottom: 20px;
  }
}
.cmn__contact-contents > div {
  row-gap: 90px;
}
.cmn__contact-contents .item {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(101, 149, 255, 0.5);
          box-shadow: 0 0 15px rgba(101, 149, 255, 0.5);
  padding: 30px 40px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .cmn__contact-contents .item {
    padding: 30px 20px;
  }
}
.cmn__contact-contents .item .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
}
.cmn__contact-contents .item .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cmn__contact-contents .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cmn__contact-contents .item h3 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}
.cmn__contact-contents .item .is-style-btn_line {
  margin-bottom: 10px;
  width: 100%;
}
.cmn__contact-contents .item .is-style-btn_line a {
  font-size: 18px;
  font-weight: 700;
  padding: 18px 20px;
  width: min(100%, 280px);
}
@media screen and (max-width: 960px) {
  .cmn__contact-contents .item .is-style-btn_line a {
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cmn__contact-contents .item .is-style-btn_line.yellow a {
  background: #F3FF4A;
  border: none;
  color: #6595FF;
  margin-inline: auto;
}
.cmn__contact-contents .item .is-style-btn_line.yellow a:hover {
  background: #6595FF;
  color: #F3FF4A;
}
.cmn__contact-contents .item .is-style-btn_line.line a {
  background: #28D016;
  border-color: #28D016;
  color: #FFFFFF;
  margin-inline: auto;
}
.cmn__contact-contents .item .is-style-btn_line.line a:hover {
  background: #fff;
  color: #28D016 !important;
}
.cmn__contact-contents .item .line-outer {
  width: 100%;
  position: relative;
}
.cmn__contact-contents .item .hurrry {
  width: 88px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 3px;
  line-height: 1.2;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .cmn__contact-contents .item .hurrry {
    width: 75px;
    left: -30px;
  }
}
.cmn__contact-contents .item .hurrry p {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .cmn__contact-contents .item .hurrry p {
    font-size: 10px;
  }
}
.cmn__contact-contents .item .hurrry p::after {
  content: "";
  width: 10px;
  height: 12px;
  background: #6595FF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: -4px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 960px) {
  .cmn__contact-contents .item .hurrry p::after {
    right: -2px;
  }
}
.cmn__contact-contents .item .hurrry p span {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .cmn__contact-contents .item .hurrry p span {
    font-size: 14px;
  }
}
.cmn__contact-contents .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .cmn__contact-contents .right {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.cmn__contact-contents .left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .cmn__contact-contents .left {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.cmn__contact-contents .top {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 20px;
  margin-bottom: 8px;
}
.cmn__contact-contents .circle {
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  line-height: 1;
}
@media (max-width: 1150px) {
  .cmn__contact-contents .circle {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: -10px;
  }
}
.cmn__contact-contents .circle > div {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid #87ADFF;
  width: 100%;
  height: 100%;
}
.cmn__contact-contents .circle > div::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F1F6FF;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.cmn__contact-contents .circle .first {
  background: #F3FF4A;
  font-size: 14px;
  font-weight: 700;
  color: #6595FF;
  padding: 3px 10px;
  position: relative;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(135, 173, 255, 0.2);
          box-shadow: 0 2px 2px rgba(135, 173, 255, 0.2);
}
.cmn__contact-contents .circle .first::after {
  content: "";
  width: 6px;
  height: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #F3FF4A;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-box-shadow: 0 2px 2px rgba(135, 173, 255, 0.2);
          box-shadow: 0 2px 2px rgba(135, 173, 255, 0.2);
}
.cmn__contact-contents .circle .minute {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}
.cmn__contact-contents .circle .minute span {
  font-size: 50px;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  line-height: 1;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.cmn__contact-contents .circle p {
  font-size: 20px;
  font-weight: 500;
}

.cmn__contact-area .is-style-section_ttl {
  padding-block: 10px;
  border-bottom: 1px solid #87ADFF;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.cmn__contact-area p {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.cmn__note {
  padding-block: 100px;
}
@media screen and (max-width: 960px) {
  .cmn__note {
    padding-block: 60px;
    padding-left: 20px;
  }
}

.cmn__note-top {
  padding-left: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .cmn__note-top {
    padding-left: 0;
  }
}
.cmn__note-top .lead {
  font-weight: 700;
  margin-bottom: 6px;
}
.cmn__note-top .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 14px;
  margin-bottom: 5px;
}
.cmn__note-top h2 span {
  background: -webkit-gradient(linear, left top, right top, from(#6FA8FF), color-stop(66%, #9F9FFF), to(#92DCFE));
  background: -webkit-linear-gradient(left, #6FA8FF 0%, #9F9FFF 66%, #92DCFE 100%);
  background: linear-gradient(90deg, #6FA8FF 0%, #9F9FFF 66%, #92DCFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmn__note-post {
  width: calc(50vw + 50% - var(--swl-scrollbar_width, 0) / 2);
  position: relative;
  padding-bottom: 60px;
}
.cmn__note-post::before {
  content: "";
  width: 100%;
  height: 360px;
  background: url(/wp-content/uploads/2025/11/top-note_bg.jpg) no-repeat center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .cmn__note-post::before {
    width: calc(100% + 20px);
    left: -20px;
  }
}
.cmn__note-post .note__items {
  margin-bottom: 38px;
  padding-inline: 60px;
}
@media screen and (max-width: 960px) {
  .cmn__note-post .note__items {
    padding-inline: 20px;
  }
}
.cmn__note-post .note__item figure {
  margin-bottom: 20px;
}
.cmn__note-post .note__item .label {
  background: #87ADFF;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn__note-post .note__item .note__date {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.cmn__note-post .note__item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 960px) {
  .cmn__note-post .note__item h3 {
    font-size: 16px;
  }
}
.cmn__note-post .is-style-more_btn a {
  margin-right: max(50vw - var(--swl-scrollbar_width, 0px) / 2 - 460px, 4vw + 20px);
  margin-left: auto;
}

.cmn__insta {
  position: relative;
  padding-right: 150px;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .cmn__insta {
    padding-right: 54px;
    padding-bottom: 30px;
  }
}
.cmn__insta::before {
  content: "";
  width: calc(50% + 50vw);
  height: 70%;
  border: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
       -o-border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
          border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .cmn__insta::before {
    height: 90%;
  }
}
.cmn__insta::after {
  content: "";
  width: 110px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF));
  background: -webkit-linear-gradient(left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  background: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(calc(50% - 20px), -20px) rotate(-45deg);
          transform: translate(calc(50% - 20px), -20px) rotate(-45deg);
  z-index: -1;
}
.cmn__insta h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute !important;
  top: 0;
  right: 60px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  .cmn__insta h2 {
    right: -20px;
  }
}
.cmn__insta #sb_instagram {
  padding-bottom: 0 !important;
}
.cmn__insta #sbi_images {
  padding: 0 !important;
}
.cmn__insta .bottom {
  margin-top: 36px;
  margin-bottom: 8px;
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .cmn__insta .bottom {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cmn__insta .bottom .label {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
}
.cmn__insta .bottom p {
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .cmn__insta .is-style-btn_solid {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

.cmn__works-slider-contents {
  width: calc(50% + 50vw - var(--swl-scrollbar_width, 0px) / 2);
  position: relative;
  padding-bottom: 60px;
}
.cmn__works-slider-contents::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(/wp-content/uploads/2025/11/works-slider-bg.jpg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cmn__works-slider-contents .slide {
  margin-right: max(50vw - var(--swl-scrollbar_width, 0px) / 2 - 520px, 4vw);
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
  padding-right: 24px;
}
.cmn__works-slider-contents .slide::before {
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  background: url(/wp-content/uploads/2025/12/slide-arrow.svg) no-repeat top left/contain;
  right: 0;
  bottom: 0;
}
.cmn__works-slider-contents .works-slider__items {
  padding-right: 20px;
  margin-bottom: 40px;
}
.cmn__works-slider-contents .works__item img {
  height: auto;
  aspect-ratio: 4/5;
  display: block;
}
.cmn__works-slider-contents .hp img {
  -o-object-position: 30%;
     object-position: 30%;
}
.cmn__works-slider-contents .is-style-more_btn.right a {
  margin-right: max(50vw - var(--swl-scrollbar_width, 0px) / 2 - 520px, 4vw + 20px);
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 960px) {
  .l-header {
    -webkit-box-shadow: 0 0 10px #87ADFF;
            box-shadow: 0 0 10px #87ADFF;
  }
}
.l-header .l-header__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  max-width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 90px;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner {
    min-height: 80px;
  }
}
.l-header .l-header__inner .l-header__logo {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  gap: 6px;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__logo {
    margin-right: auto;
    gap: 0;
  }
}
.l-header .l-header__inner .l-header__logo .c-headLogo__link {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-header .l-header__inner .l-header__logo .c-headLogo {
  margin: 0;
  height: 100%;
}
.l-header .l-header__inner .l-header__logo img {
  width: 100%;
  -o-object-position: left;
     object-position: left;
  height: 36px;
}
.l-header .l-header__inner .l-header__logo .c-catchphrase {
  font-size: 10px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 13px;
  left: 10px;
}
@media screen and (max-width: 960px) {
  .l-header .l-header__inner .l-header__logo .c-catchphrase {
    display: block;
    max-width: calc(100% - 100px);
  }
}

.l-header__menuBtn.sp_ {
  display: block !important;
  background: #86ADFF;
  right: 0px;
  top: 0px;
  position: fixed;
  width: auto;
  height: auto;
  row-gap: 5px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__menuBtn.sp_ .c-iconBtn {
  height: 90px;
  width: 90px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 960px) {
  .l-header__menuBtn.sp_ .c-iconBtn {
    height: 80px;
    width: 80px;
  }
}
.l-header__menuBtn.sp_ .c-iconBtn .c-iconBtn__icon::before {
  content: "";
  width: 43px;
  height: 56px;
  background: url(/wp-content/uploads/2025/11/sp-menu.svg) no-repeat center/contain;
}
.l-header__menuBtn.sp_ .c-iconBtn__label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
}
@media screen and (min-width: 960.001px) {
  .l-header__menuBtn.sp_ .c-iconBtn__label {
    font-size: 16px;
  }
}

.l-header__gnav .c-gnav {
  padding-right: 90px;
}
.l-header__gnav .c-gnav li a {
  padding-inline: 12px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 2px;
  margin-top: 10px;
}
.l-header__gnav .c-gnav li a::after {
  content: none !important;
}
.l-header__gnav .c-gnav li a:hover {
  opacity: 0.7;
}
.l-header__gnav .c-gnav li .c-smallNavTitle {
  font-family: "GFS Didot", serif;
  font-size: 16px;
  font-weight: 400;
  color: #87ADFF;
  letter-spacing: 0.05em;
  top: 0;
  opacity: 1;
  line-height: 1.6;
}
.l-header__gnav .c-gnav .nav-contact a {
  background: #F3FF4A;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6595FF;
  font-weight: 600;
  gap: 6px;
  padding: 13px 5px;
  margin-top: 0;
}
.l-header__gnav .c-gnav .nav-contact .c-smallNavTitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #6595FF;
  border-radius: 30px;
  font-size: 12px;
  padding: 6px 10px;
}

@media not all and (min-width: 960px) {
  .l-header[data-spfix="1"] {
    position: fixed;
  }
}
.p-breadcrumb {
  z-index: 2;
}

.p-breadcrumb__list .__home:before {
  content: none;
}
.p-breadcrumb__list .p-breadcrumb__item {
  font-size: 12px;
}
.p-breadcrumb__list .p-breadcrumb__item:last-of-type {
  color: #6595FF;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
  opacity: 1;
}

/* =======================
各ページの調整
======================= */
/* =======================
ハンバーガーメニュー
======================= */
.p-spMenu {
  display: block !important;
}

.c-iconBtn__icon {
  font-size: 20px;
}

.c-iconBtn__icon:before {
  color: #6595FF;
}

.p-spMenu__closeBtn {
  top: 7px;
  right: calc(18px + var(--swl-scrollbar_width, 0)) !important;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__closeBtn {
    top: 10px;
    right: calc(20px + var(--swl-scrollbar_width, 0)) !important;
  }
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 22px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 34px;
  }
}
.p-spMenu__closeBtn .c-iconBtn__icon::after {
  content: "";
  width: 37px;
  height: 12px;
  background: url(/wp-content/uploads/2025/11/close.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.c-widget__title {
  display: none;
}

.-right .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  padding-top: 0px;
}

.p-spMenu__body {
  padding: 24px 0px 24px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-spMenu__body .p-spMenu__nav {
  display: none;
}

.p-spMenu__bottom {
  width: 100%;
  max-width: 1168px;
  padding-inline: 20px;
  margin-inline: auto;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .p-spMenu__bottom {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-spMenu__bottom .sp__hamburger {
    padding-bottom: 50px;
  }
}
.p-spMenu__bottom .sp__hamburger-top {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .p-spMenu__bottom .sp__hamburger-top {
    margin-bottom: 30px;
  }
}
.p-spMenu__bottom .is-style-btn_line {
  margin-bottom: 10px;
}
.p-spMenu__bottom .is-style-btn_line a {
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
  padding: 4px 10px;
  background: #F3FF4A;
  color: #6595FF;
  -webkit-box-shadow: 0 0 10px rgba(191, 211, 255, 0.7);
          box-shadow: 0 0 10px rgba(191, 211, 255, 0.7);
  border: none;
  width: min(100%, 400px);
}
.p-spMenu__bottom .is-style-btn_line a::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(/wp-content/uploads/2025/11/mail-icon.svg) no-repeat center/contain;
}
.p-spMenu__bottom .is-style-btn_line.line a {
  background: #28D016;
  color: #FFF;
}
.p-spMenu__bottom .is-style-btn_line.line a::before {
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2025/11/line-icon.svg);
}

.sp__logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sp__logo img {
  display: block;
}

.sp__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 900px;
}
@media screen and (max-width: 960px) {
  .sp__menu {
    min-width: auto;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding-inline: 30px !important;
  }
}
.sp__menu p {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .sp__menu p {
    margin-bottom: 18px;
  }
}
.sp__menu ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.sp__menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .sp__menu ul li {
    margin-bottom: 16px;
  }
}
.sp__menu ul li::before {
  content: "▶︎";
  font-size: 10px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

/* =======================
トップページ
======================= */
.page #content {
  padding-top: 0px;
}

/* =======================
フッター上ウィジェットブロック
======================= */
/* =======================
フッター
======================= */
.p-fixBtnWrap {
  bottom: 20px;
  right: 40px;
}
@media screen and (max-width: 960px) {
  .p-fixBtnWrap {
    right: 5px;
  }
}

.c-fixBtn {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  width: 34px;
  height: 46px;
  opacity: 1;
}
.c-fixBtn i {
  display: none;
}
.c-fixBtn::before {
  content: "";
  position: relative;
  width: 13px;
  height: 21px;
  background: url(/wp-content/uploads/2025/11/top.svg) no-repeat center/contain;
  margin-top: auto;
  margin-left: auto;
  margin-right: 3px;
}
.c-fixBtn:after {
  content: "";
  width: 7px;
  height: 46px;
  background: url(/wp-content/uploads/2025/11/top-arrow.svg) no-repeat bottom/contain;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#fix_bottom_menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#fix_bottom_menu::before {
  content: none;
}
#fix_bottom_menu .menu-item a {
  min-height: 50px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  background: #F3FF4A;
  color: #6595FF;
}
#fix_bottom_menu .menu-item a::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(/wp-content/uploads/2025/11/mail-icon.svg) no-repeat center/contain;
}
#fix_bottom_menu .menu-item a i {
  display: none;
}
#fix_bottom_menu .menu-item a span {
  width: auto;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
#fix_bottom_menu .menu-item.line a {
  background: #28D016;
  color: #FFF;
}
#fix_bottom_menu .menu-item.line a::before {
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2025/11/line-icon.svg);
}

.w-beforeFooter {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.w-beforeFooter a {
  text-decoration: none;
}

footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.7;
}
footer .l-footer__widgetArea {
  padding: 60px 0 18px;
}
footer .w-footer__box {
  padding: 0;
  max-width: 960px;
  margin-inline: auto;
}
footer .footer__about {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
footer .footer__about figure {
  width: 180px;
}
footer .footer__about .area {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 4px;
}
footer .footer__about .catch {
  border-top: 1px solid #BFD3FF;
  padding-block: 10px;
  letter-spacing: 0.05em;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .footer__about .is-style-btn_line a {
  border: 1px solid #87ADFF;
  border-radius: 0;
  padding: 8px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  min-width: 120px;
  font-size: 10px;
  font-weight: 500;
}
footer .footer__about .is-style-btn_line a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/wp-content/uploads/2025/11/new-tab.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer__about .is-style-btn_line a:hover {
  background: #87ADFF;
  color: #fff;
  opacity: 1;
}
footer .footer__about .is-style-btn_line a:hover::after {
  background-image: url(/wp-content/uploads/2025/11/new-tab-reverse.svg);
}
footer .footer__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer__menu > div {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  footer .footer__menu > div {
    margin-bottom: 20px;
  }
}
footer .footer__menu p {
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
footer .footer__menu ul {
  padding-left: 0;
}
footer .footer__menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
}
footer .footer__menu ul li::before {
  content: "▶︎";
  font-size: 10px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
footer .footer__menu .is-style-btn_line a {
  background: #F3FF4A;
  color: #6595FF;
  border: none;
  padding: 22px 20px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  -webkit-box-shadow: 0 0 15px #87ADFF;
          box-shadow: 0 0 15px #87ADFF;
}
@media screen and (max-width: 960px) {
  footer .footer__menu .is-style-btn_line a {
    margin-inline: auto;
  }
}
footer .footer__menu .is-style-btn_line a .swl-format-1 {
  font-size: 10px;
  font-weight: 700;
  background: #6595FF;
  color: #fff;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 5px 16px;
}
footer .footer__menu .is-style-btn_line a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #6595FF !important;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}
footer .footer__bottom {
  border-top: 1px solid #BFD3FF;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 4vw, 40px);
  margin-top: 36px;
}
@media screen and (max-width: 960px) {
  footer .footer__bottom {
    margin-top: 24px;
  }
}
footer .footer__bottom a {
  font-size: 12px;
}
footer .l-footer__foot {
  padding-top: 0;
  padding-bottom: 20px;
}
footer .l-footer__foot .copyright {
  font-family: "GFS Didot", serif;
}

:is(.home, .page-id-226, .page-id-234, .page-id-1093) .w-beforeFooter {
  display: none;
}

/* =======================
下層ヘッダー
======================= */
.l-topTitleArea {
  position: relative;
  padding-top: 90px;
  padding-bottom: 20px;
  height: 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea {
    padding-top: 150px;
  }
}
.l-topTitleArea .l-topTitleArea__body {
  color: #6595FF;
  width: 100%;
  z-index: auto;
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  padding: 6px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: #fff;
  text-shadow: none;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 30px;
    padding: 3px 20px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle::after {
  content: "";
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/11/fv-triangle.svg) no-repeat center/contain;
  position: absolute;
  top: -10px;
  left: -10px;
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle::after {
    width: 35px;
    top: -7px;
    left: -7px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  font-style: normal;
  line-height: 1;
  color: #A3C4FF;
  font-size: clamp(40px, 7vw, 80px);
  text-shadow: none;
  position: absolute;
  left: 0;
  top: -30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  mix-blend-mode: multiply;
  opacity: 1;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
    top: -20px;
  }
}
.l-topTitleArea .l-topTitleArea__body .p-termNavigation {
  display: none;
}

/* =======================
記事一覧
======================= */
.p-postList {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.p-postList .icon-posted:before {
  content: none;
}
.p-postList .p-postList__item {
  margin-bottom: 40px;
  padding: 0 !important;
}
.p-postList .p-postList__link {
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-postList .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-postList .c-postThumb__figure {
  height: auto;
  aspect-ratio: 3/1.7;
}
.p-postList .c-postThumb__cat {
  background: #87ADFF;
  min-width: 100px;
  padding: 4px 8px;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.p-postList .c-postThumb__cat::before {
  content: none;
}
.p-postList .p-postList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-postList .p-postList__body .p-postList__meta {
  margin: 0;
}
.p-postList .p-postList__body .p-postList__times {
  padding: 0;
  font-size: 16px;
}
@media screen and (min-width: 960.001px) {
  .p-postList .p-postList__body .p-postList__times {
    font-size: 18px;
  }
}
.p-postList .p-postList__body .p-postList__title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 960.001px) {
  .p-postList .p-postList__body .p-postList__title {
    font-size: 18px;
  }
}
.p-postList .p-postList__body .p-postList__excerpt {
  font-size: 15px;
  margin-top: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog .c-tabBody .icon-posted:before, .category .c-tabBody .icon-posted:before {
  content: "\e931";
}
.blog .c-tabBody .p-postList__item, .category .c-tabBody .p-postList__item {
  width: 100%;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__item, .category .c-tabBody .p-postList__item {
    width: calc((100% - 24px) / 2);
  }
}
.blog .c-tabBody .p-postList__body, .category .c-tabBody .p-postList__body {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #518577;
}
@media screen and (min-width: 960.001px) {
  .blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
    font-size: 20px;
  }
}
.blog .c-tabBody .p-postList__body .p-postList__excerpt, .category .c-tabBody .p-postList__body .p-postList__excerpt {
  margin-bottom: 5px;
}
.blog .c-tabBody .p-postList__body .c-postTimes__posted, .category .c-tabBody .p-postList__body .c-postTimes__posted {
  font-size: 12px;
}
.blog .l-content, .category .l-content {
  padding-top: 0em;
}
@media screen and (min-width: 960.001px) {
  .blog .l-content, .category .l-content {
    padding-top: 2em;
  }
}

.c-pagination .page-numbers {
  width: 36px;
  height: 36px;
  font-weight: 700;
  background: #DEDEDE;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination .page-numbers.current {
  background: #518577;
}
.c-pagination .page-numbers:hover {
  background: #518577;
}

.wp-block-tag-cloud {
  gap: 5px;
}
.wp-block-tag-cloud a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 20px;
}
.wp-block-tag-cloud a::before {
  content: "#";
}
.wp-block-tag-cloud a:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  color: var(--blue);
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  height: auto;
  line-height: 1;
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 500;
}
.page-numbers.current {
  border-color: #000;
}
.page-numbers.prev, .page-numbers.next {
  display: none;
}

/* =======================
記事詳細
======================= */
.single .custom-head h1 {
  font-size: 30px;
  font-weight: 500;
  color: #547B74;
  margin-bottom: 20px;
}
@media screen and (min-width: 960.001px) {
  .single .custom-head h1 {
    font-size: 42px;
  }
}
.single .custom-head .post__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.single .custom-head .post-categories a {
  background: #547B74;
  color: #fff;
  border: 1px solid #547B74;
  font-size: 14px;
  padding: 1px 9px;
}
.single .custom-head .post-categories a:hover {
  color: #547B74;
  background: #fff;
}
.single .custom-head .head__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.single .custom-head .head__tag a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 3px 9px;
  border-radius: 20px;
  background: #F7F7F7;
}
.single .custom-head .head__tag a::before {
  content: "#";
}
.single .custom-head .head__tag a:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}
.single h2 {
  margin: 0 0 20px;
}
@media screen and (min-width: 960.001px) {
  .single h2 {
    margin-bottom: 30px;
  }
}
.single h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  margin: 1.5em 0 1em;
}
@media screen and (min-width: 960.001px) {
  .single h3 {
    font-size: 26px;
  }
}
.single h3 strong {
  font-weight: 500;
}
.single .p-articleThumb img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single .post_content {
  margin-top: 35px;
}

/* =======================
サイドバー
======================= */
@media screen and (min-width: 960.001px) {
  .-sidebar-on .l-mainContent {
    width: 67%;
  }
}

#sidebar a {
  text-decoration: none;
}
#sidebar h2.wp-block-heading {
  font-weight: 500;
  font-size: 16px;
  padding-left: 12px;
  border-left: 2px solid #547B74;
  margin-bottom: 16px;
  margin-top: 28px !important;
}
@media screen and (min-width: 960.001px) {
  #sidebar h2.wp-block-heading {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 35px !important;
  }
}
#sidebar h2, #sidebar h3 {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
#sidebar li {
  font-size: 14px;
}
#sidebar .side__about {
  border: 1px solid #C4C4C4;
  padding: 20px;
}
#sidebar .side__about .logo {
  width: 120px;
  margin-inline: auto;
}
#sidebar .side__about h2 {
  margin: 0 !important;
  font-weight: 500;
  padding: 0;
  border: none;
}
#sidebar .side__about .about {
  font-size: 12px;
  margin-bottom: 20px;
}
#sidebar .side__about .txt {
  font-size: 14px;
  margin-bottom: 16px;
}
#sidebar .side__about .instagram {
  width: 16px;
  margin-inline: auto;
}
#sidebar .widget_search .c-searchForm__s {
  border-color: #CDCDCD;
}
#sidebar .widget_search .c-searchForm__submit {
  background: #547B74 !important;
  border-color: #547B74;
}
#sidebar .widget_search .c-searchForm__submit::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/04/search-icon.svg) no-repeat center/contain;
}
#sidebar .wp-block-categories > li > a {
  font-size: 15px;
}
#sidebar .wp-block-categories > li > a::before {
  content: "";
  width: 5px;
  height: 7px;
  background: url(/wp-content/uploads/2025/04/cat-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .wp-block-categories > li > a:hover {
  opacity: 0.7;
}
#sidebar .wp-block-categories > li > a:hover::before {
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
#sidebar .p-postList__body .icon-posted {
  font-size: 12px;
}
#sidebar .p-postList__body .icon-posted::before {
  content: "\e931";
}
#sidebar .p-postList__body .p-postList__cat {
  background: #C1AC80;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 11px;
  text-decoration: none;
}
#sidebar .p-postList__body .p-postList__cat::before {
  content: none;
}
#sidebar .p-postList__body .p-postList__title {
  color: #518577;
  font-size: 14px;
  font-weight: 500;
}
#sidebar .side__column .p-postList__title {
  margin-bottom: 5px;
}
#sidebar .side__column .p-postList__link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sidebar .side__news .p-postList {
  border-top: none;
}
#sidebar .side__news .p-postList__link {
  border-color: #C7C7C7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sidebar .side__news .p-postList__link:hover {
  opacity: 0.7;
  background: none;
}
#sidebar .side__news .p-postList__item {
  margin-bottom: 0;
}
#sidebar .side__news .p-postList__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#sidebar .side__news .p-postList__body .icon-posted::before {
  content: none;
}
#sidebar .side__news .p-postListWrap {
  margin-bottom: 24px;
}
#sidebar .side__news .wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar .side__news .wp-block-buttons a {
  border: 1px solid #547B74;
}
#sidebar .side__news .wp-block-buttons a:hover {
  color: #547B74 !important;
  background: #fff !important;
}

:is(.post-type-archive-case, .single-case, .search-results) .l-sidebar {
  display: none;
}
:is(.post-type-archive-case, .single-case, .search-results) .l-mainContent {
  width: 100%;
}
:is(.post-type-archive-case, .single-case, .search-results) .l-content {
  margin-bottom: 0px;
}

/* =======================
404
======================= */
.error404 .l-topTitleArea__body .c-pageTitle {
  font-size: 28px;
}
@media screen and (min-width: 960.001px) {
  .error404 .l-topTitleArea__body .c-pageTitle {
    font-size: 46px;
  }
}
.error404 h2.wp-block-heading {
  font-family: "Shippori Mincho", serif;
  color: #518577 !important;
  font-size: 24px;
  text-align: left;
}
@media screen and (min-width: 960.001px) {
  .error404 h2.wp-block-heading {
    font-size: 32px;
    text-align: center;
  }
}
.error404 p {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 960.001px) {
  .error404 p {
    font-size: 18px;
    text-align: center;
  }
}
.error404 .wp-block-search__inside-wrapper {
  width: 450px !important;
}
.error404 .wp-block-search__button {
  margin-left: 0;
  background: #547B74;
  width: 40px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .error404 .wp-block-search__button {
    width: 50px;
  }
}
.error404 .wp-block-search__button::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/04/search-icon.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960.001px) {
  .error404 .wp-block-search__button::before {
    width: 20px;
    height: 20px;
  }
}
.error404 .wp-block-search__button svg {
  display: none;
}
.error404 .is-style-more_btn a {
  text-decoration: none;
  min-height: 70px;
}

/* =======================
検索
======================= */
.search .l-content .c-pageTitle {
  font-family: "Shippori Mincho", serif;
  color: #518577 !important;
  font-size: 20px;
}
.search .l-content main .p-postList__item {
  width: 100%;
  padding-block: 20px !important;
  border-bottom: 1px solid #CDCDCD;
  margin: 0;
}
.search .l-content main .p-postList__thumb {
  display: none;
}
.search .l-content main .p-postList__body {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960.001px) {
  .search .l-content main .p-postList__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search .l-content main .p-postList__body .p-postList__meta {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.search .l-content main .p-postList__body .p-postList__excerpt {
  display: none !important;
}
.search .l-content main .p-postList__body .p-postList__title {
  margin-bottom: 0;
}

.post_content {
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  固定ページ共通
  ======================= */
  /* =======================
  トップページ
  ======================= */
  /* =======================
  service
  ======================= */
  /* =======================
  about
  ======================= */
  /* =======================
  会社概要
  ======================= */
  /* =======================
  お問い合わせ
  ======================= */
  /* =======================
  送信完了
  ======================= */
  /* =======================
  プライバシーポリシー
  ======================= */
  /* =======================
  特商法
  ======================= */
  /* =======================
  サイトマップ
  ======================= */
}
.post_content .mw_1080 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px !important;
}
.post_content .mw_1040 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px !important;
}
.post_content .mw_1000 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px !important;
}
.post_content .mw_960 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px !important;
}
.post_content .cmn__area {
  background: -webkit-linear-gradient(322deg, #DBE9FF, #EDF9FF);
  background: linear-gradient(128deg, #DBE9FF, #EDF9FF);
  padding-block: 60px !important;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__area {
    padding-block: 40px !important;
  }
}
.post_content .top-fv {
  padding-block: 40px 60px !important;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv {
    margin-top: 80px !important;
    padding-block: 70px 30px !important;
  }
}
.post_content .top-fv::before {
  content: none;
}
.post_content .top-fv > div {
  z-index: auto;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv > div {
    padding-inline: 16px;
  }
}
.post_content .top-fv ul {
  gap: 10px;
  padding: 0;
  max-width: 650px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv ul {
    gap: 6px;
  }
}
.post_content .top-fv ul li {
  background: rgba(135, 173, 255, 0.7);
  padding: 4px 16px;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv ul li {
    font-size: 14px;
  }
}
.post_content .top-fv .text-logo {
  mix-blend-mode: color-burn;
  opacity: 0.7;
  position: absolute;
  height: calc(100% + 100px);
  top: -40px;
  right: 0;
}
.post_content .top-fv .text-logo img {
  height: 100%;
  width: auto;
}
.post_content .top-fv__brand {
  position: relative;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv__brand {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: -40px;
    right: 0;
  }
}
.post_content .top-fv__brand > div {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.post_content .top-fv__brand p {
  letter-spacing: 0.05em;
  font-size: clamp(62px, 8vw, 104px);
}
.post_content .top-fv__brand p:first-of-type {
  margin-right: 80px;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv__brand p:first-of-type {
    margin-right: 0;
    padding-bottom: clamp(40px, 10vw, 100px);
  }
}
.post_content .top-fv__brand .img {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 50%;
  left: 23%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv__brand .img {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    top: 30%;
    right: 9%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.post_content .top-fv__brand .img figure, .post_content .top-fv__brand .img img {
  width: 100%;
  height: 100%;
}
.post_content .top-fv__catch {
  padding: 6px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv__catch {
    padding: 0;
  }
}
.post_content .top-fv__catch::after {
  content: "";
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/11/fv-triangle.svg) no-repeat center/contain;
  position: absolute;
  top: -18px;
  left: -18px;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv__catch::after {
    width: 53px;
    top: -13px;
    left: -13px;
  }
}
@media screen and (max-width: 960px) {
  .post_content .top-fv__catch span {
    background: #FFF;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 6px;
  }
}
.post_content .top-fv__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .post_content .top-fv__img {
    width: min(100%, 500px);
    margin-inline: auto;
    margin-bottom: 36px;
  }
  .post_content .top-fv__img figure, .post_content .top-fv__img img {
    width: 100%;
  }
}
.post_content .top-fv__catch2 {
  margin-bottom: 10px;
}
.post_content .top-lead {
  padding-block: 80px 0px;
}
@media screen and (max-width: 960px) {
  .post_content .top-lead {
    padding-block: 50px 0px;
  }
}
.post_content .top-lead__top {
  padding-bottom: 30px;
  padding-left: 60px;
}
@media screen and (max-width: 960px) {
  .post_content .top-lead__top {
    padding-left: 0;
  }
}
.post_content .top-lead__top .lead {
  font-weight: 500;
}
.post_content .top-lead__top .multiply {
  gap: 16px;
}
.post_content .top-lead__top .multiply p {
  padding: 10px;
  font-weight: 600;
}
.post_content .top-lead__top .multiply figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .top-lead__top h2 {
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.6;
}
.post_content .top-lead__bottom {
  position: relative;
  padding-block: 60px;
}
@media screen and (max-width: 960px) {
  .post_content .top-lead__bottom {
    padding-block: 30px;
  }
}
.post_content .top-lead__bottom::before {
  content: "";
  width: calc(20% + 50vw);
  height: 100%;
  background: #F1F6FF;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.post_content .top-lead__bottom .text {
  padding-left: 60px;
}
@media screen and (max-width: 960px) {
  .post_content .top-lead__bottom .text {
    padding-left: 0;
  }
}
.post_content .top-lead__bottom .text .design {
  padding: 2px 10px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post_content .top-lead__bottom .text .is-style-more_btn {
  margin-top: 40px;
}
.post_content .top-lead__bottom .img {
  -webkit-transform: translateY(-168px);
          transform: translateY(-168px);
  position: relative;
}
@media (max-width: 1200px) {
  .post_content .top-lead__bottom .img {
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .post_content .top-lead__bottom .img {
    -webkit-transform: none;
            transform: none;
    margin-right: 30px;
    padding-right: 0;
    max-width: 500px;
    margin-left: auto;
  }
}
.post_content .top-lead__bottom .img::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/11/top-lead-img.svg) no-repeat center/contain;
  position: absolute;
  top: -63px;
  right: -63px;
}
@media (max-width: 1200px) {
  .post_content .top-lead__bottom .img::before {
    right: -33px;
  }
}
@media screen and (max-width: 960px) {
  .post_content .top-lead__bottom .img::before {
    top: clamp(-60px, -7vw, -35px);
    right: clamp(-60px, -7vw, -35px);
  }
}
.post_content .top-lead__bottom .img .ff-didot {
  font-size: clamp(35px, 5vw, 60px);
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .post_content .top-lead__bottom .img .ff-didot {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 960px) {
  .post_content .top-lead__bottom .img .ff-didot {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
.post_content .top-works {
  padding-block: 100px !important;
}
@media screen and (max-width: 960px) {
  .post_content .top-works {
    padding-block: 60px !important;
  }
}
.post_content .top-works__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .post_content .top-works__items {
    margin-bottom: 40px;
    row-gap: 30px;
  }
}
.post_content .top-works__items li {
  width: calc((100% - 40px) / 2);
  list-style: none;
}
@media screen and (max-width: 960px) {
  .post_content .top-works__items li {
    width: 100%;
  }
}
.post_content .top-works__items li:nth-of-type(2n) {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media screen and (max-width: 960px) {
  .post_content .top-works__items li:nth-of-type(2n) {
    -webkit-transform: none;
            transform: none;
  }
}
.post_content .top-works__items a {
  text-decoration: none;
  -webkit-box-shadow: 0 0 20px #E4EDFC;
          box-shadow: 0 0 20px #E4EDFC;
  background: #fff;
  display: block;
}
.post_content .top-works__items .works__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.post_content .top-works__items h3 {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_content .top-works__items .works__date {
  font-size: 12px;
}
.post_content .top-works__items .works__category {
  color: #6595FF;
  padding: 4px 10px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(135, 173, 255, 0.5);
          box-shadow: 0 0 4px rgba(135, 173, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.post_content .top-works__items .works__hover {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #F1F6FF;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .post_content .top-works__items .works__hover {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .post_content .top-works__items .works__hover {
    display: none;
  }
}
.post_content .top-works__items .works__hover .left {
  width: 60%;
}
.post_content .top-works__items .works__hover .right {
  width: 40%;
  padding-bottom: 30px;
}
.post_content .top-works__items .works__hover .right figure, .post_content .top-works__items .works__hover .right img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.post_content .top-works__items .works__hover h4 {
  color: #6595FF;
  font-weight: 400;
  padding-bottom: 4px;
  border-bottom: 1px solid #87ADFF;
  margin-bottom: 6px;
}
.post_content .top-works__items .works__hover p {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.post_content .top-works__items .works__hover .works__date {
  background: #87ADFF;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.post_content .top-works__items .works__hover .works__client {
  margin-bottom: 10px;
}
.post_content .top-works__items .works__hover .works__detail {
  margin-bottom: 10px;
}
.post_content .top-works__items .works__hover .works__more {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #6595FF;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.post_content .top-works__items .works__hover .works__more::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/wp-content/uploads/2025/11/hover-arrow.svg) no-repeat center/contain;
}
.post_content .top-works__items .works__item a:hover .works__hover {
  opacity: 1;
  visibility: visible;
}
.post_content .top-about {
  padding-block: 100px;
}
@media screen and (max-width: 960px) {
  .post_content .top-about {
    padding-block: 60px;
  }
}
.post_content .top-about .lead {
  font-weight: 500;
  margin-bottom: 30px;
}
.post_content .top-about .lead span {
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .lead span {
    font-size: 26px;
  }
}
.post_content .top-about .text .chosen span {
  background: #F4F8FF;
  padding: 10px;
  display: inline-block;
  margin-bottom: 6px;
}
.post_content .top-about .img {
  position: relative;
}
.post_content .top-about .img .img-outer {
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .img .img-outer {
    max-width: 500px;
    margin-inline: auto;
  }
}
.post_content .top-about .img figure {
  width: min(44%, 220px);
  position: absolute;
}
.post_content .top-about .img .img1 {
  position: relative;
  padding-top: 60%;
}
.post_content .top-about .img .img2 {
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.post_content .top-about .img .img3 {
  top: 13%;
  right: 0%;
}
.post_content .top-about .img .is-style-more_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .img .is-style-more_btn {
    margin-top: 30px;
    position: relative;
  }
}
.post_content .top-about .img .is-style-more_btn a {
  margin-left: auto;
}
.post_content .top-about .img .ff-didot {
  font-size: clamp(40px, 6vw, 60px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  bottom: 100px;
  -webkit-transform: translateX(55%);
          transform: translateX(55%);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .post_content .top-about .img .ff-didot {
    bottom: auto;
    top: 0;
  }
}
.post_content .top-about__strength {
  margin-bottom: 30px;
}
.post_content .top-about__strength p {
  width: 170px;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-about__strength p {
    font-size: 14px;
    width: 120px;
  }
}
.post_content .top-about__strength p span {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .post_content .top-about__strength p span {
    font-size: 18px;
  }
}
.post_content .top-about__strength p::before {
  content: "";
  width: 130%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/11/strength-circle.svg) no-repeat center/contain;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .post_content .top-about__strength p::before {
    width: 108%;
  }
}
.post_content .top-services {
  padding-block: 60px 100px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-services {
    padding-block: 40px 60px;
  }
}
.post_content .top-services::before {
  content: "";
  width: calc(50vw - 33%);
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF));
  background: -webkit-linear-gradient(top, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  background: linear-gradient(to bottom, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  opacity: 0.2;
}
.post_content .top-services .cmn__title {
  margin-left: max(100% - 626px, 0px);
}
.post_content .top-services__items {
  margin-bottom: 54px;
}
.post_content .top-services__items > div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .post_content .top-services__items > div {
    row-gap: 40px;
  }
}
.post_content .top-services__items .item {
  background: rgba(255, 255, 255, 0.5019607843);
  position: relative;
  padding: 40px 30px 305px;
  border: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
       -o-border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
          border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
  -webkit-box-shadow: 0 0 10px rgba(135, 173, 255, 0.3);
          box-shadow: 0 0 10px rgba(135, 173, 255, 0.3);
}
@media screen and (max-width: 960px) {
  .post_content .top-services__items .item {
    padding: 30px 20px clamp(260px, 38vw, 350px);
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .post_content .top-services__items .item {
    padding-bottom: calc(65px + 62vw);
  }
}
.post_content .top-services__items .item .ff-didot {
  position: absolute;
  top: 0;
  left: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 60px;
  line-height: 1;
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .post_content .top-services__items .item .ff-didot {
    font-size: 40px;
  }
}
.post_content .top-services__items .item h3 {
  letter-spacing: 0.05em;
}
.post_content .top-services__items .item h3 span {
  font-size: 14px;
}
.post_content .top-services__items .item p {
  font-size: 15px;
  margin-bottom: 20px;
}
.post_content .top-services__items .item .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px;
}
.post_content .top-services__items .item figure {
  width: 100%;
  position: absolute;
  bottom: 84px;
  left: 30px;
}
@media screen and (max-width: 960px) {
  .post_content .top-services__items .item figure {
    bottom: 70px;
    left: 20px;
  }
}
@media (max-width: 600px) {
  .post_content .top-services__items .item figure {
    width: calc(100% - 10px);
  }
}
.post_content .top-services__items .item .swell-block-button {
  position: absolute;
  left: 30px;
  bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .post_content .top-services__items .item .swell-block-button {
    left: 20px;
  }
}
@media (max-width: 600px) {
  .post_content .top-services__items .item .swell-block-button {
    left: 10px;
  }
}
.post_content .top-services__items .item:nth-of-type(5) h3 {
  letter-spacing: -0.05em;
}
.post_content .top-voice {
  padding-block: 100px !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-voice {
    padding-block: 60px !important;
  }
}
.post_content .top-voice .title-en {
  height: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 100px;
  left: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B9D5FF), color-stop(80%, #D7D7FF), to(#C0ECFF));
  background: -webkit-linear-gradient(top, #B9D5FF 0%, #D7D7FF 80%, #C0ECFF 100%);
  background: linear-gradient(to bottom, #B9D5FF 0%, #D7D7FF 80%, #C0ECFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 960px) {
  .post_content .top-voice .title-en {
    left: -20px;
    top: 60px;
  }
}
.post_content .top-voice .title-en::after {
  height: 1px;
  width: 1px;
  max-height: 330px;
}
@media screen and (max-width: 960px) {
  .post_content .top-voice .title-en::after {
    max-height: 200px;
  }
}
.post_content .top-voice .top-voice__content {
  padding: 60px 0 60px 80px;
  width: calc(50% + 50vw - var(--swl-scrollbar_width, 0px) / 2 - 186px);
  background: url(/wp-content/uploads/2025/11/top-voice-bg.jpg) no-repeat center/cover;
  margin-right: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-voice .top-voice__content {
    width: calc(50% + 50vw - var(--swl-scrollbar_width, 0px) / 2 - 6vw);
    padding: 30px 0 30px 20px;
  }
}
.post_content .top-voice h2 {
  position: absolute;
  top: 60px;
  left: 80px;
}
@media screen and (max-width: 960px) {
  .post_content .top-voice h2 {
    top: 30px;
    left: 20px;
  }
}
.post_content .top-voice .is-style-more_btn.right a {
  margin-right: max(50vw - var(--swl-scrollbar_width, 0px) / 2 - 520px, 4vw + 20px);
}
.post_content .voice-swiper {
  position: relative;
  padding-top: 65px;
  margin-bottom: 45px !important;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .post_content .voice-swiper {
    padding-top: 43px;
    margin-bottom: 30px !important;
  }
}
.post_content .voice-swiper .event__item {
  height: auto;
}
.post_content .voice-swiper a {
  display: block;
}
.post_content .voice-swiper a h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .post_content .voice-swiper a h3 {
    font-size: 16px;
  }
}
.post_content .voice-swiper a h3::before {
  content: none;
}
.post_content .voice-swiper a figure {
  aspect-ratio: 16/9;
  margin-bottom: 10px;
  height: auto;
}
.post_content .voice-swiper a img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .post_content .voice-swiper a img {
    margin-bottom: 10px;
  }
}
.post_content .voice-swiper a .label {
  background: #6595FF;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  min-width: 130px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.post_content .voice-swiper .swiper-button-prev, .post_content .voice-swiper .swiper-button-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #87ADFF;
  position: absolute;
  top: 0;
  left: auto;
  right: calc(50vw - var(--swl-scrollbar_width, 0px) / 2 - 540px + 50px);
  cursor: pointer;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .post_content .voice-swiper .swiper-button-prev, .post_content .voice-swiper .swiper-button-next {
    width: 27px;
    height: 27px;
  }
}
.post_content .voice-swiper .swiper-button-prev::after, .post_content .voice-swiper .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 5px;
  background: url(/wp-content/uploads/2025/11/swiper-left.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .post_content .voice-swiper .swiper-button-prev::after, .post_content .voice-swiper .swiper-button-next::after {
    width: 11px;
  }
}
.post_content .voice-swiper .swiper-button-prev:hover::after, .post_content .voice-swiper .swiper-button-next:hover::after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.post_content .voice-swiper .swiper-button-next {
  right: calc(50vw - var(--swl-scrollbar_width, 0px) / 2 - 540px);
}
.post_content .voice-swiper .swiper-button-next::after {
  background-image: url(/wp-content/uploads/2025/11/swiper-right.svg);
}
.post_content .top-counseling {
  padding-block: 80px !important;
}
@media screen and (max-width: 960px) {
  .post_content .top-counseling {
    padding-block: 50px !important;
  }
}
.post_content .top-counseling::before {
  content: none;
}
.post_content .top-counseling > div {
  max-width: 1056px;
  z-index: auto;
}
.post_content .top-counseling .text-logo {
  position: absolute;
  top: -80px;
  right: -57px;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 960px) {
  .post_content .top-counseling .text-logo {
    top: -50px;
    right: -4vw;
    width: min(18vw, 104px);
  }
}
.post_content .top-counseling .catch {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.post_content .top-counseling h2 {
  margin-bottom: 30px;
}
.post_content .top-counseling h2 span {
  background: #fff;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1.5;
}
.post_content .top-counseling .lead {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .post_content .top-counseling .lead {
    font-size: 18px;
  }
}
.post_content .top-counseling .top-counseling__items {
  margin-bottom: 40px;
}
.post_content .top-counseling .item {
  padding: 20px 20px 0;
  background: #fff;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.post_content .top-counseling .item .img {
  margin-left: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-counseling .item .img {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .post_content .top-counseling .item .img figure {
    width: 100px;
    margin-inline: auto;
  }
}
.post_content .top-counseling .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post_content .top-counseling .item .worry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  padding: 2px 6px;
}
.post_content .top-counseling .item .worry span {
  font-size: 16px;
}
.post_content .top-counseling .item h3 {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .post_content .top-counseling .item h3 {
    font-size: 18px;
  }
}
.post_content .top-counseling .item .bottom {
  position: relative;
  padding-top: 20px;
}
.post_content .top-counseling .item .bottom::before {
  content: "";
  width: 100%;
  height: 23px;
  background: #BFD3FF;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  z-index: 1;
}
.post_content .top-counseling .item .bottom::after {
  content: "";
  width: 10px;
  height: 8px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.post_content .top-counseling .item .bottom.is-open::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.post_content .top-counseling .item .bottom .is-style-btn_normal {
  padding-bottom: 47px;
}
.post_content .top-counseling .item .bottom .is-style-btn_normal a {
  margin-left: 0;
  color: #6595FF;
  background: #E2ECFF;
  font-size: 14px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.post_content .top-counseling .item .bottom .is-style-btn_normal a::after {
  content: "";
  height: 8px;
  width: 5px;
  background: #6595FF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.post_content .top-counseling .item .bottom .is-style-btn_normal a:hover {
  background: #6595FF;
  color: #E2ECFF;
}
.post_content .top-counseling .item .bottom .is-style-btn_normal a:hover::after {
  background: #E2ECFF;
}
.post_content .top-strength {
  padding-block: 100px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength {
    padding-block: 60px;
  }
}
.post_content .top-strength > div {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength > div {
    padding: 10px;
  }
}
.post_content .top-strength > div::before, .post_content .top-strength > div::after {
  content: "";
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/11/strength-left.svg) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength > div::before, .post_content .top-strength > div::after {
    top: -5px;
    left: -5px;
  }
}
.post_content .top-strength > div::after {
  background-image: url(/wp-content/uploads/2025/11/strength-right.svg);
  background-position: bottom right;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength > div::after {
    bottom: -5px;
    right: -5px;
  }
}
.post_content .top-strength .text {
  background: #F1F6FF;
  padding: 40px 50px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength .text {
    padding: 30px 15px;
  }
}
.post_content .top-strength .text h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .post_content .top-strength .text h2 {
    font-size: 20px;
  }
}
.post_content .top-strength .text .text-logo {
  width: min(480px, 80%);
  position: absolute;
  top: 0;
  left: 0;
}
.post_content .top-strength .text p {
  margin-bottom: 26px;
}
.post_content .top-strength .img figure, .post_content .top-strength .img img {
  height: 100%;
}
.post_content .service-catch {
  padding-block: 60px 100px;
}
@media screen and (max-width: 960px) {
  .post_content .service-catch {
    padding-bottom: 50px;
  }
}
.post_content .service-catch .catch {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 27px;
  gap: 5px;
}
.post_content .service-catch .catch p {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .post_content .service-catch .catch p {
    font-size: 20px;
  }
}
.post_content .service-catch .catch figure {
  width: 107px;
}
@media screen and (max-width: 960px) {
  .post_content .service-catch .catch figure {
    width: 80px;
  }
}
.post_content .service-catch .service-catch__img {
  width: min(80%, 462px);
  margin-inline: auto;
  margin-bottom: 44px;
}
.post_content .service-catch .text1 {
  line-height: 1.8;
}
.post_content .service-catch .text1 span {
  font-weight: 700;
}
.post_content .service-catch .text2 {
  line-height: 2;
}
.post_content .service-catch .text2 span {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  .post_content .service-catch .text2 span {
    font-size: 20px;
  }
}
.post_content .service-plan {
  max-width: 960px;
  margin-inline: autp;
  padding-block: 55px 145px;
}
@media screen and (max-width: 960px) {
  .post_content .service-plan {
    padding-block: 30px 80px;
  }
}
.post_content .service-plan .item {
  padding: 70px 20px 45px;
  position: relative;
  -webkit-box-shadow: 0 0 10px #87ADFF;
          box-shadow: 0 0 10px #87ADFF;
}
@media screen and (max-width: 960px) {
  .post_content .service-plan .item {
    padding: 50px 20px 30px;
  }
}
.post_content .service-plan .item.opinion {
  padding-bottom: 30px;
}
.post_content .service-plan .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
}
@media screen and (max-width: 960px) {
  .post_content .service-plan .icon {
    width: 80px;
  }
}
.post_content .service-plan h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.post_content .service-plan .is-style-btn_normal {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.post_content .service-plan .is-style-btn_normal a {
  width: 280px;
  min-height: 50px;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .post_content .service-plan .is-style-btn_normal a {
    font-size: 14px;
    width: auto;
    white-space: nowrap;
    padding-inline: 20px;
  }
}
.post_content .service-plan .corporate .is-style-btn_normal a {
  background: #43C6F6;
  border-color: #43C6F6;
}
.post_content .service-plan .corporate .is-style-btn_normal a:hover {
  background: #fff;
  color: #43C6F6;
}
.post_content .service-contents {
  padding-block: 45px 100px;
}
@media screen and (max-width: 960px) {
  .post_content .service-contents {
    padding-block: 30px 50px;
  }
}
@media screen and (max-width: 960px) {
  .post_content .service-contents > div {
    row-gap: 70px;
  }
}
.post_content .service-contents .item {
  position: relative;
  padding: 50px 30px 100px;
  -webkit-box-shadow: 0 0 10px rgba(135, 173, 255, 0.3);
          box-shadow: 0 0 10px rgba(135, 173, 255, 0.3);
}
@media screen and (max-width: 960px) {
  .post_content .service-contents .item {
    padding: 50px 20px 80px;
  }
}
@media (max-width: 600px) {
  .post_content .service-contents .item {
    margin-right: 10px;
  }
}
.post_content .service-contents .icon {
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 30px;
  top: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E5EEFF;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .post_content .service-contents .icon {
    width: 75px;
    left: 20px;
  }
}
.post_content .service-contents .icon img {
  padding: 20px;
}
@media screen and (max-width: 960px) {
  .post_content .service-contents .icon img {
    padding: 18px;
  }
}
.post_content .service-contents h3 {
  font-size: 24px;
  margin-bottom: 10px;
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .post_content .service-contents h3 {
    min-height: auto;
  }
}
.post_content .service-contents h3.small {
  letter-spacing: -0.05em;
}
.post_content .service-contents h3 span {
  font-size: 14px;
}
.post_content .service-contents .price {
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post_content .service-contents p {
  line-height: 1.4;
  margin-bottom: 20px;
}
.post_content .service-contents .is-style-btn_normal {
  position: absolute;
  bottom: 40px;
  right: -30px;
}
@media screen and (max-width: 960px) {
  .post_content .service-contents .is-style-btn_normal {
    right: -20px;
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  .post_content .service-contents .is-style-btn_normal {
    right: -10px;
  }
}
.post_content .about-catch {
  padding-block: 60px 0;
  position: relative;
}
.post_content .about-catch__what {
  position: relative;
  padding-top: 160px;
  margin-bottom: 0;
}
.post_content .about-catch__what::before {
  content: "";
  width: 42.5%;
  height: auto;
  aspect-ratio: 46/33;
  background: url(/wp-content/uploads/2025/12/about-img_02.jpg) no-repeat center/cover;
  position: absolute;
  top: 80px;
  right: calc(50% - 50vw);
  z-index: 1;
}
.post_content .about-catch__what .text {
  padding: 56px 20px 64px 60px;
  width: 60%;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .post_content .about-catch__what .text {
    padding: 56px 10px 30px 0px;
    width: 100%;
  }
}
.post_content .about-catch__what .text::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #F1F6FF;
  position: absolute;
  top: 0;
  right: 0;
}
.post_content .about-catch__what .text > div {
  position: relative;
  z-index: 1;
}
.post_content .about-catch__what .text h3 {
  margin-bottom: 24px;
}
.post_content .about-catch__what figure {
  position: absolute;
  right: 9%;
  top: 40px;
  width: 47%;
  z-index: 1;
}
.post_content .about-catch__design {
  padding-block: 70px 160px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .post_content .about-catch__design {
    padding-block: 40px 200px !important;
  }
}
.post_content .about-catch__design p {
  max-width: 700px;
  margin-inline: auto;
  padding: 60px 20px;
  border: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
       -o-border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
          border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
  position: relative;
  margin-top: -7px;
}
@media screen and (max-width: 960px) {
  .post_content .about-catch__design p {
    padding: 40px 10px 20px;
  }
}
.post_content .about-catch__design p::before {
  content: "";
  width: 110px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF));
  background: -webkit-linear-gradient(right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  background: linear-gradient(to left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(calc(50% - 20px), 20px) rotate(45deg);
          transform: translate(calc(50% - 20px), 20px) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .post_content .about-catch__design p::before {
    width: 60px;
    -webkit-transform: translate(calc(50% - 8px), 8px) rotate(45deg);
            transform: translate(calc(50% - 8px), 8px) rotate(45deg);
  }
}
.post_content .about-catch__links {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 100%;
  z-index: 1;
}
.post_content .about-catch__links > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .about-catch__links .c-bannerLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px #87ADFF;
          box-shadow: 0 0 10px #87ADFF;
}
.post_content .about-catch__links .c-bannerLink__figure {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 960px) {
  .post_content .about-catch__links .c-bannerLink__figure {
    width: 80px;
  }
}
.post_content .about-catch__links .c-bannerLink__text {
  position: relative;
  background: #F1F6FF;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 25px;
  height: auto;
}
.post_content .about-catch__links .c-bannerLink__title {
  font-family: "Shippori Mincho", serif !important;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .about-catch__links .c-bannerLink__title::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/wp-content/uploads/2025/12/down-arrow.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.post_content .about-catch__links .company .c-bannerLink__title::after {
  background-image: url(/wp-content/uploads/2025/11/btn-arrow-reverse.svg);
  width: 17px;
  height: 15px;
}
.post_content .about-about {
  padding-block: 150px 80px;
}
@media screen and (max-width: 960px) {
  .post_content .about-about {
    padding-block: 200px 80px;
  }
}
.post_content .about-about h2 {
  margin-bottom: 40px;
}
.post_content .about-about .lead {
  margin-bottom: 70px;
}
.post_content .about-about__figure {
  padding: 70px 25px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .post_content .about-about__figure {
    padding: 30px 10px;
    margin-bottom: 50px;
  }
}
.post_content .about-about__figure::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #F4F8FF;
  position: absolute;
  left: 0;
  top: 0;
}
.post_content .about-about__figure figure {
  position: relative;
  z-index: 1;
}
.post_content .about-about__strength .item {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .post_content .about-about__strength .item > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: max(6vw, 50px);
  }
}
.post_content .about-about__strength .text figure {
  width: 90px;
}
.post_content .about-about__strength .text .en p {
  font-size: 34px;
  line-height: 1;
}
.post_content .about-about__strength .text .en p::first-letter {
  font-size: 60px;
  line-height: 1;
}
.post_content .about-about__strength .text h3 {
  margin-bottom: 20px;
}
.post_content .about-about__strength .text .sub {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .post_content .about-about__strength .text .sub {
    font-size: 18px;
  }
}
.post_content .about-about__strength .img {
  position: relative;
  max-width: 420px;
}
@media screen and (max-width: 960px) {
  .post_content .about-about__strength .img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.post_content .about-about__strength .img::before {
  content: "";
  width: 147%;
  height: auto;
  aspect-ratio: 2/1;
  background: url(/wp-content/uploads/2025/12/about-img-bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 18.5%;
  left: 23.8%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .post_content .about-about__strength .img::before {
    width: 120%;
    left: 10%;
  }
}
.post_content .about-about__strength .item:nth-of-type(2n) .img {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .post_content .about-about__strength .item:nth-of-type(2n) .img {
    margin-left: 0;
  }
}
.post_content .about-about__strength .item:nth-of-type(2n) .img::before {
  left: auto;
  right: 23.8%;
}
.post_content .about-about__strength .item:nth-of-type(2) .img::before {
  background-image: url(/wp-content/uploads/2025/12/about-img-bg2.jpg);
}
.post_content .about-about__strength .item:nth-of-type(3) .img::before {
  background-image: url(/wp-content/uploads/2025/12/about-img-bg3.jpg);
}
.post_content .about-about__strength .item:nth-of-type(4) .img::before {
  background-image: url(/wp-content/uploads/2025/12/about-img-bg4.jpg);
}
.post_content .about-continuuu {
  position: relative;
  padding-bottom: 240px;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu {
    padding-bottom: 200px;
  }
}
.post_content .about-continuuu::before {
  content: "";
  width: 100vw;
  height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FCFF), to(#E5EFFF));
  background: -webkit-linear-gradient(top, #F5FCFF, #E5EFFF);
  background: linear-gradient(to bottom, #F5FCFF, #E5EFFF);
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.post_content .about-continuuu .text1 {
  margin-bottom: 40px;
}
.post_content .about-continuuu .text1 span {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu .text1 span {
    font-size: 18px;
  }
}
.post_content .about-continuuu .text2 span {
  font-weight: 700;
}
.post_content .about-continuuu ul {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(135, 173, 255, 0.6);
          box-shadow: 0 0 20px rgba(135, 173, 255, 0.6);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: 430px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu ul {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.post_content .about-continuuu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.5;
}
.post_content .about-continuuu li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/12/list-check.svg) no-repeat center/contain;
  margin-top: 5px;
}
.post_content .about-continuuu .text2 {
  margin-bottom: 0;
}
.post_content .about-continuuu__top {
  max-width: 760px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu__top {
    margin-bottom: 30px;
  }
}
.post_content .about-continuuu__top h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: -20px;
  right: 50px;
}
.post_content .about-continuuu__top h2 span {
  background: rgba(135, 173, 255, 0.7);
  color: #fff;
  padding: 10px;
  font-size: 28px;
  display: inline-block;
  font-family: "Shippori Mincho", serif !important;
  margin-left: 10px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu__top h2 span {
    font-size: 18px;
    padding: 6px;
  }
}
.post_content .about-continuuu__top h2 span:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu__top h2 span:nth-of-type(2) {
    margin-top: 20px;
  }
}
.post_content .about-continuuu__top .about-continuuu__yoko {
  position: relative;
  padding: 30px 30px 0;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu__top .about-continuuu__yoko {
    padding: 4px 4px 0;
  }
}
.post_content .about-continuuu__top .about-continuuu__yoko::before {
  content: "";
  width: 39.5%;
  height: auto;
  aspect-ratio: 5/4;
  background: url(/wp-content/uploads/2025/12/img-border.svg) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu__top .about-continuuu__yoko::before {
    top: -6px;
    left: -6px;
  }
}
.post_content .about-continuuu__bottom {
  width: min(100%, 960px);
  margin-inline: auto;
  padding: 60px 20px;
  min-height: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .post_content .about-continuuu__bottom {
    padding: 40px 20px;
    max-width: 700px;
  }
}
.post_content .about-continuuu__bottom p {
  font-weight: 500;
}
.post_content .about-continuuu__bottom p span {
  font-weight: 700;
}
.post_content .about-support {
  padding-block: 315px 100px;
}
@media screen and (max-width: 960px) {
  .post_content .about-support {
    padding-block: 200px 50px;
  }
}
.post_content .about-support .cmn__title {
  margin-left: max(100% - 626px, 0px);
  margin-bottom: 30px;
}
.post_content .about-support .item .ff-didot {
  padding-block: 10px;
  font-weight: 400;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
       -o-border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
          border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
  margin-bottom: 10px;
  line-height: 1;
}
.post_content .about-support .item h3 {
  margin-bottom: 10px;
}
.post_content .about-support .item p {
  font-weight: 500;
}
.post_content .about-support .item figure {
  margin-bottom: 20px;
}
.post_content .about-support .item .swell-block-linkList {
  gap: 10px;
}
.post_content .about-support .item .swell-block-linkList__link {
  background: #E5EEFF;
  color: #6595FF;
  padding: 5px 16px;
  min-height: 40px;
}
.post_content .about-support .item .swell-block-linkList__link svg {
  display: none;
}
.post_content .about-support .item .swell-block-linkList__link::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/wp-content/uploads/2025/11/btn-arrow-reverse.svg) no-repeat center/contain;
}
.post_content .about-support .item .swell-block-linkList__link:hover {
  background: #6595FF;
  color: #fff;
}
.post_content .about-support .item .swell-block-linkList__link:hover::after {
  background-image: url(/wp-content/uploads/2025/11/btn-arrow.svg);
}
.post_content .company-catch {
  padding-block: 60px 180px;
  position: relative;
}
.post_content .company-catch::before {
  content: "";
  width: 100vw;
  height: 1000px;
  background: url(/wp-content/uploads/2025/12/company-catch-bg.jpg) no-repeat center bottom/contain;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.post_content .company-catch .lead-img {
  margin-bottom: 90px;
}
.post_content .company-catch .logo-img {
  margin-bottom: 40px;
}
.post_content .company-catch .lead-text {
  margin-bottom: 40px;
}
.post_content .company-catch__hope p {
  max-width: 700px;
  margin-inline: auto;
  padding: 60px 20px;
  border: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
       -o-border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF)) 1;
          border-image: linear-gradient(to right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%) 1;
  position: relative;
  margin-top: -7px;
}
.post_content .company-catch__hope p::before {
  content: "";
  width: 110px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#B9D5FF), color-stop(66%, #D7D7FF), to(#C0ECFF));
  background: -webkit-linear-gradient(right, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  background: linear-gradient(to left, #B9D5FF 0%, #D7D7FF 66%, #C0ECFF 100%);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(calc(50% - 20px), 20px) rotate(45deg);
          transform: translate(calc(50% - 20px), 20px) rotate(45deg);
  z-index: -1;
}
.post_content .company-works {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.post_content .company-message {
  padding-block: 216px 100px;
}
.post_content .company-message__profile {
  padding: 70px 40px 30px;
  background: #fff;
}
.post_content .company-message__profile .name {
  font-size: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 960px) {
  .post_content .company-message__profile .name {
    font-size: 18px;
  }
}
.post_content .company-message__item {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.post_content .company-message__item h3 {
  margin-bottom: 20px;
  padding: 6px 10px;
  position: relative;
}
.post_content .company-message__item .img {
  position: relative;
}
.post_content .company-message__item .img figure {
  width: 300px;
  margin-left: auto;
}
.post_content .company-message__item1 {
  padding-bottom: 50px;
}
.post_content .company-message__item1::before {
  content: "";
  width: 100vw;
  height: 60%;
  background: #F4F8FF;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.post_content .company-message__item1 h3 {
  margin-bottom: 30px;
  padding: 0;
}
.post_content .company-message__item2 h3::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #F4F8FF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.post_content .company-message__item3 {
  padding-top: 40px;
}
.post_content .company-message__item3::before {
  content: "";
  width: 100vw;
  height: 30%;
  background: #F4F8FF;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.post_content .company-message__item3 h3::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
}
.post_content .company-info {
  position: relative;
}
.post_content .company-info::before {
  content: "";
  width: 100vw;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FCFF), to(#E5EFFF));
  background: -webkit-linear-gradient(top, #F5FCFF, #E5EFFF);
  background: linear-gradient(to bottom, #F5FCFF, #E5EFFF);
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  z-index: -1;
}
.post_content .company-info .title-en {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .company-info .title-en::after {
  content: none;
}
.post_content .company-info dl {
  background: #fff;
  max-width: 700px;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 10px rgba(135, 173, 255, 0.5);
          box-shadow: 0 0 10px rgba(135, 173, 255, 0.5);
  padding: 60px;
  row-gap: 20px;
}
.post_content .company-info dt, .post_content .company-info dd {
  border-bottom: 1px solid #BFD3FF;
  padding-block: 20px;
}
.post_content .company-info dt {
  width: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 40px;
}
.post_content .company-info dd {
  width: calc(100% - 220px);
}
.post_content .contact__intro {
  padding-block: 80px 0;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .post_content .contact__intro {
    padding-block: 50px 0;
  }
}
.post_content .contact__intro .form__items {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .post_content .contact__intro .form__items {
    margin-bottom: 30px;
  }
}
.post_content .contact__intro .form__items > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .contact__intro .form__items .item a {
  padding: 30px 10px;
  display: block;
  -webkit-box-shadow: 0 0 15px rgba(101, 149, 255, 0.5);
          box-shadow: 0 0 15px rgba(101, 149, 255, 0.5);
}
.post_content .contact__intro .form__items .item a:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 5px rgba(101, 149, 255, 0.5);
          box-shadow: 0 0 5px rgba(101, 149, 255, 0.5);
}
.post_content .contact__intro .form__items .item a figure {
  margin-bottom: 10px;
}
.post_content .contact__intro .form__items .item a .tag {
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.post_content .contact__intro .form__items .item a h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.post_content .contact__intro .form__items .item a .btn {
  padding: 10px 20px;
  max-width: 330px;
  margin-inline: auto;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .contact__intro .form__items .item a .btn::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(/wp-content/uploads/2025/11/mail-icon.svg) no-repeat center/contain;
}
.post_content .contact__intro .form__items .item a .btn::after {
  content: "";
  width: 13px;
  height: 7px;
  background: url(/wp-content/uploads/2025/12/down-arrow.svg) no-repeat center/contain;
}
.post_content .contact__intro .form__items .line a .btn::before {
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/2025/11/line-icon.svg);
}
.post_content .contact__intro .form__items .line a .btn::after {
  background-image: url(/wp-content/uploads/2025/12/line-arrow.svg);
  width: 7px;
  height: 13px;
}
.post_content .contact__intro .text {
  font-weight: 500;
}
.post_content .cmn__form {
  max-width: 700px;
  margin-inline: auto;
  padding-block: 80px 100px;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form {
    padding-block: 30px 50px;
  }
}
.post_content .cmn__form a {
  text-decoration: none;
}
.post_content .cmn__form a:hover {
  opacity: 0.7;
}
.post_content .cmn__form .contact__remark p {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.post_content .cmn__form table {
  margin-bottom: 40px;
}
.post_content .cmn__form table, .post_content .cmn__form tbody {
  display: block;
}
.post_content .cmn__form tr {
  padding: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form tr {
    margin-bottom: 20px;
    gap: 16px;
  }
}
.post_content .cmn__form th {
  background-color: transparent;
  border: none;
  font-weight: 500;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
}
.post_content .cmn__form td {
  padding: 0;
  border: none;
  width: 100%;
  font-size: 16px;
}
.post_content .cmn__form .required, .post_content .cmn__form .norequired {
  display: inline-block;
  background: #6595FF;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.05em;
  padding: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  line-height: 1;
}
.post_content .cmn__form .norequired {
  background: #828282;
}
.post_content .cmn__form .form-memo {
  font-size: 13px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 5px;
}
.post_content .cmn__form .form-memo.no-indent {
  padding-left: 0;
  text-indent: 0;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post_content .cmn__form :is(input[type=text], input[type=tel], input[type=email], textarea) {
  width: 100%;
}
.post_content .cmn__form :is(input, textarea, select) {
  font-size: 16px;
  padding: 11px 20px;
  border: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.post_content .cmn__form input::-webkit-input-placeholder, .post_content .cmn__form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::-moz-placeholder, .post_content .cmn__form textarea::-moz-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input:-ms-input-placeholder, .post_content .cmn__form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::-ms-input-placeholder, .post_content .cmn__form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::placeholder, .post_content .cmn__form textarea::placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form select {
  width: 200px;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-acceptance {
  display: block;
}
.post_content .cmn__form .wpcf7-not-valid {
  background: #FFF3F3 !important;
}
.post_content .cmn__form .wpcf7-response-output {
  border: 2px solid #FAC3C3 !important;
  background: #FFF3F3;
  color: #dc3232;
  text-align: center;
}
.post_content .cmn__form .form-agreement {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .form-agreement {
    margin-bottom: 30px;
  }
}
.post_content .cmn__form .form-agreement a {
  text-decoration: underline;
}
.post_content .cmn__form .form-agreement a:hover {
  opacity: 0.7;
}
.post_content .cmn__form textarea {
  resize: vertical;
}
.post_content .cmn__form .form-submit input[disabled] {
  background: #ccc !important;
  color: #fff !important;
  border: none;
}
.post_content .cmn__form .form-submit {
  position: relative;
  width: min(100%, 350px);
  margin-inline: auto;
}
.post_content .cmn__form .form-submit::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 21px;
  background-image: url(/wp-content/uploads/2025/11/btn-arrow-reverse.svg);
  position: absolute;
  right: 20px;
  top: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .form-submit::after {
    top: 30px;
  }
}
.post_content .cmn__form .form-submit:has(input[disabled])::after {
  background-image: url(/wp-content/uploads/2025/11/btn-arrow.svg);
  pointer-events: none;
}
.post_content .cmn__form .form-submit input {
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  max-width: 400px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #6595FF;
  color: #6595FF;
  margin: 60px auto 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .post_content .cmn__form .form-submit input {
    padding: 16px;
    width: 100%;
    height: 80px;
  }
}
.post_content .cmn__form .form-submit:hover::after {
  background-image: url(/wp-content/uploads/2025/11/btn-arrow.svg);
}
.post_content .cmn__form .form-submit:hover input {
  color: #fff;
  background: #6595FF;
}
.post_content .cmn__form .wpcf7-radio input, .post_content .cmn__form .wpcf7-checkbox input {
  display: none;
}
.post_content .cmn__form .wpcf7-radio .wpcf7-list-item, .post_content .cmn__form .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  padding-left: 23px;
  margin: 0 0 10px;
  display: block;
}
.post_content .cmn__form .wpcf7-radio input[type=radio] + span::before, .post_content .cmn__form .wpcf7-checkbox input[type=radio] + span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-radio input[type=radio]:checked + span::after, .post_content .cmn__form .wpcf7-checkbox input[type=radio]:checked + span::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #6595FF;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 3px;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-radio input[type=checkbox] + span::before, .post_content .cmn__form .wpcf7-checkbox input[type=checkbox] + span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-radio input[type=checkbox]:checked + span::before, .post_content .cmn__form .wpcf7-checkbox input[type=checkbox]:checked + span::before {
  background: #6595FF;
}
.post_content .cmn__form .wpcf7-radio input[type=checkbox]:checked + span::after, .post_content .cmn__form .wpcf7-checkbox input[type=checkbox]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(/wp-content/uploads/2025/12/check.png) no-repeat center/contain;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 3px;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-left: 24px;
  position: relative;
}
.post_content .cmn__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.post_content .cmn__form .wpcf7-acceptance a {
  text-decoration: underline;
}
.post_content .cmn__form .wpcf7-acceptance input {
  display: none;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
  background: #6595FF;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(/wp-content/uploads/2025/12/check.png) no-repeat center/contain;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3px;
  display: inline-block;
}
.post_content .thanks__top {
  max-width: 960px;
  margin-inline: auto;
  padding-block: 60px 100px;
}
@media screen and (max-width: 960px) {
  .post_content .thanks__top {
    padding-block: 40px 50px;
  }
}
.post_content .thanks__top h2, .post_content .thanks__top p {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .post_content .thanks__top h2, .post_content .thanks__top p {
    margin-bottom: 30px;
  }
}
.post_content .thanks__top .is-style-btn_line a {
  padding: 10px 20px;
  max-width: 330px;
  background: #28D016;
  border-color: #28D016;
  color: #fff;
  margin-inline: auto;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .thanks__top .is-style-btn_line a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/11/line-icon.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .thanks__top .is-style-btn_line a::after {
  content: "";
  width: 7px;
  height: 13px;
  background: url(/wp-content/uploads/2025/12/line-arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_content .thanks__top .is-style-btn_line a:hover {
  color: #28D016 !important;
  background: #fff;
}
.post_content .thanks__top .is-style-btn_line a:hover:before {
  background-image: url(/wp-content/uploads/2025/12/line-icon-reverse.svg);
}
.post_content .thanks__top .is-style-btn_line a:hover:after {
  background-image: url(/wp-content/uploads/2025/12/right-arrow-green.svg);
}
.post_content .privacy__block h2 {
  padding-left: calc(20px + 1em);
  text-indent: -1em;
}
.post_content .tokushogo__outline tr, .post_content .tokushogo__outline th, .post_content .tokushogo__outline td {
  border-color: #547B74;
  text-align: justify;
}
.post_content .tokushogo__outline tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post_content .tokushogo__outline tr:first-of-type th {
  border-top: 1px solid #547B74;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline tr:first-of-type td {
    border-top: 1px solid #547B74;
  }
}
.post_content .tokushogo__outline th {
  background: #EBF2EF;
  font-family: "Shippori Mincho", serif !important;
  font-size: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  padding: 10px;
  border-top: none;
  flex-shrink: 0;
  color: #518577;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline th {
    width: max(25%, 245px) !important;
    font-size: 18px;
    padding: 15px 20px;
    text-align: left;
  }
}
.post_content .tokushogo__outline td {
  font-size: 16px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: none;
}
@media screen and (min-width: 960.001px) {
  .post_content .tokushogo__outline td {
    border-left: none;
    padding: 15px 20px;
  }
}
.post_content .sitemap__sec01 a:hover {
  opacity: 0.7;
}
.post_content .sitemap__sec01 injury__block strong {
  font-weight: 400;
}
.post_content .sitemap__sec01 .wsp-container > ul > li {
  list-style: none;
}
.post_content .sitemap__sec01 .wsp-container > ul > li::before {
  content: "";
  background: url(/wp-content/uploads/2025/05/sitemap-arrow.svg) no-repeat center/contain;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 14px;
  left: -15px;
}
.post_content .sitemap__sec01 .wsp-container > ul ul li {
  list-style: none;
}
.post_content .sitemap__sec01 .wsp-container > ul ul li::before {
  content: "-";
  color: #547B74;
  position: absolute;
  top: 0;
  left: -15px;
}/*# sourceMappingURL=style.css.map */