@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2");
  font-display: swap;
}
.section_title {
  text-align: center;
}
.section_title .jp-title {
  letter-spacing: 2.4px;
  color: #2B6990;
}
.section_title .en-h2title {
  font-size: 2.625rem;
  letter-spacing: 4.8px;
  margin-top: 5px;
  font-weight: 700;
}
@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;
  }
}
.header .header_sp-menuBtn {
  display: none;
}
@media (max-width: 768px) {
  .header .header_sp-menuBtn {
    display: block;
  }
}
.header .header-logo {
  width: 80px;
}
@media (max-width: 768px) {
  .header .header-logo {
    width: 60px;
  }
}
@media (max-width: 499px) {
  .header .header-logo {
    width: 50px;
  }
}
.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;
}
.childPage_fv-title .en-h1title {
  font-size: 4rem;
  letter-spacing: 6.6px;
}
@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: 499px) {
  .hide--ssp {
    display: none;
  }
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.top_contact-wrapper {
  position: relative;
}

.top_contact {
  background-image: url(/wp-content/uploads/2023/10/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  height: 500px;
}
@media (max-width: 768px) {
  .top_contact {
    background-position: center bottom;
    background-image: url(/wp-content/uploads/2023/10/portofolio-contact-bg-sp.jpg);
    min-height: 800px;
  }
}
@media (max-width: 499px) {
  .top_contact {
    min-height: 680px;
  }
}

.top_contact-contents {
  position: absolute;
  left: 41%;
  top: 90%;
  right: 20px;
}
@media (max-width: 768px) {
  .top_contact-contents {
    left: 20px;
    top: 200px;
  }
}
.top_contact-contents .top_contact-desc {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.top_contact-contents .top_contact-btn {
  margin: 0;
}
@media (max-width: 768px) {
  .top_contact-contents .top_contact-btn {
    margin: auto;
  }
}

.footer {
  height: 80px;
}
@media (max-width: 768px) {
  .footer {
    display: block;
    height: auto;
  }
}
.footer .footer-wrapper {
  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;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .footer .footer-wrapper {
    padding: 0 20px;
    font-size: 12px;
  }
}
@media (max-width: 499px) {
  .footer .footer-wrapper {
    font-size: 3.007518797vw;
    gap: 2%;
  }
}
.footer .footer-wrapper .footer-logo {
  width: 80px;
}
@media (max-width: 768px) {
  .footer .footer-wrapper .footer-logo {
    width: 60px;
  }
}
@media (max-width: 499px) {
  .footer .footer-wrapper .footer-logo {
    width: 15.037593985vw;
  }
}
.footer .footer-wrapper .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.footer .footer-wrapper .footer-nav li {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-wrapper .footer-nav li :hover {
  opacity: 0.6;
}
.footer .footer-wrapper .copyright span {
  font-size: 12px;
}
@media (max-width: 499px) {
  .footer .footer-wrapper .copyright span {
    font-size: 3.007518797vw;
  }
}

.portFolio__childPage__wrapper h2.wp-block-heading {
  font-size: 24px;
  font-weight: 600;
  margin: 30px auto 20px;
  padding: 10px 0 10px 16px;
  border-left: 6px solid #2B6990;
}
@media (max-width: 768px) {
  .portFolio__childPage__wrapper h2.wp-block-heading {
    font-size: 20px;
  }
}
.portFolio__childPage__wrapper ol {
  list-style: auto;
  padding-left: 10px;
  margin-left: 12px;
}
.portFolio__childPage__wrapper ol li {
  padding-left: 16px;
  list-style: auto;
  margin-bottom: 16px;
  line-height: 30px;
}
.portFolio__childPage__wrapper ol li::marker {
  color: #2B6990;
  font-weight: 700;
}
.portFolio__childPage__wrapper p {
  line-height: 30px;
  margin-bottom: 20px;
}
.portFolio__childPage__wrapper p a {
  color: blue;
  text-decoration: underline;
}

.header_sp-menuBtn {
  display: none;
  width: 40px;
  height: 40px;
  z-index: 9999;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .header_sp-menuBtn {
    display: block;
  }
}
@media (max-width: 499px) {
  .header_sp-menuBtn {
    width: 40px;
  }
}
.header_sp-menuBtn span {
  position: absolute;
  width: 70%;
  height: 1px;
  background: #2B6990;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.header_sp-menuBtn span:nth-child(1) {
  top: 10px;
}
.header_sp-menuBtn span:nth-child(2) {
  top: 19px;
}
.header_sp-menuBtn span:nth-child(3) {
  top: 28px;
}
.header_sp-menuBtn.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_sp-menuBtn.open span:nth-child(2) {
  display: none;
}

.header_sp-menuBtn.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.breadcrumbs {
  text-align: right;
  padding-top: 16px;
  padding-right: 60px;
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 499px) {
  .breadcrumbs {
    padding-right: 20px;
    font-size: 0.875rem;
  }
}

.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;
}

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

.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%;
  }
}

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-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;
  }
}

.page-archive-list {
  margin-top: 30px;
}
.page-archive-list li {
  margin-bottom: 24px;
}

.page-archive--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e7f0ff;
  min-height: 80px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.page-archive--postTitle {
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
}
@media (max-width: 499px) {
  .page-archive--postTitle {
    font-size: 1.2rem;
  }
}

.page-archive--link:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0px 8px 6px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 6px -4px rgba(0, 0, 0, 0.3);
}

.top_fv-container {
  background-image: url("/wp-content/uploads/2023/10/portfolio-fv.jpeg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 80px;
}
@media (max-width: 1100px) {
  .top_fv-container {
    min-height: 720px;
  }
}
@media (max-width: 768px) {
  .top_fv-container {
    height: auto;
    min-height: 800px;
    padding-top: 60px;
  }
}
@media (max-width: 499px) {
  .top_fv-container {
    min-height: 130.3258145363vw;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.top_fv-container .top_fv-wrapper {
  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;
  padding: 0 6%;
  max-width: 1450px;
}
@media (max-width: 1100px) {
  .top_fv-container .top_fv-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .top_fv-container .top_fv-wrapper {
    padding: 0 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_fv-container .top_fv-wrapper .top_fv-h1title {
  width: 50%;
  font-size: 2.25rem;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 7px 5px rgba(102, 102, 102, 0.4);
  opacity: 0;
}
@media (max-width: 768px) {
  .top_fv-container .top_fv-wrapper .top_fv-h1title {
    width: 100%;
    margin-top: 20px;
    font-size: 180%;
  }
}
@media (max-width: 499px) {
  .top_fv-container .top_fv-wrapper .top_fv-h1title {
    margin-top: 5.0125313283vw;
    font-size: 7.5187969925vw;
  }
}
.top_fv-container .top_fv-wrapper .top_fv-rightImg {
  width: 47%;
  min-width: 450px;
}
@media (max-width: 768px) {
  .top_fv-container .top_fv-wrapper .top_fv-rightImg {
    width: 80%;
    min-width: unset;
  }
}
@media (max-width: 499px) {
  .top_fv-container .top_fv-wrapper .top_fv-rightImg {
    width: 100%;
    margin-top: 20px;
  }
}

.top_fv-h1title .bigger--text {
  font-size: 1.6em;
  color: #2B6990;
  padding-right: 4px;
  font-weight: 600;
}

.top_fv-subTitle {
  font-size: 1.125rem;
  line-height: 1.6;
}

.top-creoki__section {
  background: #BFE5E8;
  position: relative;
  overflow: hidden;
}
.top-creoki__section .wrapper {
  position: relative;
  z-index: 1;
}

.people-works__bg-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 1100px) {
  .people-works__bg-deco {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .people-works__bg-deco {
    max-width: 200px;
  }
}
@media (max-width: 499px) {
  .people-works__bg-deco {
    max-width: 150px;
    opacity: 0.3;
  }
}
.people-works__bg-deco.people-works__bg-deco-left {
  top: 0;
  left: 60px;
}
@media (max-width: 1100px) {
  .people-works__bg-deco.people-works__bg-deco-left {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .people-works__bg-deco.people-works__bg-deco-left {
    left: 0;
  }
}
.people-works__bg-deco.people-works__bg-deco-right {
  bottom: 0;
  right: 60px;
}
@media (max-width: 1100px) {
  .people-works__bg-deco.people-works__bg-deco-right {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .people-works__bg-deco.people-works__bg-deco-right {
    right: 0;
  }
}

.top-creoki--container {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
  font-size: 1.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .top-creoki--container {
    font-size: 1.125rem;
  }
}

.archive_work_wrapper {
  padding-bottom: 0;
}

.top_work-list {
  margin-top: 80px;
}
@media (max-width: 499px) {
  .top_work-list {
    margin-top: 5.0125313283vw;
  }
}

.top_work-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 45px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .top_work-list li {
    display: block;
  }
}
.top_work-list .top_work-imgWrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .top_work-list .top_work-imgWrapper {
    width: 100%;
  }
}
.top_work-list .top_work-textWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .top_work-list .top_work-textWrapper {
    margin-top: 20px;
    max-width: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_work-list .top_work-textWrapper .top_work-h3title {
  font-size: 1.625rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #2B6990;
}
@media (max-width: 499px) {
  .top_work-list .top_work-textWrapper .top_work-h3title {
    font-size: 1.25rem;
  }
}
.top_work-list .top_work-textWrapper .top_work-dtlList {
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.top_work-list .top_work-textWrapper .top_work-dtlList li {
  display: block;
  margin-bottom: 8px;
}
.top_work-list .top_work-textWrapper .top_work-dtlList li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #2B6990;
  border-radius: 50px;
  margin-right: 10px;
}

.text_link {
  color: #2B6990;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.text_link::after {
  content: "⇨";
  margin-left: 10px;
}
.text_link:hover {
  color: #fff;
  text-shadow: -1px 1px 5px #2B6990, 1px -1px 5px #2B6990;
}

.top_service_wrapper {
  padding-bottom: 80px;
}

.service_listTable-memo {
  font-size: 12px;
}

.top_service-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1100px) {
  .top_service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .top_service-list {
    grid-template-columns: 1fr;
    max-width: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 70px;
  }
}
.top_service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 50px 20px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.top_service-list li .top_service-listLabel {
  position: absolute;
  top: -23px;
  letter-spacing: 0.08rem;
  background-color: #FFA800;
  padding: 1px 16px 8px;
  border-radius: 50rem;
}
@media (max-width: 768px) {
  .top_service-list li .top_service-listLabel {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.top_service-list li .top_service-listLabel span {
  font-size: 24px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .top_service-list li {
    margin-bottom: 0;
  }
}
.top_service-list li .top_service-listImg {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  min-height: 250px;
}
.top_service-list li .top_service-listText {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_service-list li .top_service-listTable {
  border: 1px solid #333;
  width: 100%;
}
.top_service-list li .top_service-listTable th {
  border: 1px solid #2B6990;
  padding: 8px 0;
  text-align: center;
  background-color: #BFE5E8;
}
.top_service-list li .top_service-listTable td {
  border: 1px solid #2B6990;
  padding: 8px 0;
  text-align: center;
  color: #FCB27D;
  font-weight: bold;
}
.top_service-list li .top_service-h3title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #2B6990;
}
.top_service-list li .top_service-text {
  line-height: 1.8;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.top_service-list li > .text_link {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.service__subInfoTitle {
  font-size: 90%;
  margin-bottom: 6px;
}

.service__subInfoItem {
  font-size: 12px;
  background: #BFE5E8;
  min-width: 70px;
  display: inline-block;
  text-align: center;
  padding-bottom: 3px;
}

.textLink--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 20px;
}

.top_service {
  background-color: #BFE5E8;
  background-image: url("/wp-content/uploads/2023/10/service-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top_about-contents {
  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;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_about-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 499px) {
  .top_about-contents {
    margin-top: 5.0125313283vw;
  }
}
.top_about-contents .top_about-text {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  .top_about-contents .top_about-text {
    width: 100%;
  }
}
.top_about-contents .top_about-text .top_about-desc {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top_about-contents .top_about-text .top_about-desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top_about-contents .top_about-text .top_about-txtbtn {
    margin-bottom: 50px;
  }
}
.top_about-contents .top_about-img {
  width: 40%;
}
@media (max-width: 768px) {
  .top_about-contents .top_about-img {
    width: 100%;
    text-align: center;
  }
}

.introduce--name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .introduce--name {
    font-size: 1.5rem;
  }
}

.char {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.char.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.childPage-fv {
  background-image: url("/wp-content/uploads/2023/10/portfolio-fv.jpeg");
}

.work_contents .work_contents-wrapper {
  max-width: 800px;
}
.work_contents .work_contents-wrapper .work_contents-btn {
  margin-left: auto;
}

.work_contents-h2title {
  font-size: 32px;
  font-weight: 400;
}

.work_contents-desc {
  line-height: 30px;
  letter-spacing: 1.6px;
  margin-bottom: 50px;
}

.work_contents-itemTitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #2B6990;
}

.work_contents-list {
  margin-bottom: 50px;
}

.single_pagenation {
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single_pagenation img {
  width: 30px;
  vertical-align: middle;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .single_pagenation img {
    width: 20px;
  }
}

.archive-desc {
  line-height: 2;
  text-align: center;
}

.profile__list {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.profile__list .profile__item {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #2B6990;
}
.profile__list .profile__item__heading {
  width: 100%;
  height: auto;
  padding: 17px 50px 17px 90px;
  background-color: #2B6990;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .profile__list .profile__item__heading {
    padding-left: 70px;
  }
}
.profile__list .profile__item__heading::before {
  content: "Q";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #2B6990;
  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;
  position: absolute;
  top: 11px;
  left: 33px;
}
@media (max-width: 768px) {
  .profile__list .profile__item__heading::before {
    left: 20px;
  }
}
.profile__list .profile__item__details {
  width: 100%;
  height: auto;
  padding: 25px 50px 25px 90px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 768px) {
  .profile__list .profile__item__details {
    padding-left: 70px;
  }
}
.profile__list .profile__item__details:before {
  content: "A";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2B6990;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  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;
  position: absolute;
  top: 21px;
  left: 33px;
}
@media (max-width: 768px) {
  .profile__list .profile__item__details:before {
    left: 20px;
  }
}

.about-details_contents {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(/wp-content/themes/portfolio/images/about-page-profile-bg.jpg);
}

.about_details--img-wrapper {
  text-align: center;
  position: relative;
}
.about_details--img-wrapper img {
  max-width: 150px;
  display: block;
  margin: auto;
}

.about-details__pic-title {
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  padding: 8px;
  font-size: 24px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 210px;
  border-radius: 3px;
}

.about_details--text {
  font-size: 1.25rem;
  line-height: 38px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about_details--text {
    font-size: 1.125rem;
  }
}

.contact_contents-wrapper {
  max-width: 900px;
}

.contact_descroption {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact_descroption {
    text-align: left;
  }
}

.contact_flow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.contact_flow-wrapper li {
  counter-increment: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.contact_flow-wrapper li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.contact_flow-wrapper li::before {
  content: "0" counter(number) ".";
}
.contact_flow-wrapper li .contact_flow-text {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact_flow-wrapper li .contact_flow-text {
    font-size: 14px;
  }
}
.contact_flow-wrapper li .contact_flow-line {
  opacity: 1;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #464646;
  margin: 0 10%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.contact_flow-wrapper .contact_flow-current {
  opacity: 1;
}

.form_wrapper {
  max-width: 600px;
  margin: auto;
}

.form_item {
  margin-bottom: 30px;
}
.form_item input, .form_item textarea {
  display: block;
  border: 0.5px solid #333;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  font-size: 12px;
}
.form_item input::-webkit-input-placeholder, .form_item textarea::-webkit-input-placeholder {
  opacity: 0.3;
}
.form_item input::-moz-placeholder, .form_item textarea::-moz-placeholder {
  opacity: 0.3;
}
.form_item input:-ms-input-placeholder, .form_item textarea:-ms-input-placeholder {
  opacity: 0.3;
}
.form_item input::-ms-input-placeholder, .form_item textarea::-ms-input-placeholder {
  opacity: 0.3;
}
.form_item input::placeholder, .form_item textarea::placeholder {
  opacity: 0.3;
}
.form_item textarea {
  height: 177px;
}

.form_privacy-orange {
  color: #FCB27D;
}

.privacy_agreement-area {
  text-align: center;
  margin-bottom: 25px;
}

.form_item-confirmation {
  color: #2B6990;
  font-weight: 600;
  margin-bottom: 30px;
}
.form_item-confirmation:last-child {
  margin-bottom: 50px;
}
.form_item-confirmation span {
  color: #333;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.form_btn-wrapper {
  margin-top: 50px;
}
.form_btn-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .form_btn-wrapper p {
    display: block;
  }
}
.form_btn-wrapper p .form_submit-btn {
  color: white;
  cursor: pointer;
}
.form_btn-wrapper p .form_previous-btn {
  background-color: unset;
  border: 1px solid #333;
  height: 60px;
  margin: auto;
  width: 300px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form_btn-wrapper p .form_previous-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .form_btn-wrapper p .form_previous-btn {
    margin-right: 0;
    width: 100%;
    height: 55px;
  }
}
.form_btn-wrapper p .form_previous-btn:hover {
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.form_btn-wrapper p .form_previous-btn a {
  color: #333;
}

.wpcf7-list-item-label {
  margin-left: 10px;
  text-decoration: underline;
  color: #FCB27D;
  display: inline-block;
}

.form_submit-btn-wrapper {
  margin-top: 50px;
}
.form_submit-btn-wrapper p .form_submit-btn, .form_submit-btn-wrapper p 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;
  margin: auto;
  padding: 0 20px;
  cursor: pointer;
  height: 60px;
  margin: auto;
  text-align: center;
  width: 300px;
  border-radius: 50px;
  background-color: #2B6990;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact_complete-desc {
  margin-top: 80px;
  text-align: center;
}

.btn.form_backToTop-btn {
  margin: 60px auto 0;
}

.service__contents-wrapper {
  padding-bottom: 0;
}

.service_description {
  padding-bottom: 0;
  line-height: 1.875rem;
}

.service__TitleH2 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border-top: 3px solid #2B6990;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .service__TitleH2 {
    padding: 1rem 0 1rem 110px;
    font-size: 1.875rem;
  }
}
@media (max-width: 499px) {
  .service__TitleH2 {
    padding: 1rem 0 1rem 100px;
    font-size: 1.625rem;
  }
}

.service__TitleH2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #2B6990;
}
@media (max-width: 499px) {
  .service__TitleH2:before {
    width: 190px;
  }
}

.service__TitleH2 span {
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .service__TitleH2 span {
    font-size: 2.5rem;
    line-height: 4.0625rem;
  }
}
@media (max-width: 499px) {
  .service__TitleH2 span {
    font-size: 2.1875rem;
    line-height: 3.5625rem;
  }
}

.service__TitleH3 {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .service__TitleH3 {
    margin-bottom: 20px;
  }
}

.service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .service__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__bodyImgArea {
  max-width: 300px;
}
@media (max-width: 768px) {
  .service__bodyImgArea {
    max-width: 80%;
  }
}
@media (max-width: 499px) {
  .service__bodyImgArea {
    max-width: 100%;
  }
}

.service__bodyText {
  width: calc(100% - 300px);
  line-height: 30px;
}
@media (max-width: 768px) {
  .service__bodyText {
    width: 100%;
    margin-bottom: 50px;
  }
}

.service__table {
  width: 100%;
}
@media (max-width: 768px) {
  .service__table {
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service__table, td, th {
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
}

.table__wrapper {
  margin-bottom: 40px;
}

td, th {
  padding: 20px 10px;
}

th {
  background: #BFE5E8;
}

.service__thRow:nth-child(odd), .service__tdRow:nth-child(odd) {
  background: #EDF8F9;
}

.service__thRow:nth-child(even), .service__tdRow:nth-child(even) {
  background: #fff;
}

.service__thRow > th:nth-child(2), .service__thRow > th:nth-child(3), .service__tdRow > td:nth-child(2), .service__tdRow > td:nth-child(3) {
  width: 25%;
  text-align: center;
}

.service__thRow > th:nth-child(1) {
  width: 50%;
}
@media (max-width: 768px) {
  .service__thRow > th:nth-child(1) {
    width: 30%;
  }
}

.textMarker--lightGreen {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(191, 229, 232)), color-stop(50%, transparent));
  background: linear-gradient(left, rgb(191, 229, 232) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  -webkit-transition: 2s;
  transition: 2s;
}

.textMarker--lightGreen.is-active {
  background-position: 0% 0.5em;
}

.d-greenBg {
  background-color: #BFE5E8;
  background-image: url("/wp-content/uploads/2023/10/service-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.management__p-title {
  font-size: 2.5rem;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .management__p-title {
    font-size: 2rem;
  }
}

.management__s-title {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .management__s-title {
    font-size: 1.125rem;
  }
}

.service-grid__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  position: relative;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .service-grid__inner {
    display: block;
  }
}

.service__list {
  grid-column: 2;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  max-width: 34.375rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 768px) {
  .service__list {
    max-width: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 34.375rem;
  }
}
.service__list .service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-size: 1.125rem;
}
.service__list .service__item::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #2B6990;
  border-radius: 50rem;
}

.person__img-right {
  grid-column: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.person__img-right img {
  max-width: 9.1875rem;
  height: auto;
}
@media (max-width: 768px) {
  .person__img-right {
    grid-column: 1;
    margin-top: 1.875rem;
    text-align: center;
  }
}

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

.solution__sec {
  height: 22.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: -40px;
  margin-bottom: -40px;
}
@media (max-width: 768px) {
  .solution__sec {
    height: 24.375rem;
    margin-bottom: 80px;
  }
}
@media (max-width: 499px) {
  .solution__sec {
    height: auto;
    margin-bottom: 80px;
  }
}
.solution__sec::before, .solution__sec::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.solution__sec::before {
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.solution__sec::after {
  bottom: 0;
}

.service-grid__solution {
  position: relative;
}
@media (max-width: 768px) {
  .service-grid__solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
    padding: 0 16px 50px;
  }
}

.solution__text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
@media (max-width: 499px) {
  .solution__text {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .solution__text .big-text {
    font-size: 1.3rem;
  }
}

.person__img-left {
  z-index: 10;
  position: absolute;
  left: -240px;
}
@media (max-width: 768px) {
  .person__img-left {
    position: absolute;
    left: 0;
    margin-top: 0;
    bottom: -80%;
  }
}
.person__img-left img {
  max-width: 15rem;
}
@media (max-width: 768px) {
  .person__img-left img {
    max-width: 11.25rem;
  }
}

.big-text {
  font-size: 1.6em;
  color: #2B6990;
  font-weight: 600;
}

.plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 499px) {
  .plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.plan__item {
  width: 48%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 30px 16px;
  margin-bottom: 40px;
}
@media (max-width: 499px) {
  .plan__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  .plan__item:last-child {
    margin-bottom: 40px;
  }
}

.plan-item__title-wrapper {
  text-align: center;
}

.plan__icon {
  width: 50px;
  height: auto;
}

.plan__title {
  font-size: 1.5rem;
  color: #2B6990;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .plan__title {
    font-size: 1.25rem;
  }
}

.plan__text {
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
}

.price-package--wrapper {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.price-package--wrapper h3 {
  font-weight: 500;
  font-size: 1.75rem;
  margin-top: 50px;
}
@media (max-width: 499px) {
  .price-package--wrapper h3 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 768px) {
  .price-package--wrapper {
    max-width: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.price-package--card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
@media (max-width: 768px) {
  .price-package--card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
}

.price-package--card {
  background: #fff;
  border-radius: 10px;
  width: 33.9%;
}
@media (max-width: 768px) {
  .price-package--card {
    width: 100%;
    margin-bottom: 24px;
  }
}
.price-package--card::before {
  content: "";
  display: block;
  background: #2B6990;
  width: 100%;
  height: 20px;
  top: 0;
  border-radius: 10px 10px 0 0;
}

.price-package--card-title {
  padding: 18px 16px 12px;
}

.price-package--price {
  font-size: 0.875rem;
  padding-left: 16px;
  padding-right: 16px;
}
.price-package--price .text--bigger {
  font-size: 2em;
  color: #2B6990;
}

.price-package--list {
  padding: 24px 16px;
}

.price-package--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 10px;
  position: relative;
}
.price-package--item::before {
  content: "";
  height: 0.5px;
  width: 95%;
  background: #E3E3E3;
  position: absolute;
  bottom: 0;
}

.list-dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #2B6990;
  border-radius: 50px;
}

.price-package--text {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
}

/* グリッドアイテムの設定 */
.service-flow__item {
  display: grid;
  min-height: 70px;
  grid-template-columns: 10% 40% 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .service-flow__item {
    padding: 16px 16px 20px;
    margin-bottom: 24px;
  }
}
.service-flow__item::before {
  content: "";
  position: absolute;
  left: 60px;
  bottom: -18px;
  border-top: 26px solid #fff;
  border-right: 26px solid transparent;
  border-left: 0 solid transparent;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  width: 55px;
  height: 3px;
}
@media (max-width: 768px) {
  .service-flow__item::before {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -48px;
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
    border-left: 0 solid transparent;
    width: 40px;
    height: 3px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
  }
}
.service-flow__item:last-child::before {
  content: none;
}
@media (max-width: 768px) {
  .service-flow__item {
    display: block;
  }
}

/* 各グリッドアイテム（セル）のスタイル */
.flow__order {
  grid-column: 1;
  font-weight: bold;
  color: #2B6990;
  text-align: center;
}
@media (max-width: 768px) {
  .flow__order {
    display: block;
    font-size: 20px;
  }
}

.flow__title {
  grid-column: 2;
  font-size: 1.2rem;
  padding-left: 15%;
}
@media (max-width: 768px) {
  .flow__title {
    padding: 8px 0;
    text-align: center;
  }
}

.flow__supplement {
  grid-column: 3;
}
@media (max-width: 768px) {
  .flow__supplement {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */