@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300..600&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
@font-face {
  font-family: 'FontopoNIHONGO';
  src: url('../font/FontopoNIHONGO.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: 'FontopoNIHONGO', sans-serif;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: 0;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.subpage {
  background-color: #F3F4F7;
}

.section {
  margin-top: 160px;
}
.section.pagettl {
  margin-top: 22vh;
}
.section:nth-child(2) {
  margin-top: 80px;
}

.subpage .main {
  opacity: 0;
}

.wrap {
  max-width: 1168px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.wrap_m {
  max-width: 1008px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.wrap_s {
  max-width: 848px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.display_pcSmall {
  display: none;
}
.display_sp {
  display: none !important;
}

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

.pagettl {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.pagettl_txtarea {
  width: 940px;
}
.pagettl_txtareaTxt {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
}
.pagettl_txtareaTxt > div {
  display: inline-block;
}
.pagettl_txtareaSub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
}
.pagettl_scroll {
  position: relative;
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.pagettl_scrollTxt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  animation: scrolldown 10s linear infinite;
}
.pagettl_scrollArrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.pagettl.pagettl_s .cat {
  margin-bottom: 16px;
}
.pagettl.pagettl_s .pagettl_txtareaTxt {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.4;
}

.breadcrumb {
  margin-top: 64px;
}
.breadcrumb_item {
  display: inline;
  font-size: 14px;
  line-height: 1.6;
}
.breadcrumb_itemLink {
  text-decoration: underline;
}
.breadcrumb_itemLink:after {
  content: "/";
  display: inline-block;
  margin: 0 4px 0 8px;
}

@keyframes scrolldown {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hd2_txt {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.4;
}
.hd2_txt.txt_jp {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 62px;
  font-weight: 700;
}
.hd2_sub {
    font-family: 'FontopoNIHONGO', sans-serif;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.hd3 {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
}
.hd3.txt_jp {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 48px;
  font-weight: 700;
}
.hd4 {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.hd5 {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.hd_l {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.hd_l.txt_jp {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-weight: 700;
}
.hd_m {
    font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.hd_s {
  font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.txt {
  font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 21px;
  line-height: 1.6;
}
.txt_m {
  font-family: 'FontopoNIHONGO', sans-serif;
  font-size: 14px;
  line-height: 2;
}
.txt_s {
  font-size: 12px;
  line-height: 2;
}
.txt_jp {
  font-family: 'FontopoNIHONGO', sans-serif;
}
.txt_bold {
  font-weight: 700;
}
.txt_center {
  text-align: center;
}
.txt_list {
  position: relative;
  padding-left: 1.25em;
}
.txt_list::before {
  content: "";
  position: absolute;
  top: 0.875em;
  left: 0.5em;
  height: 0.25em;
  width: 0.25em;
  background: #333;
  border-radius: 100%;
}
.txt_grad {
  display: inline-block;
  background-image: linear-gradient(90deg, #0064b4, #ff5789);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt_lhl {
  line-height: 1.4;
}
.txt_link {
  color: #5167B9;
  text-decoration: underline;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .txt_link:hover {
    text-decoration: none;
  }
}

.br_pc {
  display: block;
}
.br_tab {
  display: block;
}
.br_sp {
  display: none;
}

.btn {
  display: block;
  width: 200px;
  border-radius: 9999px;
  text-align: center;
}
.btn_txt {
  position: relative;
  display: inline-block;
  padding: 13px 12px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  z-index: 2;
}
.btn_home {
  background: rgba(0, 0, 0, 0.3019607843);
  border: solid 1px #FFF;
}
.btn_header {
  background: rgba(0, 0, 0, 0.3019607843);
  border: solid 1px #FFF;
  width: 155px;
}
.subpage .btn_contact {
  background-image: linear-gradient(90deg, #3b9bf4, #7fe4b3);
  border: none;
}
.subpage .btn_dl {
  background-image: linear-gradient(90deg, #ff6161, #ff9417);
  border: none;
}
.btn_contact, .btn_dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_contact .btn_txt, .btn_dl .btn_txt {
  position: relative;
  padding: 0.7em 0;
}
.btn_primary {
  background: #5167B9;
}
.btn_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_icon .btn_txt {
  position: relative;
  margin-right: 2em;
}
.btn_icon .btn_txt::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  right: -0.7em;
  background: url(../img/common/cmn_icon_external-link.svg) center/cover no-repeat;
}
.btn_secondary {
  background: rgba(81, 103, 185, 0.2);
  border: solid 1px #5167B9;
}
.btn_secondary .btn_txt {
  color: #5167B9;
  transition: all 0.3s ease;
}
.btn:disabled {
  background: #CFD2DC;
}
@media (hover: hover) {
  .btn_primary, .btn_secondary {
    position: relative;
    overflow: hidden;
  }
  .btn_primary:after, .btn_secondary:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.6s transform cubic-bezier(0, 0.01, 0, 1), visibility 0s 0.4s;
    border-radius: 50px;
    z-index: 1;
  }
  .btn_primary:hover::after, .btn_secondary:hover::after {
    width: 100%;
    visibility: visible;
    transform: scaleX(1);
    transform-origin: left;
    transition: 0.4s transform cubic-bezier(0, 0.01, 0, 1);
  }
  .btn_primary:after {
    background: linear-gradient(90deg, #8dc7e6, #ff89ad);
  }
  .btn_secondary:after {
    background: #5167B9;
    opacity: 0.65;
  }
  .btn_secondary:hover .btn_txt {
    color: #FFF;
  }
  .btn:disabled:after {
    display: none;
  }
}

.tab {
  display: flex;
  position: relative;
  background-color: #FFF;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 48px;
  z-index: 1;
}
.tab_btn {
  position: relative;
  flex: 1;
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 4px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 50px;
}
@media (hover: hover) {
  .tab_btn:hover {
    color: #5167B9;
    font-weight: 700;
    background-color: rgba(81, 103, 185, 0.2);
  }
}
.tab_btn.active {
  color: #FFF;
  font-weight: 700;
  background-color: #5167B9;
}
#js_tab .tab_btn.active::after {
  content: "";
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #FFF transparent;
}
.tabContent {
  position: relative;
  transition: height 0.5s ease;
}
.tabContent_item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tabContent_item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

#js_tabWorks .tab_btnBg::after {
  display: none;
}

.table_row {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #D9D9D9;
}
.table_rowLabel {
  width: 5em;
  flex-shrink: 0;
  font-weight: 400;
  color: #6E6E6E;
}
.table_rowValue {
  margin-left: 136px;
}

.form_item {
  margin-top: 40px;
}
.form_itemLabel {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.form_itemLabelRequired {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #FF427A;
  border-radius: 1em;
  border: solid 1px #FF427A;
  padding: 4px 10px;
}
.form_itemExample {
  font-size: 14px;
  line-height: 2;
  color: #6E6E6E;
  margin-top: 4px;
}
.form_item.select {
  position: relative;
}
.form_item.select::before, .form_item.select::after {
  content: "";
  position: absolute;
  top: 68px;
  right: 20px;
  width: 0.5em;
  height: 1px;
  border-radius: 1em;
  background: #333;
  transform-origin: calc(100% - 0.5px) 50%;
  z-index: 1;
}
.form_item.select::before {
  transform: rotate(45deg);
}
.form_item.select::after {
  transform: rotate(135deg);
}
.form_desc {
  margin-top: 64px;
  text-align: center;
}
.form_desc > span {
  margin-right: 0.3em;
}
.form_privacy {
  margin-top: 40px;
  text-align: center;
}
.form_consent {
  display: flex;
  align-items: center;
  width: calc(11em + 32px);
  margin: 32px auto auto;
  cursor: pointer;
}
.form_consentTxt {
  margin-left: 8px;
  font-weight: 700;
}
.form_select {
  cursor: pointer;
}
.form_textarea {
  resize: vertical;
  height: 10em;
}
.form_text, .form_select, .form_textarea {
  font-size: 16px;
  line-height: 2;
  background: #F3F4F7;
  border-radius: 4px;
  width: 100%;
  padding: 8px 16px;
  margin-top: 8px;
}
.form_text:focus, .form_select:focus, .form_textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #5167B9;
  border-radius: 4px;
}
.form_checkbox {
  position: relative;
  height: 24px;
  width: 24px;
  background: #FFF;
  border: solid 1px #D9D9D9;
  border-radius: 4px;
}
.form_checkbox:checked {
  background: #5167B9;
  border: none;
}
.form_checkbox::before, .form_checkbox::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 13px;
  width: 1em;
  height: 2px;
  border-radius: 1em;
  background: #FFF;
  transform-origin: calc(100% - 1px) 50%;
}
.form_checkbox::before {
  width: 0.5em;
  transform: rotate(45deg);
}
.form_checkbox::after {
  transform: rotate(135deg);
}
.form_text.error, .form_select.error, .form_textarea.error {
  border-radius: 4px;
  box-shadow: 0 0 0 1px #FF427A;
}
.form_text.error:focus, .form_select.error:focus, .form_textarea.error:focus {
  box-shadow: 0 0 0 2px #FF427A;
}
.form_submit {
  margin: 32px auto auto;
}
.form_error {
  font-size: 14px;
  line-height: 2;
  color: #FF427A;
  position: relative;
  display: block;
  margin-top: 4px;
  padding-left: 20px;
}
.form_error::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 6px;
  left: 0;
  background: url(../img/common/form_icon_error.svg) center/cover no-repeat;
}

.form_flow {
  display: flex;
  justify-content: space-between;
  padding-top: 44px;
  max-width: 688px;
  margin: auto;
  position: relative;
}
.form_flow::before {
  content: "";
  position: absolute;
  width: calc(100% - 120px);
  top: 34px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
}
.form_flowItem {
  position: relative;
  text-align: center;
  width: 7em;
}
.form_flowItem::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E6E9F2;
}
.form_flowItemTxt {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  color: #333;
  margin-top: 40px;
}
.form_flowItem::after {
  content: "";
  position: absolute;
  top: -44px;
  left: 10px;
  height: 70px;
  width: 95px;
}
.form_flowInput .form_flowItem:nth-child(1)::after {
  background: url(../img/common/form_illust_rocket.png) center/contain no-repeat;
}
.form_flowConfirm .form_flowItem:nth-child(1)::before {
  background: #5167B9;
}
.form_flowConfirm .form_flowItem:nth-child(2)::after {
  background: url(../img/common/form_illust_rocket.png) center/contain no-repeat;
}
.form_flowComplete .form_flowItem:nth-child(1)::before {
  background: #5167B9;
}
.form_flowComplete .form_flowItem:nth-child(2)::before {
  background: #5167B9;
}
.form_flowComplete .form_flowItem:nth-child(3)::after {
  background: url(../img/common/form_illust_rocket.png) center/contain no-repeat;
}
.form_flowInput::before {
  background-image: linear-gradient(90deg, rgb(230, 233, 242) 50%, rgb(230, 233, 242) 50%);
}
.form_flowConfirm::before {
  background-image: linear-gradient(90deg, rgb(81, 103, 185) 50%, rgb(230, 233, 242) 50%);
}
.form_flowComplete::before {
  background-image: linear-gradient(90deg, rgb(81, 103, 185) 50%, rgb(81, 103, 185) 50%);
}

.acc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.acc_hd {
  width: calc(100% - 40px);
}
.acc_plus {
  position: relative;
  width: 24px;
}
.acc_plus::before, .acc_plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background-image: linear-gradient(90deg, #0064b4, #ff5789);
  transition: all 0.3s ease;
}
.acc_plus::after {
  transform: rotate(90deg);
}
.acc.active .acc_plus::after {
  opacity: 0;
}
.accContent {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
  margin-top: 0;
  transition: all 0.3s ease;
}
.accContent.active {
  grid-template-rows: 1fr;
}
.accContent_hide {
  overflow: hidden;
}

.box {
  padding: 32px 40px;
  border-radius: 16px;
  background: #FFF;
}

.tag {
  margin-bottom: -8px;
  font-size: 0;
}


.cardWorks {
  position: relative;
  margin: 40px auto 0;
  overflow: hidden;
}
.cardWorks_itemLink {
  display: block;
  position: relative;
}
.cardWorks_itemLinkCover {
  overflow: hidden;
  border-radius: 16px;
}
.cardWorks_itemLinkCoverImg {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.25);
}
.cardWorks_itemLink .cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
.cardWorks_itemLinkTtl {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 16px;
}
.cardWorks_itemLink .tag {
  margin-top: 8px;
}
.cardWorks_cursor {
  position: fixed;
  top: 0;
  left: -24px;
  z-index: 9999;
}
.cardWorks_cursorBox {
  position: absolute;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  border: solid 1px #FFF;
  background-color: rgba(0, 0, 0, 0.3019607843);
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  scale: 0;
}
.cardWorks_cursorBoxTxt {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}

.cardBlog {
  position: relative;
  margin-top: 40px;
}
.cardBlog_btn {
  position: relative;
  right: 24px;
}
.cardBlog_btnItem {
  position: relative;
  display: block;
  top: -100px;
  right: 0;
  height: 0px;
  margin: auto;
  width: 2.8em;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #333;
  transition: all 0.3s ease;
}
.cardBlog_btnItem::after {
  display: none;
}
.cardBlog_btnNext {
  margin-right: 1.5em;
}
.cardBlog_btnNext::before {
  content: "";
  position: absolute;
  height: 0.6em;
  width: 1.5em;
  top: 0.2em;
  right: -1.5em;
  background: url(../img/common/card-slide_icon_arrow.svg) right/contain no-repeat;
}
.cardBlog_btnPrev {
  margin-right: 7em;
}
.cardBlog_btnPrev::before {
  content: "";
  position: absolute;
  height: 0.6em;
  width: 1.5em;
  top: 0.2em;
  left: -1.5em;
  background: url(../img/common/card-slide_icon_arrow.svg) right/contain no-repeat;
  transform: rotate(180deg);
}
.cardBlog_hide {
  overflow: hidden;
}
.cardBlog_item {
  width: 320px;
  border-radius: 16px;
  background: #FFF;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .cardBlog_item:hover .cardBlog_itemLinkBoxTtl {
    text-decoration: underline;
  }
}
.cardBlog_itemLink {
  position: relative;
  display: block;
  z-index: 1;
}
.cardBlog_itemLinkImg {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center;
}
.cardBlog_itemLinkBox {
  position: relative;
  padding: 24px;
}
.cardBlog_itemLinkBoxTtl {
  height: 3.2em;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.cardBlog_itemLinkBoxDate {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-top: 24px;
}
.cardBlog_cursor {
  position: relative;
  left: -1.5em;
  top: -1em;
}
.cardBlog_cursorBox {
  position: absolute;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  border: solid 1px #FFF;
  background-color: rgba(0, 0, 0, 0.3019607843);
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardBlog_cursorBoxTxt {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}

.contactBtn {
  position: relative;
  background: #FFF;
  height: 300px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .contactBtn:hover .contactBtn_boxHdTxt {
    top: -1em;
  }
}
.contactBtn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  background-image: linear-gradient(90deg, #3b9bf4, #7fe4b3);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  z-index: -1;
  border-radius: 42px;
  display: block;
}
.contactBtn_box {
  width: 100%;
  color: #FFF;
  z-index: 1;
}
.contactBtn_boxTxt {
  text-align: center;
  width: 100%;
}
.contactBtn_boxHd {
  overflow: hidden;
  height: 4em;
  margin-top: 24px;
}
.contactBtn_boxHdTxt {
  position: relative;
  font-size: 60px;
  top: 0;
  width: 7em;
  left: -0.5em;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
}
.contactBtn_boxHdTxt::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/common/contact_icon_arrow.svg) center/cover no-repeat;
  height: 0.8em;
  width: 0.8em;
}
.contactBtn canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}

@media screen and (max-width: 1200px) {
  .br_tab {
    display: none;
  }
  .section.pagettl {
    margin-top: 200px;
  }
  .display_pcSmall {
    display: block;
  }
  .display_pc {
    display: none !important;
  }
  .pagettl {
    flex-wrap: wrap;
    justify-content: end;
  }
  .pagettl_txtarea {
    width: 100%;
  }
  .pagettl_scroll {
    margin-top: 24px;
    right: 4px;
  }
  .btn_contact, .btn_dl {
    width: 100%;
  }
  .btn_contact .btn_txt, .btn_dl .btn_txt {
    padding: 2dvh 0;
    font-size: 2dvh;
  }
  .btn_home.btn_icon .btn_txt {
    padding: 19px 12px 18px;
  }
  .subpage .btn_contact, .subpage .btn_dl {
    background: rgba(0, 0, 0, 0.3019607843);
    border: solid 1px #FFF;
  }
  .cardWorks_item {
    width: 320px;
  }
  .cardWorks_itemLinkCoverImg {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .pagettl_txtareaTxt {
    font-size: 56px;
    line-height: 1.2;
  }
  .pagettl_scroll {
    width: 100px;
    height: 100px;
  }
  .pagettl.pagettl_s .pagettl_txtareaTxt {
    font-size: 40px;
  }
  .pagettl.pagettl_s .pagettl_txtareaSub {
    font-size: 16px;
  }
  .hd2_txt {
    font-size: 48px;
  }
  .hd2_txt.txt_jp {
    font-size: 46px;
  }
  .hd2_sub {
    font-size: 14px;
    line-height: 2;
  }
  .hd3 {
    font-size: 42px;
  }
  .hd3.txt_jp {
    font-size: 40px;
  }
  .hd4 {
    font-size: 32px;
  }
  .hd5 {
    font-size: 24px;
  }
  #js_tab .wrap_m {
    width: auto;
    padding: 0;
  }
  #js_tab .tab {
    background: transparent;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 0;
    margin-bottom: 24px;
    padding: 0 24px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #js_tab .tab::-webkit-scrollbar {
    display: none;
  }
  #js_tab .tab_btn {
    flex: 0 0 auto;
    background: #FFF;
    color: #6E6E6E;
    font-weight: 700;
    border: solid 1px #D9D9D9;
    border-radius: 9999px;
    padding: 4px 24px;
    margin-left: 16px;
  }
  #js_tab .tab_btn:first-child {
    margin-left: 0;
  }
  #js_tab .tab_btn.active {
    color: #FFF;
    font-weight: 700;
    background: #5167B9;
  }
  #js_tab .tabContent_item::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #FFF transparent;
  }
  .tab_btn.active::after {
    display: none;
  }
  .btn {
    width: 100%;
  }
  .btn_contact .btn_txt, .btn_dl .btn_txt {
    padding: 16px 0;
  }
  .btn_home.btn_icon .btn_txt {
    padding: 19px 12px 18px;
  }
  .subpage .btn_contact, .subpage .btn_dl {
    background: rgba(0, 0, 0, 0.3019607843);
    border: solid 1px #FFF;
  }
  .cardWorks_item {
    width: 320px;
  }
  .cardBlog_btn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .section {
    margin-top: 80px;
  }
  .section.pagettl {
    margin-top: 112px;
  }
  .wrap {
    width: 100%;
  }
  .wrap_m {
    width: 100%;
  }
  .wrap_s {
    width: 100%;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .table_rowValue {
    margin-left: 32px;
  }
  .form_flow {
    padding: 44px 8% 0;
  }
  .form_flow :first-child {
    text-align: left;
  }
  .form_flow :last-child {
    text-align: right;
  }
  .form_flow::before {
    width: calc(100% - 80px);
  }
  .form_flowItem {
    width: auto;
  }
  .form_flowItem::after {
    left: -24px;
    top: -36px;
    width: 76px;
    height: 56px;
  }
  .form_desc {
    text-align: start;
  }
  .form_privacy {
    text-align: start;
  }
  .box {
    padding: 24px 16px;
  }
  .cardWorks_item {
    width: 90%;
  }
  .cardWorks_itemLinkCoverImg {
    height: 95vw;
  }
  .cardBlog_item {
    width: 90%;
  }
  .display_sp {
    display: block !important;
  }
  .contactBtn {
    height: 100vw;
    border-radius: 16px;
  }
  .contactBtn::after {
    border-radius: 18px;
  }
  .contactBtn_boxTxt {
    font-size: 14px;
  }
  .contactBtn_boxHd {
    height: 3em;
    margin-top: 3vw;
  }
  .contactBtn_boxHdTxt {
    font-size: calc(60px - 4vw);
    left: -0.7em;
  }
  .contactBtn_boxHdTxt::after {
    right: 0;
  }
  .contactBtn canvas {
    border-radius: 16px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 9999;
}
.headerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin: 5vh auto auto;
}
.header_logo {
  position: relative;
  z-index: 1;
}
.header_logo svg {
  width: auto;
  height: 32px;
}
.header_logoPath {
  fill: #505050;
  transition: all 0.3s ease;
}
.header_logoPath.active {
  fill: #fff;
}
.header_nav {
  display: flex;
  align-items: center;
}
.header_navList {
  display: flex;
  align-items: center;
}
.header_navListItem {
  position: relative;
  margin-right: 24px;
}
@media (hover: hover) {
  .header_navListItem:hover .header_navLinkTxt {
    transform: translate(0px, -1.2em);
  }
}
.header_navList-cv {
  display: flex;
  justify-content: space-between;
}
.header_navList-cv .header_navListItem {
  overflow: visible;
  height: 38px;
}
.header_navList-cv .header_navListItem:last-child {
  margin: auto;
}
.header_navLink {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  display: block;
  height: 1em;
}
.header_navLinkTxt {
  transform: translate(0px);
  transition: all 0.3s ease;
}
.header_navLinkArrow {
  position: relative;
  margin-right: 20px;
  color: #FFF;
}
.header_navLinkArrow::before, .header_navLinkArrow::after {
  content: "";
  position: absolute;
  width: 0.11em;
  height: 0.55em;
  border-radius: 1em;
  right: -0.6em;
  background-color: #FFF;
}
.header_navLinkArrow::before {
  top: 0.45em;
  transform: rotate(45deg);
}
.header_navLinkArrow::after {
  top: 0.1em;
  transform: rotate(-45deg);
}
.header_navExternal {
  display: flex;
  align-items: center;
}
.header_navExternal svg {
  width: auto;
  height: 0.8em;
  margin-left: 0.5em;
}
.header_service {
  z-index: 1;
}
.header_serviceSp {
  display: none;
  overflow: visible;
}
.header_serviceOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3019607843);
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}
@media (hover: hover) {
  .header_service:hover .header_serviceOverlay {
    opacity: 1;
    transform: translate(0px);
  }
}

.footer {
  width: 100%;
  padding-top: 40px;
  border-radius: 80px 80px 0 0;
  background-image: linear-gradient(0deg, rgb(29, 31, 39), rgb(41, 43, 51));
  margin-top: 160px;
  overflow: hidden;
}
.footerWrap {
  width: calc(100% - 80px);
  margin: auto;
}
.footer_cv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_cvBtn {
  width: calc(50% - 20px);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.footer_cvBtnLink {
  display: block;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.footer_cvContact {
  background-image: linear-gradient(90deg, #3b9bf4, #7fe4b3);
  position: relative;
}
.footer_cvContact::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 38px;
  background-image: linear-gradient(90deg, rgb(25, 34, 43), rgb(31, 41, 37));
  z-index: 1;
}
.footer_cvContact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  background: url(../img/common/cmn_icon_contact.svg) 32px/cover no-repeat;
  z-index: 1;
  opacity: 0.1;
}
.footer_cvDl {
  background-image: linear-gradient(90deg, #ff6161, #ff9417);
}
.footer_cvDl::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 38px;
  background-image: linear-gradient(90deg, rgb(44, 28, 28), rgb(44, 34, 21));
  z-index: 1;
}
.footer_cvDl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  background: url(../img/common/cmn_icon_dl.svg) 32px/cover no-repeat;
  z-index: 1;
  opacity: 0.1;
}
.footer_cvHd {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
}
.footer_cvSub {
  font-size: 16px;
  line-height: 2;
  color: #FFF;
  margin-top: 8px;
}
.footer_cvMore {
  font-size: 14px;
  line-height: 1.4;
  color: #FFF;
  position: relative;
  text-align: right;
  margin-top: 16px;
  padding-right: 16px;
}
.footer_cvMore::before, .footer_cvMore::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  background-color: #FFF;
  right: 0;
}
.footer_cvMore::before {
  transform: rotate(45deg);
  top: 8px;
}
.footer_cvMore::after {
  transform: rotate(-45deg);
  top: 3.5px;
}
.footer_cvCursor {
  position: absolute;
  top: 0;
  width: 40vw;
  height: 40vw;
  z-index: 1;
  opacity: 0.75;
}
.footer_cvContact .footer_cvCursor {
  background: url(../img/common/cum_cursor_contact.png) center/contain no-repeat;
}
.footer_cvDl .footer_cvCursor {
  background: url(../img/common/cum_cursor_dl.png) center/contain no-repeat;
}
.footer_middle {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.footer_introLogoLink {
  display: block;
}
.footer_introLogo svg {
  width: 180px;
}
.footer_introLogoMsg {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #FFF;
  margin-top: 16px;
}
.footer_introSns {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
.footer_introSnsItem {
  margin-right: 24px;
}
.footer_introSnsItem:last-child {
  margin-right: 0;
}
.footer_introSnsItemLink {
  display: block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .footer_introSnsItemLink:hover {
    opacity: 0.4;
  }
}
.footer_introCopy {
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
  margin-top: 40px;
}
.footer_nav {
  display: flex;
}
.footer_navItem {
  margin-right: 48px;
}
.footer_navItem:last-child {
  margin-right: 16px;
}
.footer_navItemLink {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .footer_navItemLink:hover {
    opacity: 0.4;
  }
}
.footer_navItemLink-external {
  position: relative;
}
.footer_navItemLink-external::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
  width: 16px;
  height: 16px;
  background: url(../img/common/cmn_icon_external-link.svg) center/cover no-repeat;
}
.footer_navItemWorks {
  display: block;
  margin-top: 40px;
}
.footer_navSub {
  position: relative;
  margin: 8px 0 0 20px;
}
.footer_navSub::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 1px;
  height: calc(100% + 32px);
  background-color: #FFF;
  opacity: 0.2;
}
.footer_navSubListItem {
  margin-top: 24px;
}
.footer_navSubListItemLink {
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .footer_navSubListItemLink:hover {
    opacity: 0.4;
  }
}
.footer_navOtherItem {
  margin-top: 32px;
}
.footer_navOtherItem:first-child {
  margin-top: 0;
}
.footer_bottom {
  margin-top: 80px;
  position: relative;
  cursor: pointer;
}
.footer_bottomCursor {
  position: absolute;
  height: 120px;
  width: 120px;
  z-index: 1;
  pointer-events: none;
}
.footer_bottomCursorTxt {
  position: absolute;
  height: 120px;
  width: 120px;
  animation: pagetop 10s linear infinite;
}
.footer_bottomCursorArrow {
  position: absolute;
  height: 120px;
  width: 120px;
}
@keyframes pagetop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer_bottomMsg {
  display: flex;
  width: 100%;
}
.footer_bottomMsgTxt {
  flex: 0 0 auto;
  font-size: 10vw;
  white-space: nowrap;
  font-weight: 600;
  color: rgb(29, 31, 39);
  text-shadow: 1px 1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255);
  mask-image: linear-gradient(0deg, transparent, #000 100%, #000 100%, transparent);
  opacity: 0.3;
}
.footer_bottomMsgTxt:nth-child(odd) {
  animation: footer-msg-loop 50s -25s linear infinite;
}
.footer_bottomMsgTxt:nth-child(even) {
  animation: footer-msg-loop2 50s linear infinite;
}
@keyframes footer-msg-loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes footer-msg-loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@media screen and (min-width: 1600px) {
  .headerWrap {
    width: calc(100% - 6vw);
  }
  .footer {
    padding-top: 5vw;
  }
  .footerWrap {
    width: calc(100% - 12vw);
  }
  .footer_cvBtn {
    width: calc(50% - 1.5vw);
  }
  .footer_cvBtnLink {
    padding: 3vw 2vw;
  }
  .footer_cvMore {
    margin-top: 2vw;
  }
  .footer_introLogo svg {
    width: 10vw;
  }
  .footer_introLogoMsg {
    font-size: 0.75vw;
    margin-top: 1vw;
  }
  .footer_introSnsItem {
    margin-right: 1.6vw;
  }
  .footer_introSnsItemLink > img {
    width: 1.25vw;
    height: 1.25vw;
  }
  .footer_introCopy {
    font-size: 0.65vw;
  }
  .footer_navItem {
    margin-right: 5.5vw;
  }
  .footer_bottomCursor {
    height: 6.5vw;
    width: 6.5vw;
  }
  .footer_bottomCursorTxt {
    height: 6.5vw;
    width: 6.5vw;
  }
  .footer_bottomCursorArrow {
    height: 6.5vw;
    width: 6.5vw;
  }
}
@media screen and (max-width: 1200px) {
  body.active {
    overflow: hidden;
  }
  .header {
    min-width: 100%;
  }
  .headerWrap {
    width: calc(100% - 48px);
    margin: 32px auto;
  }
  .header_logo svg {
    height: 38px;
  }
  .header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3019607843);
    border: solid 1px #FFF;
    border-radius: 20px;
    padding: 4px;
    transition: all 0.3s ease;
    width: 140px;
  }
  .header_btnLine {
    position: relative;
    width: 24px;
    height: 14px;
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
  }
  .header_btnLineItem {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
    transition: all 0.3s ease;
  }
  .header_btnLineTop, .header_btnLineBottom {
    position: absolute;
  }
  .header_btnLineTop {
    top: 0;
  }
  .header_btnLineBottom {
    width: 30%;
    bottom: 0;
  }
  .header_btnLineMiddle {
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_btnTxt {
    color: #FFF;
    margin-left: 4px;
    transition: all 0.3s ease;
  }
  .header_btnDeco {
    margin-left: 18px;
    transition: all 0.3s ease;
  }
  .header_btnDecoImg {
    display: block;
    width: 28px;
    height: 28px;
  }
  .header_btn.active {
    height: 37.6px;
    width: 37.6px;
  }
  .header_btn.active .header_btnTxt {
    opacity: 0;
    display: none;
  }
  .header_btn.active .header_btnLineTop {
    transform: translateY(6px) rotate(45deg);
  }
  .header_btn.active .header_btnLineMiddle {
    opacity: 0;
  }
  .header_btn.active .header_btnLineBottom {
    transform: translateY(-6px) rotate(-45deg);
    width: 100%;
  }
  .header_btn.active .header_btnDeco {
    opacity: 0;
    display: none;
  }
  .header_nav {
    display: none;
    flex-wrap: wrap;
    flex-flow: column;
    position: absolute;
    width: 100%;
    padding-left: 20px;
    top: 20px;
    left: 0;
    right: 0;
    height: 100dvh;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: #000;
  }
  .header_navList {
    display: block;
    margin-top: calc(8vh + 40px);
    padding: 32px 0;
    overflow: auto;
    height: 70dvh;
    mask-image: linear-gradient(0deg, transparent, #000 5%, #000 95%, transparent);
  }
  .header_navListItem {
    position: relative;
    display: block;
    height: auto;
    margin: auto;
    width: 100%;
    margin-bottom: 3.5dvh;
    z-index: 2;
  }
  .header_navListItem:hover .header_navLinkTxt {
    transform: translate(0px);
  }
  .header_navList-cv {
    position: absolute;
    bottom: 112px;
    width: 100%;
  }
  .header_navList-cv .header_navListItem {
    height: auto;
    margin-bottom: auto;
  }
  .header_navList-cv .header_navListItem:last-child {
    margin: 0 0 0 2dvh;
  }
  .header_navLink {
    overflow: visible;
    display: inline-block;
    font-size: 4dvh;
    color: #FFF;
  }
  .header_navLinkPlus::before, .header_navLinkPlus::after {
    background: #FFF;
    transition: all 0.3s ease;
  }
  .header_navLinkPlus.active::before {
    opacity: 0;
  }
  .header_navSns {
    display: flex;
    justify-content: flex-start;
  }
  .header_navSnsItem {
    margin-right: 3dvh;
  }
  .header_navSnsItem:last-child {
    margin-right: 0;
  }
  .header_navSnsItemIconSvg {
    height: 3dvh;
  }
  .header_navExternal {
    width: 100%;
  }
  .header_navExternal svg {
    height: 0.7em;
  }
  .header_navExternal:last-child {
    display: none;
  }
  .header_navExternalPath {
    fill: #FFF;
  }
  .header_nav.active {
    display: block;
  }
  .header_nav.display {
    opacity: 1;
    top: 0;
  }
  .header_bottom {
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  .header_copyright {
    font-size: 12px;
    line-height: 1.4;
    color: #FFF;
    text-align: right;
  }
  .header:hover .header_serviceOverlay {
    opacity: 0;
  }
  .header_bg {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease-out;
  }
  .header_bg.active {
    visibility: visible;
    width: 100%;
  }
  .header_bgMask {
    clip-path: circle(0% at 96% 3%);
    background: url(../img/common/header_bg_space.jpg) center/cover no-repeat;
    width: 100vw;
    height: 100dvh;
    transition: clip-path 0.6s cubic-bezier(0.5, 0.3, 0.2, 1);
  }
  .header_bg.active .header_bgMask {
    clip-path: circle(135% at 90% 5%);
  }
  .header_bgSaturn {
    position: absolute;
    bottom: 10dvh;
    right: -25vw;
    background: url(../img/common/header_deco_saturn.png) center/contain no-repeat;
    width: 60dvh;
    height: 60dvh;
    opacity: 0;
    transition: all 0.5s ease;
    animation: saturnMove 6s ease-in-out infinite;
  }
  .header_bgSaturn.display {
    opacity: 1;
    right: -20vw;
  }
  .header_servicePc {
    display: none;
  }
  .header_serviceSp {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  @keyframes saturnMove {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(4dvh);
    }
    100% {
      transform: translateY(0);
    }
  }
  .footer_cv {
    flex-wrap: wrap;
  }
  .footer_cvBtn {
    width: 100%;
  }
  .footer_cvDl {
    margin-top: 24px;
  }
  .footer_cvCursor {
    width: 100vw;
    height: 100vw;
    top: -60vw;
    left: -50vw;
  }
  .footer_middle {
    flex-wrap: wrap;
  }
  .footer_nav {
    order: 1;
    width: 100%;
    justify-content: space-between;
  }
  .footer_navItem {
    margin-right: 16px;
  }
  .footer_intro {
    order: 2;
    width: 100%;
    margin-top: 80px;
  }
  .footer_introLogo svg {
    width: 240px;
  }
  .footer_introLogoMsg {
    font-size: 18px;
  }
  .footer_introSns {
    width: 100%;
    margin-top: 32px;
    justify-content: space-between;
  }
  .footer_introSnsItem {
    width: calc(25% - 8px);
    margin: auto;
    margin: 0;
  }
  .footer_introSnsItemLink {
    padding: 16px 0;
    display: block;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 9999px;
    text-align: center;
  }
  .footer_introSnsItemLink > img {
    width: 24px;
    height: 24px;
  }
  .footer_bottom {
    margin-top: 120px;
  }
  .footer_bottomCursor {
    position: absolute;
    height: 112px;
    width: 112px;
    z-index: 1;
    pointer-events: none;
    top: -16px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .footer_bottomCursorTxt {
    top: 0px;
    left: 0px;
  }
  .footer_bottomCursorArrow {
    top: 0px;
    left: 0px;
  }
  .footer_bottomMsgTxt {
    font-size: 20vw;
  }
  .footer_copy {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFF;
    opacity: 0.3;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .header_logo svg {
    height: 32px;
  }
  .footer_cvBtn {
    border-radius: 24px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .footer_cvBtnLink {
    padding: 32px 24px;
  }
  .footer_cvContact::before {
    border-radius: 22px;
  }
  .footer_cvContact::after {
    width: 200px;
  }
  .footer_cvDl::before {
    border-radius: 22px;
  }
  .footer_cvDl::after {
    width: 200px;
  }
  .footer_cvHd {
    font-size: 40px;
  }
  .footer_nav {
    flex-wrap: wrap;
  }
  .footer_navItem {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
  .footer_navItem:first-child {
    margin-top: 0px;
  }
  .footer_navItemLink {
    font-size: 32px;
  }
  .footer_navItemLink-external::after {
    right: -32px;
    width: 24px;
    height: 24px;
  }
  .footer_navItemWorks {
    display: inline-block;
  }
  .footer_navItemAcc {
    display: inline-block;
    width: calc(100% - 200px);
    margin-right: 160px;
  }
  .footer_navItemPlus {
    display: inline-block;
    position: relative;
    top: 4px;
    height: 32px;
    width: 32px;
  }
  .footer_navItemPlus::before, .footer_navItemPlus::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 16px;
    width: 2px;
    height: 16px;
    border-radius: 1px;
    background-color: #FFF;
    transition: all 0.3s ease;
  }
  .footer_navItemPlus::after {
    transform: rotate(90deg);
  }
  .footer_navItemPlus.active::before {
    opacity: 0;
  }
  .footer_navSub {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
    margin-top: 0;
    transition: all 0.3s ease;
  }
  .footer_navSub::after {
    top: 12px;
    height: 100%;
  }
  .footer_navSubList {
    overflow: hidden;
  }
  .footer_navSubListItem {
    transition: all 0.3s ease;
  }
  .footer_navSubListItemLink {
    padding: 4px 0;
  }
  .footer_navSub.active {
    grid-template-rows: 1fr;
    margin-top: 8px;
  }
  .footer_navOtherItem {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .headerWrap {
    margin: 16px auto;
  }
  .header_logo svg {
    height: 24px;
  }
  .header_navList {
    height: calc(100dvh - 250px);
  }
  .header_navList-cv {
    bottom: 80px;
  }
  .header_navSnsItem {
    margin-right: 24px;
  }
  .header_navSnsItemIconSvg {
    height: 24px;
  }
  .header_bottom {
    bottom: 24px;
  }
  .header_bgMask {
    clip-path: circle(0% at 90% 5%);
  }
  .header_bgSaturn {
    right: -45vw;
  }
  .header_bgSaturn.display {
    right: -35vw;
  }
  .footer {
    min-width: 100%;
    border-radius: 40px 40px 0 0;
    margin-top: 80px;
  }
  .footerWrap {
    width: calc(100% - 48px);
  }
  .footer_middle {
    flex-direction: column;
  }
  .footer_cvHd {
    font-size: 32px;
  }
  .footer_cvSub {
    font-size: 14px;
  }
  .footer_cvCursor {
    width: 100vw;
    height: 100vw;
    top: -180px;
    left: -180px;
  }
  .footer_introLogo svg {
    width: 180px;
  }
  .footer_introLogoMsg {
    font-size: 14px;
  }
  .footer_introSnsItemLink {
    padding: 12px 0;
  }
  .footer_introSnsItemLink > img {
    width: 20px;
    height: 20px;
  }
  .footer_bottomMsgTxt {
    font-size: 30vw;
  }
}
.about .main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.about .txt_hide {
  display: inline-block;
  overflow: hidden;
}
.about .philosophy_astro {
  position: absolute;
  top: -50vh;
  right: -600px;
  left: 0;
  margin: auto;
  max-width: 280px;
  min-width: 250px;
  min-height: 140px;
  width: 20vw;
  height: 20vw;
  background: url(../img/about/philosophy_deco_astro.webp) center/contain no-repeat;
  z-index: 2;
  animation: philosophy_msgBg 8s ease-in-out infinite;
  animation-delay: 2s;
}
.about .philosophy_decoFv {
  position: absolute;
  top: 0;
  right: 0;
  width: 30vw;
  max-width: 680px;
  height: 20vw;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 456 278" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M456 0V278C381.082 261.5 318.651 219 264.21 128C209.77 37 69.9233 7 0 0H456Z" fill="%23D9D9D9"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top right;
  z-index: -2;
}
.about .philosophy_decoFv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: url(../img/about/philosophy_bg_space.webp) center/cover no-repeat;
}
.about .philosophy_scroll {
  position: relative;
  z-index: 2;
}
.about .philosophy_scrollTxt {
  position: absolute;
  top: 8vw;
  left: 0;
  font-size: 10vw;
  font-weight: 600;
  line-height: 1;
  opacity: 0.3;
  z-index: 1;
  white-space: nowrap;
}
.about .philosophy_msg {
  position: relative;
  width: 100%;
  background-color: aqua;
  background: url(../img/about/philosophy_bg_space.webp) center/contain repeat-y;
}
.about .philosophy_msg::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 35.5vw;
  background: url(../img/about/philosophy_bg_top.svg) center/cover no-repeat;
  z-index: 1;
}
.about .philosophy_msg::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 18vw;
  background: url(../img/about/philosophy_bg_bottom.svg) center/cover no-repeat;
  z-index: 1;
}
.about .philosophy_msgTxtarea {
  position: relative;
  color: #FFF;
  padding-top: 30vw;
  padding-bottom: 20vw;
  z-index: 3;
}
.about .philosophy_msgTxtarea .hd2 {
  text-align: center;
}
.about .philosophy_msgTxtarea .hd2_txt {
  margin-top: 16px;
}
.about .philosophy_msgTxtarea .txt {
  margin-top: 56px;
  text-align: center;
  line-height: 2.5;
}
.about .philosophy_msgBg {
  position: absolute;
  animation: philosophy_msgBg 8s ease-in-out infinite;
}
.about .philosophy_msgBg > img {
  width: 100%;
}
.about .philosophy_msgBgComet {
  min-width: 1012px;
  max-width: 1800px;
  width: 75vw;
  top: 10vw;
  left: -20vw;
  animation-delay: 0s;
}
.about .philosophy_msgBgUfo {
  min-width: 200px;
  max-width: 300px;
  width: 13vw;
  top: 30vw;
  right: 8vw;
  z-index: 2;
  animation-delay: 4s;
}
.about .philosophy_msgBgUfo > img {
  transform: rotate(-20deg);
}
.about .philosophy_msgBgWhale {
  min-width: 422px;
  max-width: 800px;
  width: 40vw;
  bottom: 30vh;
  left: -12vw;
  animation-delay: 2s;
}
.about .philosophy_msgBgWhale > img {
  transform: rotate(20deg);
}
.about .philosophy_msgBgSaturn {
  min-width: 650px;
  max-width: 900px;
  width: 40vw;
  bottom: 10vw;
  right: -5vw;
  animation-delay: 6s;
}
.about .philosophy_msgBgSaturn > img {
  transform: rotate(-10deg);
}
.about .philosophy_pvm {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.about .philosophy_pvmItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 350px;
  max-width: 350px;
  width: calc(33.3333333333% - 24px);
  height: 100vw;
  text-align: center;
  background: #F3F4F7;
  border-radius: 100%;
}
.about .philosophy_pvmItem::after {
  content: "";
  position: absolute;
  top: -35px;
  right: -35px;
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  background-image: linear-gradient(135deg, rgba(0, 100, 180, 0.3019607843), rgba(255, 87, 137, 0.3019607843));
  border-radius: 100%;
  z-index: -1;
}
.about .philosophy_pvmItem::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -24px;
  width: 102px;
  height: 72px;
}
.about .philosophy_pvmItem:nth-child(1)::before {
  background: url(../img/about/philosophy_deco_num01.webp) center/contain no-repeat;
}
.about .philosophy_pvmItem:nth-child(2)::before {
  background: url(../img/about/philosophy_deco_num02.webp) center/contain no-repeat;
}
.about .philosophy_pvmItem:nth-child(3)::before {
  background: url(../img/about/philosophy_deco_num03.webp) center/contain no-repeat;
}
.about .philosophy_pvmItem p.hd_l {
  margin-top: 24px;
  line-height: 2;
}
@keyframes philosophy_msgBg {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5vh);
  }
}
.about .value {
  position: relative;
}
.about .value_deco {
  position: absolute;
  top: -100px;
  left: -200px;
  right: 0;
  margin: auto;
  z-index: -1;
  animation: aboutValueDecoUfo 8s ease-in-out infinite;
}
@keyframes aboutValueDecoUfo {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5vh);
  }
}
.about .value_deco > img {
  display: block;
  width: 1400px;
  height: 1700px;
  margin: auto;
}
.about .value_deco::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -1200px;
  left: 0;
  margin: auto;
  width: 120px;
  height: 56px;
  transform: rotate(-12deg);
  background: url(../img/about/value_deco_ufo.webp) center/cover no-repeat;
}
.about .value .hd2 {
  margin-top: 200px;
}
.about .value .hd4 {
  margin-top: 80px;
}
.about .value_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.about .value_box:nth-child(even) .value_boxTxtarea {
  order: 2;
}
.about .value_boxTxtarea {
  width: calc(60% - 30px);
}
.about .value_boxTxtarea > .txt {
  margin-top: 2em;
}
.about .value_boxImg {
  display: flex;
  justify-content: center;
  position: relative;
  width: 40%;
}
.about .value_boxImg > img {
  width: 320px;
  height: 320px;
}
.about .value_boxImg::after {
  content: "";
  position: absolute;
  top: -35%;
  width: 175%;
  height: 175%;
  background: url(../img/about/value_bg_main.webp) center/contain no-repeat;
  z-index: -1;
}
.about .value_values {
  margin-top: 240px;
}
.about .value_valuesList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 40px 16px;
}
.about .value_valuesListItem {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.8em;
  width: calc(50% - 16px);
  background: #FFF;
  border-radius: 16px;
}
.about .value_valuesListItem::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  width: 100px;
  height: 62px;
  opacity: 0.2;
}
.about .value_valuesListItem:nth-child(1)::before {
  background: url(../img/about/value_deco_num01.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(2)::before {
  background: url(../img/about/value_deco_num02.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(3)::before {
  background: url(../img/about/value_deco_num03.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(4)::before {
  background: url(../img/about/value_deco_num04.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(5)::before {
  background: url(../img/about/value_deco_num05.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(6)::before {
  background: url(../img/about/value_deco_num06.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(7)::before {
  background: url(../img/about/value_deco_num07.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(8)::before {
  background: url(../img/about/value_deco_num08.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(9)::before {
  background: url(../img/about/value_deco_num09.svg) center/cover no-repeat;
}
.about .value_valuesListItem:nth-child(10)::before {
  background: url(../img/about/value_deco_num10.svg) center/cover no-repeat;
}
.about .brandOrign {
  position: relative;
}
.about .brandOrign::before {
  content: "";
  display: block;
  position: relative;
  height: 50vh;
}
.about .brandOrign_bg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.about .brandOrign_bgGrad {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  border-radius: 80px;
  background: url(../img/about/brand_bg_grad.webp) top/cover no-repeat;
  z-index: -1;
  overflow: hidden;
}
.about .brandOrign_bgLine {
  position: absolute;
  width: 100vw;
  height: 80vh;
  bottom: 0;
  background: url(../img/about/brand_deco_line.webp) bottom/contain no-repeat;
}
.about .brandOrign_bgCloud {
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.about .brandOrign_bgCloudItem {
  position: absolute;
}
.about .brandOrign_bgCloudItem:nth-child(1) {
  top: -13vw;
  left: -8vw;
  width: 30vw;
  height: 30vw;
  background: url(../img/about/brand_deco_cloud_top01.webp) center/contain no-repeat;
  z-index: 1;
}
.about .brandOrign_bgCloudItem:nth-child(2) {
  top: 5vw;
  left: -8vw;
  width: 20vw;
  height: 20vw;
  background: url(../img/about/brand_deco_cloud_top02.webp) center/contain no-repeat;
}
.about .brandOrign_bgCloudItem:nth-child(3) {
  bottom: -10vw;
  right: -5vw;
  width: 30vw;
  height: 30vw;
  background: url(../img/about/brand_deco_cloud_bottom01.webp) center/contain no-repeat;
  z-index: 1;
}
.about .brandOrign_bgCloudItem:nth-child(4) {
  bottom: 5vw;
  right: -3vw;
  width: 20vw;
  height: 20vw;
  background: url(../img/about/brand_deco_cloud_bottom02.webp) center/contain no-repeat;
}
.about .brandOrign_bgParticle {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.about .brandOrign_bgParticleItem {
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../img/home/shine-icon.png) top/cover no-repeat;
  opacity: 0.5;
}
.about .brandOrign_bgBcTxt {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 10vw;
  margin: auto;
  overflow: hidden;
}
.about .brandOrign_bgBcTxtItem {
  position: relative;
  top: 0;
  flex: 0 0 auto;
  font-size: 10vw;
  white-space: nowrap;
  padding-right: 0.3em;
  font-weight: 600;
}
.about .brandOrign_bgBcTxtItem:nth-child(odd) {
  animation: brandOrign-bc-loop 50s -25s linear infinite;
}
.about .brandOrign_bgBcTxtItem:nth-child(even) {
  animation: brandOrign-bc-loop2 50s linear infinite;
}
@keyframes brandOrign-bc-loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes brandOrign-bc-loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.about .brand {
  padding-top: 20vw;
  margin-top: auto;
}
.about .brand_concept {
  mask-image: linear-gradient(0deg, transparent, #000 75%, #000 100%, transparent);
}
.about .brand_concept:first-child {
  margin-right: -1em;
}
.about .brand .hd2_txt {
  color: #FFF;
  letter-spacing: 0.4em;
  margin-right: -0.75em;
}
.about .brand .txt {
  text-align: center;
  color: #FFF;
  line-height: 2.5;
  margin-top: 2em;
}
.about .origin {
  padding-top: 20vh;
  color: #FFF;
  padding-bottom: 20vh;
}
.about .origin_logo {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.about .origin_logo svg {
  max-width: 500px;
  width: 100%;
}
.about .origin .hd_l {
  margin-top: 80px;
}
.about .origin_txtarea {
  margin-top: 40px;
}
.about .origin_txtarea .txt {
  line-height: 2.5;
  margin-top: 2em;
  text-align: center;
}
.about .movie {
  margin-top: 30vh;
}
.about .movie iframe {
  width: 100%;
  height: 50vw;
  max-height: 630px;
  border-radius: 16px;
}

@media screen and (max-width: 1200px) {
  .about .philosophy_astro {
    right: -40vw;
  }
  .about .philosophy_decoFv {
    min-width: 500px;
    min-height: 250px;
  }
  .about .philosophy_scrollTxt {
    font-size: 13vh;
  }
  .about .philosophy_msgBgComet {
    min-width: 500px;
    left: -40vw;
  }
  .about .philosophy_msgBgUfo {
    min-width: 150px;
  }
  .about .philosophy_msgBgWhale {
    min-width: 350px;
  }
  .about .philosophy_msgBgSaturn {
    min-width: 400px;
  }
  .about .philosophy_pvm {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about .philosophy_pvmItem {
    height: 40vw;
    width: calc(50% - 60px);
  }
  .about .philosophy_pvmItem:nth-child(2) {
    margin-left: 10vw;
  }
  .about .philosophy_pvmItem:nth-child(3) {
    margin-top: 80px;
  }
  .about .value_deco {
    left: -30%;
    right: 0;
    margin: auto;
  }
  .about .value_deco > img {
    max-width: 1400px;
    max-height: 1900px;
    min-width: 1400px;
    min-height: 1780px;
    width: 130vw;
    height: 170vw;
  }
  .about .value_deco::after {
    right: -1200px;
  }
  .about .value_box {
    margin-top: 120px;
  }
  .about .value_boxTxtarea {
    width: calc(60% - 48px);
  }
  .about .value_boxTxtarea .txt .br_pc {
    display: none;
  }
  .about .value_boxImg > img {
    max-width: 350px;
    min-width: 240px;
    width: 50vw;
    height: auto;
  }
  .about .value_valuesListItem > .hd_m {
    font-size: 16px;
  }
  .about .brandOrign_bgLine {
    background-size: cover;
  }
  .about .brandOrign_bgCloudItem:nth-child(1) {
    width: 40vw;
    height: 40vw;
  }
  .about .brandOrign_bgCloudItem:nth-child(2) {
    width: 30vw;
    height: 30vw;
  }
  .about .brandOrign_bgCloudItem:nth-child(3) {
    width: 40vw;
    height: 40vw;
  }
  .about .brandOrign_bgCloudItem:nth-child(4) {
    width: 30vw;
    height: 30vw;
  }
  .about .brandOrign_bgBcTxt {
    height: 13vh;
  }
  .about .brandOrign_bgBcTxtItem {
    font-size: 13vh;
  }
  .about .brand_concept {
    display: block;
    font-size: 7vw;
  }
  .about .brand_concept:first-child {
    margin-right: auto;
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .about .philosophy_msg {
    overflow: hidden;
  }
  .about .philosophy_msgTxtarea {
    padding-top: 40vw;
    padding-bottom: 40vw;
  }
  .about .philosophy_msgBgComet {
    top: 80px;
    left: -300px;
  }
  .about .philosophy_msgBgUfo {
    top: 360px;
    right: 0;
    min-width: 120px;
  }
  .about .philosophy_msgBgWhale {
    bottom: 42vh;
    left: -180px;
    min-width: 300px;
  }
  .about .philosophy_msgBgSaturn {
    bottom: 5vh;
    right: -160px;
  }
  .about .philosophy_pvmItem {
    max-width: 370px;
    max-height: 370px;
    width: 80vw;
    height: 80vw;
  }
  .about .philosophy_pvmItem:nth-child(2) {
    margin-left: 0;
    margin-top: 25px;
  }
  .about .philosophy_pvmItem:nth-child(3) {
    margin-top: 25px;
  }
  .about .philosophy_pvmItem::after {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    top: -25px;
    right: -25px;
  }
  .about .value_deco {
    display: none;
  }
  .about .value_list {
    position: relative;
  }
  .about .value_list::after {
    content: "";
    position: absolute;
    bottom: -110px;
    right: 60px;
    width: 120px;
    height: 60px;
    background: url(../img/about/value_deco_ufo.webp) top/contain no-repeat;
    transform: rotate(-12deg);
    animation: aboutValueDecoUfoSp 6s ease-in-out infinite;
  }
  @keyframes aboutValueDecoUfoSp {
    0%, 100% {
      transform: translateY(2vh) rotate(-12deg);
    }
    50% {
      transform: translateY(-3vh) rotate(-12deg);
    }
  }
  .about .value_box {
    flex-wrap: wrap;
    position: relative;
  }
  .about .value_box::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -24px;
    width: calc(100% + 48px);
    height: 30vw;
  }
  .about .value_box:nth-child(odd)::before {
    background: url(../img/about/value_deco_line-odd_sp.webp) top/contain no-repeat;
  }
  .about .value_box:nth-child(even)::before {
    background: url(../img/about/value_deco_line-even_sp.webp) top/contain no-repeat;
  }
  .about .value_box:last-child::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: -24px;
    width: calc(20% + 24px);
    height: 20vw;
    background: url(../img/about/value_deco_line-bottom_sp.webp) top/contain no-repeat;
  }
  .about .value_boxTxtarea {
    order: 2;
    width: 100%;
  }
  .about .value_boxTxtarea h4 {
    text-align: center;
    margin-top: 2em;
  }
  .about .value_boxImg {
    order: 1;
    width: 100%;
  }
  .about .value_values {
    width: 100%;
  }
  .about .value_valuesList {
    flex-wrap: wrap;
    gap: 24px 16px;
  }
  .about .value_valuesListItem {
    width: 100%;
  }
  .about .value_valuesListItem::before {
    width: 80px;
    height: 50px;
  }
  .about .brandOrign_bgParticleItem {
    height: 20px;
    width: 20px;
  }
  .about .brand_concept {
    font-size: 10vw;
    letter-spacing: 0.3em;
  }
  .about .brand .txt {
    text-align: left;
  }
  .about .origin .txt {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .about .philosophy_decoFv {
    min-width: 320px;
  }
  .about .philosophy_msgTxtarea {
    padding-top: 60vw;
    padding-bottom: 60vw;
  }
  .about .philosophy_msgTxtarea .txt {
    text-align: left;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    margin-top: 40px;
  }
  .about .philosophy_pvmItem p.hd_l {
    font-size: 20px;
  }
  .about .value_box::before {
    top: -110px;
  }
  .about .value_list::after {
    bottom: -140px;
    right: 30px;
  }
  .about .brandOrign_bgCloudItem:nth-child(1) {
    width: 50vw;
    height: 50vw;
  }
  .about .brandOrign_bgCloudItem:nth-child(2) {
    width: 40vw;
    height: 40vw;
  }
  .about .brandOrign_bgCloudItem:nth-child(3) {
    width: 50vw;
    height: 50vw;
  }
  .about .brandOrign_bgCloudItem:nth-child(4) {
    width: 40vw;
    height: 40vw;
  }
  .about .origin_logo svg {
    max-width: 300px;
  }
}
@keyframes imgDecoMove-01 {
  0% {
    transform: translate(0, -30px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -30px);
  }
}
@keyframes imgDecoMove-02 {
  0% {
    transform: translate(0, 15px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 15px);
  }
}
.service {
  overflow-x: hidden;
}
.service .fv {
  margin-top: 80px;
  width: 100%;
}
.service .fv_illust {
  position: relative;
}
.service .fv_illust::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 400px;
  background-image: url("../img/service/fv_illust_mv.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
}
.service .fv_illust::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 250px;
  height: 215px;
  top: 60%;
  left: 10%;
  background-image: url("../img/service/fv_deco_astro.webp");
  background-size: contain;
  background-repeat: no-repeat;
  animation: imgDecoMove-01 8s ease-in-out infinite;
}
.service .fv_content {
  margin-top: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}
.service .fv_contentTtl {
  width: auto;
  min-width: 300px;
  margin-right: 80px;
}
.service .fv_contentTxt {
  flex-shrink: auto;
}
.service .fv_contentTxt p {
  margin-bottom: 24px;
}
.service .intro {
  margin-top: 80px;
  position: relative;
}
.service .intro_section {
  display: flex;
  display: -webkit-flex;
  gap: 48px;
  height: 100vh;
}
.service .intro_sectionImg {
  width: 40%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.service .intro_sectionImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 88vh;
  margin-top: 12vh;
  border-radius: 0 40px 40px 0;
}
.service .intro_sectionContent {
  width: calc(100% - 48vw);
  max-width: 960px;
  margin: calc(88vh - (50vh + 160px)) 80px 16vh calc(40% + 80px);
  padding: 80px 0;
}
.service .intro_sectionSub-id {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.service .intro_sectionSub-id::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1em;
  width: 1em;
  background: #FF9417;
  border-radius: 100%;
}
.service .intro_sectionSub-de {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.service .intro_sectionSub-de::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1em;
  width: 1em;
  background: #FF6161;
  border-radius: 100%;
}
.service .intro_sectionSub-wa {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.service .intro_sectionSub-wa::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1em;
  width: 1em;
  background: #2A91E4;
  border-radius: 100%;
}
.service .intro_sectionSub-prod {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.service .intro_sectionSub-prod::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1em;
  width: 1em;
  background: #D565F3;
  border-radius: 100%;
}
.service .intro_sectionSub-ses {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}
.service .intro_sectionSub-ses::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1em;
  width: 1em;
  background: #1ECC87;
  border-radius: 100%;
}
.service .intro_sectionTxt {
  margin: 32px 0 24px;
}
.service .intro_sectionList {
  margin-top: 48px;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 16px;
}
.service .intro_sectionList ul {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.service .intro_sectionList li {
  position: relative;
  margin-right: 2em;
  width: fit-content;
}
.service .intro_sectionList li::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: -1em;
  height: 16px;
  width: 1px;
  background: #D9D9D9;
  transform: rotate(20deg);
}
.service .intro_sectionList li:last-child::after {
  display: none;
}
.service #service_id .intro_sectionImg {
  z-index: 50;
}
.service #service_de .intro_sectionImg {
  z-index: 40;
}
.service #service_wa .intro_sectionImg {
  z-index: 30;
}
.service #service_prod .intro_sectionImg {
  z-index: 20;
}
.service #service_ses .intro_sectionImg {
  z-index: 10;
}
.service .workflow_hd {
  text-align: center;
  margin: 40px 0px;
}
.service .workflow_list {
  position: relative;
}
.service .workflow_list::before {
  content: "";
  position: absolute;
  margin-left: auto;
  top: 0em;
  left: 2em;
  height: 100%;
  width: 2px;
  background: #D9D9D9;
}
.service .workflow_list li {
  border-radius: 16px;
  background: #fff;
  position: relative;
  margin-top: 32px;
}
.service .workflow_list li:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 72px;
  position: absolute;
  background-image: url("../img/service/flow_num-01-pc.webp");
  background-size: cover;
}
.service .workflow_list li:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 72px;
  position: absolute;
  background-image: url("../img/service/flow_num-02-pc.webp");
  background-size: cover;
}
.service .workflow_list li:nth-child(3)::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 72px;
  position: absolute;
  background-image: url("../img/service/flow_num-03-pc.webp");
  background-size: cover;
}
.service .workflow_list li:nth-child(4)::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 72px;
  position: absolute;
  background-image: url("../img/service/flow_num-04-pc.webp");
  background-size: cover;
}
.service .workflow_list li:nth-child(5)::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 72px;
  position: absolute;
  background-image: url("../img/service/flow_num-05-pc.webp");
  background-size: cover;
}
.service .workflow_list li:nth-child(6)::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 72px;
  position: absolute;
  background-image: url("../img/service/flow_num-06-pc.webp");
  background-size: cover;
}
.service .workflow_block {
  justify-content: flex-start;
  padding: 32px 32px 32px 72px;
}
.service .workflow_blockHd {
  display: flex;
  flex: 100%;
  display: -webkit-flex;
  align-items: center;
  gap: 32px;
}
.service .workflow_blockHd h3 {
  width: 400px;
}
.service .workflow_blockHd p {
  margin: 0 32px 0 16px;
  width: 440px;
}
.service .workflow .block_content {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.service .workflow .block_content-1col {
  padding: 0 32px 32px 32px;
  text-align: center;
  width: 100%;
}
.service .workflow .block_group {
  position: relative;
  padding: 0 32px 32px 32px;
  text-align: center;
  width: calc((100% - 15px) / 2);
}
.service .workflow .block_imgGroup {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 24px;
}
.service .workflow .block_img {
  margin: 24px 0;
  height: auto;
  width: 240px;
}
.service .workflow .block_img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  border: solid 1px #D9D9D9;
  border-radius: 8px;
}
.service .workflow .block_detail {
  text-align: left;
}
.service .workflow .block_arrow {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  margin-bottom: 32px;
}
.service .workflow .block_arrow::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 100%;
  background-image: url("../img/service/flow_arrow-pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0s;
}
.service .workflow .active .block_arrow {
  visibility: visible;
  opacity: 1;
}
.service .value {
  display: flex;
  justify-content: space-between;
  margin-top: 160px;
}
.service .value_pin {
  width: calc(40% - 40px);
  left: auto !important;
}
.service .value_follow {
  position: relative;
}
.service .value_follow p {
  margin: 40px 0 24px 0;
}
.service .value_followBtn-sp {
  display: none;
}
.service .value_content {
  position: relative;
  width: 60%;
  height: auto;
}
.service .value_list {
  display: flex;
  padding: 32px 40px;
  background-color: #FFF;
  border-radius: 16px;
  gap: 40px;
  align-items: center;
  margin-top: 32px;
}
.service .value_list:first-child {
  margin-top: 0;
}
.service .value_list img {
  width: 100px;
  height: 100px;
}
.service .value_listTxt {
  flex: 1;
}
.service .value_listTtl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.service .value_listTtl p {
  flex: 1;
}
.service .value_listHd {
  width: fit-content;
  margin-right: 16px;
}
.service .casestudy_ttl {
  text-align: center;
}
.service .casestudy_content {
  margin-top: 40px;
}
.service .casestudy_content .tag {
  margin-top: 16px;
}
.service .casestudy_content .section_detail {
  display: flex;
  margin: 24px 0 0;
  gap: 40px;
}
.service .casestudy_content .section_detailCarousel {
  position: relative;
  overflow: hidden;
  width: 37.5vw;
  max-width: 480px;
  height: auto;
  max-height: 270px;
}
.service .casestudy_content .section_detailCarousel::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0));
  border-radius: 0 0 16px 16px;
  z-index: 5;
  display: none;
}
.service .casestudy_content .section_detailCarousel.multiple::before {
  display: block;
}
.service .casestudy_content .section_detailCarousel img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.service .casestudy_content .section_detailCarousel .carousel {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  /* 各スライドをliに対応させる */
}
.service .casestudy_content .section_detailCarousel .carousel .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
.service .casestudy_content .section_detailCarousel .swiper-pagination {
  position: absolute;
  bottom: 8px;
  text-align: center;
  z-index: 10; /* 画像より上に表示 */
  /* ページネーション（ドット）をカスタマイズ */
  /* アクティブなドットをカスタマイズ */
}
.service .casestudy_content .section_detailCarousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #F3F4F7; /* ドットの色を設定 */
  width: 10px; /* ドットのサイズ */
  height: 10px;
  margin: 4px 8px !important;
  opacity: 1;
}
.service .casestudy_content .section_detailCarousel .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #5167B9;
  opacity: 0.8;
}
.service .casestudy_content .section_detailCarousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5167B9; /* アクティブなドットの色を設定 */
}
.service .casestudy_content .section_detailCarousel .swiper-pagination .swiper-pagination-bullet-active:hover {
  pointer-events: none;
}
.service .casestudy_content .section_detailTxt {
  flex: 1;
}
.service .casestudy_content .section_detailTxt h4 {
  margin-top: 32px;
}
.service .casestudy_content .section_detailTxt h4:first-child {
  margin-top: 0;
}
.service .casestudy_content .section_detailTxt p {
  margin-top: 16px;
}
.service .casestudy_content .section_detailTxt ul {
  margin-top: 16px;
  padding-left: 20px;
  list-style: disc;
}
.service .casestudy_content .section_table {
  display: flex;
  width: 100%;
  margin-top: 32px;
}
.service .casestudy_content .section_tableColumn {
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.service .casestudy_content .section_tableColumn:first-child {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  flex: 2;
}
.service .casestudy_content .section_tableColumn:nth-child(2) {
  flex: 1;
  margin-left: -1px;
}
.service .casestudy_content .section_tableColumn:nth-child(3) {
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-left: -1px;
}
.service .casestudy_content .section_tableColumn:last-child {
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
  margin-left: -1px;
}
.service .casestudy_content .section_tableHd {
  white-space: nowrap;
  min-width: 100%;
  padding: 12px 24px;
  text-align: center;
  vertical-align: middle;
  background-color: #F3F4F7;
  border-bottom: 1px solid #D9D9D9;
}
.service .casestudy_content .section_tableTxt {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 24px;
  margin: 0 auto;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.service .casestudy_content .section_tableTxt li {
  position: relative;
  margin-right: 2em;
  width: fit-content;
}
.service .casestudy_content .section_tableTxt li::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: -1em;
  height: 16px;
  width: 1px;
  background: #D9D9D9;
  transform: rotate(20deg);
}
.service .casestudy_content .section_tableTxt li:last-child:after {
  display: none;
}
.service .point-id {
  position: relative;
  padding-left: 24px;
}
.service .point-id::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.4em;
  height: 0.8em;
  width: 0.8em;
  background: #FF9417;
  border-radius: 100%;
}
.service .point-de {
  position: relative;
  padding-left: 24px;
}
.service .point-de::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.4em;
  height: 0.8em;
  width: 0.8em;
  background: #FF6161;
  border-radius: 100%;
}
.service .point-wa {
  position: relative;
  padding-left: 24px;
}
.service .point-wa::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.4em;
  height: 0.8em;
  width: 0.8em;
  background: #2A91E4;
  border-radius: 100%;
}
.service .point-prod {
  position: relative;
  padding-left: 24px;
}
.service .point-prod::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.4em;
  height: 0.8em;
  width: 0.8em;
  background: #D565F3;
  border-radius: 100%;
}
.service .point-ses {
  position: relative;
  padding-left: 24px;
}
.service .point-ses::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.4em;
  height: 0.8em;
  width: 0.8em;
  background: #1ECC87;
  border-radius: 100%;
}
.service .faq_ttl {
  text-align: center;
}
.service .faq_ttlTxt {
  margin: 40px auto;
}
.service .faq_content {
  padding: 32px 40px;
  background-color: #FFF;
  border-radius: 16px;
  margin-top: 32px;
}
.service .faq_content li {
  display: flex;
  position: relative;
}
.service .faq_content li:first-child {
  margin-bottom: 16px;
}
.service .faq_content li:first-child::before {
  content: "";
  position: absolute;
  margin-bottom: 8px;
  left: 18px;
  top: 36px;
  height: 100%;
  width: 2px;
  background: linear-gradient(100deg, #5167B9, #FF427A);
}
.service .faq_content li .icon_Q {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100px;
  font-size: 20px;
  color: #FFF;
  background-color: #5167B9;
}
.service .faq_content li .icon_A {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100px;
  font-size: 20px;
  color: #FFF;
  background-color: #FF427A;
}
.service .faq_content li .txt_Q {
  margin-left: 24px;
  margin-top: 4px;
  flex: 1;
}
.service .faq_content li .txt_A {
  margin-left: 24px;
  margin-top: 4px;
  flex: 1;
  color: #FF427A;
}
.service .btn_atSTRIX {
  margin-top: 40px;
  text-align: -webkit-center;
}
.service .btn_atSTRIX span {
  margin-right: 1em;
}

.id .fv {
  background: linear-gradient(135deg, rgb(255, 148, 23), rgba(255, 130, 50, 0.9), rgba(255, 97, 97, 0.1));
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
}
.id .fv_content {
  display: inline;
}
.id .fv_content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 240px;
  top: 0;
  background-image: url("../img/service/id/fv_upper-cut_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.id .fv_content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 240px;
  bottom: -1px;
  background-image: url("../img/service/id/fv_lower-cut_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.id .fv_txt {
  position: relative;
  z-index: 2;
  padding: 400px 0;
  color: #FFF;
}
.id .fv_txt p {
  margin-top: 32px;
  width: 55vw;
  height: auto;
}
.id .fv video {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  object-fit: cover;
}

.wa .main {
  overflow-x: hidden;
}
.wa .fv {
  padding: 80px 0 160px;
}
.wa .fv_content-01 {
  display: flex;
  gap: 80px;
  flex-direction: row-reverse;
  align-items: center;
}
.wa .fv_content-01 .fv_txt {
  width: 50%;
}
.wa .fv_content-01 .fv_txt h3 {
  font-size: 20px;
  margin-top: 24px;
}
.wa .fv_content-01 .fv_txt p {
  margin-top: 24px;
}
.wa .fv_content-01 .fv_img {
  position: relative;
  width: 50%;
  height: auto;
  text-align: center;
}
.wa .fv_content-01 .fv_img img {
  width: 100%;
  max-width: 640px;
  height: auto;
  position: relative;
  z-index: 10;
}
.wa .fv_content-01 .fv_img::before {
  content: "";
  position: absolute;
  width: 1140px;
  height: 656px;
  top: 0;
  right: 0;
  background-image: url("../img/service/wa/fv_img_unyo-01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.wa .fv_content-02 {
  display: flex;
  gap: 80px;
  margin-top: 160px;
  align-items: center;
}
.wa .fv_content-02 .fv_txt {
  width: 50%;
}
.wa .fv_content-02 .fv_txt h3 {
  font-size: 20px;
  margin-top: 24px;
}
.wa .fv_content-02 .fv_txt p {
  margin-top: 24px;
}
.wa .fv_content-02 .fv_img {
  position: relative;
  width: 50%;
  height: auto;
  text-align: center;
}
.wa .fv_content-02 .fv_img img {
  width: 100%;
  max-width: 720px;
  height: auto;
  position: relative;
  z-index: 10;
}
.wa .fv_content-02 .fv_img::before {
  content: "";
  position: absolute;
  width: 914px;
  height: 692px;
  top: -160px;
  left: 0;
  background-image: url("../img/service/wa/fv_img_unyo-02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.de .main {
  overflow-x: hidden;
}
.de .fv {
  margin: 80px 0 160px;
}
.de .fv_content {
  display: flex;
  gap: 80px;
  flex-direction: row-reverse;
  align-items: center;
}
.de .fv_content .fv_txt h3 {
  margin-top: 24px;
}
.de .fv_txt {
  width: 50%;
  margin: 0 80px 0 0;
}
.de .fv_txt h3 {
  font-size: 20px;
  margin-top: 24px;
}
.de .fv_txt p {
  margin-top: 24px;
  max-width: 640px;
}
.de .fv_img {
  position: relative;
  width: 50%;
  height: 630px;
}
.de .fv_img img {
  position: absolute;
  width: 100%;
  min-width: 874px;
  height: auto;
  top: 0;
  right: -40px;
  z-index: 10;
}
.de .fv_img::before {
  content: "";
  position: absolute;
  width: 904px;
  height: 565px;
  top: 0;
  right: 0;
  background-image: url("../img/service/de/fv_img_bg-unyo.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.de .fv_intro {
  text-align: center;
  margin-bottom: 40px;
}
.de .fv_intro p {
  margin-top: 24px;
}
.de .fv_block {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
  padding: 56px;
  border-radius: 16px;
  background-color: #FFF;
}
.de .fv_blockContent {
  flex: 1;
}
.de .fv_blockTtl {
  display: flex;
  align-items: center;
  position: relative;
}
.de .fv_blockTtl p {
  margin-left: calc(0.4em + 16px);
}
.de .fv_blockTtl p::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.5em;
  height: 0.4em;
  width: 0.4em;
  background: #FF6161;
  border-radius: 100%;
}
.de .fv_blockTtl h3 {
  margin-left: 14px;
}
.de .fv_blockTxt {
  margin-top: 24px;
}
.de .fv_blockPoint {
  margin-top: 32px;
}
.de .fv_blockPoint p {
  position: relative;
  padding: 16px 24px;
  border: solid 1px #D9D9D9;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
}
.de .fv_blockPointTtl {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 8px 24px;
  border: solid 1px #D9D9D9;
  border-radius: 10px 10px 0 0;
  border-collapse: collapse;
  background-color: #F3F4F7;
}
.de .fv_blockImg-pc {
  display: flex;
  align-items: center;
  width: 40%;
  height: auto;
}
.de .fv_blockImg-pc img {
  width: 100%;
  height: auto;
}
.de .fv_blockImg-sp {
  display: none;
}

.prod .main {
  overflow-x: hidden;
}
.prod .fv {
  margin: 40px auto;
}
.prod .fv_content {
  display: flex;
  align-items: center;
}
.prod .fv_txt {
  width: 60%;
  margin-right: 24px;
}
.prod .fv_txt p {
  font-size: 20px;
  margin-top: 24px;
}
.prod .fv_img {
  width: 40%;
  height: 400px;
  position: relative;
}
.prod .fv_img::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 380px;
  top: 0;
  left: 0;
  background-image: url("../img/service/prod/fv_img_unyo.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.prod .fv_img-whale {
  width: 100%;
  min-width: 406px;
  max-width: 812px;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 20;
  animation: imgDecoMove-01 8s ease-in-out infinite;
}
.prod .fv_img-robot {
  width: 100%;
  min-width: 62px;
  max-width: 124px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  animation: imgDecoMove-02 8s ease-in-out infinite;
}
.prod .service {
  margin: 40px auto 160px;
}
.prod .service_block-left {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
.prod .service_block-right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
  margin: 80px 0;
}
.prod .service_img {
  display: flex;
  align-items: center;
  width: 560px;
  height: 480px;
}
.prod .service_img img {
  width: 100%;
}
.prod .service_content {
  flex: 1;
  position: relative;
}
.prod .service_content img {
  width: auto;
  height: 120px;
}
.prod .service_contentSub {
  margin-top: 16px;
  margin-left: calc(1rem + 8px);
}
.prod .service_contentSub::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 0.5em;
  height: 1em;
  width: 1em;
  background: #D565F3;
  border-radius: 100%;
}
.prod .service_contentHd {
  margin: 24px 0;
}
.prod .service_contentTxt {
  margin-bottom: 32px;
}

.ses .fv {
  margin: 80px auto;
}
.ses .fv_intro {
  display: flex;
  gap: 56px;
  align-items: center;
  margin-bottom: 80px;
}
.ses .fv_introImg {
  flex: 1;
  width: 100%;
  min-width: 400px;
}
.ses .fv_introImg img {
  width: 100%;
  height: auto;
}
.ses .fv_introTxt {
  flex: 2;
}
.ses .fv_introTxt p {
  margin-top: 24px;
}
.ses .fv_block {
  margin-top: 40px;
  padding: 64px;
  background-color: #FFF;
  border-radius: 16px;
}
.ses .fv_block .block_detail {
  display: flex;
  gap: 48px;
  align-items: end;
}
.ses .fv_block .block_txt {
  width: 50%;
}
.ses .fv_block .block_txt p {
  margin-top: 24px;
}
.ses .fv_block .block_img {
  width: 46%;
}
.ses .fv_block .block_img img {
  width: 100%;
  height: auto;
}
.ses .fv_block .block_list {
  display: flex;
  gap: 48px;
  align-items: start;
}
.ses .fv_block .block_merit {
  position: relative;
  width: 50%;
  margin-top: 40px;
}
.ses .fv_block .block_merit h4 {
  padding: 8px 0 8px 56px;
  color: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(135deg, #7AD782, #1ECC87);
}
.ses .fv_block .block_merit h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../img/service/ses/fv_icon_merit.svg");
  background-size: cover;
}
.ses .fv_block .block_merit ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -1px;
  padding: 16px 32px 16px 48px;
  list-style: disc;
  border: 1px solid #D9D9D9;
  border-radius: 0 0 16px 16px;
  vertical-align: middle;
}
.ses .fv_block .block_merit li {
  padding: 4px 0;
}
.ses .fv_block .block_pj {
  position: relative;
  width: 50%;
  margin-top: 40px;
}
.ses .fv_block .block_pj h4 {
  padding: 8px 0 8px 56px;
  color: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(135deg, #7AD782, #1ECC87);
}
.ses .fv_block .block_pj h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../img/service/ses/fv_icon_pj.svg");
  background-size: cover;
}
.ses .fv_block .block_pj ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 8px;
  margin-top: -1px;
  padding: 20px 24px;
  border: 1px solid #D9D9D9;
  border-radius: 0 0 16px 16px;
}
.ses .fv_block .block_pj li {
  width: fit-content;
}

.ses .fv_block .block_method {
  margin-top: 40px;
  text-align: center;
}
.ses .fv_block .block_method h3 {
  margin: 24px 0;
}
.ses .fv_block .block_methodImg {
  width: 100%;
  height: auto;
}
.ses .fv_block .block_method .txt_marker {
  background: linear-gradient(90deg, rgba(0, 100, 180, 0.3), rgba(255, 87, 137, 0.3));
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 30%;
}
.ses .fv_block .block_method .txt_line-2 {
  font-size: 20px;
}
.ses .fv_block .block_methodFlow {
  display: flex;
  position: relative;
  gap: 24px;
  padding: 48px 0 0;
  margin-top: 40px;
}
.ses .fv_block .block_methodFlow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: calc(100% + 8px);
  height: 52px;
  background-image: url("../img/service/ses/fv_img_methodFlow-pc.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.ses .fv_block .block_methodPoint {
  position: relative;
  flex: 1;
  margin-top: 32px;
  padding: 32px 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: #FFF;
}
.ses .fv_block .block_methodPoint img {
  width: 100%;
  max-width: 128px;
}
.ses .fv_block .block_methodPoint h4 {
  margin-top: 16px;
}
.ses .fv_block .block_methodPoint p {
  margin-top: 8px;
}
.ses .fv_block .block_methodPoint:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  width: 48px;
  height: 48px;
  background-image: url("../img/service/ses/fv_num_methodFlow-01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ses .fv_block .block_methodPoint:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  width: 48px;
  height: 48px;
  background-image: url("../img/service/ses/fv_num_methodFlow-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ses .fv_block .block_methodPoint:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 12px;
  width: 48px;
  height: 48px;
  background-image: url("../img/service/ses/fv_num_methodFlow-03.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ses .casestudy .tag .tag_accent {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  margin: 0 8px 8px 0;
}
.ses .casestudy .tag .tag_accent p {
  position: relative;
  padding: 0.4em 0.85em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90deg, #0064b4, #ff5789);
  background-clip: text;
  color: transparent;
  z-index: 10;
}
.ses .casestudy .tag .tag_accent::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #FFF;
  border-radius: 8px;
  z-index: 5;
}
.ses .casestudy .tag .tag_accent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0064b4, #ff5789);
  border-radius: 8px;
  z-index: 1;
}
.ses .casestudy .ses_table {
  display: flex;
  width: 100%;
}
.ses .casestudy .ses_tableColumn {
  width: calc(45% + 1px);
  margin-left: -1px;
}
.ses .casestudy .ses_tableColumn:last-child .ses_tableCellHd {
  border-radius: 0 16px 0 0;
}
.ses .casestudy .ses_tableColumn:last-child .ses_tableCell:last-child {
  border-radius: 0 0 16px 0;
}
.ses .casestudy .ses_tableColumn .ses_tableCellHd:first-child {
  height: 56px;
}
.ses .casestudy .ses_tableColumnHd {
  width: 10%;
}
.ses .casestudy .ses_tableColumnHd .ses_tableCellHd:first-child {
  height: 56px;
  border-radius: 16px 0 0 0;
}
.ses .casestudy .ses_tableCell {
  width: 100%;
  margin-top: -1px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: solid 1px #D9D9D9;
}
.ses .casestudy .ses_tableCell:nth-child(2) {
  height: 80px;
}
.ses .casestudy .ses_tableCell:nth-child(3) {
  height: 104px;
}
.ses .casestudy .ses_tableCell:last-child {
  height: 80px;
}
.ses .casestudy .ses_tableCellHd {
  width: 100%;
  margin-top: -1px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F4F7;
  border: solid 1px #D9D9D9;
}
.ses .casestudy .ses_tableCellHd:first-child {
  margin-top: 0;
}
.ses .casestudy .ses_tableCellHd:nth-child(2) {
  height: 80px;
}
.ses .casestudy .ses_tableCellHd:nth-child(3) {
  height: 104px;
}
.ses .casestudy .ses_tableCellHd:last-child {
  border-radius: 0 0 0 16px;
  height: 80px;
}
.ses .casestudy .ses_table-1column .ses_tableColumnHd {
  width: 20%;
}
.ses .casestudy .ses_table-1column .ses_tableColumn {
  width: 80%;
}
.ses .casestudy .cell_title-sp {
  display: none;
}
.ses .casestudy .cell_system {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 0 16px;
}
.ses .casestudy .cell_systemTxt {
  display: flex;
  gap: 4px;
  align-items: center;
}
.ses .casestudy .cell_systemTxt > p {
  line-height: 1.4;
}
.ses .casestudy .cell_estimate {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: baseline;
}
.ses .casestudy .cell_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 24px;
}
.ses .casestudy .cell_detail li {
  position: relative;
  margin-right: 2em;
  width: fit-content;
}
.ses .casestudy .cell_detail li::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: -1em;
  height: 16px;
  width: 1px;
  background: #D9D9D9;
  transform: rotate(20deg);
}
.ses .casestudy .cell_detail li:last-child:after {
  display: none;
}
.ses .support_ttl {
  margin-bottom: 40px;
}
.ses .support_ttlh2 {
  margin-bottom: 16px;
}
.ses .support_ttl .txt {
  margin-top: 40px;
}
.ses .support_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.ses .support .block_content {
  display: flex;
  align-items: center;
  gap: 32px;
  width: calc(50% - 16px);
  padding: 32px;
  border-radius: 16px;
  background-color: #FFF;
}
.ses .support .block_img {
  width: 100px;
  height: auto;
}
.ses .support .block_txt {
  flex: 1;
}
.ses .support .block_txt li {
  position: relative;
  margin-right: 2em;
  width: fit-content;
  text-align: left;
}
.ses .support .block_txt li::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  right: -1em;
  height: 16px;
  width: 1px;
  background: #D9D9D9;
  transform: rotate(20deg);
}
.ses .support .block_txt li:last-child::after {
  display: none;
}
.ses .support .block_list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.ses .support .technology {
  margin-top: 80px;
}
.ses .support .technology h3 {
  text-align: center;
}
.ses .support .technology_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  margin-top: 40px;
  padding: 32px;
  border-radius: 16px;
  background-color: #FFF;
}
.ses .support .technology_block {
  width: calc(50% - 16px);
}
.ses .support .technology_block p {
  margin: 8px 0 16px;
}
.ses .support .technology_img {
  display: flex;
  justify-content: space-around;
  padding: 32px 24px;
  border: solid 1px #D9D9D9;
  border-radius: 16px;
}
.ses .support .technology_img img {
  width: 60px;
}
.ses .client_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 40px;
  margin-top: 40px;
}
.ses .client_block {
  width: calc(25% - 30px);
  padding: 16px;
  background-color: #FFF;
  border-radius: 16px;
  text-align: center;
}
.ses .client_block img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .service .br_notTab {
    display: none;
  }
  .service .intro {
    display: flex;
    flex-wrap: wrap;
  }
  .service .intro_section {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 80px;
    height: auto;
    gap: 0;
    width: 50%;
  }
  .service .intro_sectionImg {
    width: 100%;
    height: 40vh;
    padding: 0 24px;
    position: static;
  }
  .service .intro_sectionImg img {
    border-radius: 16px;
    margin-top: 0;
    height: 40vh;
  }
  .service .intro_sectionContent {
    width: 100%;
    margin: 0;
    padding: 0 24px;
    margin-top: 24px;
  }
  .service .intro_section .btn {
    width: 100%;
  }
  .service .intro_sectionList {
    margin-top: 40px;
    padding: 32px 24px;
  }
  .service .value_list {
    flex-wrap: wrap;
    gap: 24px;
  }
  .service .value_list img {
    width: 100%;
  }
  .service .value_listTxt {
    text-align: center;
  }
  .service .value_listTtl {
    flex-wrap: wrap;
  }
  .service .value_listTtl h3 {
    width: 100%;
    margin-right: 0;
  }
  .service .value_listTtl p {
    width: 100%;
    flex: none;
  }
  .service .value_content {
    width: 50%;
  }
  .id .fv {
    margin-top: 0;
    background: linear-gradient(180deg, rgb(255, 148, 23), rgb(255, 130, 50), rgba(255, 97, 97, 0.1));
  }
  .id .fv_content::before {
    background-image: url("../img/service/id/fv_upper-cut_sp.svg");
    height: 260px;
  }
  .id .fv_content::after {
    background-image: url("../img/service/id/fv_lower-cut_sp.svg");
    height: 200px;
  }
  .id .fv_txt {
    padding: 300px 24px 480px;
  }
  .id .fv_txt p {
    width: 100%;
  }
  .id .fv video {
    width: auto;
    height: 60%;
    z-index: -10;
    object-fit: cover;
  }
  .de .fv_blockTtl {
    flex-wrap: wrap;
  }
  .de .fv_blockTtl p {
    width: 100%;
  }
  .de .fv_blockTtl h3 {
    margin-left: 0;
  }
  .wa .fv {
    padding: 80px 24px 160px;
  }
  .wa .fv h2 {
    font-size: 40px;
  }
  .prod .service_img {
    flex: 1;
  }
  .prod .service_content img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .ses .fv_block .block_img {
    align-self: center;
  }
  .ses .casestudy .section_table {
    flex-wrap: nowrap;
  }
  .ses .casestudy .section_table .ses_tableColumn {
    width: 100%;
    margin-left: 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:nth-child(2) .ses_tableCellHd {
    border-radius: 16px 0 0 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:nth-child(2) .ses_tableCell:last-child {
    border-radius: 0 0 0 16px;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child {
    margin-left: -1px;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child .ses_tableCellHd {
    border-radius: 0 16px 0 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child .ses_tableCell:last-child {
    border-radius: 0 0 16px 0;
  }
  .ses .casestudy .section_table .ses_tableColumnHd {
    display: none;
  }
  .ses .casestudy .section_table .ses_tableCell {
    padding: 12px 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ses .casestudy .section_table .ses_tableCell:nth-child(2) {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCell:nth-child(3) {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCell:last-child {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCellHd {
    padding: 12px 16px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCellHd:first-child {
    margin-top: 0;
  }
  .ses .casestudy .section_table .cell_title-sp {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
  }
  .ses .casestudy .section_table .cell_system {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .section_table .cell_systemTxt {
    width: 100%;
  }
  .ses .casestudy .section_table .cell_estimate {
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .section_table .cell_detail {
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .ses_table-1column .ses_tableColumn:last-child .ses_tableCellHd {
    border-radius: 16px 16px 0 0;
  }
  .ses .casestudy .ses_table-1column .ses_tableColumn:last-child .ses_tableCell:last-child {
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .service {
    overflow-x: hidden;
  }
  .service .section {
    margin-top: 80px;
  }
  .service .pagettl {
    margin-top: 160px;
  }
  .service .pagettlTxt_sp {
    font-size: 56px;
  }
  .service .br_notTab {
    display: none;
  }
  .service .fv {
    margin-top: 80px;
  }
  .service .fv_illust::after {
    width: 200px;
    height: 172px;
    top: 240px;
    left: 48px;
  }
  .service .fv_content {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .service .fv_contentTtl {
    width: 100%;
    min-width: auto;
  }
  .service .fv_contentTxt {
    margin-top: 24px;
  }
  .service .fv_contentTxt p {
    margin-bottom: 24px;
  }
  .service .intro {
    display: block;
  }
  .service .intro_section {
    flex-wrap: wrap;
    margin-top: 80px;
    height: auto;
    gap: 0;
    width: 100%;
  }
  .service .intro_sectionImg {
    width: 100%;
    height: 40vh;
    padding: 0 24px;
    position: static;
  }
  .service .intro_sectionImg img {
    border-radius: 16px;
    margin-top: 0;
    height: 40vh;
  }
  .service .intro_sectionContent {
    width: 100%;
    margin: 0;
    padding: 0 24px;
    margin-top: 24px;
  }
  .service .intro_sectionList {
    margin-top: 40px;
    padding: 32px 24px;
  }
  .service .workflow_blockHd {
    gap: 16px;
  }
  .service .workflow_blockHd h3 {
    width: 400px;
  }
  .service .value {
    display: block;
    margin: 80px auto;
  }
  .service .value_pin {
    flex: auto;
    width: 100%;
  }
  .service .value_follow {
    width: 100%;
  }
  .service .value_follow p {
    margin: 40px 0;
  }
  .service .value_followBtn-pc {
    display: none;
  }
  .service .value_followBtn-sp {
    display: block;
    margin-top: 40px;
  }
  .service .value_content {
    width: 100%;
  }
  .service .casestudy_content .section_detail {
    flex-wrap: wrap;
    gap: 32px;
  }
  .service .casestudy_content .section_detailCarousel {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 320px;
  }
  .service .casestudy_content .section_detailTxt {
    flex: 1;
  }
  .service .casestudy_content .section_detailTxt h4 {
    margin-top: 32px;
  }
  .service .casestudy_content .section_detailTxt h4:first-child {
    margin-top: 0;
  }
  .service .casestudy_content .section_detailTxt p {
    margin-top: 16px;
  }
  .service .casestudy_content .section_detailTxt ul {
    margin-top: 16px;
    padding-left: 20px;
    list-style: disc;
  }
  .service .casestudy_content .section_table {
    flex-wrap: wrap;
  }
  .service .casestudy_content .section_tableColumn {
    width: 100%;
    margin-top: -1px;
  }
  .service .casestudy_content .section_tableColumn:first-child {
    border-radius: 16px 16px 0 0;
    flex: auto;
    margin-top: 0;
  }
  .service .casestudy_content .section_tableColumn:nth-child(2) {
    flex: auto;
  }
  .service .casestudy_content .section_tableColumn:last-child {
    border-radius: 0 0 16px 16px;
  }
  .service .casestudy_content .section_tableHd {
    white-space: nowrap;
    min-width: 100%;
    padding: 12px 24px;
    text-align: center;
    vertical-align: middle;
    background-color: #F3F4F7;
    border-bottom: 1px solid #D9D9D9;
  }
  .service .casestudy_content .section_tableTxt {
    flex: auto;
    padding: 12px 16px;
  }
  .service .faq_ttl {
    text-align: left;
  }
  .service .faq_content {
    margin-top: 16px;
    padding: 32px 24px;
  }
  .service .btn_atSTRIX {
    margin-top: 40px;
    text-align: -webkit-center;
  }
  .service .btn_atSTRIX span {
    margin-right: 1em;
  }
  .id .fv {
    margin-top: 0;
    background: linear-gradient(180deg, rgb(255, 148, 23), rgb(255, 130, 50), rgba(255, 97, 97, 0.1));
  }
  .id .fv_content::before {
    background-image: url("../img/service/id/fv_upper-cut_sp.svg");
    height: 170px;
    margin-top: -1px;
  }
  .id .fv_content::after {
    background-image: url("../img/service/id/fv_lower-cut_sp.svg");
    height: 160px;
  }
  .id .fv_txt {
    padding: 210px 24px 400px;
  }
  .id .fv_txt p {
    width: 100%;
  }
  .id .fv video {
    width: auto;
    height: 56%;
    z-index: -10;
    object-fit: cover;
  }
  .wa .fv {
    padding: 40px 24px;
    overflow: hidden;
  }
  .wa .fv_content-01 {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  .wa .fv_content-01 .fv_txt {
    width: 100%;
    margin-right: 0;
  }
  .wa .fv_content-01 .fv_img {
    width: 100%;
    max-width: 400px;
  }
  .wa .fv_content-01 .fv_img::before {
    width: 570px;
    height: 328px;
    top: 16px;
    right: -80px;
  }
  .wa .fv_content-02 {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
  }
  .wa .fv_content-02 .fv_txt {
    width: 100%;
    margin-left: 0;
  }
  .wa .fv_content-02 .fv_img {
    width: 100%;
    max-width: 480px;
    margin-top: 0;
  }
  .wa .fv_content-02 .fv_img::before {
    width: 457px;
    height: 346px;
    top: 0;
    left: 0;
  }
  .de .fv {
    margin: 80px 0;
  }
  .de .fv_content {
    flex-wrap: wrap;
    gap: 48px;
    overflow-x: visible;
  }
  .de .fv_txt {
    width: 100%;
    margin: 0 24px 0 24px;
  }
  .de .fv_txt h3 {
    margin-top: 24px;
  }
  .de .fv_txt p {
    max-width: none;
  }
  .de .fv_img {
    width: 100%;
    height: 424px;
    text-align: center;
  }
  .de .fv_img img {
    position: absolute;
    width: 100%;
    min-width: 640px;
    right: 0;
    top: -40px;
  }
  .de .fv_img::before {
    width: 800px;
    height: 500px;
    right: 0;
  }
  .de .fv_intro {
    margin-top: 160px;
    text-align: left;
  }
  .de .fv_intro p {
    margin-top: 24px;
  }
  .de .fv_block {
    gap: 32px;
    padding: 32px 24px;
  }
  .de .fv_blockContent {
    flex: auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  .de .fv_blockTtl {
    flex-wrap: nowrap;
  }
  .de .fv_blockTtl p {
    width: auto;
    margin-left: calc(0.4em + 8px);
  }
  .de .fv_blockTtl h3 {
    margin-left: 16px;
  }
  .de .fv_blockTxt {
    text-align: left;
    width: calc(60% - 24px);
    margin-right: 24px;
  }
  .de .fv_blockImg-pc {
    display: none;
  }
  .de .fv_blockImg-sp {
    display: flex;
    align-items: center;
    width: 40%;
    height: auto;
    margin-top: 0;
  }
  .de .fv_blockImg-sp img {
    width: 100%;
    height: auto;
  }
  .prod .fv {
    overflow: hidden;
  }
  .prod .fv_content {
    flex-wrap: wrap;
  }
  .prod .fv_txt {
    width: 100%;
  }
  .prod .fv_img {
    width: 100%;
  }
  .prod .fv_img::before {
    width: 560px;
    height: 313px;
    top: 40px;
    left: 40px;
  }
  .prod .fv_img-whale {
    min-width: 320px;
    max-width: 360px;
    top: 120px;
    left: 80px;
  }
  .prod .fv_img-robot {
    max-width: 120px;
    top: 40px;
    right: 120px;
  }
  .prod .service {
    margin: 40px auto 80px;
  }
  .prod .service_block-left {
    flex-wrap: wrap;
    gap: 16px;
  }
  .prod .service_block-right {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
  .prod .service_img {
    width: 100%;
    height: auto;
  }
  .prod .service_content {
    flex: auto;
  }
  .prod .service_content img {
    width: auto;
    max-width: none;
    height: 120px;
  }
  .prod .service_contentSub {
    margin-left: calc(0.8rem + 8px);
  }
  .prod .service_contentSub::before {
    margin-top: 0.6em;
    height: 0.8em;
    width: 0.8em;
  }
  .prod .btn_txt {
    margin-right: 1em;
  }
  .ses .fv {
    margin: 40px auto 80px;
  }
  .ses .fv_intro {
    gap: 24px;
    flex-wrap: wrap-reverse;
    margin-bottom: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .ses .fv_introImg {
    min-width: 40%;
  }
  .ses .fv_block {
    padding: 32px 24px;
  }
  .ses .fv_block .block_detail {
    gap: 24px;
    flex-wrap: wrap;
  }
  .ses .fv_block .block_txt {
    width: 100%;
  }
  .ses .fv_block .block_img {
    width: 100%;
  }
  .ses .fv_block .block_list {
    gap: 0;
    flex-wrap: wrap;
  }
  .ses .fv_block .block_merit {
    width: 100%;
    margin-top: 24px;
  }
  .ses .fv_block .block_merit h4 {
    padding: 8px 0 8px 48px;
  }
  .ses .fv_block .block_merit h4::before {
    left: 16px;
  }
  .ses .fv_block .block_merit ul {
    height: 100%;
    padding: 16px 32px 16px 40px;
  }
  .ses .fv_block .block_pj {
    width: 100%;
    margin-top: 24px;
  }
  .ses .fv_block .block_pj h4 {
    padding: 8px 0 8px 48px;
  }
  .ses .fv_block .block_pj h4::before {
    left: 16px;
  }
  .ses .fv_block .block_pj ul {
    height: auto;
  }
  .ses .fv_block .block_method {
    margin-top: 32px;
  }
  .ses .fv_block .block_method h3 {
    margin: 32px 0 24px;
  }
  .ses .fv_block .block_methodFlow {
    padding: 24px 0 0;
  }
  .ses .fv_block .block_methodFlow::before {
    width: calc(100% + 8px);
    height: 52px;
  }
  .ses .casestudy .section_table {
    flex-wrap: nowrap;
  }
  .ses .casestudy .section_table .ses_tableColumn {
    width: 100%;
    margin-left: 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:nth-child(2) .ses_tableCellHd {
    border-radius: 16px 0 0 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:nth-child(2) .ses_tableCell:last-child {
    border-radius: 0 0 0 16px;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child {
    margin-left: -1px;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child .ses_tableCellHd {
    border-radius: 0 16px 0 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child .ses_tableCell:last-child {
    border-radius: 0 0 16px 0;
  }
  .ses .casestudy .section_table .ses_tableColumnHd {
    display: none;
  }
  .ses .casestudy .section_table .ses_tableCell {
    padding: 12px 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ses .casestudy .section_table .ses_tableCell:nth-child(2) {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCell:nth-child(3) {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCell:last-child {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCellHd {
    padding: 12px 16px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCellHd:first-child {
    margin-top: 0;
  }
  .ses .casestudy .section_table .cell_title-sp {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
  }
  .ses .casestudy .section_table .cell_system {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .section_table .cell_systemTxt {
    width: 100%;
  }
  .ses .casestudy .section_table .cell_estimate {
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .section_table .cell_detail {
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .ses_table-1column .ses_tableColumn:last-child .ses_tableCellHd {
    border-radius: 16px 16px 0 0;
  }
  .ses .casestudy .ses_table-1column .ses_tableColumn:last-child .ses_tableCell:last-child {
    border-radius: 0 0 16px 16px;
  }
  .ses .support_ttlh2 {
    margin-bottom: 8px;
  }
  .ses .support_list {
    display: flex;
    text-align: center;
    width: 100%;
    padding: 32px 24px;
  }
  .ses .support .block_content {
    width: calc(50% - 16px);
    flex-wrap: wrap;
  }
  .ses .support .block_img {
    width: 100%;
  }
  .ses .support .block_list {
    margin-top: 24px;
  }
  .ses .support .technology_content {
    gap: 32px;
    padding: 32px 24px;
  }
  .ses .support .technology_block {
    width: 100%;
  }
  .ses .support .technology_img {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 16px 32px;
    gap: 8px 16px;
  }
  .ses .support .technology_img img {
    width: 80px;
    height: auto;
  }
  .ses .client_list {
    gap: 16px;
    padding: 0 24px;
  }
  .ses .client_block {
    width: calc(50% - 8px);
    padding: 24px 8px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 480px) {
  .service {
    overflow-x: hidden;
  }
  .service .pagettlTxt_sp {
    font-size: 42px;
  }
  .service .fv {
    margin-top: 40px;
  }
  .service .fv_illust {
    padding: 0;
  }
  .service .fv_illust::before {
    width: 100%;
    height: 400px;
    border-radius: 0;
  }
  .service .fv_illust::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50vw;
    height: 40vw;
    top: 240px;
    left: 0;
    background-image: url("../img/service/fv_deco_astro.webp");
    background-repeat: no-repeat;
  }
  .service .fv_content {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .service .fv_contentTtl {
    width: auto;
    min-width: 300px;
    margin-right: 80px;
  }
  .service .fv_contentTxt {
    margin-top: 40px;
  }
  .service .fv_contentTxt p {
    margin-bottom: 24px;
  }
  .service .intro_section {
    flex-wrap: wrap;
    margin-top: 80px;
    height: auto;
    gap: 0;
  }
  .service .intro_sectionImg {
    width: 100%;
    height: 50vh;
    padding: 0 24px;
    position: static;
  }
  .service .intro_sectionImg img {
    border-radius: 16px;
    margin-top: 0;
    height: 50vh;
  }
  .service .intro_sectionContent {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 0 24px;
    margin-top: 24px;
  }
  .service .intro_section .hd4 {
    font-size: 32px;
  }
  .service .intro_sectionList {
    margin-top: 40px;
    width: 100%;
  }
  .service_listItem img{
    width: 100%;
    margin-bottom: 10px;
  }
  .service .workflow_block {
    padding: 48px 16px 40px 16px;
  }
  .service .workflow_blockHd {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
  .service .workflow_blockHd h3 {
    width: 100%;
  }
  .service .workflow_blockHd p {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .service .workflow_plus {
    margin-left: 16px;
    top: 0;
  }
  .service .workflow .block_content {
    flex-wrap: wrap;
    padding: 0 16px;
  }
  .service .workflow .block_content-1col {
    padding: 0 16px 32px;
  }
  .service .workflow .block_group {
    padding: 0 0 32px 0;
    text-align: center;
    width: 100%;
  }
  .service .workflow .block_imgGroup {
    flex-wrap: wrap;
    margin: 24px 0;
    gap: 16px;
  }
  .service .workflow .block_img {
    margin: 0;
  }
  .service .workflow .block_arrow {
    width: 100%;
    height: 14px;
    padding-bottom: 32px;
  }
  .service .workflow .block_arrow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background-image: url("../img/service/flow_arrow-sp.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .service .workflow .active .block_arrow {
    padding: 0;
    padding-bottom: 32px;
  }
  .service .value {
    display: block;
    margin: 80px auto;
  }
  .service .value_pin {
    flex: auto;
  }
  .service .value_follow {
    width: 100%;
  }
  .service .value_follow p {
    margin: 40px 0;
  }
  .service .value_followBtn-pc {
    display: none;
  }
  .service .value_followBtn-sp {
    display: block;
    margin-top: 40px;
  }
  .service .value_content {
    width: 100%;
  }
  .service .value_list {
    flex-wrap: wrap;
    padding: 32px 24px;
    gap: 32px;
  }
  .service .value_list img {
    width: 100%;
  }
  .service .value_listTtl {
    flex-wrap: wrap;
    text-align: center;
  }
  .service .value_listHd {
    width: 100%;
    margin-bottom: 8px;
  }
  .service .casestudy_content .tab {
    justify-content: left;
  }
  .service .casestudy_content .section_detail {
    flex-wrap: wrap;
    gap: 32px;
  }
  .service .casestudy_content .section_detailCarousel {
    width: 100%;
    height: auto;
  }
  .service .casestudy_content .section_detailTxt {
    flex: 1;
  }
  .service .casestudy_content .section_detailTxt h4 {
    margin-top: 32px;
  }
  .service .casestudy_content .section_detailTxt h4:first-child {
    margin-top: 0;
  }
  .service .casestudy_content .section_detailTxt p {
    margin-top: 16px;
  }
  .service .casestudy_content .section_detailTxt ul {
    margin-top: 16px;
    padding-left: 20px;
    list-style: disc;
  }
  .service .casestudy_content .section_table {
    flex-wrap: wrap;
  }
  .service .casestudy_content .section_tableColumn {
    width: 100%;
    margin-top: -1px;
  }
  .service .casestudy_content .section_tableColumn:first-child {
    border-radius: 16px 16px 0 0;
    flex: auto;
    margin-top: 0;
  }
  .service .casestudy_content .section_tableColumn:nth-child(2) {
    flex: auto;
  }
  .service .casestudy_content .section_tableColumn:last-child {
    border-radius: 0 0 16px 16px;
  }
  .service .casestudy_content .section_tableHd {
    white-space: nowrap;
    min-width: 100%;
    padding: 12px 24px;
    text-align: center;
    vertical-align: middle;
    background-color: #F3F4F7;
    border-bottom: 1px solid #D9D9D9;
  }
  .service .casestudy_content .section_tableTxt {
    flex: auto;
    padding: 12px 16px;
  }
  .service .faq_ttl {
    text-align: left;
  }
  .service .faq_content {
    margin-top: 16px;
    padding: 32px 24px;
  }
  .service .btn_atSTRIX {
    margin-top: 40px;
    text-align: -webkit-center;
  }
  .service .btn_atSTRIX span {
    margin-right: 1em;
  }
  .id .fv {
    background: linear-gradient(180deg, rgb(255, 148, 23), rgb(255, 130, 50), rgba(255, 97, 97, 0.1));
  }
  .id .fv_content::before {
    background-image: url("../img/service/id/fv_upper-cut_sp.svg");
    height: 100px;
  }
  .id .fv_content::after {
    background-image: url("../img/service/id/fv_lower-cut_sp.svg");
    height: 80px;
  }
  .id .fv_txt {
    padding: 160px 24px 320px;
  }
  .id .fv_txt p {
    width: 100%;
  }
  .id .fv video {
    width: auto;
    height: 48%;
    z-index: -10;
    object-fit: cover;
  }
  .wa .fv {
    padding: 40px 24px 90px;
    overflow: hidden;
  }
  .wa .fv h2 {
    font-size: 32px;
  }
  .wa .fv_content-01 {
    flex-wrap: wrap;
    gap: 24px;
  }
  .wa .fv_content-01 .fv_txt {
    width: 100%;
    margin-right: 0;
  }
  .wa .fv_content-01 .fv_img {
    width: 100%;
  }
  .wa .fv_content-01 .fv_img::before {
    width: 570px;
    height: 328px;
    top: 0;
    right: 0px;
  }
  .wa .fv_content-02 {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
  }
  .wa .fv_content-02 .fv_txt {
    width: 100%;
    margin-left: 0;
  }
  .wa .fv_content-02 .fv_img {
    width: 100%;
    margin-top: 40px;
  }
  .wa .fv_content-02 .fv_img::before {
    width: 457px;
    height: 346px;
    top: -40px;
    left: 0;
  }
  .de .fv {
    margin: 80px 0;
    overflow-x: hidden;
  }
  .de .fv_content {
    flex-wrap: wrap;
    gap: 48px;
  }
  .de .fv_blockContent {
    display: block;
  }
  .de .fv_txt {
    width: 100%;
    margin: 0 24px 0 24px;
    text-align: left;
  }
  .de .fv_txt h3 {
    margin-top: 24px;
    font-size: 20px;
  }
  .de .fv_img {
    width: 100%;
    height: 424px;
    text-align: center;
  }
  .de .fv_img img {
    position: absolute;
    width: 100%;
    min-width: 640px;
    right: -80px;
    top: -40px;
  }
  .de .fv_img::before {
    width: 678px;
    height: 424px;
    right: -40px;
  }
  .de .fv_intro {
    margin-top: 80px;
  }
  .de .fv_intro p {
    margin-top: 24px;
  }
  .de .fv_block {
    gap: 32px;
    padding: 32px 24px;
  }
  .de .fv_blockContent {
    flex: auto;
    flex-wrap: wrap;
  }
  .de .fv_blockTtl {
    flex-wrap: wrap;
  }
  .de .fv_blockTtl p {
    width: 100%;
    margin-left: calc(0.4em + 8px);
  }
  .de .fv_blockTtl h3 {
    margin-left: 0;
  }
  .de .fv_blockTxt {
    text-align: left;
    width: 100%;
  }
  .de .fv_blockImg-pc {
    display: none;
  }
  .de .fv_blockImg-sp {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
  .de .fv_blockImg-sp img {
    width: 100%;
    height: auto;
  }
  .prod .fv {
    overflow: hidden;
  }
  .prod .fv_content {
    flex-wrap: wrap;
  }
  .prod .fv_txt {
    width: 100%;
  }
  .prod .fv_img {
    width: 100%;
  }
  .prod .fv_img::before {
    width: 680px;
    height: 380px;
    top: 0;
    left: 0;
  }
  .prod .fv_img-whale {
    min-width: 320px;
    max-width: 360px;
    top: 120px;
    left: 0;
  }
  .prod .fv_img-robot {
    max-width: 120px;
    top: 40px;
    right: 0;
  }
  .prod .service {
    margin: 40px auto 80px;
  }
  .prod .service_block-left {
    flex-wrap: wrap;
    gap: 16px;
  }
  .prod .service_block-right {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
  .prod .service_img {
    width: 100%;
    height: auto;
  }
  .prod .service_content {
    flex: auto;
  }
  .prod .service_content img {
    height: 80px;
  }
  .prod .service_contentSub {
    margin-left: calc(0.8rem + 8px);
  }
  .prod .service_contentSub::before {
    margin-top: 0.6em;
    height: 0.8em;
    width: 0.8em;
  }
  .prod .btn_txt {
    margin-right: 1em;
  }
  .ses .fv {
    margin: 40px auto 80px;
  }
  .ses .fv_intro {
    gap: 24px;
    flex-wrap: wrap-reverse;
    margin-bottom: 40px;
    flex-direction: row;
    align-items: baseline;
  }
  .ses .fv_introImg {
    min-width: 100%;
  }
  .ses .fv_block {
    padding: 32px 24px;
  }
  .ses .fv_block .block_detail {
    gap: 24px;
    flex-wrap: wrap;
  }
  .ses .fv_block .block_txt {
    width: 100%;
  }
  .ses .fv_block .block_img {
    width: 100%;
  }
  .ses .fv_block .block_list {
    gap: 0;
    flex-wrap: wrap;
  }
  .ses .fv_block .block_merit {
    width: 100%;
    margin-top: 24px;
  }
  .ses .fv_block .block_merit h4 {
    padding: 8px 0 8px 48px;
  }
  .ses .fv_block .block_merit h4::before {
    left: 16px;
  }
  .ses .fv_block .block_merit ul {
    height: 100%;
    padding: 16px 32px 16px 40px;
  }
  .ses .fv_block .block_pj {
    width: 100%;
    margin-top: 24px;
  }
  .ses .fv_block .block_pj h4 {
    padding: 8px 0 8px 48px;
  }
  .ses .fv_block .block_pj h4::before {
    left: 16px;
  }
  .ses .fv_block .block_pj ul {
    height: auto;
  }
  .ses .fv_block .block_method {
    margin-top: 32px;
  }
  .ses .fv_block .block_method h3 {
    margin: 32px 0 24px;
  }
  .ses .fv_block .block_methodFlow {
    flex-wrap: wrap;
    gap: 0px;
    padding: 16px 0 24px 56px;
    margin-top: 16px;
  }
  .ses .fv_block .block_methodFlow::before {
    width: 52px;
    height: 100%;
    top: 40px;
    background-image: url("../img/service/ses/fv_img_methodFlow-sp.webp");
  }
  .ses .fv_block .block_methodPoint {
    width: 100%;
    flex: none;
    padding: 24px;
  }
  .ses .fv_block .block_methodPoint h4 {
    margin-top: 16px;
  }
  .ses .fv_block .block_methodPoint p {
    margin-top: 8px;
  }
  .ses .casestudy .section_table .ses_table {
    flex-wrap: wrap;
  }
  .ses .casestudy .section_table .ses_tableColumn {
    width: 100%;
    margin-left: 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:nth-child(2) .ses_tableCellHd {
    border-radius: 16px 16px 0 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:nth-child(2) .ses_tableCell:last-child {
    border-radius: 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child {
    margin-top: -1px;
    margin-left: 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child .ses_tableCellHd {
    border-radius: 0;
  }
  .ses .casestudy .section_table .ses_tableColumn:last-child .ses_tableCell:last-child {
    border-radius: 0 0 16px 16px;
  }
  .ses .casestudy .section_table .ses_tableColumnHd {
    display: none;
  }
  .ses .casestudy .section_table .ses_tableCell {
    padding: 12px 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .ses .casestudy .section_table .ses_tableCell:nth-child(2) {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCell:nth-child(3) {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCell:last-child {
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCellHd {
    padding: 12px 16px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
  }
  .ses .casestudy .section_table .ses_tableCellHd:first-child {
    margin-top: 0;
  }
  .ses .casestudy .cell_title-sp {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
  }
  .ses .casestudy .cell_system {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .cell_systemTxt {
    width: 100%;
  }
  .ses .casestudy .cell_estimate {
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .cell_detail {
    justify-content: left;
    padding: 0;
  }
  .ses .casestudy .ses_table-1column .ses_tableColumn:last-child .ses_tableCellHd {
    border-radius: 16px 16px 0 0;
  }
  .ses .support_ttlh2 {
    margin-bottom: 8px;
  }
  .ses .support_list {
    display: flex;
    text-align: center;
    width: 100%;
    padding: 32px 24px;
  }
  .ses .support .block_content {
    width: 100%;
    flex-wrap: wrap;
  }
  .ses .support .block_img {
    width: 100%;
  }
  .ses .support .block_list {
    margin-top: 24px;
  }
  .ses .support .technology_content {
    gap: 32px;
    padding: 32px 24px;
  }
  .ses .support .technology_block {
    width: 100%;
  }
  .ses .support .technology_img {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 16px 32px;
    gap: 8px 16px;
  }
  .ses .support .technology_img img {
    width: 50px;
    height: auto;
  }
  .ses .client_list {
    gap: 16px;
    padding: 0 24px;
  }
  .ses .client_list li:nth-child(10) img {
    width: auto;
    height: 48px;
  }
  .ses .client_block {
    width: calc(50% - 8px);
    padding: 8px;
    border-radius: 8px;
  }
}
.works .tab {
  margin-bottom: 0;
}
.works .works_cat {
  display: flex;
  align-items: center;
}
.works .works_catBtn {
  position: relative;
  margin-left: 3em;
  font-weight: 700;
  transition: all 0.3s ease;
  line-height: 2;
  margin-top: 40px;
}
.works .works_catBtn:first-child {
  margin-left: 0;
}
.works .works_catBtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1.5em;
  height: 1em;
  width: 1px;
  background: #D9D9D9;
}
.works .works_catBtn:last-child::after {
  display: none;
}
.works .works_catBtn:hover {
  opacity: 0.5;
}
.works .works_catBtn.active {
  color: #5167B9;
  opacity: 1;
}
.works .works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works .cardWorks_item {
  min-width: calc(50% - 60px);
  width: calc(50% - 4.6875vw);
  margin-top: 160px;
}
.works .cardWorks_item:nth-child(even) {
  margin-top: 240px;
}
.works .cardWorks_item:nth-child(1) {
  margin-top: 80px;
}
.works .cardWorks_item:nth-child(2) {
  margin-top: 160px;
}
.works .cardWorks_itemLinkCoverImg {
  height: 500px;
}
.works .cardWorks_itemLinkTtl {
  font-size: 32px;
  line-height: 1.4;
}
.works .cardWorks_cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.worksDetail_thumbnail {
  margin-top: 120px;
}
.worksDetail_thumbnailImg {
  display: block;
  height: 42.188vw;
  width: 100%;
  object-fit: cover;
}
.worksDetail_ol {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.worksDetail_olHd .txt_m {
  margin-top: 16px;
  line-height: 1.2;
}
.worksDetail_olDetail {
  width: calc(100% - 128px - 80px);
}
.worksDetail_olDetailTxt .txt {
  margin-top: 24px;
}
.worksDetail_olDetailTxt .txt:first-child {
  margin-top: 0;
}
.worksDetail_olDetail .table {
  margin-top: 80px;
}
.worksDetail_media {
  margin-top: 80px;
}
.worksDetail_mediaItem {
  margin-top: 40px;
}
.worksDetail_mediaItem:first-child {
  margin-top: 0;
}
.worksDetail_mediaItemImg {
  width: 100%;
  border-radius: 16px;
}
.worksDetail_btn {
  margin-top: 80px;
}
.worksDetail_btn .btn {
  margin: auto;
}
.worksDetail_hd .txt_m {
  margin-top: 16px;
  line-height: 1.2;
}

@media screen and (min-width: 1600px) {
  .works .wrap_m {
    max-width: 1168px;
  }
  .works .cardWorks_item {
    min-width: auto;
    width: calc(50% - 4.6875vw);
  }
  .works .cardWorks_item:nth-child(even) {
    margin-top: 280px;
  }
  .works .cardWorks_item:nth-child(2) {
    margin-top: 200px;
  }
  .works .cardWorks_itemLinkCoverImg {
    height: 550px;
  }
}
@media screen and (min-width: 2000px) {
  .works .cardWorks_item {
    width: calc(52% - 4.6875vw);
  }
  .works .cardWorks_itemLinkCoverImg {
    height: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .works .cardWorks_itemLinkCoverImg {
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .works .works_cat {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .works .works_cat::-webkit-scrollbar {
    display: none;
  }
  .works .works_catBtn {
    flex: 0 0 auto;
    margin-left: 1em;
    padding: 0.6em 0.85em 0.6em 2.2em;
    line-height: 1;
    background: #FFF;
    border-radius: 8px;
    border: solid 1px #D9D9D9;
    color: #6E6E6E;
    font-size: 14px;
  }
  .works .works_catBtn:first-child {
    margin-left: 0;
  }
  .works .works_catBtn::after {
    background: transparent;
  }
  .works .works_catBtn:last-child::after {
    display: block;
  }
  .works .works_catBtn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1em;
    height: 0.6em;
    width: 0.6em;
    border-radius: 100%;
  }
  .works .works_catBtnAll::before {
    background: linear-gradient(90deg, #0064b4, #ff5789);
  }
  .works .works_catBtnId::before {
    background: #FF9417;
  }
  .works .works_catBtnDe::before {
    background: #FF6161;
  }
  .works .works_catBtnWa::before {
    background: #2A91E4;
  }
  .works .works_catBtn:hover {
    opacity: 1;
  }
  .works .works_catBtn.active {
    color: #FFF;
    border: solid 1px #E6E9F2;
  }
  .works .works_catBtnAll.active {
    background: #5167B9;
  }
  .works .works_catBtnId.active {
    background: #FF9417;
  }
  .works .works_catBtnDe.active {
    background: #FF6161;
  }
  .works .works_catBtnWa.active {
    background: #2A91E4;
  }
  .works .works_catBtn.active::before, .works .works_catBtn.active::after {
    content: "";
    position: absolute;
    left: 0.95em;
    right: auto;
    width: 0.8em;
    height: 2px;
    border-radius: 1em;
    background: #FFF;
  }
  .works .works_catBtn.active::before {
    top: 0.15em;
    width: 0.4em;
    transform: rotate(45deg);
  }
  .works .works_catBtn.active::after {
    left: 1.15em;
    transform: rotate(135deg);
  }
  .works .cardWorks_item {
    max-width: 400px;
    width: 100%;
    margin: 160px auto auto;
  }
  .works .cardWorks_itemLinkCoverImg {
    height: 500px;
  }
  .works .cardWorks_item:nth-child(even) {
    margin-top: 160px;
  }
  .works .cardWorks_item:nth-child(1) {
    margin-top: 80px;
  }
  .works .cardWorks_item:nth-child(2) {
    margin-top: 160px;
  }
  .worksDetail_thumbnail {
    margin-top: auto;
  }
  .worksDetail_thumbnailImg {
    height: 70vw;
    min-height: auto;
  }
  .worksDetail_ol {
    flex-wrap: wrap;
  }
  .worksDetail_olDetail {
    width: 100%;
    margin-top: 40px;
  }
  .worksDetail_ol .table {
    margin-top: 40px;
  }
  .worksDetail_media {
    margin-top: 40px;
  }
  .worksDetail_btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .works .cardWorks_item {
    margin: 100px auto auto;
  }
  .works .cardWorks_itemLinkCoverImg {
    height: 110vw;
  }
  .works .cardWorks_item:nth-child(even) {
    margin-top: 100px;
  }
  .works .cardWorks_item:nth-child(1) {
    margin-top: 80px;
  }
  .works .cardWorks_item:nth-child(2) {
    margin-top: 100px;
  }
  .worksDetail_thumbnailImg {
    height: 112vw;
    min-height: auto;
  }
  .worksDetail_ol {
    margin-top: 80px;
  }
  .worksDetail_olHd .hd5 {
    font-size: 32px;
  }
  .worksDetail_hd .hd5 {
    font-size: 32px;
  }
}
.company .main {
  overflow: hidden;
}

.company .message {
  display: flex;
  justify-content: space-between;
}
.company .message_img {
  position: relative;
  top: 40px;
}
.company .message_img::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -332px;
  width: 742px;
  height: 520px;
  background: url(../img/company/message_deco_line01.webp) center/contain no-repeat;
  z-index: 1;
}
.company .message_img::after {
  content: "";
  position: absolute;
  top: 520px;
  left: 200px;
  width: 886px;
  height: 317px;
  background: url(../img/company/message_deco_line02.webp) center/contain no-repeat;
  z-index: -1;
}
.company .message_img > img {
  width: 420px;
}
.company .message_imgDeco {
  position: absolute;
  top: 0;
}
.company .message_imgDeco img {
  position: absolute;
}
.company .message_imgDeco img:nth-child(1) {
  width: 146px;
  top: 50px;
  left: 240px;
  z-index: 1;
}
.company .message_imgDeco img:nth-child(2) {
  width: 184px;
  top: 750px;
  left: 1000px;
}
.company .message_imgDeco img:nth-child(3) {
  width: 112px;
  top: 180px;
  left: -40px;
}
.company .message_txtarea {
  position: relative;
  width: 600px;
}
.company .message_txtarea .hd_l {
  margin-top: 40px;
}
.company .message_txtarea .txt {
  margin-top: 24px;
}
.company .message_txtareaImg {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 24px;
}
.company .message_txtareaImg > .txt {
  margin-top: 0px;
}
.company .message_txtareaImg > img {
  height: 60px;
  width: 200px;
}
@keyframes imgDecoMove {
  0% {
    transform: translate(0, -30px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -30px);
  }
}
.company .message .message_img > img, .company .message .message_img::after, .company .message .message_img::before {
  animation: imgDecoMove 15s ease-in-out infinite;
}
.company .message .message_imgDeco img:nth-child(1) {
  animation: imgDecoMove 8s ease-in-out infinite;
}
.company .message .message_imgDeco img:nth-child(2) {
  animation: imgDecoMove 6s ease-in-out infinite;
  animation-delay: -2s;
}
.company .message .message_imgDeco img:nth-child(3) {
  animation: imgDecoMove 5s ease-in-out infinite;
  animation-delay: -3s;
}

.company .photo {
  position: relative;
  margin-top: 240px;
}
.company .photo_list {
  position: absolute;
  top: 60px;
  z-index: 1;
  display: flex;
}
.company .photo_listBox {
  display: flex;
}
.company .photo_listBox:nth-child(odd) {
  animation: photoListBox 80s -40s linear infinite;
}
.company .photo_listBox:nth-child(even) {
  animation: photoListBox2 80s linear infinite;
}
.company .photo_listBoxItem {
  width: 400px;
  margin-right: 100px;
}
.company .photo_listBoxItem:nth-child(even) {
  position: relative;
  top: -32px;
  width: 320px;
}
.company .photo_listBoxItemImg {
  width: 100%;
  border-radius: 16px;
}
@keyframes photoListBox {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes photoListBox2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.company .photo_bg {
  display: flex;
  width: 100%;
}
.company .photo_bgParticle {
  flex: 0 0 auto;
  width: 2560px;
}
.company .photo_bgParticle:nth-child(odd) {
  animation: photoBgParticle 150s -75s linear infinite;
}
.company .photo_bgParticle:nth-child(even) {
  animation: photoBgParticle2 150s linear infinite;
}
@keyframes photoBgParticle {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes photoBgParticle2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.company .affiliate {
  background-image: linear-gradient(135deg, rgba(0, 100, 180, 0.3019607843), rgba(255, 87, 137, 0.3019607843));
  position: relative;
  border-radius: 16px;
  margin-top: 56px;
  padding: 32px 56px;
}
.company .affiliate::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 14px;
  background: #F3F4F7;
  z-index: 1;
}
.company .affiliate .hd_l, .company .affiliate .txt_m, .company .affiliate .affiliate_list {
  position: relative;
  text-align: center;
  z-index: 1;
}
.company .affiliate .txt_m {
  margin-top: 8px;
}
.company .affiliate_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.company .affiliate_listItem {
  width: calc(25% - 32px);
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
}
.company .affiliate_listItemImg {
  display: block;
  margin: auto;
  height: 48px;
}

.company .access {
  position: relative;
  background: #FFF;
  padding: 5vw 0 5vw 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 40px 0 0 40px;
  margin-left: 8vw;
}
.company .access_txtarea {
  width: 320px;
}
.company .access_txtareaImg {
  margin-top: 48px;
  height: 48px;
}
.company .access_txtareaTxt {
  margin-top: 24px;
}
.company .access_txtareaTxtLabel {
  color: #6E6E6E;
}
.company .access_txtareaTxtDetail {
  margin-top: 8px;
}
.company .access_txtareaTxtDetailList {
  display: flex;
}
.company .access_txtareaTxtDetailList:first-child {
  margin-bottom: 8px;
}
.company .access_txtareaTxtDetailListLabel {
  width: 6em;
  margin-right: 8px;
}
.company .access_txtareaTxtDetailListItem {
  width: calc(100% - (6em + 8px));
}
.company .access_txtareaTxt .btn {
  margin-top: 24px;
}
.company .access_map {
  width: calc(100% - 400px);
}
.company .access_map iframe {
  height: 100%;
  width: 100%;
  border-radius: 16px 0 0 16px;
}

@media screen and (min-width: 1600px) {
  .company .access {
    margin-left: 15vw;
  }
  .company .access_map {
    width: calc(100% - 450px);
  }
}
@media screen and (min-width: 2000px) {
  .company .access {
    margin-left: 25vw;
  }
  .company .access_map {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1200px) {
  .company .message {
    flex-wrap: wrap;
  }
  .company .message_img {
    top: 0;
    margin: auto;
  }
  .company .message_img::before {
    top: -16vw;
    left: -45vw;
    width: 100vw;
    height: 70vw;
  }
  .company .message_img::after {
    top: 56vw;
    left: 30vw;
    width: 30vw;
    height: 20vw;
    background: url(../img/company/message_deco_line02_sp.webp) center/contain no-repeat;
  }
  .company .message_img > img {
    width: 50vw;
    margin: auto;
    display: block;
  }
  .company .message_imgDeco img {
    position: absolute;
  }
  .company .message_imgDeco img:nth-child(1) {
    width: 24vw;
    top: 8vw;
    left: 42vw;
  }
  .company .message_imgDeco img:nth-child(2) {
    width: 23vw;
    top: 70vw;
    left: 24vw;
  }
  .company .message_imgDeco img:nth-child(3) {
    width: 13vw;
    top: 34vw;
    left: -17vw;
  }
  .company .message_txtarea {
    margin-top: 120px;
    width: 100%;
  }
  .company .affiliate {
    padding: 32px 16px;
  }
  .company .affiliate_list {
    flex-wrap: wrap;
  }
  .company .affiliate_listItem {
    width: calc(50% - 8px);
    margin-top: 16px;
  }
  .company .access {
    padding: 8vw 40px;
    margin-left: 0;
    border-radius: 40px;
  }
  .company .access_map {
    width: calc(100% - 360px);
  }
  .company .access_map iframe {
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .company .access {
    flex-wrap: wrap;
    padding: 80px 48px;
  }
  .company .access_txtarea {
    width: 100%;
  }
  .company .access_map {
    width: 100%;
    margin-top: 40px;
  }
  .company .access_map iframe {
    height: 480px;
  }
}
@media screen and (max-width: 480px) {
  .company .message_img::before {
    top: -10vw;
    left: -92vw;
    width: 200vw;
    height: 110vw;
  }
  .company .message_img::after {
    top: 90vw;
    left: 32vw;
    width: 50vw;
    height: 50vw;
  }
  .company .message_img > img {
    width: 100%;
  }
  .company .message_imgDeco img:nth-child(1) {
    width: 40vw;
    top: 7vw;
    left: 48vw;
  }
  .company .message_imgDeco img:nth-child(2) {
    width: 40vw;
    top: 120vw;
    left: 24vw;
  }
  .company .message_imgDeco img:nth-child(3) {
    width: 20vw;
    top: 52vw;
    left: -4vw;
  }
  .company .message_txtarea {
    margin-top: 160px;
  }
  .company .photo {
    margin-top: 100px;
  }
  .company .photo_listBoxItem {
    width: 280px;
    margin-right: 60px;
  }
  .company .photo_listBoxItem:nth-child(even) {
    width: 220px;
  }
  .company .photo_bgParticle {
    width: 1920px;
  }
  .company .affiliate_listItem {
    width: 100%;
  }
  .company .affiliate_list:first-child {
    margin: auto;
  }
  .company .access {
    padding: 80px 24px;
  }
  .company .access_txtareaTxtDetailList {
    flex-direction: column;
  }
  .company .access_map iframe {
    height: 320px;
  }
}
.news .news_listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
.news .news_listItem:first-child {
  margin-top: auto;
}
.news .news_listItemDate {
  position: relative;
  width: 140px;
}
.news .news_listItemDate::before {
  content: "";
  position: absolute;
  right: 40px;
  width: 1px;
  height: 64px;
  background: #D9D9D9;
}
.news .news_listItemDateYear {
  font-size: 12px;
  line-height: 1.6;
}
.news .news_listItemDateMmdd {
  font-size: 24px;
  line-height: 1.6;
}
.news .news_listItemTxt {
  width: calc(100% - 140px);
}

@media screen and (max-width: 480px) {
  .news .news_listItem {
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: solid 1px #D9D9D9;
  }
  .news .news_listItemDate {
    width: 100%;
  }
  .news .news_listItemDate::before {
    display: none;
  }
  .news .news_listItemTxt {
    width: 100%;
    margin-top: 16px;
  }
}
.contact .contact_content {
  background: #FFF;
  padding: 64px 80px;
  border-radius: 40px;
}

.contactConfirm .hd_s {
  margin-top: 64px;
}
.contactConfirm .table {
  margin-top: 40px;
}
.contactConfirm .table_rowLabel {
  width: 8em;
}
.contactConfirm .form {
  display: flex;
  justify-content: space-between;
  width: 480px;
  margin: 24px auto auto;
}

.contactComplete .hd_s {
  margin-top: 64px;
}
.contactComplete .txt {
  margin-top: 24px;
  text-align: center;
}
.contactComplete .txt_group {
  margin-top: 40px;
}
.contactComplete .btn_main {
  margin: 40px auto 0;
  width: 300px;
}
.contactComplete .btn_main .btn_txt {
  padding: 20px 12px 20px;
}
.contactComplete .btn_sub {
  margin: 40px auto 0;
}
.contactComplete .disabled {
  background: #CFD2DC;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .contact .contact_content {
    padding: 64px 24px;
  }
  .contactForm .formArea {
    padding: 0;
  }
  .contactConfirm .formArea {
    padding: 0;
  }
  .contactComplete .formArea {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .contactConfirm .table_row {
    flex-wrap: wrap;
  }
  .contactConfirm .table_rowLabel {
    width: 100%;
  }
  .contactConfirm .table_rowValue {
    width: 100%;
    margin: 1em 0 0;
  }
  .contactConfirm .form {
    flex-wrap: wrap;
    width: auto;
  }
  .contactConfirm .form_desc {
    text-align: center;
  }
  .contactConfirm .form .btn_secondary {
    order: 2;
  }
  .contactConfirm .form .btn_primary {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .contactComplete .txt {
    text-align: left;
  }
}
.dl .dl_content {
  background: #FFF;
  padding: 64px 80px;
  border-radius: 40px;
}

.dlContents .dlContents_list {
  display: flex;
  justify-content: start;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 80px 48px;
}
.dlContents .dlContents_listItem {
  width: calc(33.3333333333% - 32px);
}
.dlContents .dlContents_listItem:hover .dlContents_listItemImg {
  border: solid 3px #5167B9;
  border-radius: 19px;
}
.dlContents .dlContents_listItemLink {
  display: block;
}
.dlContents .dlContents_listItemImg {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: solid 3px transparent;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dlContents .dlContents_listItemHd {
  margin-top: 0.67em;
}
.dlContents .dlContents_listItemTxt {
  margin-top: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.dlForm .dlForm_slider {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.dlForm .dlForm_sliderThumb {
  width: 23.8%;
  margin-right: 4.2%;
}
.dlForm .dlForm_sliderThumbItem {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  border: solid 3px transparent;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dlForm .dlForm_sliderThumbItem:first-child {
  margin-top: 0;
}
.dlForm .dlForm_sliderThumbItem:hover {
  border: solid 3px #5167B9;
}
.dlForm .dlForm_sliderThumbItem.active {
  border: solid 3px #5167B9;
}
.dlForm .dlForm_sliderThumbItemImg {
  position: relative;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
}
.dlForm .dlForm_sliderMain {
  width: 78%;
  position: relative;
}
.dlForm .dlForm_sliderMainItem {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.dlForm .dlForm_sliderMainItem.active {
  opacity: 1;
}
.dlForm .dlForm_sliderMainItemImg {
  width: 100%;
  border-radius: 16px;
}
.dlForm .dlForm_summary {
  margin-top: 40px;
}
.dlForm .dlForm_summaryTxt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.dlForm .dlForm_summaryMore {
  cursor: pointer;
  border-top: solid 1px #D9D9D9;
  text-align: center;
}
.dlForm .dlForm_summaryMore .txt {
  position: relative;
  padding: 24px 0;
}
.dlForm .dlForm_summaryMore .txt::after {
  content: "";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  top: 0;
  bottom: 0;
  right: -6.5em;
  left: 0;
  margin: auto;
  background: url(../img/download/summary_icon_more.svg) center/contain no-repeat;
}
.dlForm .dlForm_summaryMoreClose.txt {
  display: none;
}
.dlForm .dlForm_summaryMoreClose.txt::after {
  top: -0.1em;
  right: -4.5em;
  transform: rotate(180deg);
}
.dlForm .dlForm_summary-expanded .dlForm_summaryTxt {
  -webkit-line-clamp: unset;
  max-height: none;
}
.dlForm .dlForm_summary-expanded .dlForm_summaryMoreRead {
  display: none;
}
.dlForm .dlForm_summary-expanded .dlForm_summaryMoreClose {
  display: block;
}
.dlForm .dlForm_summaryBorder {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.dlForm .formArea {
  margin-top: 80px;
}

.dlConfirm .hd_s {
  margin-top: 64px;
}
.dlConfirm .table {
  margin-top: 40px;
}
.dlConfirm .table_rowLabel {
  width: 7em;
}
.dlConfirm .form {
  display: flex;
  justify-content: space-between;
  width: 480px;
  margin: 24px auto auto;
}

.dlComplete .hd_s {
  margin-top: 64px;
}
.dlComplete .txt {
  margin-top: 40px;
}
.dlComplete .btn_main {
  margin: 40px auto 0;
  width: 300px;
}
.dlComplete .btn_main .btn_txt {
  padding: 20px 12px 20px;
}
.dlComplete .btn_sub {
  margin: 40px auto 0;
}
.dlComplete .disabled {
  background: #CFD2DC;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .dl .dl_content {
    padding: 64px 24px;
  }
  .dlContents .dlContents_listItem {
    width: calc(50% - 32px);
  }
  .dlContents .dlContents_listItem:hover .dlContents_listItemImg {
    border: none;
    border-radius: 16px;
  }
  .dlContents .dlContents_listItemImg {
    border: none;
  }
  .dlForm .dlForm_sliderThumbItem {
    margin-top: 8%;
  }
  .dlForm .formArea {
    padding: 0;
  }
  .dlConfirm .formArea {
    padding: 0;
  }
  .dlComplete .formArea {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .dl .pagettl_txtareaTxt {
    font-size: calc(56px - 0.4em);
  }
  .dlContents .dlContents_listItem {
    width: 100%;
  }
  .dlConfirm .table_row {
    flex-wrap: wrap;
  }
  .dlConfirm .table_rowLabel {
    width: 100%;
  }
  .dlConfirm .table_rowValue {
    width: 100%;
    margin: 1em 0 0;
  }
  .dlConfirm .form {
    flex-wrap: wrap;
    width: auto;
  }
  .dlConfirm .form_desc {
    text-align: center;
  }
  .dlConfirm .form .btn_secondary {
    order: 2;
  }
  .dlConfirm .form .btn_primary {
    order: 1;
  }
  .dlComplete .btn_main {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dlForm .dlForm_slider {
    flex-wrap: wrap;
  }
  .dlForm .dlForm_sliderThumb {
    order: 2;
    display: flex;
    justify-content: space-between;
    margin: 24px 0 0 0;
    width: 100%;
  }
  .dlForm .dlForm_sliderThumbItem {
    margin-top: 0;
    width: calc(33.3333333333% - 2px);
  }
  .dlForm .dlForm_sliderMain {
    order: 1;
    width: 100%;
    height: 60vw;
  }
}
.pp_content {
  background: #FFF;
  padding: 64px 80px;
  border-radius: 40px;
}
.pp_contentList {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
}
.pp_contentListItem .txt {
  margin-top: 24px;
}

@media screen and (max-width: 480px) {
  .pp_content {
    padding: 64px 24px;
  }
}
/* ================================
  SUB FOOTER
================================ */
.footerSub{
  position: relative;
  padding: 60px 0 40px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.15);
  color: #fff;
}

.footerSub_inner{
  text-align: center;
}

.footerSub_logo{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .12em;
}

.footerSub_tagline{
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .18em;
  opacity: .75;
}

.footerSub_nav{
  margin: 28px 0 20px;
}

.footerSub_nav ul{
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footerSub_nav a{
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footerSub_nav a:hover{
  opacity: .7;
}

.footerSub_copy{
  font-size: 12px;
  opacity: .6;
}

/* SP */
@media (max-width: 768px){
  .footerSub{
    padding: 48px 0 32px;
  }
  .footerSub_nav ul{
    gap: 18px;
  }
}
