﻿/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.main_page {
  height: 25vh;
  background: url(images/reason/bg_main01.svg) left center/auto 100% no-repeat;
  background-color: #5c4c9e;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  position: relative;
}
@media (max-width: 767px) {
  .main_page {
    height: 20vh;
  }
}
.main_page .pagettl {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .main_page .pagettl {
    font-size: 1.125rem;
  }
}
.main_page .pagettl span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .main_page .pagettl span {
    font-size: 1.25rem;
  }
}
.breadcrumbs {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  padding: 0.8rem 0;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs ul li {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-right: 0.8em;
}
@media (max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 0.625rem;
  }
}
.reason_content .side_cmn:not(:last-child) {
  margin-bottom: 7.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason_content .side_cmn:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .reason_content .side_cmn:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.reason_content .side_cmn figure {
  position: relative;
}
.reason_content .side_cmn figure::before {
  content: "";
  width: 45vw;
  height: 100%;
  background-color: #f4f2fd;
  position: absolute;
  top: 2.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .reason_content .side_cmn figure::before {
    width: 80vw;
    top: 1.5rem;
  }
}
.reason_content .side_cmn:not(.reverse) figure::before {
  right: 3rem;
}
.reason_content .side_cmn.reverse figure::before {
  left: 3rem;
}
.reason_content .side_cmn .num {
  font-size: 5rem;
  color: #5c4c9e;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.1em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason_content .side_cmn .num {
    font-size: 3.125rem;
  }
}
@media (max-width: 767px) {
  .reason_content .side_cmn .num {
    font-size: 2.25rem;
  }
}
.reason_content .bnr01 {
  width: fit-content;
  margin-inline: auto;
  width: 34%;
}
body.about .breadcrumbs {
  display: none;
}
.about_mission {
  background-color: #f4f2fd;
  position: relative;
}
.about_mission .imgwrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_mission .imgwrap {
    height: 75vh;
  }
}
@media (max-width: 767px) {
  .about_mission .imgwrap {
    height: 90vh;
  }
}
.about_mission .imgwrap :is(.main01, .main02, .main03, .main04) img {
  width: 100%;
  object-fit: cover;
}
.about_mission .imgwrap .main01 {
  width: 12.4322916667vw;
  aspect-ratio: 217/248;
  position: absolute;
  top: 15%;
  left: 12%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_mission .imgwrap .main01 {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .about_mission .imgwrap .main01 {
    top: 5%;
    left: 1%;
  }
}
.about_mission .imgwrap .main02 {
  width: 17.53125vw;
  aspect-ratio: 306/425;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.about_mission .imgwrap .main03 {
  width: 18.6197916667vw;
  aspect-ratio: 325/234;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 1;
}
.about_mission .imgwrap .main04 {
  width: 17.3020833333vw;
  aspect-ratio: 302/224;
  position: absolute;
  bottom: 0%;
  right: 10%;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_mission .imgwrap .main04 {
    right: 4%;
  }
}
@media (max-width: 767px) {
  .about_mission .imgwrap .main04 {
    right: 1%;
  }
}
.about_mission .txtlayer {
  position: relative;
  z-index: 2;
}
.about_mission .txtlayer::before {
  content: "";
  width: 646px;
  aspect-ratio: 646/781;
  background: url(images/about/logo01.svg) center center/100% auto no-repeat;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -10%);
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_mission .txtlayer::before {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .about_mission .txtlayer::before {
    width: 50vw;
    top: 20%;
  }
}
.about_mission .txtlayer .upper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about_mission .txtlayer .upper {
    margin-bottom: 3rem;
  }
}
.about_mission .txtlayer .box {
  max-width: 982px;
  background-color: #fff;
  padding: 2.5rem 5% 2rem;
  margin-inline: auto;
  box-shadow: 0.9rem 0.9rem 0 #5c4c9e;
}
.about_mission .ttl01 {
  font-size: 2.5rem;
  color: #5c4c9e;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_mission .ttl01 {
    font-size: 2.125rem;
    margin-bottom: 0.6em;
  }
}
@media (max-width: 767px) {
  .about_mission .ttl01 {
    font-size: 2rem;
    margin-bottom: 0.6em;
  }
}
.about_mission .ttl01 b {
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 0.6em;
}
.about_mission .ttl01 b:not(:last-child) {
  margin-bottom: 0.4rem;
}
.about_mission .text_reveal01,
.about_mission .text_reveal01::after {
  animation-delay: 200ms;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.about_mission .text_reveal01 {
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
}
.about_mission .text_reveal01::after {
  content: "";
  background-color: #5c4c9e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%,
  50% {
    transform-origin: 0 50%;
  }
  60%,
  100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.about_mission .js--appear {
  overflow: hidden;
  position: relative;
}
.about_mission .js--appear::before {
  content: "";
  background: #f4f2fd;
  pointer-events: none;
  animation: appear01 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.about_mission .js--appear img {
  width: 100%;
  object-fit: cover;
}
@keyframes appear01 {
  100% {
    transform: translateY(-100%);
  }
}
.about_china {
  background-color: #5c4c9e;
  padding: 19rem 0 12rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_china {
    padding: 8rem 0;
  }
}
@media (max-width: 767px) {
  .about_china {
    padding: 8rem 0;
  }
}
.about_china::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/about/bg_about01.png) left bottom/auto 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}
.about_china .inner > * {
  position: relative;
  z-index: 2;
}
.about_china h2.ttl_cmn2 {
  position: relative;
  z-index: 2;
}
.about_china h2.ttl_cmn2::before {
  content: "";
  width: 633px;
  aspect-ratio: 633/526;
  background: url(images/about/map_about01.svg) center center/100% auto
    no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about_china .box_body {
  max-width: 1292px;
  background:
    url(images/about/bdt_about01.svg) center top 1%/98% auto no-repeat,
    url(images/about/bdt_about01.svg) center bottom 1%/98% auto no-repeat;
  background-color: #fff;
  padding: 2.5rem 6%;
}
.about_china .box {
  background-color: #f4f2fd;
  border-radius: 5px;
  padding: 1.8rem 5% 1rem;
}
.about_china .box:not(:last-child) {
  margin-bottom: 1rem;
}
.about_china .box h3.ttl_cmn2 {
  margin-bottom: 0.4em;
}
.about_china .bgtxtwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about_conti {
  background-color: #5c4c9e;
}
.about_conti .box {
  background:
    url(images/about/bdt_about01.svg) center top 1%/98% auto no-repeat,
    url(images/about/bdt_about01.svg) center bottom 1%/98% auto no-repeat;
  background-color: #fff;
  padding: 5.5rem 6%;
}
@media (max-width: 767px) {
  .about_conti .box {
    padding: 2.5rem 4%;
  }
}
.about_conti .box:not(:last-child) {
  margin-bottom: 0.8rem;
}
.about_conti .box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 1%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about_conti .box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about_conti .box ul li img {
  width: 100%;
  object-fit: cover;
}
.about_conti .box ul li.txt {
  display: grid;
  place-content: center left;
}
.about_conti .box ul li.txt h3 {
  padding-right: 5rem;
}
.about_conti .box ul li.txt p.hanging {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .about_conti .box ul li.txt {
    grid-column: 1/4;
    grid-row: 2/3;
    padding: 1rem 2%;
  }
}
.about_greeting .side_cmn figure {
  position: relative;
}
.about_greeting .side_cmn figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5c4c9e;
  position: absolute;
  top: 2.5rem;
  left: 1.5rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .about_greeting .side_cmn figure::before {
    top: 1rem;
  }
}
.about_greeting .side_cmn figure img {
  width: 100%;
  object-fit: cover;
}
.about_greeting .side_cmn p.txt_sub {
  margin-bottom: 1.2em;
}
.about_greeting .side_cmn p.txt01 {
  margin-bottom: 2.5em;
}
.about_greeting .side_cmn .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
}
.about_greeting .side_cmn .name img {
  margin-left: 1rem;
}
.about_view img {
  width: 100%;
  object-fit: cover;
}
.about_company {
  background-color: #f4f2fd;
  position: relative;
}
.about_company .bgtxtwrap {
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .about_company .bgtxtwrap {
    top: 1rem;
  }
}
.about_company h2.ttl_cmn2 {
  position: relative;
  z-index: 1;
}
.about_company .area {
  max-width: 950px;
  background-color: #fff;
  padding: 5rem 5%;
  margin-inline: auto;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about_company .area {
    padding: 2.5rem 4%;
    margin-bottom: 2.5rem;
  }
}
.about_company .map {
  position: relative;
  width: 100%;
  padding-top: 260px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about_company .map {
    padding-top: 100%;
  }
}
.about_company .map iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
  pointer-events: none;
}
@media (max-width: 767px) {
  .about_company .map iframe {
    top: -30vw;
    height: calc(100% + 30vw + 30vw);
  }
}
.dl_cmn {
  border-top: 1px solid #ededed;
  position: relative;
}
.dl_cmn::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  background-color: #5c4c9e;
  position: absolute;
  top: 0;
  left: 0;
}
.dl_cmn > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ededed;
  position: relative;
}
@media (max-width: 767px) {
  .dl_cmn > div {
    padding: 0.9rem 0;
  }
}
.dl_cmn > div::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  background-color: #5c4c9e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dl_cmn > div dt,
.dl_cmn > div dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.66;
}
@media (max-width: 767px) {
  .dl_cmn > div dt,
  .dl_cmn > div dd {
    font-size: 0.75rem;
  }
}
.dl_cmn > div dt {
  width: 24%;
}
@media (min-width: 1200px) {
  .dl_cmn > div dt {
    padding-left: 2em;
  }
}
.dl_cmn > div dd {
  width: 76%;
}
.contact_form .topbox,
.contact_form .area {
  max-width: 864px;
  background-color: #dedede;
  margin-inline: auto;
}
.contact_form .topbox {
  padding: 1.2rem 5% 1.6rem;
  margin-bottom: 1.5rem;
}
.contact_form .area {
  padding: 2.4rem 5% 3rem;
}
@media (max-width: 767px) {
  .contact_form .area {
    padding: 1.8rem 4% 2.2rem;
  }
}
.contact_form .area .txt01 {
  margin-bottom: 1.5em;
}
.contact_form h2.ttl_cmn2 {
  margin-bottom: 0.3em;
}
.contact_form .tel {
  margin-inline: auto;
}
.contact_form .tel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
.contact_form .tel a i {
  display: grid;
  place-content: center;
  width: 26px;
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 100vmax;
  font-size: 1rem;
  color: #dedede;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_form .tel a i {
    font-size: 0.875rem;
  }
}
.contact_form .tel a p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact_form .tel a p {
    font-size: 1.5rem;
  }
}
.tbl_contact {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin-inline: auto;
}
.tbl_contact .col_th {
  display: none;
}
@media (max-width: 767px) {
  .tbl_contact .col_th {
    display: none;
  }
}
.tbl_contact .col_td {
  display: none;
}
@media (max-width: 767px) {
  .tbl_contact .col_td {
    display: none;
  }
}
.tbl_contact th,
.tbl_contact td {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
@media (max-width: 767px) {
  .tbl_contact th,
  .tbl_contact td {
    display: block;
    font-size: 0.8125rem;
  }
}
.tbl_contact th {
  text-align: left;
  position: relative;
  padding-bottom: 0.2rem;
}
.tbl_contact td input[type="text"],
.tbl_contact td input[type="tel"],
.tbl_contact td input[type="email"],
.tbl_contact td input[type="date"],
.tbl_contact td select {
  background: #fff;
  padding: 6px 5px;
}
.tbl_contact td input[type="text"],
.tbl_contact td input[type="email"] {
  width: 100%;
}
.tbl_contact td input[type="tel"] {
  width: 100%;
}
.tbl_contact td input[type="date"] {
  width: 30%;
}
.tbl_contact td select {
  width: 40%;
}
.tbl_contact td textarea {
  width: 100%;
  height: 300px;
  background-color: #fff;
  padding: 5px;
}
.tbl_contact td span.wpcf7-list-item {
  margin: 0 2em 0 0;
}
.th_textarea {
  vertical-align: top;
}
.th_textarea.required::before,
.th_textarea.any::before {
  top: 0.5rem;
}
@media (max-width: 767px) {
  .th_textarea.required::before,
  .th_textarea.any::before {
    top: 0.3rem;
  }
}
.btn_submit {
  display: table;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .btn_submit {
    font-size: 0.8125rem;
  }
}
.btn_submit input[type="submit"] {
  width: 190px;
  height: 50px;
  background-color: #5f5f5f;
  border-radius: 100vmax;
  text-align: center;
}
@media (max-width: 767px) {
  .btn_submit input[type="submit"] {
    width: 70vw;
    height: 3rem;
  }
}
.btn_submit input[type="submit"]:hover {
  transition: 0.3s ease;
}
.btn_submit i {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
}
.btn_submit input[type="submit"][disabled] {
  opacity: 0.3;
}
.btn_submit input[type="submit"]:not([disabled]):hover {
  cursor: pointer;
  opacity: 0.8;
}
.ajax-loader {
  display: none !important;
}
.wpcf7-spinner {
  display: none !important;
}
.thanks_first p.txt01 {
  margin-bottom: 3.5em;
}
@media (max-width: 767px) {
  .thanks_first p.txt01 {
    margin-bottom: 2.5em;
  }
}
.news_list .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem 0;
}
.news_list .inner .left {
  width: 23.6111111111%;
}
@media (max-width: 767px) {
  .news_list .inner .left {
    width: 100%;
  }
}
.news_list .inner .right {
  width: 69.9074074074%;
}
@media (max-width: 767px) {
  .news_list .inner .right {
    width: 100%;
  }
}
.news_list ul {
  border-top: 1px solid #8e7fc7;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .news_list ul {
    margin-bottom: 2.5rem;
  }
}
.news_list ul li {
  padding: 2rem 3%;
  border-bottom: 1px solid #8e7fc7;
}
@media (max-width: 767px) {
  .news_list ul li {
    padding: 0.8rem 0;
  }
}
.news_list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem 2rem;
}
.news_list ul li a time,
.news_list ul li a .ttl01 {
  font-weight: 500;
  line-height: 1.5rem;
}
.news_list ul li a time {
  color: #adb0c3;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 26px;
  height: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border-radius: 100vmax;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 6vw;
    height: 6vw;
    font-size: 0.9375rem;
    margin: 0 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi span.current {
  background: #5c4c9e;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 0.625rem;
  color: #5c4c9e;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 0.5rem;
  }
}
.works_list .filter_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .works_list .filter_buttons {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.works_list .filter_btn {
  background-color: #5c4c9e;
  color: #fff;
  border: none;
  border-radius: 100vmax;
  padding: 0.3em 1.5em;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .works_list .filter_btn {
    font-size: 0.75rem;
    padding: 0.5em 1.2em;
  }
}
.works_list .filter_btn i {
  margin-left: 0.3em;
  font-size: 0.8em;
}
.works_list .filter_btn:hover {
  background-color: #ff7c54;
  transform: translateY(-2px);
}
.works_list .filter_btn.active {
  background-color: #ff7c54;
}
.works_list .no_results {
  text-align: center;
  padding: 3rem 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .works_list .no_results {
    padding: 2rem 0;
    margin-bottom: 1rem;
  }
}
.works_list .no_results p {
  color: #5c4c9e;
  font-weight: 500;
}
.works_list .works_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.8518518519%;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .works_list .works_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .works_list .works_items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works_list .work_item figure {
  margin-bottom: 0.4rem;
}
.works_list .work_item figure img {
  width: 100%;
  object-fit: cover;
}
.works_list .work_item .cate {
  display: inline-block;
  background-color: #5c4c9e;
  padding: 0 0.6em;
  line-height: 1.5;
  margin-bottom: 0.4em;
  margin-right: 0.4em;
}
.works_list .work_item .ttl01 {
  margin-bottom: 0.4em;
}
.works_single article .side_cmn.side01 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem 0.8rem;
  margin-bottom: 0.8rem;
  align-items: center;
}
.works_single article .side_cmn.side01 .wrap .cate {
  display: inline-block;
  background-color: #5c4c9e;
  border-radius: 100vmax;
  padding: 0.3em 1.5em;
  font-size: 1rem;
}
.works_single article .side_cmn.side01 .wrap .industry {
  line-height: 1.2;
}
.works_single article .side_cmn.side01 .ttl01 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .works_single article .side_cmn.side01 .ttl01 {
    font-size: 1.125rem;
  }
}
.works_single article .side_cmn.side01 .ul01 {
  margin-bottom: 1.2em;
}
.works_single article .side_cmn.side01 .ul01 li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 2em;
  position: relative;
}
@media (max-width: 767px) {
  .works_single article .side_cmn.side01 .ul01 li {
    font-size: 0.75rem;
  }
}
.works_single article .side_cmn.side01 .ul01 li::before {
  content: "";
  width: 21px;
  aspect-ratio: 21/24;
  background: url(images/works/icn_lightbulb01.svg);
  position: absolute;
  top: 0%;
  left: 0;
}
.works_single article .side_cmn.side01 .ul01 li:not(:last-child) {
  margin-bottom: 0.8em;
}
.works_single article .side_cmn.side01 .ul01s li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 2em;
  position: relative;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .works_single article .side_cmn.side01 .ul01s li {
    font-size: 0.75rem;
  }
}
.works_single article .side_cmn.side01 .ul01s li::before {
  content: "";
  width: 23px;
  aspect-ratio: 23/23;
  background: url(/wp-content/uploads/2026/03/bi.png);
  position: absolute;
  top: 0%;
  left: 0;
}
.works_single article .side_cmn.side01 .ul01s li:not(:last-child) {
  margin-bottom: 0.8em;
}
.works_single article .side_cmn.side01 .ul01sss li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 2em;
  position: relative;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .works_single article .side_cmn.side01 .ul01sss li {
    font-size: 0.75rem;
  }
}
.works_single article .side_cmn.side01 .ul01sss li::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/20;
  background: url(/wp-content/uploads/2026/03/reten.png);
  position: absolute;
  top: 6%;
  left: 0;
}
.works_single article .side_cmn.side01 .ul01sss li:not(:last-child) {
  margin-bottom: 0.8em;
}
.works_single article .ul01ss li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  padding-left: 2em;
  position: relative;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .works_single article .ul01ss li {
    font-size: 0.75rem;
  }
}
.works_single article .ul01ss li::before {
  content: "";
  width: 24px;
  aspect-ratio: 24/22;
  background: url(/wp-content/uploads/2026/03/tryangle.png);
  position: absolute;
  top: 0%;
  left: 0;
}
.works_single article .ul01ss li:not(:last-child) {
  margin-bottom: 0.8em;
}
.works_single article .side_cmn02 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.works_single article .side_cmn02 figure {
  width: calc(50% - 1rem);
}
.works_single article .side_cmn02 figure img {
  width: 100%;
  height: auto;
  display: block;
}
.works_single article .side02 p {
  font-weight: 600;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .works_single article .side02 p {
    margin-bottom: 3rem;
  }
}
.works_related h4 {
  font-size: 1.25rem;
  color: #5c4c9e;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.3em;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .works_related h4 {
    font-size: 1rem;
  }
}
.works_related ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.7777777778%;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .works_related ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .works_related ul {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 2rem;
  }
}
.works_related ul li figure {
  margin-bottom: 0.6rem;
}
.works_related ul li figure img {
  width: 100%;
  object-fit: cover;
}
.works_related ul li .cate {
  display: inline-block;
  background-color: #5c4c9e;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.works_related .bnr01 {
  width: fit-content;
  margin-inline: auto;
  margin-top: 3.5rem;
  width: 34%;
}
@media (max-width: 767px) {
  .works_related .bnr01 {
    margin-top: 2rem;
    width: 100%;
  }
}
.works_related .bnr01 a:hover {
  opacity: 0.8;
}
.column_list {
  background-color: unset;
}
.column_list ul {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .column_list ul {
    margin-bottom: 3rem;
  }
}
.blog_single:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .blog_single:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.blog_single .top {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .blog_single .top {
    margin-bottom: 2.5rem;
  }
}
.blog_single .top .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.4rem;
}
.blog_single .top .wrap time {
  color: #adb0c3;
  margin-right: 1em;
}
.blog_single .top .wrap .cate {
  display: inline-block;
  background-color: #5c4c9e;
  padding: 0.2em 1em;
  line-height: 1.5rem;
}
.blog_single .top .ttl_post {
  font-size: 2.25rem;
  color: #5c4c9e;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .blog_single .top .ttl_post {
    font-size: 1.5rem;
  }
}
.blog_single article > p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .blog_single article > p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.blog_single article > :is(.side_cmn, .area):not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .blog_single article > :is(.side_cmn, .area):not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.blog_single h2:not(.ttl_post) {
  background-color: #5c4c9e;
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.2em 0.6em;
  margin-bottom: 1em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog_single h2:not(.ttl_post) {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .blog_single h2:not(.ttl_post) {
    font-size: 1.375rem;
  }
}
.blog_single h2:not(.ttl_post)::before {
  content: "●";
  font-size: 1.375rem;
  color: #ff7c54;
  line-height: 1;
  margin-right: 0.4em;
  position: relative;
  top: -0.1em;
}
.blog_single h3:not(.ttl01) {
  background-color: #f4f2fd;
  font-size: 1.25rem;
  color: #5c4c9e;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.2em 0.6em;
  margin-bottom: 0.6em;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog_single h3:not(.ttl01) {
    font-size: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .blog_single h3:not(.ttl01) {
    font-size: 1.125rem;
  }
}
.blog_single h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #5c4c9e;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .blog_single h4 {
    font-size: 1rem;
  }
}
.blog_single h4::before {
  content: "●";
  font-size: 0.5rem;
  color: #ff7c54;
  line-height: 1;
  margin-right: 0.7em;
  position: relative;
  top: -0.2em;
}
.blog_single p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .blog_single p {
    font-size: 16px;
  }
}
.blog_single article > figure {
  text-align: center;
}
.blog_single article > figure:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .blog_single article > figure:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.blog_single .area {
  max-width: 680px;
  background-color: #f4f2fd;
  border-radius: 10px;
  padding: 1.5rem 4%;
}
@media (max-width: 767px) {
  .blog_single .area {
    padding: 1rem 4%;
  }
}
.blog_single .area ul li {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .blog_single .area ul li {
    font-size: 0.875rem;
  }
}
.blog_single .area ul li::before {
  content: "●";
  font-size: 0.5rem;
  color: #ff7c54;
  line-height: 1;
  margin-right: 0.7em;
  position: relative;
  top: -0.2em;
}
.blog_single .area ul li:not(:last-child) {
  margin-bottom: 0.8em;
}
.blog_single .btn_cmn {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .blog_single .btn_cmn {
    margin-top: 2rem;
  }
}
.product_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.037037037%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .product_list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product_list ul li figure {
  margin-bottom: 0.4rem;
}
.product_list ul li figure img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product_list ul li figure img {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .product_list ul li figure img {
    min-height: 200px;
  }
}
.gtp_first {
  position: relative;
}
.gtp_first::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #f4f2fd;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.gtp_first .img01 {
  margin-bottom: 1.8rem;
}
.gtp_first .img01 img {
  width: 100%;
  object-fit: cover;
}
.plink_cmn {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem 0.7407407407%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .plink_cmn {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .plink_cmn {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem 2%;
  }
}
.plink_cmn .btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  padding: 0.3rem 2%;
  position: relative;
  min-height: 85px;
}
@media (max-width: 767px) {
  .plink_cmn .btn a {
    padding: 0.6rem 2%;
  }
}
.plink_cmn .btn a i {
  font-size: 0.5rem;
  color: #5c4c9e;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.plink_cmn .btn a p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 5%;
  width: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  .plink_cmn .btn a p {
    font-size: 0.75rem;
  }
}
.ttl_product {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ttl_product {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ttl_product {
    font-size: 1.375rem;
  }
}
.ttl_product span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .ttl_product span {
    font-size: 0.875rem;
  }
}
.ttl_product span.color_k {
  color: #333;
}
.ttl_product span::before,
.ttl_product span::after {
  content: "";
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.8em);
  transform: translateY(-50%);
}
.ttl_product span::before {
  width: 30vw;
  height: 1px;
}
.ttl_product span::after {
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}
.ttl_product span.bar_dv::before,
.ttl_product span.bar_dv::after {
  background-color: #5c4c9e;
}
.ttl_product.color_w {
  color: #fff;
}
.ttl_product.color_dv {
  color: #5c4c9e;
}
.ttl_product.tac {
  text-align: center;
}
.ttl_product.mb0 {
  margin-bottom: 0;
}
.ttl_product.mb_w {
  margin-bottom: 1.5em;
}
.gtp_feature {
  position: relative;
}
.gtp_feature::before {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #f4f2fd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gtp_feature .inner {
  z-index: 2;
}
.gtp_feature .bgtxtwrap {
  position: absolute;
  top: 0rem;
  left: 50%;
  z-index: 1;
}
.gtp_feature ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.4074074074%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gtp_feature ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gtp_feature ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0;
  }
}
.gtp_feature ul li figure img {
  width: 100%;
  object-fit: cover;
}
.gtp_feature ul li h3.ttl_cmn2 {
  background-color: #5c4c9e;
  width: fit-content;
  padding: 0.2em 0.6em;
  margin-top: -0.8em;
  position: relative;
}
.gtp_feature ul li h4.txt_cmn {
  line-height: 1.5;
  margin-bottom: 0.6em;
}
.gtp_gallery {
  background-color: #333;
  position: relative;
}
.gtp_gallery .inner {
  z-index: 2;
}
.gtp_gallery .bgtxtwrap {
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: 1;
}
.gtp_gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.6481481481%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gtp_gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gtp_gallery ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gtp_gallery ul li img {
  width: 100%;
  object-fit: cover;
}
.gtp_speci {
  background-color: #f4f2fd;
  position: relative;
}
.gtp_speci .inner {
  z-index: 2;
}
.gtp_speci .bgtxtwrap {
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: 1;
}
.gtp_speci .colwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.7777777778%;
  margin-bottom: 2.2rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gtp_speci .colwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .gtp_speci .colwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gtp_speci .ttl01 {
  padding-left: 1.5em;
  margin-bottom: 0.6em;
  position: relative;
}
.gtp_speci .ttl01::before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
}
.gtp_speci .img01 {
  display: grid;
  place-content: center;
  background-color: #fff;
  padding: 1rem 2%;
}
@media (min-width: 1200px) {
  .gtp_speci .img01 {
    min-height: 350px;
  }
}
.gtp_speci .img01.twin {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gtp_speci .img01.twin {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .gtp_speci .img01.twin {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gtp_speci .img01:not(:last-child) {
  margin-bottom: 2.5rem;
}
.gtp_flow {
  position: relative;
}
.gtp_flow::before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: #f4f2fd;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.gtp_flow ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem 1.8518518519%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gtp_flow ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gtp_flow ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gtp_flow ul li {
  background-color: #fff;
}
.gtp_flow ul li figure img {
  width: 100%;
  object-fit: cover;
}
.gtp_flow ul li .txt {
  padding: 0.8rem 5% 1.2rem;
}
.gtp_flow ul li .txt h3.ttl_cmn2 {
  margin-bottom: 0.4em;
}
.gtp_flow ul li .txt p.txt01 {
  line-height: 1.5;
}
.gtp_flow ul li:not(:last-child) {
  position: relative;
}
.gtp_flow ul li:not(:last-child)::after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 12/43;
  background-color: #5c4c9e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  bottom: 50%;
  left: calc(100% + 0.3rem);
}
@media (max-width: 767px) {
  .gtp_flow ul li:not(:last-child)::after {
    width: 8vw;
    aspect-ratio: 4/1;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    left: 50%;
    bottom: unset;
    top: calc(100% + 0.4rem);
    transform: translateX(-50%);
  }
}
.p-h2_body {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 17.8px;
  padding-bottom: 17.8px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3rem;
}
.u-mb-2r {
  margin-bottom: 2rem;
}
.u-mb-10r {
  margin-bottom: 10rem;
}
.u-mb-4r {
  margin-bottom: 4rem;
}
.u-mt-2r {
  margin-top: 2rem;
}
.u-pt-25 {
  padding-top: 2.5rem;
} /*# sourceMappingURL=lower-style.css.map */
