@charset "UTF-8";

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* base */
body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

/* Custom reset */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

button,
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/* html & body */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  background: #ffffff;
  min-width: 320px;
}

/* anchor */
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* ------------------------------------------
 Common
------------------------------------------ */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}

/* ------------------------------------------
 PC
------------------------------------------ */
body {
  padding-top: 115px !important;
}

.sp_block,
.sp_inline {
  display: none !important;
}

.pc_block {
  display: block !important;
}

.pc_inline {
  display: inline !important;
}

.sp_button_contact {
  display: none;
}

/* -------------------------------------
  固定ボタン
------------------------------------- */
.fixed_right_button {
  position: fixed;
  right: -24px;
  top: 235px;
  width: 174px;
  z-index: 1000;
}

.fixed_right_button>ul>li {
  /* margin-bottom: 20px; */
}

.fixed_right_button>ul>li:last-child {
  margin-bottom: 0;
}

.fixed_right_button>ul>li>a {
  display: block;
  transition: 0.3s;
}

.fixed_right_button>ul>li>a:hover {
  transform: translateX(-20px);
}

/* -------------------------------------
  コンテンツ
------------------------------------- */
.common_white_box {
  border-radius: 15px;
  background-color: #fff;
}

.common_gray_box {
  border-radius: 15px;
  background-color: #e6e6e6;
}

.common_gray_box2 {
  border-radius: 15px;
  background-color: #eef1f1;
}

.common_inner_1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.common_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.common_inner_820 {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  box-sizing: border-box;
}

.common_inner_880 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  box-sizing: border-box;
}

h2.common_h2.anchor {
  /* pcアンカーリンク用 */
  padding-top: 115px;
  margin-top: -115px;
}

h2.common_h2 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

h2.common_h2>.text1 {
  display: block;
  line-height: 1;
  font-weight: bold;
}

h2.common_h2>.line {
  width: 100%;
  display: inline-block;
  margin: 20px 0 8px;
  position: relative;
  border-bottom: 2px #78c800 solid;
}

h2.common_h2>.line::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  border-bottom: 2px solid #292854;
  width: 50%;
}

h2.common_h2>.text2 {
  display: block;
  color: #7e9297;
  line-height: 1;
}

h2.common_h2.short>.text1 {
  font-size: 3.3rem;
}

h2.common_h2.short>.line {
  width: 160px;
}

h2.common_h2.short>.text2 {
  font-size: 1.9rem;
}

h2.common_h2.short_noeng>.text1 {
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: bold;
}

h2.common_h2.short_noeng>.line {
  width: 160px;
  margin-bottom: 0;
}

h2.common_h2.long>.text1 {
  font-size: 4rem;
  font-weight: bold;
}

h2.common_h2.long>.text2 {
  font-size: 1.8rem;
}

h3.common_h3_ul {
  display: inline-block;
  color: #fff;
  text-align: right;
  background-color: #292854;
  border-radius: 0 50px 50px 0;
}

a.common_button {
  position: relative;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
  box-sizing: border-box;
}

a.common_button>span {
  position: absolute;
  right: 26px;
  top: 33px;
  width: 9px;
}

a.common_button>span>img {
  max-width: 100%;
}

ul.common_blue_button {
  margin-bottom: 30px;
  text-align: center;
}

ul.common_blue_button>li {
  display: inline-block;
}

ul.common_blue_button>li>a {
  display: block;
  padding: 20px 0 23px;
  background-color: #292854;
}

ul.common_blue_button>li>a:hover {
  background-color: #3a3877;
}

ul.common_blue_button>li>a>.sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #7e9297;
  line-height: 1;
}

ul.common_blue_button>li>a>.sub::after,
ul.common_blue_button>li>a>.sub::before {
  content: "";
  flex-grow: 0.4;
  /* 余白を分け与える */
  height: 1px;
  background: #7e9297;
}

ul.common_blue_button>li>a>.sub::after {
  margin-left: 15px;
}

ul.common_blue_button>li>a>.sub::before {
  margin-right: 15px;
}

ul.common_blue_button>li>a>.title {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}

a.common_button2 {
  display: block;
  margin: 0 auto;
  padding: 18px 0 22px;
  line-height: 1.4;
}

a.common_button2.bg_pink {
  background-color: #D46324;
  margin-bottom: 30px;
  width: 70%;
}

a.common_button2.bg_pink:hover {
  background-color: #E3A078;
}

a.common_button2.bg_blue {
  background-color: #292854;
}

a.common_button2.bg_blue.mb30 {
  margin-bottom: 30px;
  width: 70%;
}

a.common_button2.bg_blue:hover {
  background-color: #3a3877;
}

a.common_button2.bg_green {
  background-color: #78c800;
  padding: 33px 0;
  margin-bottom: 30px;
}

a.common_button2.bg_green:hover {
  background-color: #97fb00;
}

a.common_button2>div {
  line-height: 1;
  font-weight: bold;
}

a.common_button2>.sub {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

a.common_button2>.title {
  font-size: 2.2rem;
  line-height: 2.6rem;
}

a.common_button2>span {
  position: absolute;
  right: 26px;
  top: 34px;
  width: 9px;
}

a.common_button2>span>img {
  max-width: 100%;
}

.cta_pink_btn {
  text-align: center;
  padding: 30px 0;
}

.cta_pink_btn a {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px #D46324 solid;
  border-radius: 30px;
  transition: 0.3s;
  /* 背景ピンク */
  background-color: #D46324;
  color: #fff;
}

.cta_pink_btn a:hover {
  /* 背景白 */
  background: #fff;
  color: #D46324;
}

/* -------------------------------------
  下層メインイメージ
------------------------------------- */
main.ul_main {
  overflow: hidden;
}

main.ul_main>div {
  float: left;
  height: 400px;
}

main.ul_main>.left {
  width: calc((100% - 1240px) / 2);
  background-color: #fff;
  position: relative;
}

main.ul_main>.left>div {
  position: relative;
  top: 50px;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #000;
}

main.ul_main>.right {
  width: calc(100% - (100% - 1240px) / 2);
  background: #eee url("../img/page/ul_main_1.jpg") no-repeat;
  position: relative;
  background-size: cover !important;
}

main.ul_main>.right.ul_main_1 {
  background: #eee url("../img/page/ul_main_1.jpg") no-repeat;
}

main.ul_main>.right.ul_main_2 {
  background: #eee url("../img/page/ul_main_2.jpg") no-repeat;
}

main.ul_main>.right.ul_main_3 {
  background: #eee url("../img/page/ul_main_3.jpg") no-repeat;
}

main.ul_main>.right.ul_main_4 {
  background: #eee url("../img/page/ul_main_4.jpg") no-repeat;
}

main.ul_main>.right.ul_main_5 {
  background: #eee url("../img/page/ul_main_5.jpg") no-repeat;
}

main.ul_main>.right.ul_main_6 {
  background: #eee url("../img/page/ul_main_6.png") no-repeat;
}

main.ul_main>.right.ul_main_7 {
  background: #eee url("../img/page/ul_main_7_1.png") no-repeat;
}

main.ul_main>.right.ul_main_8 {
  background: #eee url("../img/page/ul_main_8.jpg") no-repeat;
}

main.ul_main>.right.ul_main_9 {
  background: #eee url("../img/page/ul_main_9.jpg") no-repeat;
}

main.ul_main>.right>.bg_black {
  position: relative;
  top: 50px;
  left: 0;
  width: 315px;
  height: 300px;
  background-color: #000;
}

main.ul_main>.right>.text {
  position: absolute;
  top: 80px;
  left: 0;
  width: 78%;
  max-width: 400px;
}

main.ul_main>.right>.text>h1 {
  width: 900px;
  color: #fff;
  font-size: 5rem;
  font-family: "Noto Sans JP";
  font-weight: 700;
  border-bottom: 2px #fff solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

main.ul_main>.right>.text>div {
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  padding-right: 1em;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 944px) {
  body {
    padding-top: 70px !important;
  }

  .sp_block {
    display: block !important;
  }

  .sp_inline {
    display: inline !important;
  }

  .pc_block,
  .pc_inline {
    display: none !important;
  }

  .sp_button_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: 0.3s;
  }

  .sp_button_contact>a {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }

  .sp_button_contact>a>img {
    vertical-align: bottom;
    max-width: 100%;
  }

  .sp_button_contact_disable {
    bottom: -50px;
  }

  /* -------------------------------------
  固定ボタン
  ------------------------------------- */
  .fixed_right_button {
    display: none;
  }

  /* -------------------------------------
    sp コンテンツ
  ------------------------------------- */

  h2.common_h2.anchor {
    /* spアンカーリンク用 */
    padding-top: 70px;
    margin-top: -70px;
  }

  h2.common_h2 {
    margin-bottom: 20px;
  }

  h2.common_h2>.line {
    display: block;
    margin: 15px auto 7px;
    border-bottom: 1px #78c800 solid;
  }

  h2.common_h2>.line::after {
    bottom: -1px;
    border-bottom: 1px solid #292854;
  }

  h2.common_h2.short>.text1 {
    font-size: 1.8rem;
  }

  h2.common_h2.short>.line {
    width: 120px;
  }

  h2.common_h2.short>.text2 {
    font-size: 1.4rem;
  }

  h2.common_h2.short_noeng>.text1 {
    font-size: 2rem;
  }

  h2.common_h2.short_noeng>.line {
    width: 120px;
  }

  h2.common_h2.long>.text1 {
    font-size: 2.4rem;
  }

  h2.common_h2.long>.text2 {
    font-size: 1.4rem;
  }

  a.common_button>span {
    right: 16px;
    top: 23px;
    width: 5px;
  }

  ul.common_blue_button>li {
    display: block;
  }

  ul.common_blue_button>li>a {
    padding: 10px 0 13px;
  }

  ul.common_blue_button>li>a>.sub {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  ul.common_blue_button>li>a>.sub::after {
    margin-left: 10px;
  }

  ul.common_blue_button>li>a>.sub::before {
    margin-right: 10px;
  }

  ul.common_blue_button>li>a>.title {
    font-size: 1.4rem;
  }

  a.common_button2 {
    padding: 10px 0;
  }

  a.common_button2.bg_pink {
    margin-bottom: 20px !important;
  }

  a.common_button2.bg_blue.mb30 {
    margin-bottom: 20px;
  }

  a.common_button2.bg_green {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  a.common_button2>.sub {
    margin-bottom: 7px;
    font-size: 1.2rem;
  }

  a.common_button2>.title {
    font-size: 1.35rem;
    line-height: 1.8rem;
  }

  a.common_button2>span {
    right: 16px;
    top: 16px;
    width: 5px;
  }

  .cta_pink_btn {
    padding-top: 23px;
  }

  .cta_pink_btn a {
    padding: 8px 30px 10px;
  }

  /* -------------------------------------
    sp 下層メインイメージ
  ------------------------------------- */

  main.ul_main>.left {
    width: calc((100% - 94%) / 2);
  }

  main.ul_main>.left>div {
    top: 30px;
  }

  main.ul_main>.right {
    width: calc(100% - (100% - 94%) / 2);
  }

  main.ul_main>.right>.bg_black {
    top: 30px;
    width: 85%;
    max-width: 400px;
  }

  main.ul_main>.right>.text {
    top: 60px;
    left: 10px;
  }

  main.ul_main>.right>.text>h1 {
    width: 100%;
    font-size: 10vw;
    font-size: min(10vw, 5rem);
  }

  main.ul_main>.right>.text>div {
    font-size: 3vw;
    font-size: min(3vw, 1.75rem);
  }
}

/* ------------------------------------------
 特殊
------------------------------------------ */
@media (min-width: 945px) and (max-width: 1180px) {

  /* ------------------------------------------
   Header
  ------------------------------------------ */
  /* header .head_navi {
    padding: 15px 20px !important;
    align-items: center !important;
  } */
  /* header .head_navi > nav {
    width: 70% !important;
    padding-right: 5px !important;
  } */
  header .head_navi>nav>.close {
    display: none;
  }

  /* header .head_navi > .head_button {
    width: 20% !important;
    text-align: center !important;
  } */
}

/* ------------------------------------------
   Header ヘッダー
  ------------------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(204, 204, 204, 0.2);
}

header .sony {
  background-color: #000;
  text-align: right;
}

header .sony>a {
  display: inline-block;
  padding: 5px 16px 5px 0;
}

header .sony>a>img {
  max-width: 100%;
}

/* === Navi === */
header .head_navi {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 70px;
}

header .head_navi>.meeq {
  width: 120px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

header .head_navi>.meeq>a {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

header .head_navi>.meeq>a>img {
  vertical-align: top;
}

header .head_navi>nav {
  padding-bottom: 6px;
  box-sizing: border-box;
  margin-right: auto;
}

header .head_navi>nav>ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 35px;
}

header .head_navi>nav>ul>li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  /* 改行禁止 */
}

header .head_navi>nav>ul>li:last-child {
  margin-right: 0;
}

header .head_navi>nav>ul>li.current>a {
  color: #78c800;
  border-bottom: 3px solid #78c800;
}

header .head_navi>nav>ul>li>a {
  padding-bottom: 0;
  line-height: 1;
  border-bottom: 3px solid #fff;
}

header .head_navi>nav>ul>li>a:hover {
  opacity: 0.7;
  color: #78c800;
  transition: color 0.15s;
}

header .head_navi>nav>ul>li>a>span {
  display: inline-block;
  width: 25px;
  padding-left: 10px;
}

header .head_navi>nav>ul>li>a>span>img {
  max-width: 100%;
  margin-bottom: -3px;
}

/* button */
header .head_button {
  background: #f0f0f0;
}

header .head_button>.head_button_inner {
  display: inline-block;
  width: 100%;
  max-width: 1440px;
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  margin: 0 auto;
  padding: 0 20px 0 180px;
  height: 45px;
}

header .head_button>.head_button_inner>.head_button_title {
  font-size: 13px;
  /* color: #7e9297; */
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-right: 1em;
}

header .head_button>.head_button_inner>ul>li {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 2px;
  text-align: center;
}

header .head_button>.head_button_inner>ul>li>a {
  display: block;
  /* width: 163px; */
  padding: 8px 10px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  font-weight: bold;
  box-sizing: border-box;
}

header .head_button>.head_button_inner>ul>li>a:hover {
  opacity: 0.7;
}

header .head_button>.head_button_inner>ul>li>a>span {
  display: inline-block;
  width: 20px;
  padding-left: 5px;
  box-sizing: border-box;
}

header .head_button>.head_button_inner>ul>li>a>span>img {
  max-width: 100%;
  margin-bottom: -3px;
}

@media screen and (max-width: 944px) {

  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    height: 70px;
  }

  header .head_navi {
    order: 1;
  }

  header .head_navi>.meeq {
    width: 25vw;
    min-width: 20%;
    padding-right: 7%;
  }

  header .head_navi>.meeq>a {
    font-size: 5vw;
    font-size: min(7.4vw, 2.8rem);
  }

  header .head_navi>nav {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
  }

  header .head_navi>nav.nav_visible {
    right: 0;
  }

  header .head_navi>nav>.close {
    padding: 0 20px;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  header .head_navi>nav>ul {
    padding: 0 20px;
    display: block;
  }

  header .head_navi>nav>ul>li {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }

  header .head_navi>nav>ul>li ul.__sublist {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }

  header .head_navi>nav>ul>li ul.__sublist li a {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 20px 0;
    background: url("../img/common/more.png") no-repeat 95% center;
  }

  header .head_navi>nav>ul>li>a {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px 0;
    /* background: url("../img/common/more.png") no-repeat 95% center; */
  }

  header .head_navi>nav>ul>#meeq_sim>a,
  header .head_navi>nav>ul>#meeq_global_sim>a,
  header .head_navi>nav>ul>#meeq_pf>a,
  header .head_navi>nav>ul>#meeq_ai>a,
  header .head_navi>nav>ul>#meeq_service>a {
    margin: 0 10px;
  }

  header .head_navi>nav>ul>#meeq_services>a {
    background: url("../img/common/more2.png") no-repeat 95% center;
  }

  header>.head_button {
    text-align: left;
    order: 2;
  }

  header>.head_button>.head_button_inner>.head_button_title {
    padding-bottom: 0;
    font-size: 2.1vw;
    font-size: min(2.1vw, 1.3rem);
  }

  header>.head_button>.head_button_inner>ul>li {
    margin: 0 1px;
  }

  header>.head_button>.head_button_inner>ul>li>a {
    padding: 6px 8px;
    font-size: 2.3vw;
    font-size: min(2.3vw, 1.4rem);
    border-radius: 50px;
  }

  header>.head_button>.head_button_inner>ul>li>a>span {
    display: none;
  }

  header .sp_menu_button {
    width: 28px;
    height: 18px;
    cursor: pointer;
    order: 3;
    position: relative;
  }

  header .sp_menu_button>span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 28px;
    height: 2px;
    background-color: #000;
  }

  header .sp_menu_button:before,
  header .sp_menu_button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    margin-top: -1px;
    width: 28px;
    height: 2px;
    background-color: #000;
  }

  header .sp_menu_button:before {
    top: 0;
  }

  header .sp_menu_button:after {
    bottom: 0;
  }
}

/* header start */
.header__cta_items {
  display: flex;
}

.header__cta_item {
  padding: 20px 5px;
}

.header__cta--download-btn,
.header__cta--contact-btn,
.header__cta--quotation-btn {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 20px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 100vh;
  color: #fff !important;
}

.header__cta--download-btn {
  width: 185px;
  background-color: #78c800;
}

.header__cta--contact-btn {
  width: 160px;
  background-color: #000000;
}

.header__cta--quotation-btn {
  width: 130px;
  background-color: #D46324;
}

.header__cta--quotation-btn:before,
.header__cta--download-btn:before,
.header__cta--contact-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}

.header__cta--quotation-btn:before {
  left: 20px;
  background-image: url(/assets/img/icon-yen.svg);
}

.header__cta--download-btn:hover,
.header__cta--contact-btn:hover,
.header__cta--quotation-btn:hover {
  color: #fff;
  opacity: 0.6;
}

.header__cta--download-btn:before {
  left: 15px;
  background-image: url(/assets/img/icon_file.png);
}

.header__cta--contact-btn:before {
  top: 52%;
  left: 18px;
  background-image: url(/assets/img/icon_mail.png);
}

.navi__link {
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.15s;
  cursor: pointer;
}

.navi__link:hover,
.navi__link:focus {
  color: #78c800;
}

.navi__dropdown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px #777;
  color: initial;
  transform: translate(0, 100%);
  width: 150vw;
  margin-left: calc(-50vw);
}

.navi__link:hover>.navi__dropdown,
.navi__link:focus>.navi__dropdown {
  display: block;
}

.navi__dropdown-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.navi__dropdown-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navi__dropdown-title {
  flex: 1;
  align-items: center;
}

.navi__dropdown-link {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  transition: color 0.15s;
}

.navi__dropdown-text {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0 0 20px;
}

.navi__dropdown-items {
  display: flex;
  gap: 20px 10px;
  flex: 5;
  flex-wrap: wrap;
}

.navi__dropdown-items::after {
  content: "";
  display: block;
  width: 30%;
}

.navi__dropdown-item {
  margin-right: 20px;
  width: calc(100% / 3 - 60px / 3);
  height: 80px;
  margin-bottom: 30px;
}

.navi__dropdown-item:nth-of-type(3n) {
  margin-right: 0;
}

.navi__dropdown-link:hover,
.navi__dropdown-link:focus {
  color: #78c800;
}

.glonavi-sp-menu {
  display: none;
}

.navi_logo {
  display: none;
}

@media screen and (max-width: 944px) {
  .glonavi-sp-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 10px 0;
    color: #fff;
  }

  .glonavi-sp-menu a {
    color: #fff;
  }

  .glonavi-sp-menu img {
    width: 20px;
    height: 20px;
  }

  .glonavi-sp-menu-content {
    width: 48%;
    font-size: 14px;
    padding: 5px 0;
  }

  .glonavi-sp-menu-content-icon {
    margin-left: 10px;
  }

  .navi_logo {
    display: flex;
    justify-content: space-between;
  }

  .navi_logo img {
    width: 100px;
  }

  .navi__dropdown-link {
    font-size: 16px;
  }
}


/* ------------------------------------------
   フッター
  ------------------------------------------ */
footer {
  padding: 50px 0;
  background-color: #171818;
}

footer>.footer_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}

footer>.footer_inner>nav {
  width: 60%;
  float: left;
  text-align: left;
}

footer>.footer_inner>nav>.table {
  display: table;
  width: 100%;
}

footer>.footer_inner>nav>.table>div {
  display: table-cell;
  vertical-align: top;
  width: 27%;
  padding-right: 4%;
  box-sizing: content-box;
}

footer>.footer_inner>nav>.table>div>div>span {
  display: block;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-bottom: 15px;
  border-bottom: 1px #fff solid;
  font-size: 1.4rem;
  color: #fff;
}

footer>.footer_inner>nav>.table>div>div.bb_none>span {
  border-bottom-color: #171818;
}

footer>.footer_inner>.copyright {
  width: 40%;
  float: left;
}

footer>.footer_inner>.copyright>div {
  text-align: right;
  color: #fff;
}

footer>.footer_inner>.copyright>div:nth-child(1) {
  padding-top: 33px;
  font-size: 13px;
}

footer>.footer_inner>.copyright>div:nth-child(2) {
  padding-top: 20px;
  font-size: 10px;
}

.page_top {
  position: fixed;
  bottom: -70px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 1001;
  cursor: pointer;
  transition: 0.3s;
}

.page_top_visible {
  bottom: 10px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.footer__wrap {
  color: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
  display: flex;
}

.footer-sp__wrap {
  display: none;
}

.footer__item--left {
  flex: 1;
}

.footer__item--right {
  text-align: center;
}

.footer__title {
  color: #fff;
  border-bottom: solid 2px #fff;
  max-width: 400px;
  font-size: 15px;
  margin-bottom: 28px;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer li a {
  text-decoration: none;
  color: #fff !important;
}

footer a:hover {
  color: #fff;
  /* opacity: 0.6; */
}

.footer__img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
  width: auto;
  height: 71px;
}

.footer__item_copyright {
  display: block;
  margin-top: 5px;
}

.footer__item_copyright--middle {
  font-size: 15px;
}

.footer__item_copyright--small {
  font-size: 12px;
}

.footer_cta {
  background-color: #f0f0f0;
}

.footer_cta_items {
  padding: 50px 0;
  max-width: 1080px;
  text-align: center;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.footer_cta_item {
  width: 40%;
  padding: 20px 0;
}

.footer_cta_text {
  margin: 0;
}

.footer_cta--download-btn,
.footer_cta--contact-btn,
.footer_cta--register-btn {
  width: 100%;
  max-width: 350px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
  color: #fff !important;
}

.footer_cta--download-btn {
  background-color: #78c800;
}

.footer_cta--contact-btn {
  background-color: #000000;
}

.footer_cta--register-btn {
  background-color: #D46324;
}

.footer__btn {
  width: 228px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #000000;
  background-color: #fff;
  border-radius: 100vh;
}

.footer_cta--download-btn:hover,
.footer_cta--contact-btn:hover,
.footer_cta--register-btn:hover {
  color: #fff;
  opacity: 0.6;
}

.footer__btn:hover {
  color: #000;
  opacity: 0.6;
}

.footer_cta--download-btn:after,
.footer_cta--contact-btn:after,
.footer_cta--register-btn:after,
.footer__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}

.footer_cta--download-btn:after,
.footer_cta--contact-btn:after,
.footer_cta--register-btn:after {
  right: 40px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.footer__btn::after {
  right: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.footer_cta--contact-btn:before,
.footer_cta--download-btn:before,
.footer__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}

.footer_cta--contact-btn:before {
  left: 50px;
  background-image: url(/assets/img/icon_mail.png);
}

.footer_cta--download-btn:before {
  left: 50px;
  background-image: url(/assets/img/icon_file.png);
}

.footer__btn:before {
  left: 20px;
  background-image: url(/assets/img/icon_mail_black.png);
}

footer>.footer__wrap>.footer__item--left>ul>li>a:hover {
  background-position-x: 5px;
}

@media screen and (max-width: 944px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .footer_cta_items {
    padding: 20px;
  }

  .footer_cta_item {
    width: 45%;
    padding: 10px 0;
  }

  .footer_cta--download-btn,
  .footer_cta--contact-btn,
  .footer_cta--register-btn {
    font-size: 14px;
    padding: 1rem;
  }

  .footer_cta--download-btn:after,
  .footer_cta--contact-btn:after,
  .footer_cta--register-btn:after,
  .footer_cta--download-btn:before,
  .footer_cta--contact-btn:before,
  .footer_cta--register-btn:before {
    content: none;
  }

  .footer__wrap {
    display: none;
  }

  .footer__title-wrap {
    display: flex;
    border-bottom: solid 2px #fff;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer__img {
    width: auto;
    height: 32px;
    margin: 0;
  }

  .footer__title {
    font-size: 12px;
    border-bottom: none;
    margin: 0 0 0 10px;
  }

  .footer__item--right {
    margin-top: 30px;
  }

  .footer-sp__wrap {
    display: block;
  }

  .footer-sp__credit {
    text-align: right;
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
  }

  footer>.footer-sp__wrap>.footer__item--left>ul>li>a:hover {
    background-position-x: 5px;
  }

  footer {
    padding: 30px 15px 80px;
  }

  footer>.footer_inner {
    width: 92%;
  }

  footer>.footer_inner>nav {
    overflow: hidden;
  }

  footer>.footer_inner>nav>.table>div {
    display: block;
    float: left;
    width: 46%;
    margin-bottom: 20px;
  }

  footer>.footer_inner>nav>.table>div>ul>li>a:hover {
    background-position-x: 5px;
  }

  footer>.footer_inner>.copyright>div {
    text-align: center;
    color: #fff;
  }

  footer>.footer_inner>.copyright>div:nth-child(1) {
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .page_top {
    display: none;
  }
}

/* 2412 フッター改修 */
.footer__list_items {
  display: flex;
  gap: 80px;
  ul {
    max-width: 15em;
    li ul {
      max-width: 13em;
    }
  }
}

.footer__list_items>ul>li,
.footer__list_items>ul>li>ul>li
 {
  margin-bottom: 16px;
}
.footer__list_items>ul>li>ul {
  margin-top: 16px;
}
.footer__list_items>ul>li>a,
.footer__list_items>ul>li>ul>li>a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.3;
  transition: 0.3s;
}

.footer__list_items>ul>li>a:not(.no-tri) {
  background: url("../img/common/footer_tri.png") no-repeat left center;
  padding-left: 15px;
}
.no-tri {
  margin-left: 15px;
  padding-left: 15px;
  background: url("../img/common/nav_li_line.svg") no-repeat left center;
  background-size: 15px;
}
@media screen and (max-width: 944px) {
  .footer__list_items>ul>li,
.footer__list_items>ul>li>ul>li
 {
  margin-bottom: 24px;
}
.footer__list_items>ul>li>ul {
  margin-top: 24px;
}
}

/* 新着バッジ(いろんなページで使いそうなのでcommonに入れときます) */
.knowledge-card, .casestudy__card_item {
  position: relative;
}
.card__badge {
  position: absolute;
  display: block;
  background-color: #D46324;
  left: 0;
  padding: 0 16px;
  height: 3rem;
  p {
    font-weight: 700;
    color: #fff;
  }
}

.knowledge-card .card__badge {
  top: 4px;
  border-radius: 0 4px 4px 0;
}

.casestudy__card_item .card__badge {
  top: -3rem;
  border-radius: 4px 4px 0 0;
}

.casestudy__card_item:has(.card__badge) {
  border-radius: 0 10px 10px 10px;
}