@charset "UTF-8";
/*
　SWELLの子テーマのカスタムスタイル
*/
.container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .container {
    width: 94%;
    max-width: 94%;
  }
}

@media screen and (max-width: 782px) {
  .l-mainContent__inner {
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 782px) {
  .post_content > h2 {
    margin-right: 0;
  }
}

.l-fixHeader::before {
  opacity: 0;
}

.l-header,
.l-header__inner,
.p-globalNav {
  background: transparent !important;
}

.l-header {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.l-header {
  box-shadow: none;
}

.-body-solid .l-fixHeader {
  box-shadow: none;
}

.l-header {
  background: transparent !important;
  height: 96px;
  background-color: transparent !important;
  border-bottom: 0;
}
@media screen and (max-width: 782px) {
  .l-header {
    height: 48px;
  }
}

.l-topTitleArea {
  min-height: 400px;
  padding: 1em 0;
}
@media screen and (max-width: 782px) {
  .l-topTitleArea {
    min-height: 150px;
  }
}

.l-topTitleArea.c-filterLayer::before {
  display: none;
}

.-filter-glay > .c-filterLayer__img {
  filter: none;
}

.-series .l-header__inner {
  height: 100%;
  justify-content: space-between;
}

.c-gnav > .menu-item > a:after {
  bottom: 15px;
}

.c-gnav > .menu-item > a {
  font-weight: 400;
  font-size: 13px;
  color: #223659;
}

/* MV */
div#main_visual {
  width: 100%;
  height: 800px;
  background: linear-gradient(49.61deg, rgba(255, 255, 255, 0.57) 31.62%, rgba(237, 237, 237, 0.57) 39.34%, rgba(235, 235, 235, 0.57) 45.87%, rgba(190, 190, 190, 0.57) 64.72%);
  opacity: 0;
  animation: bgFade 1.5s forwards;
}
@media screen and (max-width: 782px) {
  div#main_visual {
    height: 76vh;
  }
}
div#main_visual .container {
  padding: 0 20px;
}
@media screen and (max-width: 782px) {
  div#main_visual .container {
    padding: 0 12px;
  }
}

@keyframes bgFade {
  to {
    opacity: 1;
  }
}
/* innovation */
.p-mainVisual-custom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-mainVisual-custom .en {
  height: 70px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 70px;
  letter-spacing: 0.22em;
  color: #223659;
  margin-bottom: 57px;
}
@media screen and (max-width: 782px) {
  .p-mainVisual-custom .en {
    height: auto;
    font-size: 56px;
    letter-spacing: 0.12em;
  }
}

.catch {
  /* イノベーションで 全ての家族に幸せを */
  height: 106px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.08em;
  color: #223659;
  margin-bottom: 24px;
}
@media screen and (max-width: 782px) {
  .catch {
    height: auto;
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.06em;
  }
}

.company-name {
  /* nonat Inc. */
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #3961a7;
}

.en span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
  animation: fadeUp 0.6s forwards;
}

.en span:nth-child(1) {
  animation-delay: 0.1s;
}

.en span:nth-child(2) {
  animation-delay: 0.2s;
}

.en span:nth-child(3) {
  animation-delay: 0.3s;
}

.en span:nth-child(4) {
  animation-delay: 0.4s;
}

.en span:nth-child(5) {
  animation-delay: 0.5s;
}

.en span:nth-child(6) {
  animation-delay: 0.6s;
}

.en span:nth-child(7) {
  animation-delay: 0.7s;
}

.en span:nth-child(8) {
  animation-delay: 0.8s;
}

.en span:nth-child(9) {
  animation-delay: 0.9s;
}

.en span:nth-child(10) {
  animation-delay: 1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.catch,
.company-name {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
  animation-delay: 1.2s;
}

.company-name {
  animation-delay: 1.6s;
}

.mv-bottom {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 782px) {
  .mv-bottom {
    height: 240px;
  }
}
.mv-bottom .mv-bottom-bg {
  background-image: url(../images/mv-bottom-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .mv-bottom .mv-bottom-bg {
    background-image: url(../images/mv-bottom-bg-sp.jpg);
    padding: 10px 16px;
  }
}
.mv-bottom .text {
  left: calc(50% - 360.5px + 0.5px);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.21em;
  color: #ffffff;
  text-shadow: 0px 0px 5.6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 782px) {
  .mv-bottom .text {
    font-size: 17px;
    line-height: 2em;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 782px) {
  .top #content {
    padding-top: 1em;
  }
}

h2.c-sectionTitle {
  width: 100%;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
  color: #223659;
}

.post-title {
  font-weight: 400;
}
@media screen and (max-width: 782px) {
  .post-title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
  }
}

.top-news-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}
.top-news-list li.top-news-item {
  height: 80px;
  line-height: 80px;
  gap: 32px;
  display: flex;
  justify-content: flex-start;
  line-height: 1.5rem;
}
@media screen and (max-width: 782px) {
  .top-news-list li.top-news-item {
    height: auto;
    line-height: 30px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.top-news-list li.top-news-item time {
  width: 140px;
  padding: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.17px;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .top-news-list li.top-news-item time {
    display: inline;
    padding: 0;
    margin-right: 6px;
  }
}
.top-news-list li.top-news-item .cate {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.17px;
  color: #223659;
  border: 1px solid #3961a7;
  padding: 2px 4px;
  min-width: 88px;
  height: 16px;
  text-align: center;
  margin: 0 32px;
}
@media screen and (max-width: 782px) {
  .top-news-list li.top-news-item .cate {
    margin: 0 24px 0 0;
  }
}

.top-news {
  padding-bottom: 86px;
}
@media screen and (max-width: 782px) {
  .top-news {
    padding-bottom: 40px;
  }
}

.l-mainContent {
  margin-top: 0;
}

.bg {
  background: #fbfbfb;
  padding: 100px 0 178px;
}
@media screen and (max-width: 782px) {
  .bg {
    padding: 80px 0 80px;
  }
}

.top-category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 0 auto;
  max-width: 1290px;
}
@media screen and (max-width: 782px) {
  .top-category-grid {
    gap: 30px;
  }
}

@media screen and (max-width: 782px) {
  .post_content h3 {
    margin: 2em 0 1em;
  }
}

@media screen and (max-width: 782px) {
  .post_content h2 {
    margin: 4em 0 1em;
  }
}

.category-block {
  padding: 20px;
  height: 350px;
  position: relative;
}
@media screen and (max-width: 782px) {
  .category-block {
    height: auto;
  }
}
.category-block.service {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  color: #fff;
  padding: 38px 36px 38px 43px;
  background: linear-gradient(259.2deg, #496dad 21.85%, rgba(43, 38, 123, 0.45) 63.07%);
  overflow: hidden;
}
.category-block.service::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(79.2deg, #496dad 21.85%, rgba(158, 156, 194, 0.95) 63.07%);
}
.category-block.service:hover:before {
  opacity: 0;
}
@media screen and (max-width: 782px) {
  .category-block.service {
    height: auto;
    padding: 30px;
    padding-top: 100px;
  }
}
.category-block.service a {
  width: 100%;
  height: 100%;
}
.category-block.service .link-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 782px) {
  .category-block.service .link-wrapper {
    flex-direction: column;
  }
}
.category-block.service .link-block {
  width: 531px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 782px) {
  .category-block.service .link-block {
    width: 100%;
  }
}
.category-block.service .link-block h3.category-title {
  width: 100%;
}
@media screen and (max-width: 782px) {
  .category-block.service .link-block h3.category-title {
    margin-bottom: 20px;
  }
}
.category-block.service .link-block h3.category-title p.jp {
  /* 事業 */
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.4em;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .category-block.service .link-block h3.category-title p.jp {
    margin-bottom: 40px;
  }
}
.category-block.service .link-block h3.category-title p.en {
  /* Our Service */
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 782px) {
  .category-block.service .link-block h3.category-title p.en {
    line-height: 1.2em;
    font-size: 34px;
  }
}
.category-block.service .link-block h3.category-title p.en::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 36px;
  width: 13px;
  height: 32px;
  background-image: url(../images/our-service-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.category-block.service .icon-block {
  position: absolute;
  top: 53px;
  left: 45px;
  z-index: 1;
}
@media screen and (max-width: 782px) {
  .category-block.service .icon-block {
    top: 40px;
    left: 30px;
  }
}
.category-block.service .slider-block {
  width: 584px;
}
@media screen and (max-width: 782px) {
  .category-block.service .slider-block {
    width: 100%;
    padding-top: 40px;
  }
}
.category-block.small-block {
  width: calc((100% - 48px) / 2);
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  padding: 38px 36px 38px 43px;
  position: relative;
  background: linear-gradient(259.2deg, #aaa7cf 21.85%, #928fbc 63.07%);
}
.category-block.small-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(259.2deg, #928fbc 21.85%, #aaa7cf 63.07%);
}
.category-block.small-block:hover:before {
  opacity: 0;
}
@media screen and (max-width: 782px) {
  .category-block.small-block {
    height: 280px;
    width: 100%;
    padding: 30px;
  }
}
.category-block.small-block a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.category-block.small-block .link-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.category-block.small-block .link-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 782px) {
  .category-block.small-block .link-block {
    width: 100%;
  }
}
.category-block.small-block .link-block h3.category-title {
  width: 100%;
}
@media screen and (max-width: 782px) {
  .category-block.small-block .link-block h3.category-title {
    margin-top: 40px;
  }
}
.category-block.small-block .link-block h3.category-title p.jp {
  /* 事業 */
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.4em;
  color: #ffffff;
}
.category-block.small-block .link-block h3.category-title p.en {
  /* Our Service */
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1015px) {
  .category-block.small-block .link-block h3.category-title p.en {
    padding-top: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 782px) {
  .category-block.small-block .link-block h3.category-title p.en {
    font-size: 28px;
  }
}
.category-block.small-block .link-block h3.category-title p.en::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 13px;
  height: 32px;
  background-image: url(../images/our-service-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.category-block.small-block .slider-block {
  width: 584px;
}
.category-block.small-block .icon-block {
  position: absolute;
  z-index: 1;
  top: 53px;
  left: 45px;
}
@media screen and (max-width: 782px) {
  .category-block.small-block .icon-block {
    top: 30px;
    left: 30px;
  }
}
.category-block .clinical-research .icon-block img {
  width: 44px;
  height: 50px;
  object-fit: contain;
}
.category-block .team .icon-block img {
  width: 41px;
  height: 47px;
  object-fit: contain;
}
.category-block .aboutus .icon-block img {
  width: 45px;
  height: 39px;
  object-fit: contain;
}
.category-block .careers .icon-block img {
  width: 41px;
  height: 54px;
  object-fit: contain;
}

.business-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-slider {
  width: 511px;
  max-width: 511px;
  height: 272px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 782px) {
  .business-slider {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.business-slider a {
  width: 100%;
  height: 100%;
}
.business-slider .business-catch {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  bottom: 34px;
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 0 28px;
  justify-content: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 782px) {
  .business-slider .business-catch {
    font-size: 16px;
    padding-right: 40px;
    padding-left: 6px;
  }
}
.business-slider .business-catch::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 28px;
  display: block;
  width: 8.38px;
  height: 15.31px;
  content: "";
  background-image: url(../images/slider-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 782px) {
  .business-slider .business-catch::after {
    right: 14px;
  }
}
.business-slider .business-catch a {
  color: #fff;
}
.business-slider .image-filter {
  position: relative;
  background-color: #223659;
  height: 100%;
  width: 100%;
  object-position: center;
}
.business-slider .image-filter::before {
  content: "";
  display: block;
  background-color: #223659;
  height: 100%;
  width: 100%;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.3s;
}
.business-slider .image-filter:hover::before {
  opacity: 0;
}
.business-slider .image-filter img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.business-slider .swiper-slide {
  width: 100%;
  position: relative;
}

.business-slider .swiper-slide a {
  width: 100%;
  height: 100%;
  background-color: rgba(43, 38, 123, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.business-slider .swiper-pagination {
  text-align: center;
}

/* ページネーションの余白 */
.business-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px 8px;
}

/* ページネーションのサイズと色 */
.business-slider .swiper-pagination-bullet {
  background-color: #979dac;
  height: 2px;
  width: 20px;
  border-radius: 0;
  opacity: 0.7;
}

.business-slider .swiper-pagination-bullet-active {
  background-color: #7787be;
  height: 2px;
  width: 20px;
}

footer#footer {
  padding-top: 300px;
  background-color: #fff;
  color: #223659;
  position: relative;
}
@media screen and (max-width: 782px) {
  footer#footer {
    padding-top: 250px;
  }
}
footer#footer::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  content: "";
  display: block;
  height: 300px;
  width: 100%;
  background-image: url(../images/footer-before-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 782px) {
  footer#footer::before {
    height: 200px;
    background-image: url(../images/footer-before-bg-sp.jpg);
  }
}
footer#footer ul.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer#footer ul.l-footer__nav li {
  width: 33.333%;
}
footer#footer ul.l-footer__nav li a {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #223659;
}
footer#footer .footer-menu li {
  color: #223659;
  margin-bottom: 32px;
}
@media screen and (max-width: 782px) {
  footer#footer .footer-menu li {
    margin-bottom: 20px;
  }
}
footer#footer .footer-menu li:hover {
  color: #3a61a7;
  transition: all 0.3s;
}
footer#footer .footer-menu li a {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #223659;
}
footer#footer .footer-menu li a:hover {
  color: #3a61a7;
  transition: all 0.3s;
}
footer#footer .sub-menu {
  width: 100%;
  color: #223659;
}
footer#footer .sub-menu li {
  padding-left: 34px;
  position: relative;
}
footer#footer .sub-menu li::before {
  position: absolute;
  height: 1px;
  top: 12px;
  margin: auto;
  left: 0;
  content: "";
  display: block;
  background-color: #223659;
  width: 24px;
}
footer#footer .sub-menu li a {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #223659;
  position: relative;
}
footer#footer .footer-wrapper {
  display: flex;
  padding: 116px 0 0 0;
  margin-bottom: 52px;
}
@media screen and (max-width: 782px) {
  footer#footer .footer-wrapper {
    flex-wrap: wrap;
    padding: 0 0 0 0;
  }
}
footer#footer .footer-logo {
  max-width: 340px;
  width: 340px;
}
@media screen and (max-width: 782px) {
  footer#footer .footer-logo {
    max-width: 200px;
    width: 200px;
    margin-bottom: 40px;
  }
}
footer#footer .footer-menus {
  padding: 0 0 0 80px;
  display: flex;
  width: calc(100% - 340px);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  footer#footer .footer-menus {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 782px) {
  footer#footer .footer-menus {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
}
footer#footer .footer-menu {
  flex: 1;
  width: 33.333%;
}
@media screen and (max-width: 782px) {
  footer#footer .footer-menu {
    width: 100%;
  }
}

.l-footer .copyright {
  font-size: 12px;
  text-align: left;
  color: #223659;
}

.icon-chevron-up:before {
  content: "\e912";
  color: #345d9b;
}

.sns {
  display: block;
  width: 100%;
  height: 30px;
  padding-right: 80px;
}
@media screen and (max-width: 960px) {
  .sns {
    padding-right: 0;
  }
}

.footer-sns {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.footer-sns {
  font-size: 18px;
  color: #3a61a7; /* LinkedInなど */
  text-decoration: none;
}

.footer-sns a {
  font-size: 18px;
  color: #3a61a7; /* LinkedInなど */
  text-decoration: none;
}

.footer-sns a:hover {
  opacity: 0.7;
}

.wp-block-heading.is-style-default {
  color: #223659 !important;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
  /* または167% */
  letter-spacing: 5px;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 782px) {
  .wp-block-heading.is-style-default {
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 2px;
    text-align: left;
    padding: 0 2% 40px 2%;
  }
}
.wp-block-heading.is-style-default::after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #3961a7;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  color: #223659 !important;
  position: relative;
  text-align: left;
  padding: 0 0 80px 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 5px;
  color: #223659;
  padding: 0 0 40px 0;
  margin-left: 0;
}
@media screen and (max-width: 782px) {
  .post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
    font-size: 21px;
    line-height: 1.4em;
    letter-spacing: 2px;
  }
}
.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: 0;
  margin: auto;
  bottom: 0;
  background: #3961a7;
}

h3.wp-block-heading.profile-ttl-s {
  color: #223659 !important;
  position: relative;
  text-align: left;
  padding: 0 0 80px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
  letter-spacing: 5px;
  color: #223659;
  padding: 0 0 32px 0;
}
h3.wp-block-heading.profile-ttl-s::after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  left: 0;
  margin: auto;
  bottom: 0;
  background: #3961a7;
}

.l-fixHeader__inner {
  justify-content: space-between;
}

.page .c-gnav > .menu-item > a {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.post_content {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 2px;
}

@media screen and (max-width: 782px) {
  .l-topTitleArea__body {
    margin-top: 15px;
  }
}
.l-topTitleArea__body p.page-subtitle {
  height: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 44px;
}
@media screen and (max-width: 782px) {
  .l-topTitleArea__body p.page-subtitle {
    font-size: 32px;
    margin-bottom: 4px;
    line-height: 1em;
    height: auto;
  }
}
.l-topTitleArea__body .page-title {
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.4em;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .l-topTitleArea__body .page-title {
    font-size: 16px;
  }
}

.team-block {
  box-sizing: border-box;
  width: 360px;
  height: 258px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  color: #223659;
  padding: 18px 30px 30px 45px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1130px) {
  .team-block {
    width: auto;
    max-width: 332px;
    margin: 0 auto;
  }
}
.team-block::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 114px;
  width: 10px;
  background: rgba(57, 97, 167, 0.5);
}
.team-block:hover {
  transition: all 0.3s;
  background: rgba(212, 223, 253, 0.5019607843);
}
.team-block .position {
  min-height: 46px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  /* または150% */
  letter-spacing: 0.1em;
  color: #223659;
  margin-bottom: 36px;
  width: 100%;
}
.team-block .name {
  height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.4em;
  width: 100%;
}
.team-block .caption {
  /* ITO Keisuke */
  width: 100%;
  height: 30.62px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  /* または107% */
  letter-spacing: 0.5em;
  color: #223659;
}
.team-block .profile-link {
  width: 100%;
}
@media screen and (max-width: 782px) {
  .team-block .profile-link {
    font-size: 16px;
  }
}

.team-columns {
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .team-columns {
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 2em !important;
  }
}

.team-columns2 {
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .team-columns2 {
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 2em !important;
  }
}

figure.wp-block-table.company-table tr {
  border: 0;
  min-height: 80px;
  padding: 12px 0 12px;
}
@media screen and (max-width: 782px) {
  figure.wp-block-table.company-table tr {
    width: 100%;
    display: block;
  }
}
figure.wp-block-table.company-table tr th {
  padding: 22.5px 0 22.5px;
  width: 140px;
  min-height: 80px;
  background-color: transparent;
  width: 43px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #223659;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 782px) {
  figure.wp-block-table.company-table tr th {
    width: 100%;
    display: block;
    min-height: 40px;
    padding: 12px 0 12px;
  }
}
figure.wp-block-table.company-table tr td {
  padding: 22.5px 0 22.5px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 4px;
  color: #223659;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 782px) {
  figure.wp-block-table.company-table tr td {
    width: 100%;
    display: block;
    padding: 12px 0 12px;
    border-bottom: 0;
  }
}

@media screen and (max-width: 782px) {
  figure.wp-block-table.company-table > table tr > :first-child:not(.-no1) {
    width: 100%;
    max-width: 100%;
  }
}

#main_content .post_content {
  max-width: 1322px;
  font-size: 16px;
}

.profile-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 48px;
}
@media screen and (max-width: 782px) {
  .profile-image {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 60%;
    max-height: 260px;
  }
}
@media screen and (max-width: 782px) {
  .profile-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

.profile-text-top {
  width: 798px;
  height: 477px;
  font-weight: 350;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 2px;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .profile-text-top {
    width: 100%;
    height: auto;
  }
}

.profile-note .position {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #223659;
  margin-bottom: 18px;
  color: #223659;
}
.profile-note .name {
  font-weight: 400;
  font-size: 30px;
  line-height: 70px;
  letter-spacing: 0.4em;
  color: #223659;
  margin-bottom: 10px;
}
.profile-note .cap {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #223659;
  margin-bottom: 20px;
}
@media screen and (max-width: 782px) {
  .profile-note .cap {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
}
.profile-note .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.4em;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .profile-note .en {
    letter-spacing: 0.2em;
  }
}

.clinical-image01 {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 48px;
}

.text-main {
  font-weight: 350;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .text-main {
    line-height: 2em;
    letter-spacing: 1px;
  }
}

h4.wp-block-heading {
  padding-left: 0;
}

.ttl-s {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 4px;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .ttl-s {
    margin-bottom: 12px;
  }
}

dl.form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.17px;
  color: #223659;
}
@media screen and (max-width: 782px) {
  dl.form {
    flex-direction: column;
  }
}
dl.form dt {
  width: 158px;
  min-width: 158px;
  padding: 8px 16px 8px 0;
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 782px) {
  dl.form dt {
    width: 100%;
    height: auto;
    line-height: inherit;
  }
}
dl.form dt p {
  font-weight: 400;
  vertical-align: middle;
}
dl.form dd {
  padding: 8px 0;
  width: calc(100% - 158px);
  vertical-align: middle;
}
@media screen and (max-width: 782px) {
  dl.form dd {
    width: 100%;
  }
}
dl.form dd span.wpcf7-list-item.first {
  margin-left: 0;
}
@media screen and (max-width: 782px) {
  dl.form dd span.wpcf7-list-item.first {
    width: 100%;
  }
}
dl.form dd input[type=checkbox] {
  padding: 2px;
  width: 18px;
  height: 18px;
}
dl.form dd span.wpcf7-list-item-label {
  line-height: 1;
}
dl.form dd .wpcf7-list-item {
  margin: 0 0 0 1.5em;
}
@media screen and (max-width: 782px) {
  dl.form dd .wpcf7-list-item {
    width: 100%;
    margin: 0 0 0 0;
  }
}
dl.form dd label {
  display: flex;
  align-items: center;
  gap: 12px;
}
dl.form dd button,
dl.form dd input,
dl.form dd select,
dl.form dd textarea {
  padding: 0.65em 0.5em;
}
dl.form dd textarea {
  width: 100%;
}

.btn-contact {
  padding: 40px 0 40px;
  text-align: center;
  /* Frame 192 */
}
.btn-contact input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 320px;
  height: 60px;
  background: #1d4fa2;
  border-radius: 100px;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .btn-contact input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    width: 80%;
    height: 50px;
  }
}
.btn-contact input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link) {
  border-width: 1px !important;
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 320px !important;
  height: 60px;
  background: #1d4fa2;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 782px) {
  .btn-primary {
    width: 300px !important;
    height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 15px;
  }
}
.btn-primary a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .btn-primary a {
    font-size: 15px;
  }
}
.btn-primary:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.btn-primary::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 16.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/btn-primary-arrow.png);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.btn-primary-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 320px;
  height: 60px;
  background: #1d4fa2;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #223659;
  margin: 0 auto;
  position: relative;
  border: 1px solid #223659;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .btn-primary-sub {
    width: 300px !important;
    height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 15px;
  }
}
.btn-primary-sub:hover {
  opacity: 0.8;
  transition: all 0.3s;
  background-color: rgba(135, 155, 215, 0.2);
}
.btn-primary-sub::after {
  position: absolute;
  right: 32px;
  display: block;
  content: "";
  width: 10px;
  height: 16.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/btn-primary-arrow);
}
.btn-primary-sub a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .btn-primary-sub a {
    font-size: 15px;
  }
}

@media screen and (max-width: 782px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: center !important;
    gap: 20px;
    margin-top: 40px;
  }
}

.post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  padding: 0 0.5em 0.5em 0;
}

h5.wp-block-heading.is-style-section_ttl.careers-ttl {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 3px;
  color: #223659;
  text-align: left;
  padding: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 2px dotted #223659;
  margin-bottom: 44px;
}
@media screen and (max-width: 782px) {
  h5.wp-block-heading.is-style-section_ttl.careers-ttl {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}

h3.wp-block-heading.job {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 5px;
  text-align: left;
  color: #223659;
  padding: 0 0.5em 0.2em 0;
}

ul.wp-block-list.work-list {
  padding-bottom: 24px;
}
@media screen and (max-width: 782px) {
  ul.wp-block-list.work-list {
    padding-left: 0;
  }
}
ul.wp-block-list.work-list li {
  font-weight: 350;
  font-size: 16px;
  align-items: center;
  letter-spacing: 2px;
  margin: 1em 0 0 1em;
  color: #223659;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 782px) {
  ul.wp-block-list.work-list li {
    letter-spacing: 1px;
  }
}
ul.wp-block-list.work-list li::marker {
  display: none;
}
ul.wp-block-list.work-list li::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: #223659;
  background-color: #223659;
  top: 10px;
  margin: auto;
  left: -16px;
  position: absolute;
}

.swell-block-fullWide__inner.l-article {
  max-width: 1322px;
}
@media screen and (max-width: 782px) {
  .swell-block-fullWide__inner.l-article {
    max-width: 100%;
  }
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}

.p-pickupBanners {
  margin-bottom: 1em;
}

br.sp {
  display: none;
}
@media screen and (max-width: 782px) {
  br.sp {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 782px) {
  .pc-only {
    display: none;
  }
}

.pt8 {
  padding-top: 8px !important;
}

.mb0 {
  margin-bottom: 0;
}

.lh25 {
  line-height: 2.5rem;
}

.valign-center {
  vertical-align: middle;
}

.full-wide-inner {
  padding: 0 16px;
}
@media screen and (max-width: 600px) {
  .full-wide-inner {
    padding: 0 0;
  }
}

.lp-content {
  overflow: hidden;
}

.wp-block-cover video.wp-block-cover__video-background {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .wp-block-cover video.wp-block-cover__video-background {
    width: 100%;
    height: 50vh;
    margin: 0 auto;
  }
}

.mikazuki-mv {
  background: #000;
}
@media screen and (max-width: 782px) {
  .mikazuki-mv {
    min-height: auto !important;
  }
}

.mv-text-main {
  font-size: 74px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 1em !important;
}
@media screen and (max-width: 782px) {
  .mv-text-main {
    font-size: 55px;
    margin-bottom: 50px !important;
    margin-top: 60px;
    letter-spacing: 0.06em;
  }
}

.service-ttl-desc {
  /* MIKAZUKI構築支援サービスは、研究テーマ・センサー仕様・実験プロトコルをヒアリングしたうえで、以下の成果物・サポートをカスタム組み合わせで提供します。 */
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  align-items: center;
  letter-spacing: 2px;
  color: #223659;
  margin-bottom: 1rem;
}
@media screen and (max-width: 782px) {
  .service-ttl-desc {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 782px) {
  .mv-text-bottom span {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 782px) {
  .lp-btn {
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
  }
}

.is-style-fill.lp-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 342px;
  height: 78px;
  background: linear-gradient(180deg, #3a7ef5 0%, #3574e3 18.27%, #275fc0 100%);
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 auto;
  position: relative;
  max-width: 342px;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 782px) {
  .is-style-fill.lp-btn a {
    max-width: 400px;
    width: 94%;
    height: 60px;
  }
}
.is-style-fill.lp-btn a .btn-text {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .is-style-fill.lp-btn a .btn-text {
    font-size: 19px;
  }
}
.is-style-fill.lp-btn a .btn-sub-text {
  font-weight: 700;
  font-size: 16px;
  /* ボックスの高さと同一、または125% */
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .is-style-fill.lp-btn a .btn-sub-text {
    font-size: 14px;
  }
}
.is-style-fill.lp-btn a a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-style-fill.lp-btn a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.is-style-fill.lp-btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 16.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/btn-primary-arrow.png);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

@media screen and (max-width: 782px) {
  .lp-btn2 {
    max-width: 100%;
    width: 100%;
  }
}

.is-style-fill.lp-btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 342px;
  height: 78px;
  background: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #223659;
  margin: 0 auto;
  position: relative;
  max-width: 342px;
  display: flex;
  flex-direction: column;
  border: 1.5px solid #223659;
}
@media screen and (max-width: 782px) {
  .is-style-fill.lp-btn2 a {
    max-width: 400px;
    width: 94%;
    height: 60px;
  }
}
.is-style-fill.lp-btn2 a .btn-text {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .is-style-fill.lp-btn2 a .btn-text {
    font-size: 19px;
  }
}
.is-style-fill.lp-btn2 a .btn-sub-text {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .is-style-fill.lp-btn2 a .btn-sub-text {
    font-size: 14px;
  }
}
.is-style-fill.lp-btn2 a a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-style-fill.lp-btn2 a:hover {
  background: #d1e2ff;
  transition: all 0.3s;
}
.is-style-fill.lp-btn2 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 16.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/btn-primary-arrow2.png);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

a.wp-block-button__link.wp-element-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 342px;
  height: 78px;
  background: linear-gradient(180deg, #3a7ef5 0%, #3574e3 18.27%, #275fc0 100%);
  border-radius: 100px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 auto;
  position: relative;
  max-width: 342px;
  display: flex;
  flex-direction: column;
}
a.wp-block-button__link.wp-element-button a .btn-text {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
a.wp-block-button__link.wp-element-button a .btn-sub-text {
  font-weight: 700;
  font-size: 16px;
  /* ボックスの高さと同一、または125% */
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}
a.wp-block-button__link.wp-element-button a a {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.wp-block-button__link.wp-element-button a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
a.wp-block-button__link.wp-element-button a::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 16.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/btn-primary-arrow.png);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.mv-bottom-text {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.21em;
  color: #ffffff;
  border-bottom: 2px solid #ffcc00;
}
@media screen and (max-width: 782px) {
  .mv-bottom-text {
    font-size: 22px !important;
    letter-spacing: 0.11em;
  }
}

@media screen and (max-width: 782px) {
  .mv-bottom-block {
    height: 200px;
  }
}

.flow-block {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 50px;
}
@media screen and (max-width: 782px) {
  .flow-block {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.flow-item-first {
  width: 284px;
  min-height: 389px;
  background: #efefef !important;
  border: 2px solid #666666;
  border-radius: 20px;
  padding: 25px 30px;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px !important;
}
@media screen and (max-width: 782px) {
  .flow-item-first {
    min-height: auto;
  }
}

.flow-item-first-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (max-width: 782px) {
  .flow-item-first-inner {
    padding-top: 0;
  }
}

.flow-item-inner {
  gap: 16px;
}

.flow-item-inner2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 48px;
  padding-top: 8vh;
}
@media screen and (max-width: 782px) {
  .flow-item-inner2 {
    padding-top: 1.5vh;
    gap: 28px;
  }
}
@media screen and (max-width: 782px) {
  .flow-item-inner2 .wp-block-image {
    height: 80px;
    width: auto;
  }
  .flow-item-inner2 .wp-block-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}

.flow-item {
  width: 284px;
  min-height: 389px;
  padding: 25px 30px;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  background: #fffdeb !important;
  border: 4px solid #3961a7;
  border-radius: 20px;
  padding: 24px 16px !important;
}
@media screen and (max-width: 782px) {
  .flow-item {
    min-height: inherit;
  }
}
.flow-item .flow-item02 {
  background: #ffffff;
  border-radius: 26.5px;
  height: 53px;
  position: relative;
  padding: 0 16px 0 38px;
  width: 100%;
  text-align: left;
  line-height: 53px;
  /* padding-left: 40px; */
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 782px) {
  .flow-item .flow-item02 {
    font-size: 18px;
  }
}
.flow-item .flow-item02::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/resorce-icon.png);
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6px;
}
.flow-item .flow-item03 {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}
.flow-item .flow-item03::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  height: 5px;
  border: 5px solid #ffcc00;
  top: 0;
  bottom: -20px;
  margin: auto;
  left: 0;
}
.flow-item .flow-item04 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 782px) {
  .step-top-arrow {
    padding-top: 10px;
    padding-bottom: 0;
    transform: rotate(90deg);
    width: 50px;
  }
}

.step-bottom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  .step-bottom-arrow {
    padding-top: 10px;
    padding-bottom: 10px;
    transform: rotate(90deg);
    width: 100%;
  }
}
@media screen and (max-width: 782px) {
  .step-bottom-arrow img {
    height: 30px;
    width: auto;
  }
}

.flow-item-title {
  /* 各種センサー */
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #223659;
  border-bottom: 1px solid #223659;
  padding-bottom: 5px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (max-width: 782px) {
  .flow-item-title {
    font-size: 22px;
  }
}

.lp-osusume-ttl-sub {
  font-weight: 500;
  font-size: 28px !important;
  line-height: 89px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .lp-osusume-ttl-sub {
    font-size: 18px !important;
    line-height: 1.6em;
  }
}

.flow-item01 {
  width: 100%;
  height: 90px;
  background: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 782px) {
  .flow-item01 {
    padding: 10px 20px;
    height: 70px;
  }
}

@media screen and (max-width: 782px) {
  .wp-block-columns.problem-list {
    margin-bottom: 20px;
    gap: 6px !important;
    justify-content: center;
  }
}

.problem-list-ttl {
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 445px;
  height: 66px;
  background: rgba(0, 0, 0, 0.59);
  border: 3px solid #ffffff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.17px;
  color: #ffffff;
  max-width: 445px;
}
@media screen and (max-width: 782px) {
  .problem-list-ttl {
    padding: 16px 16px;
    font-size: 18px;
    max-width: 100%;
    width: 100%;
  }
}
.problem-list-ttl p {
  margin-bottom: 0 !important;
}

.problem-desc {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 4px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0;
}
.problem-desc p {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 782px) {
  .problem-desc p {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.section-ttl-w {
  font-weight: 700;
  font-size: 48px;
  line-height: 89px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 782px) {
  .section-ttl-w {
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 16px;
  }
}

.section-ttl-tab {
  margin-bottom: 0;
  margin: 0 auto;
  width: fit-content;
  padding: 8px 90px;
  font-weight: 800;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  background: #000 !important;
  color: #ffffff;
  line-height: 73px;
  width: 591px;
  height: 73px;
  left: calc(50% - 295.5px + 0.5px);
  top: 4577px;
  background: #282727;
  border-radius: 20px 20px 0px 0px;
}
@media screen and (max-width: 782px) {
  .section-ttl-tab {
    padding: 2px 10px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 60px;
    width: 90%;
    height: 60px;
  }
}

.service-flow-bg-grade {
  height: 100%;
  background-image: linear-gradient(180deg, rgb(57, 97, 167) 48%, rgb(235, 244, 245) 48%);
  padding-top: 40px !important;
}
@media screen and (max-width: 782px) {
  .service-flow-bg-grade {
    padding-bottom: 20px !important;
    height: auto;
    padding-top: 0 !important;
  }
}

.section-ttl-problem {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  position: relative;
  color: #fff;
  padding-bottom: 45px;
}
@media screen and (max-width: 782px) {
  .section-ttl-problem {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.section-ttl-problem::after {
  display: block;
  content: "";
  width: 580px;
  height: 21px;
  background-image: url(../images/lp-problem-ttl-bottom.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 782px) {
  .section-ttl-problem::after {
    width: 100%;
    height: 15px;
  }
}

.section-ttl {
  font-weight: 700;
  font-size: 48px;
  line-height: 89px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .section-ttl {
    font-size: 30px;
    line-height: 1.6em;
    letter-spacing: 0em;
  }
}

.custom-image {
  overflow: hidden;
}
.custom-image img {
  border-radius: 20px;
}

.value-flex {
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
  gap: 10px !important;
}
@media screen and (max-width: 782px) {
  .value-flex {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 782px) {
  .value-icon {
    width: 70px !important;
    height: auto !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 782px) {
  .value-icon img {
    width: auto;
    height: auto !important;
    object-fit: cover;
  }
}

.card-item-osusume {
  display: flex;
  flex-direction: column;
  min-height: 667px;
  max-width: 420px;
  border-radius: 20px 20px 0 0;
  width: 100%;
  color: #223659;
  background-color: #fff;
  padding: 36px;
  margin-bottom: 0;
}
@media screen and (max-width: 782px) {
  .card-item-osusume {
    min-height: auto;
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
  }
}
.card-item-osusume .card-ttl-osusume-top {
  width: 100%;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 70px;
  margin-bottom: 0;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.1em;
  color: #223659;
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 782px) {
  .card-item-osusume .card-ttl-osusume-top {
    font-size: 19px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
.card-item-osusume .card-ttl-osusume-top::after {
  display: block;
  content: "";
  height: 1px;
  background-color: #3961a7;
  width: 81px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.card-item-osusume .card-ttl-osusume-bottom {
  width: 100%;
  font-weight: 800;
  font-size: 40px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .card-item-osusume .card-ttl-osusume-bottom {
    font-size: 26px;
    line-height: 40px;
  }
}
.card-item-osusume .card-ttl-osusume-kadai {
  padding-left: 14px;
  height: 29px;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.1em;
  color: #3961a7;
  position: relative;
}
@media screen and (max-width: 782px) {
  .card-item-osusume .card-ttl-osusume-kadai {
    height: 18px;
    font-size: 18px;
  }
}
.card-item-osusume .card-ttl-osusume-kadai::before {
  position: absolute;
  width: 5.99px;
  height: 28.11px;
  border-radius: 2.9px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  content: "";
  display: block;
  background: #3961a7;
}
@media screen and (max-width: 782px) {
  .card-item-osusume .card-ttl-osusume-kadai::before {
    height: 18px;
    top: auto;
    bottom: -5px;
  }
}

.card-body-osusume {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .card-body-osusume {
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: 1px;
  }
}

.card-item-osusume--bottom {
  background: #f8f8f8 !important;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  border-top: #3961a7 dashed 1px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 782px) {
  .card-item-osusume--bottom {
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
  }
}
.card-item-osusume--bottom .card-bottom-title-osusume {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 100%;
  height: 44px;
  background: rgba(58, 97, 167, 0.88);
  border-radius: 10px;
  font-weight: 550;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #ffffff !important;
}
@media screen and (max-width: 782px) {
  .card-item-osusume--bottom .card-bottom-title-osusume {
    font-size: 20px;
  }
}

@media screen and (max-width: 782px) {
  .osusume-image {
    height: auto;
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}
.osusume-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.card-item-value {
  display: flex;
  flex-direction: column;
  min-height: 432px;
  max-width: 420px;
  border-radius: 20px;
  width: 100%;
  color: #223659;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding-top: 20px !important;
}
@media screen and (max-width: 782px) {
  .card-item-value {
    min-height: auto;
    margin: 0 auto;
  }
}
.card-item-value .card-ttl-value {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  justify-content: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 0;
  padding: 16px 0 20px !important;
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #223659;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 30px;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 782px) {
  .card-item-value .card-ttl-value {
    font-size: 22px;
    line-height: 2rem;
  }
}
.card-item-value .card-ttl-value::after {
  display: block;
  content: "";
  height: 1px;
  background-color: #3961a7;
  width: 81px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.card-item-value .card-body-value {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  align-items: center;
  letter-spacing: 2px;
  color: #000000;
  padding: 24px 20px;
  height: 124px;
}
@media screen and (max-width: 782px) {
  .card-item-value .card-body-value {
    font-size: 17px;
    height: auto;
    padding: 24px 0;
    line-height: 1.5;
  }
}

.card-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 185px;
  border-radius: 20px;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 782px) {
  .card-item {
    height: auto;
  }
}
.card-item .card-ttl {
  width: 100%;
  height: 61px;
  background: #223659;
  border-radius: 20px 20px 0px 0px;
  justify-content: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1em;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .card-item .card-ttl {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 6px;
    height: 50px;
  }
}
.card-item .card-body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  align-items: center;
  letter-spacing: 2px;
  color: #000000;
  padding: 24px 24px;
  height: 124px;
}
@media screen and (max-width: 782px) {
  .card-item .card-body {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 12px 12px 16px;
    height: auto;
  }
}

@media screen and (max-width: 782px) {
  .wp-block-columns.gaiyou-column {
    gap: 10px !important;
    row-gap: 0px !important;
    line-height: 1 !important;
    margin-bottom: 0 !important;
  }
}

.sien-card .wp-block-columns {
  margin-bottom: 0;
}

.sien-card {
  filter: drop-shadow(0px 4px 6.6px rgba(0, 0, 0, 0.5));
  border-radius: 20px;
  background-color: #fff !important;
  padding: 20px 20px;
}
.sien-card--value {
  background-color: #fffdeb !important;
}
.sien-card .sien-image {
  width: 208px;
  height: 320px;
}
.sien-card .sien-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sien-card ul.kadai {
  list-style: none;
}
.sien-card ul.kadai li {
  color: #223659;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 782px) {
  .sien-card ul.kadai li {
    font-size: 17px;
    line-height: 34px;
  }
}
.sien-card ul.kadai li::before {
  display: block;
  content: "";
  position: absolute;
  width: 23px;
  height: 11px;
  background-image: url(../images/sien-card-list-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  margin: auto;
  left: 0;
}
.sien-card ul.value {
  list-style: none;
}
.sien-card ul.value li {
  color: #223659;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 782px) {
  .sien-card ul.value li {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 12px;
  }
}
.sien-card ul.value li::before {
  display: block;
  content: "";
  position: absolute;
  width: 23px;
  height: 11px;
  background-image: url(../images/sien-card-list-icon-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 782px) {
  .sien-card ul.value li::before {
    top: 8px;
  }
}

figure.wp-block-image.sien-card-image img {
  overflow: hidden;
}
@media screen and (max-width: 782px) {
  figure.wp-block-image.sien-card-image img {
    height: 180px;
    width: auto;
  }
}

.cta-btn-double {
  gap: 50px;
}
@media screen and (max-width: 782px) {
  .cta-btn-double {
    gap: 8px;
  }
}

.cta-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cta-ttl {
  font-weight: 700;
  font-size: 36px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .cta-ttl {
    font-size: 28px !important;
    margin-bottom: 1em;
    letter-spacing: 0.04em;
    line-height: 2.6rem !important;
  }
}

.cta-ttl-line {
  border-bottom: 2px solid #ffcc00;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.sec01-catch {
  font-weight: 700;
  font-size: 24px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 2px;
  color: #223659;
}
@media screen and (max-width: 782px) {
  .sec01-catch {
    line-height: 1.5em !important;
    font-size: 18px !important;
    text-align: left;
  }
}

.senser-block {
  position: relative;
}
@media screen and (max-width: 782px) {
  .senser-block {
    padding-bottom: 180px;
  }
}

.senser-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 60px;
  position: absolute;
  width: 60%;
  bottom: -100px;
  right: 0;
  max-width: 876px;
  margin: 20px 0;
  min-height: 256px;
  font-weight: 700;
  font-size: 24px;
  line-height: 64px;
  letter-spacing: 0.05em;
  background: #f4f4f4;
  box-shadow: 0px -1px 8px 1px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
}
@media screen and (max-width: 1100px) {
  .senser-text {
    line-height: 1.4em;
    bottom: -110px;
    min-height: auto;
  }
}
@media screen and (max-width: 782px) {
  .senser-text {
    justify-content: flex-start;
    align-items: center;
    padding: 30px 30px 10px;
    position: absolute;
    width: 94%;
    right: -5%;
    max-width: 100%;
    margin: 20px 0;
    min-height: auto;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    border-radius: 40px 0 0 40px;
  }
}

.lp-ttl-service {
  font-weight: 700;
  font-size: 48px;
  line-height: 89px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .lp-ttl-service {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
}

.lp-ttl-service-sub {
  /* モバイル計測環境のワンストップ・ソリューション */
  font-weight: 500;
  font-size: 32px;
  line-height: 89px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 782px) {
  .lp-ttl-service-sub {
    font-size: 19px;
    line-height: 1.4em;
  }
}

.sien-card {
  background-color: #fff;
  filter: drop-shadow(0px 4px 5.4px rgba(0, 0, 0, 0.07));
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 782px) {
  .sien-card {
    padding: 20px 14px;
  }
}

h3.wp-block-heading.h3-title-law {
  margin-bottom: 0.5em;
}

.sien-ttl {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2em;
  padding-bottom: 12px;
  letter-spacing: 0.04em;
  color: #223659;
  border-bottom: 2px solid #3961a7;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 782px) {
  .sien-ttl {
    font-size: 24px;
  }
}

.sien-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-bg {
  border-radius: 20px;
}
@media screen and (max-width: 782px) {
  .system-bg {
    padding: 2px !important;
  }
}

/* アーカイブ */
[class*=page-numbers] {
  color: #223659;
}

[class*=page-numbers].current,
[class*=page-numbers]:hover {
  color: #3a61a7;
}

span.c-pageTitle__inner {
  font-size: 3.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-pageTitle__subTitle {
  font-style: inherit;
}

@media screen and (max-width: 782px) {
  figure.wp-block-table.privacy-policy-table01 table tr td:first-child {
    max-width: 130px;
  }
}

@media screen and (max-width: 782px) {
  figure.wp-block-table.privacy-policy-table02 table tr td:first-child {
    max-width: 180px;
  }
}
figure.wp-block-table.privacy-policy-table02 table tr td:last-child {
  width: calc(100% - 200px);
}

@media screen and (max-width: 782px) {
  .site-en * {
    line-height: 2em;
  }
}
@media screen and (max-width: 782px) {
  .site-en .mv-bottom-block {
    height: 160px;
  }
}
@media screen and (max-width: 782px) {
  .site-en .cta-ttl {
    font-size: 24px !important;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 782px) {
  .site-en .cta-ttl span {
    line-height: 2.2rem;
  }
}
.site-en .l-topTitleArea__body .page-title {
  height: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 782px) {
  .site-en .l-topTitleArea__body .page-title {
    font-size: 28px;
  }
}
.site-en .l-topTitleArea__body p.page-subtitle {
  height: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.4em;
  color: #ffffff;
}
.site-en .post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  font-weight: 550;
  letter-spacing: 2.5px;
}
.site-en .text-main {
  letter-spacing: 1.5px;
}
.site-en h3.wp-block-heading.job {
  letter-spacing: 2px;
}
.site-en .team-block .name {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .site-en .team-block .name {
    font-size: 25px;
    letter-spacing: 0.12em;
  }
}
.site-en .team-block {
  padding: 18px 20px 20px 24px;
}
.site-en .profile-text-top {
  letter-spacing: 1px;
}
.site-en .post_content {
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media screen and (max-width: 782px) {
  .site-en .post_content {
    letter-spacing: 0.5px;
  }
}
.site-en .profile-note .name {
  letter-spacing: 0.2em;
}
.site-en .tokusho-table .wp-block-table > table tr > :first-child:not(.-no1) {
  width: 300px;
}
@media screen and (max-width: 782px) {
  .site-en .catch {
    height: auto;
    font-size: 26px;
  }
}
@media screen and (max-width: 782px) {
  .site-en .category-block.small-block .link-block h3.category-title p.en {
    line-height: inherit;
  }
}
@media screen and (max-width: 782px) {
  .site-en .business-slider .business-catch {
    font-size: 14px;
  }
}
.site-en figure.wp-block-table.company-table tr td {
  letter-spacing: 2px;
}
@media screen and (max-width: 782px) {
  .site-en figure.wp-block-table.company-table tr td {
    letter-spacing: 0.5px;
  }
}
.site-en .btn-primary,
.site-en .btn-primary-sub {
  font-size: 15px;
}
.site-en .card-item .card-body {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  padding: 18px 24px;
  height: 110px;
}
.site-en .text-main {
  letter-spacing: 1.5px;
  letter-spacing: 0.5px;
}
.site-en .card-item-value .card-body-value {
  letter-spacing: 1px;
  line-height: 1.4;
}
.site-en .card-item-osusume .card-ttl-osusume-bottom {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  min-height: 82px;
}
.site-en .card-item-osusume .card-ttl-osusume-kadai {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.site-en .card-item-osusume {
  min-height: 530px;
}
.site-en .card-item-osusume--bottom .card-bottom-title-osusume {
  width: 100%;
  height: auto;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  min-height: 62px;
  padding: 6px;
  text-align: center;
}
.site-en .problem-list-ttl {
  height: 84px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.17px;
  max-width: 445px;
  line-height: 1.2;
}
.site-en .problem-desc {
  letter-spacing: 1px;
}
.site-en .flow-item .flow-item03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
}
.site-en .flow-item .flow-item03::after {
  display: none;
}
.site-en .flow-item .flow-item03 span {
  letter-spacing: 0;
  padding-bottom: 4px;
  display: inline-block;
  height: auto;
  font-size: 22px;
  position: relative;
  border-bottom: 5px solid #ffcc00;
  width: fit-content;
  margin-bottom: 8px;
}
.site-en .flow-item .flow-item03 span::after {
  display: none;
  content: "";
  width: 100%;
  position: absolute;
  height: 5px;
  border: 5px solid #ffcc00;
  top: 0;
  bottom: -10px;
  margin: auto;
  left: 0;
}
.site-en .flow-item .flow-item04 {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
}
.site-en .section-ttl-tab {
  line-height: 63px;
}
.site-en .sien-card ul.kadai li {
  line-height: 1.4;
  margin-bottom: 16px;
}
.site-en .lp-ttl-service-sub {
  font-size: 30px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding: 30px 0;
}
.site-en .senser-text {
  padding: 30px 15px 10px 32px;
  width: 50%;
  bottom: -150px;
  max-width: 876px;
  margin: 20px 0;
  min-height: 356px;
  font-size: 21px;
  line-height: 1.8em;
  letter-spacing: 0.01em;
}
.site-en .sec01-catch {
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 1px;
}
.site-en .mv-bottom-text {
  line-height: 3.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.site-en .is-style-fill.lp-btn a .btn-text-small {
  font-size: 14px;
  line-height: 1.2rem;
  font-weight: 500;
  padding-top: 4px;
}
.site-en .card-item-osusume .card-ttl-osusume-top {
  font-size: 24px;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  min-height: 87px;
}
.site-en .card-body-osusume {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 1px;
}
@media screen and (max-width: 782px) {
  .site-en .flow-item .flow-item03::after {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .site-en .mv-text-bottom span {
    font-size: 24px !important;
  }
  .site-en .is-style-fill.lp-btn a .btn-text-small {
    font-size: 11px;
  }
  .site-en .is-style-fill.lp-btn a .btn-text {
    line-height: 1.5rem;
  }
  .site-en .mv-bottom-text {
    font-size: 17px !important;
  }
  .site-en .senser-text {
    padding: 30px 15px 10px 32px;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    width: 90%;
    bottom: -140px;
    min-height: inherit;
  }
  .site-en .lp-ttl-service-sub {
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    padding: 0px 0;
    padding-bottom: 10px;
  }
  .site-en .sien-ttl {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .site-en .flow-item .flow-item03 {
    min-height: 115px;
  }
  .site-en .section-ttl-problem {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .site-en .problem-list-ttl {
    height: auto;
  }
  .site-en .section-ttl-w {
    line-height: 1.2em;
  }
  .site-en .card-item-osusume .card-ttl-osusume-top {
    font-size: 18px;
    line-height: 2rem;
    letter-spacing: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    min-height: auto;
  }
  .site-en .card-item-osusume {
    min-height: auto;
  }
  .site-en .card-body-osusume {
    font-size: 16px;
  }
  .site-en .card-item-osusume .card-ttl-osusume-bottom {
    min-height: auto;
    font-size: 30px;
    padding-top: 20px;
  }
  .site-en .is-style-fill.lp-btn a {
    max-width: 400px;
    width: 94%;
    height: 76px;
  }
  .site-en .text-main {
    letter-spacing: 0.5px;
    text-align: left;
  }
  .site-en .card-item .card-ttl {
    line-height: 1.5rem;
    letter-spacing: 1px;
    height: 54px;
  }
  .site-en .is-style-fill.lp-btn2 a {
    height: 72px;
  }
  .site-en .is-style-fill.lp-btn2 a .btn-text {
    letter-spacing: 0;
  }
}/*# sourceMappingURL=custom.css.map */