@charset "UTF-8";
.section_title {
  text-align: center;
}
.section_title .jp-title {
  letter-spacing: 2.4px;
  color: #2B6990;
  font-family: "Zen Maru Gothic", sans-serif;
}
.section_title .en-h2title {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 4.8px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 499px) {
  .section_title .en-h2title {
    font-size: 2rem;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 80px 20px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: #fff;
  padding-left: 60px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .header {
    padding-left: 0;
    height: 60px;
    position: fixed;
    padding: 0 16px;
  }
}
.header .header_sp-menuBtn {
  display: none;
}
@media (max-width: 768px) {
  .header .header_sp-menuBtn {
    display: block;
  }
}
.header .header-logo {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header_nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .header .header_nav-lists {
    background-color: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    top: -999px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.5313283208vw;
    padding: 12.5313283208vw 0;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .header .header_nav-lists.open {
    top: 60px;
  }
}
.header .header_nav-lists li {
  position: relative;
}
.header .header_nav-lists li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #2B6990;
  bottom: -8px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header .header_nav-lists li .pc-contactLink {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2B6990;
  padding: 0 60px 0 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 768px) {
  .header .header_nav-lists li .pc-contactLink {
    display: none;
  }
}
.header .header_nav-lists li .pc-contactLink::after {
  content: none;
}
.header .header_nav-lists li .pc-contactLink:hover {
  background-color: rgba(43, 105, 144, 0.8);
}
.header .header_nav-lists li .sp-contactLink {
  display: none;
}
@media (max-width: 768px) {
  .header .header_nav-lists li .sp-contactLink img {
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .header .header_nav-lists li .sp-contactLink {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 499px) {
  .header .header_nav-lists li .sp-contactLink {
    width: 5.0125313283vw;
    gap: 2.5062656642vw;
  }
}
.header .header_nav-lists li:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header .header_nav-lists li:last-child:hover::after {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.header .header_nav-lists li a {
  color: #2B6990;
}

.show--sp {
  display: none;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
  }
}

.nabOpen-bg.hamburger-bg-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

.form_submit-btn {
  margin-left: 10px;
}

.btn, .form_submit-btn {
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
  border-radius: 50px;
  background-color: #2B6990;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 499px) {
  .btn, .form_submit-btn {
    width: 100%;
    height: 15.037593985vw;
  }
}
.btn:hover, .form_submit-btn:hover {
  background-color: rgba(43, 105, 144, 0.8);
}
.btn a, .btn input, .form_submit-btn a, .form_submit-btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: inherit;
  padding: 0 20px;
}

.text--link {
  font-weight: 500;
  color: #2B6990;
  text-decoration: underline;
}
.text--link:hover {
  opacity: 0.8;
}

.form_btn-wrapper .wpcf7-spinner {
  display: none;
}

.childPage-fv {
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}

.childPage_fv-title {
  position: absolute;
  bottom: 50px;
}
.childPage_fv-title .jp-title {
  font-size: 16px;
  letter-spacing: 3.6px;
  color: #2B6990;
  font-family: "Zen Maru Gothic", sans-serif;
}
.childPage_fv-title .en-h1title {
  font-size: 4rem;
  letter-spacing: 6.6px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 499px) {
  .childPage_fv-title .en-h1title {
    font-size: 2.5rem;
  }
}

.fadein_animation_start {
  -webkit-animation-name: fadein_animation;
          animation-name: fadein_animation;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadein_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fadein_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.scroll-in, .c-timelag, .scroll-in-delay, .top_works-item {
  opacity: 0;
}

.scroll_in_animation {
  -webkit-animation: scroll_in_animation 1s ease-out forwards;
          animation: scroll_in_animation 1s ease-out forwards;
}

@-webkit-keyframes scroll_in_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scroll_in_animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (max-width: 768px) {
  .hide--sp {
    display: none;
  }
}

@media (max-width: 499px) {
  .hide--ssp {
    display: none;
  }
}

.bold--600 {
  font-weight: 600;
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-animation: fadeInLeft 1.5s ease-out forwards;
          animation: fadeInLeft 1.5s ease-out forwards;
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-animation: fadeInRight 1.5s ease-out forwards;
          animation: fadeInRight 1.5s ease-out forwards;
}

@-webkit-keyframes fadeInLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body {
  line-height: 1.5;
  scroll-behavior: smooth;
}

strong {
  font-weight: bolder;
}

.post-thumbnail__wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  height: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .post-thumbnail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    height: auto;
    min-height: 540px;
  }
}

.post_thumbnail {
  padding-top: 80px;
  position: relative;
  background-color: #e7f0fe;
  height: 400px;
}
@media (max-width: 768px) {
  .post_thumbnail {
    height: auto;
    min-height: 600px;
  }
}

.post-thumbnail__img-wrapper {
  max-width: 500px;
}
@media (max-width: 1100px) {
  .post-thumbnail__img-wrapper {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .post-thumbnail__img-wrapper {
    max-width: 600px;
  }
}
.post-thumbnail__img-wrapper img {
  width: 100%;
  height: auto;
}

h1.wp-block-heading {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #2B6990;
  border-bottom: 2px solid #2B6990;
  font-size: 1.75rem;
}

.post_title {
  font-size: 2rem;
  font-weight: 700;
  width: calc(100% - 500px);
  max-width: 690px;
}
@media (max-width: 1100px) {
  .post_title {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .post_title {
    width: 100%;
  }
}

h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 40px;
  position: relative;
  padding: 0.25em 0;
}
h2.wp-block-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: -8px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(43, 105, 144)), to(transparent));
  background: linear-gradient(to right, rgb(43, 105, 144), transparent);
}

.wp-block-cover h2.wp-block-heading::before {
  content: unset;
}

h3.wp-block-heading {
  font-size: 1.25rem;
  color: #2B6990;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
h3.wp-block-heading::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #2B6990;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

h4.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px;
}

.post_content p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.post_content p strong {
  font-weight: 800;
  font-size: 1.125rem;
}
.post_content .wp-block-table thead {
  border-bottom: unset;
}
.post_content .wp-block-table table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.post_content a {
  text-decoration: underline;
  color: #2B6990;
  font-weight: 500;
}
.post_content a:hover {
  opacity: 0.6;
}
.post_content .wp-block-button__link {
  text-decoration: none;
  font-weight: 400;
}

.wp-block-list {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px;
}
.wp-block-list li {
  list-style-type: disc;
  margin-bottom: 6px;
}
.wp-block-list li:last-child {
  margin-bottom: 0;
}

ol.wp-block-list li {
  list-style-type: decimal;
}

@media (max-width: 499px) {
  .wp-block-buttons > a.wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}

.wp-block-code {
  background-color: #272822;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 15px;
  overflow-x: auto;
  font-family: "Consolas", "Monaco", monospace;
}
.wp-block-code code {
  color: #f8f8f2;
  font-size: 0.9em;
  line-height: 1.6;
  white-space: pre-wrap;
}

.wp-block-details summary {
  list-style: none;
  padding-left: 8px;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}

/* 2. CSSで新しい三角形を作成する（閉じている状態） */
.wp-block-details summary::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.7em;
  border-color: transparent transparent transparent #333;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  display: inline-block;
  margin-right: 0.5em;
  color: #2B6990;
  transition: transform 0.2s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/* 3. detailsが開いたとき（<details open> のとき）のマーカーの状態 */
details[open] summary::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wp-block-columns {
  gap: 30px;
}/*# sourceMappingURL=post.css.map */