@charset "UTF-8";
:root {
  --headerHeight: 90px;
  --paddingSection: 150px;
  --paddingLR: 24px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 75px;
    --paddingSection: 80px;
  }
}

:root {
  --color_main: #151E3F;
}

/*========== 子ページ ==========*/
main {
  margin-top: var(--headerHeight);
}

/*==========
子ページ共通
==========*/
/*=== MV ===*/
#mv {
  padding-top: var(--paddingSection);
}
#mv .bg {
  background: center top/100% url("../img/child/mv_child_bg.svg") no-repeat;
  padding-top: calc(var(--paddingSection) * 0.6);
}
#mv .title_main {
  font-size: 2.25rem;
  line-height: 1.25;
  color: var(--color_main);
}
#mv .title_main::before {
  content: attr(data-en);
  font-size: 0.5em;
  font-family: "Montserrat";
  color: #B2B2B2;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25em;
}
#mv.bg_blue .title_main {
  color: #fff;
}
@media screen and (max-width: 959px) {
  #mv {
    padding-top: calc(var(--paddingSection) * 0.6);
  }
  #mv .title_main {
    font-size: 1.714285rem;
  }
}

/*=== breadcrumb ===*/
#breadcrumb {
  padding: 1rem 0;
}

.list_breadcrumb {
  font-size: 11px;
  color: #B2B2B2;
  display: flex;
  white-space: nowrap;
  overflow: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.list_breadcrumb::-webkit-scrollbar {
  display: none;
}
.list_breadcrumb > *:not(:last-child)::after {
  content: ">";
  margin: 0 1em;
}
.list_breadcrumb a {
  color: inherit;
  text-decoration: none;
}

/*==========
ページ別
==========*/
/*=== about ===*/
#about_intro .flex {
  display: flex;
  gap: 2.5rem;
}
#about_intro .flex > * {
  flex: 1;
}
#about_intro .flex .title_01 {
  color: #B2B2B2;
}
#about_intro .flex .text_area {
  position: relative;
}
#about_intro .flex .text_area::before {
  content: "";
  width: 2em;
  height: 3px;
  background-color: #707070;
  position: absolute;
  top: -1em;
  left: 0;
  opacity: 0.3;
}
#about_intro .flex .text_area .text {
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  #about_intro .flex {
    flex-direction: column;
  }
  #about_intro .flex .text_area .text {
    font-size: 1rem;
  }
}

#about_value .title_01 {
  color: #9898B9;
}
#about_value .title_01::before {
  color: #9898B9;
}
#about_value .flex {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
}
#about_value .list_area {
  margin-top: 2.5rem;
  position: relative;
}
#about_value .list_area::before {
  content: "";
  width: 2em;
  height: 3px;
  background-color: #707070;
  position: absolute;
  top: -1em;
  left: 0;
  opacity: 0.3;
}
#about_value .list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 1em;
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  #about_value .flex {
    flex-direction: column;
  }
  #about_value .list {
    font-size: 1rem;
  }
}

#about_logo .bg {
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: calc(var(--paddingSection) * 0.75) var(--paddingLR);
}
#about_logo .flex {
  display: flex;
  gap: 1.5rem 2.5rem;
}
#about_logo .text_area {
  flex: 1;
}
#about_logo .text_area .text {
  font-size: 0.875rem;
  line-height: 1.75;
}
#about_logo .img_area {
  width: 33.3334%;
}
#about_logo .img_area img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #about_logo .flex {
    flex-direction: column;
  }
  #about_logo .text_area .text {
    font-size: 1rem;
  }
  #about_logo .img_area {
    width: 100%;
  }
  #about_logo .img_area img {
    max-width: 144px;
  }
}

#about_company .flex {
  display: flex;
  gap: 1.5rem 2.5rem;
}
#about_company .list_area {
  flex: 1;
  max-width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  #about_company .flex {
    flex-direction: column;
  }
}

#about_message .bg {
  background: center/cover url("../img/child/about/about_message_bg.jpg") no-repeat;
}
#about_message .title_area .title_sub_01 {
  margin-bottom: 1.5em;
}
#about_message .flex {
  display: flex;
  gap: 1.5rem 2.5rem;
}
#about_message .text_area {
  padding-right: 30%;
}
#about_message .text_area .text {
  font-size: 0.875rem;
  line-height: 1.75;
}
#about_message .signature {
  margin-top: 1rem;
  font-weight: 500;
}
#about_message .signature .name {
  font-size: 1.25em;
}
@media screen and (max-width: 959px) {
  #about_message .bg {
    background: none;
    padding-bottom: calc(var(--paddingSection) * 0.5);
  }
  #about_message .title_area {
    background: center right/cover url("../img/child/about/about_message_bg.jpg") no-repeat;
    margin: calc(var(--paddingSection) * -1) calc(var(--paddingLR) * -1) calc(var(--paddingSection) * 0.5);
    padding: calc(var(--paddingSection) * 0.5) var(--paddingLR);
  }
  #about_message .title_area .title_sub_01 {
    line-height: 1.75;
    margin-bottom: 0;
  }
  #about_message .flex {
    flex-direction: column;
  }
  #about_message .text_area {
    margin-left: calc(var(--paddingLR) * -1);
    margin-right: calc(var(--paddingLR) * -1);
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
  }
  #about_message .text_area .text {
    font-size: 1rem;
  }
}

.layout_gallery {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.5rem;
}
.layout_gallery + .layout_gallery {
  margin-top: 0.5rem;
}
.layout_gallery a {
  display: contents;
  pointer-events: none;
}
.layout_gallery .item {
  flex: 1;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (min-width: 960px) {
  .layout_gallery .item {
    transition: flex-grow 0.5s;
  }
  .layout_gallery .item .text_area {
    transition: none;
  }
  .layout_gallery .item:hover {
    flex: 2;
  }
  .layout_gallery .item:hover .img_area::after {
    opacity: 0;
  }
  .layout_gallery .item:hover .text_area {
    opacity: 1;
    transition: opacity 0.25s 0.25s;
  }
}
.layout_gallery .img_area {
  height: 280px;
  position: relative;
}
.layout_gallery .img_area::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #5B5B8B;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.layout_gallery .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_gallery .text_area {
  opacity: 0;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 959px) {
  .layout_gallery {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  .layout_gallery a {
    display: block;
    pointer-events: auto;
  }
  .layout_gallery .img_area {
    height: auto;
  }
  .layout_gallery .img_area::after {
    display: none;
  }
  .layout_gallery .text_area {
    display: none;
  }
  .layout_gallery .item {
    flex: 0 1 auto;
    width: calc((100% - 1rem) / 3);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 639px) {
  .layout_gallery .item {
    width: calc((100% - 0.5rem) / 2);
  }
}

.layout_imgList {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@media screen and (max-width: 959px) {
  .layout_imgList {
    gap: var(--paddingLR);
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

body:has(.layout_gallery) .modaal-inner-wrapper,
body:has(.layout_gallery) .modaal-content-container {
  padding: calc(var(--paddingLR) * 0.75);
}

.layout_gallery_modaal .text_area {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.layout_gallery_panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.layout_gallery_panel .item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.layout_gallery_panel .item:nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
}
.layout_gallery_panel .img_area {
  height: 100%;
}
.layout_gallery_panel .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .layout_gallery_panel {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*=== service ===*/
#service .title_service {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
#service .title_service_sub {
  line-height: 1.25;
  margin-bottom: 2.5rem;
}
#service #breadcrumb {
  background-color: #23233F;
}
#service #breadcrumb .list_breadcrumb {
  color: #fff;
}
@media screen and (max-width: 959px) {
  #service .title_service {
    font-size: 1.285714rem;
  }
}

#service_partner .title_area {
  padding-top: var(--paddingSection);
}
#service_partner .flex {
  display: flex;
  gap: 1.5rem;
}
#service_partner .img_area img {
  max-width: calc(100% + 200px);
  margin: -100px;
}
@media screen and (max-width: 959px) {
  #service_partner .flex {
    flex-direction: column;
  }
  #service_partner .img_area {
    order: -1;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.layout_service_item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 3rem 5rem;
  margin-top: 2.5rem;
}
.layout_service_item > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.layout_service_item .row_title {
  line-height: 1.25;
  border-bottom: 1px solid rgba(209, 209, 219, 0.3);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.layout_service_item .row_title .title {
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout_service_item .row_title .title[data-en]::after {
  content: attr(data-en);
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.75rem;
  color: #B2B2B2;
  opacity: 0.5;
}
.layout_service_item .row_text .text {
  font-size: 0.9375rem;
}
.layout_service_item .row_example {
  margin-top: 1.25rem;
}
.layout_service_item .row_example .label {
  font-size: 0.875rem;
  font-weight: 500;
}
.layout_service_item .row_example .text {
  font-size: 0.8125rem;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .layout_service_item {
    margin-top: 5rem;
    gap: 1.71428rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .layout_service_item .row_text .text {
    font-size: 1rem;
  }
  .layout_service_item .row_example .label {
    font-size: 1rem;
  }
  .layout_service_item .row_example .text {
    font-size: 1rem;
  }
}

#service_project .figure_area img {
  margin-left: auto;
  margin-right: auto;
}

#service_other .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}
#service_other .list > *:has(a) {
  display: contents;
}
#service_other .list > *:not(:has(a)),
#service_other .list a {
  background-color: #EFEFEF;
  border-radius: 3px;
  padding: 0.875rem 2rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
#service_other .list a {
  color: inherit;
  text-decoration: none;
}
#service_other .list .title {
  margin-top: 0.5rem;
  line-height: 1.25;
  font-weight: 500;
}
#service_other .list .text {
  font-weight: 400;
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  #service_other .list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  #service_other .list > * {
    padding: 0.875rem var(--paddingLR);
  }
  #service_other .list .text {
    font-size: 1rem;
  }
}

#result_introduction .btn_area {
  margin-top: 4rem;
}

#service:has(#service_single) #mv .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
}
#service:has(#service_single) #mv .title_main {
  margin-top: 2.5rem;
}
@media screen and (max-width: 959px) {
  #service:has(#service_single) #mv .flex {
    flex-direction: column;
  }
  #service:has(#service_single) #mv .icon {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  #service:has(#service_single) #mv .title_main {
    margin-top: 0;
  }
}

#service_summary {
  background: center bottom/100% url("../img/common/border-grad-wide.svg") no-repeat var(--color_main);
  margin-top: calc(var(--paddingSection) * 0.5);
}
#service_summary .text_intro {
  font-size: 0.9375rem;
  line-height: 2;
}
#service_summary .list {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}
#service_summary .list > * {
  width: calc((100% - 2.5rem) / 2);
}
#service_summary .list .border {
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
#service_summary .list .row_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem var(--paddingLR);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#service_summary .list .row_head .title {
  font-size: 1.125rem;
  font-weight: 500;
}
#service_summary .list .row_body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#service_summary .list .row_body .text {
  font-size: 0.9375rem;
}
#service_summary .list .aside {
  font-size: 10px;
  line-height: 1.75;
  margin-top: 0.75em;
}
@media screen and (max-width: 959px) {
  #service_summary {
    margin-top: calc(var(--paddingSection) * 0.25);
  }
  #service_summary .list > * {
    width: 100%;
  }
  #service_summary .list .row_head .title {
    font-size: 1rem;
  }
}

#service_feature {
  counter-reset: feature;
}
#service_feature .list > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
#service_feature .list .title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#service_feature .list .title::before {
  counter-increment: feature;
  content: counter(feature) ".";
}
#service_feature .list .text {
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  #service_feature .list .title {
    font-size: 1.125rem;
  }
}

#service_sample {
  counter-reset: sample;
}
#service_sample .list {
  counter-reset: sample_sub;
}
#service_sample .list > *:not(:last-child)::after {
  content: "";
  width: 19.1875rem;
  height: 2.5rem;
  background: linear-gradient(0deg, #151E3F 0%, rgba(27, 36, 68, 0.9215686275) 10%, transparent 100%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: 1.5rem;
  margin-bottom: 0.25em;
}
#service_sample .list .title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
#service_sample .list .title::before {
  counter-increment: sample;
  content: counter(sample) ".";
}
#service_sample .list .title_sub {
  font-weight: 500;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
#service_sample .list .title_sub::before {
  counter-increment: sample_sub;
  content: counter(sample_sub);
  width: 1.5em;
  font-size: 1rem;
  font-weight: 700;
  aspect-ratio: 1/1;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_main);
  color: #fff;
  flex-shrink: 0;
  border-radius: 5px;
}
#service_sample .list .text {
  font-size: 0.875rem;
}
#service_sample .list .bg {
  padding: 1.75rem var(--paddingLR);
  background-color: rgba(239, 239, 239, 0.4);
  border-radius: 10px;
}
#service_sample .list .list_sub {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}
#service_sample .list .list_sub > * {
  width: calc((100% - 2.5rem) / 2);
}
@media screen and (max-width: 959px) {
  #service_sample .list > *:not(:last-child)::after {
    width: 10rem;
    height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1em;
  }
  #service_sample .list .title {
    font-size: 1.25rem;
  }
  #service_sample .list .title_sub {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  #service_sample .list .bg {
    padding: 1.5rem var(--paddingLR);
  }
  #service_sample .list .list_sub {
    gap: 1.5em;
  }
  #service_sample .list .list_sub > * {
    width: 100%;
  }
}

#service_relation {
  background-color: #EFEFEF;
}
#service_relation .layout_post_foot {
  margin-top: var(--paddingSection);
}
@media screen and (max-width: 959px) {
  #service_relation .layout_post_foot {
    margin-top: calc(var(--paddingSection) / 2);
  }
}

/*=== 投稿ページタイトル ===*/
#news:has(#news_single) #mv .title_main,
#casestudy:has(#casestudy_single) #mv .title_main,
#column:has(#column_single) #mv .title_main {
  font-size: 2.25rem;
  font-weight: 500;
}
#news:has(#news_single) #body_child > .margin_section:first-child,
#casestudy:has(#casestudy_single) #body_child > .margin_section:first-child,
#column:has(#column_single) #body_child > .margin_section:first-child {
  margin-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  #news:has(#news_single) #mv .title_main,
#casestudy:has(#casestudy_single) #mv .title_main,
#column:has(#column_single) #mv .title_main {
    font-size: 1.428572rem;
  }
}

.layout_share {
  border-top: 1px solid rgba(56, 82, 174, 0.2);
  padding-top: 2.5rem;
  margin-top: 5rem;
}
.layout_share .title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}
.layout_share .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.layout_share .list > * {
  width: 3.125rem;
  aspect-ratio: 1/1;
}
.layout_share .list a {
  display: block;
  width: 100%;
  height: 100%;
}
.layout_share .list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout_share .list .x {
  padding: 0.125rem;
}
@media screen and (max-width: 959px) {
  .layout_share .list > * {
    width: 2.5rem;
  }
}

.layout_post_foot .contact_area {
  padding-top: 4rem;
}
.layout_post_foot .contact_area .title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25em;
}
.layout_post_foot .contact_area .btn {
  margin-top: 2rem;
  aspect-ratio: 1000/177;
  margin-left: auto;
  font-size: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color_main);
  border-radius: 10px;
  padding: 0.5em 3em;
  position: relative;
}
.layout_post_foot .contact_area .btn .icon_contact {
  position: relative;
  padding: 0 3em;
  z-index: 1;
}
.layout_post_foot .contact_area .btn .icon_contact::before, .layout_post_foot .contact_area .btn .icon_contact::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_contact.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  z-index: 1;
}
.layout_post_foot .contact_area .btn .icon_contact::before {
  z-index: 1;
}
.layout_post_foot .contact_area .btn .icon_contact::after {
  background-image: url("../img/common/icon_contact-white.svg");
  z-index: -1;
}
.layout_post_foot .contact_area .btn [data-en] {
  text-align: center;
}
.layout_post_foot .contact_area .btn [data-en]::after {
  content: attr(data-en);
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Montserrat";
  display: block;
}
@media screen and (min-width: 960px) {
  .layout_post_foot .contact_area .btn {
    transition: background-color 0.5s, color 0.5s;
  }
  .layout_post_foot .contact_area .btn .icon_contact::before {
    transition: opacity 0.5s;
  }
  .layout_post_foot .contact_area .btn:hover {
    opacity: 1;
    background-color: var(--color_main);
    color: #fff;
    background: center bottom/100% url("../img/common/border-grad.svg") no-repeat var(--color_main);
  }
  .layout_post_foot .contact_area .btn:hover .icon_contact::before {
    opacity: 0;
  }
}
@media screen and (max-width: 959px) {
  .layout_post_foot .contact_area {
    padding-top: 2.5rem;
  }
  .layout_post_foot .contact_area .btn {
    font-size: 1.125rem;
    padding: 0.5em 0;
  }
  .layout_post_foot .contact_area .btn .icon_contact::before, .layout_post_foot .contact_area .btn .icon_contact::after {
    width: 1.25em;
  }
}

/*=== news ===*/
#news_single .row_category {
  border-bottom: 1px solid rgba(56, 82, 174, 0.2);
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}
#news_single .time_area {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
#news_single .category_area {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
#news_single .category {
  background-color: var(--color_main);
  color: #fff;
  border-radius: 5px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.75em 1em;
}

/*=== casestudy ===*/
#casestudy_search .layout_search {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
#casestudy_search .layout_search .row_head {
  background-color: #F9F9F9;
  padding: 2rem var(--paddingLR);
}
#casestudy_search .layout_search .row_head .list {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#casestudy_search .layout_search .row_head .list > * {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 1em 0;
}
#casestudy_search .layout_search .row_head .list > *:not(:last-child) {
  border-right: 1px solid rgba(28, 28, 75, 0.1);
}
#casestudy_search .layout_search .row_head .list .small {
  font-weight: 500;
}
#casestudy_search .layout_search .row_head .list .number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 2.1875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25em;
  margin-top: -0.125em;
}
#casestudy_search .layout_search .row_head .list .number .unit {
  font-size: 0.71428em;
  font-weight: 700;
  margin-left: -0.125em;
  margin-top: auto;
}
#casestudy_search .layout_search .row_head .list .cross {
  font-size: 0.45em;
  width: 1.25em;
  aspect-ratio: 1/1;
  position: relative;
}
#casestudy_search .layout_search .row_head .list .cross::before, #casestudy_search .layout_search .row_head .list .cross::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--color_main);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 0%;
}
#casestudy_search .layout_search .row_head .list .cross::after {
  transform: rotate(90deg);
}
#casestudy_search .layout_search .row_body {
  padding: 2.5rem;
}
#casestudy_search .layout_search .list_category > *.etc {
  background-color: transparent;
}
#casestudy_search .layout_narrow {
  border-top: 1px solid rgba(56, 82, 174, 0.2);
  padding-top: 1.25rem;
}
#casestudy_search .layout_narrow .layout_category_search {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#casestudy_search .layout_narrow .list_category {
  font-size: 0.875rem;
}
#casestudy_search .layout_narrow .list_category > * {
  min-width: 11.875rem;
  padding: 0;
  background-color: transparent;
}
#casestudy_search .layout_narrow .list_category > * a {
  background-color: #EFEFEF;
  padding: 1em 2em;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
#casestudy_search .layout_narrow .list_category > * a::after {
  content: "";
  width: 0.625em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_list_category.svg") no-repeat;
  display: block;
}
#casestudy_search .layout_narrow .list_category > *.active a {
  background-color: var(--color_main);
  color: #fff;
}
#casestudy_search .layout_narrow .list_category > *.active a::after {
  background: center/contain url("../img/common/icon_list_category-active.svg") no-repeat;
}
@media screen and (max-width: 959px) {
  #casestudy_search .layout_search .row_head {
    padding: 0.5rem;
  }
  #casestudy_search .layout_search .row_head .list > * {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    flex-direction: column;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    gap: 0.25em;
  }
  #casestudy_search .layout_search .row_head .list .number {
    font-size: 1.25rem;
  }
  #casestudy_search .layout_search .row_head .list .small {
    font-size: 0.75rem;
  }
  #casestudy_search .layout_search .row_head .list .cross::before, #casestudy_search .layout_search .row_head .list .cross::after {
    height: 2px;
  }
  #casestudy_search .layout_search .row_body {
    padding: var(--paddingLR);
  }
  #casestudy_search .layout_narrow .list_category {
    justify-content: center;
  }
  #casestudy_search .layout_narrow .list_category > * {
    min-width: 8rem;
  }
  #casestudy_search .layout_narrow .list_category > * a {
    padding-left: 1.5em;
    padding-right: 0.5em;
  }
}

#casestudy_recomend .layout_item_01 .logo_area {
  justify-content: flex-start;
}

.layout_category_search {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 1.5rem 1.875rem;
}
.layout_category_search .title_area {
  border-right: 1px solid rgba(28, 28, 75, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 4rem;
}
.layout_category_search .title_category {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .layout_category_search {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .layout_category_search .title_area {
    margin-bottom: 1rem;
    border-left: none;
    border-bottom: 1px solid rgba(28, 28, 75, 0.1);
    padding-bottom: 0.5em;
  }
  .layout_category_search .label_area + .title_area {
    margin-top: 2.5rem;
  }
}

#casestudy_single .row_category {
  border-bottom: 1px solid rgba(56, 82, 174, 0.2);
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
#casestudy_single .company {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
#casestudy_single .logo_area {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5rem;
}
#casestudy_single .logo {
  padding: 0.5rem;
}
#casestudy_single .logo img {
  width: 100%;
  height: 100%;
  max-width: 12.5rem;
  max-height: 3.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#casestudy_single .thumb_area img {
  margin-left: auto;
  margin-right: auto;
}
#casestudy_single .wp_post {
  margin-top: 2.5rem;
}

/*=== column ===*/
#column_single .row_category {
  border-bottom: 1px solid rgba(56, 82, 174, 0.2);
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
}
#column_single .row_category .time_area {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
#column_single .row_category .category_area {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
#column_single .row_category .category {
  background-color: var(--color_main);
  color: #fff;
  border-radius: 5px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.75em 1em;
}
#column_single .wp_post {
  margin-top: 2.5rem;
}
#column_single .layout_share {
  padding-top: 0;
  border-top: none;
}

.layout_relation_column {
  margin-top: 5rem;
  border-top: 1px solid rgba(56, 82, 174, 0.2);
  padding-top: 1.5rem;
  border-bottom: 1px solid rgba(56, 82, 174, 0.2);
  padding-bottom: 2.5rem;
}
.layout_relation_column .title_relation {
  font-size: 1.5625rem;
  font-weight: 500;
}
.layout_relation_column .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22.5rem, 1fr));
  gap: 3.75rem;
  margin-top: 2.5rem;
}
.layout_relation_column .row_time {
  border-top: 1px solid rgba(112, 112, 112, 0.12);
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  gap: 1rem;
}
.layout_relation_column .row_title {
  margin-bottom: 1.5rem;
}
.layout_relation_column .title {
  font-size: 1.125rem;
  font-weight: 500;
}
.layout_relation_column .row_text {
  margin-bottom: 1.5rem;
}
.layout_relation_column .row_text .text {
  font-size: 0.875rem;
}
.layout_relation_column .row_time {
  border-top: 1px solid rgba(112, 112, 112, 0.12);
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  gap: 1rem;
}
.layout_relation_column .list_category > * {
  background-color: #EBEBEB;
}
.layout_relation_column .list_category + .list_tags {
  margin-top: 0.5rem;
}
.layout_relation_column .category_area {
  font-size: 0.8125rem;
  flex: 1;
}
.layout_relation_column .time {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  flex-shrink: 0;
}
.layout_relation_column a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .layout_relation_column .title_relation {
    font-size: 1.25rem;
  }
  .layout_relation_column .title {
    font-size: 1rem;
  }
}

/*=== contact ===*/
.layout_form {
  margin-top: var(--paddingSection);
}
.layout_form .list > * {
  border-top: 1px solid #DDDBDB;
  border-bottom: 1px solid #DDDBDB;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.layout_form .row_input {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 0.5rem 2.5rem;
}
.layout_form .label {
  width: 20%;
  font-weight: 500;
}
.layout_form .input {
  flex: 1;
}
.layout_form input[type=text],
.layout_form input[type=email],
.layout_form input[type=tel],
.layout_form textarea {
  accent-color: var(--color_main);
  background-color: #F7F5F5;
  border: none;
  padding: 0.75em 1em;
  font: inherit;
  width: 100%;
}
.layout_form input[type=text]::-moz-placeholder, .layout_form input[type=email]::-moz-placeholder, .layout_form input[type=tel]::-moz-placeholder, .layout_form textarea::-moz-placeholder {
  color: #D3D3D3;
}
.layout_form input[type=text]::placeholder,
.layout_form input[type=email]::placeholder,
.layout_form input[type=tel]::placeholder,
.layout_form textarea::placeholder {
  color: #D3D3D3;
}
.layout_form input[type=text]:focus,
.layout_form input[type=email]:focus,
.layout_form input[type=tel]:focus,
.layout_form textarea:focus {
  border-color: var(--color_main);
}
.layout_form input[type=radio],
.layout_form input[type=checkbox] {
  accent-color: var(--color_main);
}
.layout_form .required::after {
  content: "＊";
  color: #FF0000;
  font-size: 0.5em;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 0.25em;
}
.layout_form .text_privacy {
  text-align: center;
  margin-top: 2.5rem;
}
.layout_form .text_privacy a {
  font-weight: 500;
}
.layout_form [target=_blank]::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_blank.svg") no-repeat;
  padding-right: 1.5em;
}
@media screen and (max-width: 959px) {
  .layout_form .row_input {
    flex-direction: column;
  }
  .layout_form .label {
    width: 100%;
  }
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
}

/*=== policy ===*/
.layout_policy .row_intro .text {
  font-size: 1.125rem;
}
.layout_policy .row_signature {
  margin-top: 2.5rem;
  text-align: right;
  font-size: 1.125rem;
}
.layout_policy .list .title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.layout_policy .list > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
.layout_policy .layout_address {
  background-color: #F7F7F7;
  padding: 2.5rem var(--paddingLR);
  border-radius: 10px;
  text-align: center;
}
.layout_policy .layout_address .title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .layout_policy .row_intro .text {
    font-size: 1rem;
  }
  .layout_policy .row_signature {
    font-size: 1rem;
  }
  .layout_policy .list .title {
    font-size: 1.125rem;
  }
}