@charset "UTF-8";
/*-------------------------------------------
  リセット
/*-------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

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;
  vertical-align: baseline;
  background: transparent;
}

html {
  letter-spacing: 0.03em;
}

body {
  width: 100%;
  line-height: 1.6;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-weight: 400;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*-------------------------------------------
  header
/*-------------------------------------------*/
.top header {
  opacity: 0;
}

header {
  display: flex;
  width: 100%;
  height: 70px;
  position: sticky;
  top: 0;
  left: 0;
  padding: 0 50px;
  background-color: #fff;
  z-index: 9999;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 770px) and (max-width: 1130px) {
  header {
    padding: 0 1%;
  }
}
@media screen and (max-width: 769px) {
  header {
    height: 16.9230769231vw;
    padding: 0 0 0 5.1282051282vw;
  }
}
header .cursor {
  cursor: pointer;
}
header .sp_headerLogo {
  display: none;
}
@media screen and (max-width: 769px) {
  header .sp_headerLogo {
    display: block;
    width: 36.6666666667vw;
    position: absolute;
    top: 5.1282051282vw;
    left: 5.1282051282vw;
  }
}

nav.header_navi {
  display: flex;
}
@media screen and (max-width: 769px) {
  nav.header_navi {
    overflow: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding: 34.8717948718vw 7.6923076923vw 0;
    color: #fff;
    background-image: url(/wp-content/themes/malna/assets/img/common/bg_navigation.png);
    background-size: cover;
    transition: all 0.4s;
    transform: translate(100%, 0%);
    z-index: 99999;
  }
  nav.header_navi.open {
    transform: translate(0, 0);
  }
}

.header_logo {
  max-width: 144px;
  width: 100%;
}
@media screen and (min-width: 770px) and (max-width: 900px) {
  .header_logo {
    max-width: 130px;
  }
}
@media screen and (max-width: 769px) {
  .header_logo {
    max-width: 25.641025641vw;
  }
}

ul.header_naviList {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  ul.header_naviList {
    display: block;
  }
  ul.header_naviList + .header_naviList {
    margin-left: 7.6923076923vw;
  }
}

li.header_naviItem {
  position: relative;
  padding: 10px 16px;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 770px) and (max-width: 1130px) {
  li.header_naviItem {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 770px) and (max-width: 900px) {
  li.header_naviItem {
    padding: 10px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  li.header_naviItem {
    padding: 0 0 10.2564102564vw;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
@media screen and (min-width: 770px) {
  li.header_naviItem.has_child {
    display: flex;
    align-items: center;
  }
  li.header_naviItem.has_child::after {
    display: block;
    width: 11px;
    height: 6px;
    margin-left: 4px;
    background-image: url(/wp-content/themes/malna/assets/img/common/arrow05.svg);
    background-size: 100%;
    content: "";
  }
}
li.header_naviItem.has_child ul.child_naviList {
  visibility: hidden;
  position: absolute;
  top: 46px;
  left: 11px;
  padding: 0 10px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  li.header_naviItem.has_child ul.child_naviList {
    visibility: visible;
    width: auto;
    position: static;
    padding: 0;
    opacity: 1;
    background-color: initial;
  }
}
li.header_naviItem.has_child ul.child_naviList li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  letter-spacing: 0.225em;
}
li.header_naviItem.has_child ul.child_naviList li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 769px) {
  li.header_naviItem.has_child ul.child_naviList li {
    padding: 0 0 5.1282051282vw 0;
    border-bottom: none;
    color: #bebebe;
    font-size: 3.5897435897vw;
  }
  li.header_naviItem.has_child ul.child_naviList li:first-child {
    padding-top: 5.1282051282vw;
  }
}
li.header_naviItem.has_child ul.child_naviList li a {
  display: block;
  padding: 20px 30px;
}
@media screen and (max-width: 769px) {
  li.header_naviItem.has_child ul.child_naviList li a {
    padding: 0;
  }
}
@media screen and (min-width: 770px) {
  li.header_naviItem.has_child:hover ul.child_naviList {
    visibility: visible;
    opacity: 1;
  }
}

.header_hamburger {
  display: none;
}
@media screen and (max-width: 769px) {
  .header_hamburger {
    display: block;
    width: 21.0256410256vw;
    height: 16.9230769231vw;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 99999;
  }
}
.header_hamburger .openbtn span {
  display: inline-block;
  width: 10.7692307692vw;
  height: 1px;
  position: absolute;
  left: 5.1282051282vw;
  background-color: #000;
  transition: all 0.4s;
}
.header_hamburger .openbtn span:nth-child(1) {
  top: 6.6666666667vw;
}
.header_hamburger .openbtn span:nth-child(2) {
  top: 8.4615384615vw;
}
.header_hamburger .openbtn span:nth-child(3) {
  top: 10.2564102564vw;
}
.header_hamburger .openbtn.active span {
  width: 5.3846153846vw;
  left: 8.2051282051vw;
  background-color: #fff;
}
.header_hamburger .openbtn.active span:nth-child(1) {
  transform: translateY(1.7948717949vw) rotate(-45deg);
}
.header_hamburger .openbtn.active span:nth-child(2) {
  opacity: 0;
}
.header_hamburger .openbtn.active span:nth-child(3) {
  transform: translateY(-1.7948717949vw) rotate(45deg);
}

/*-------------------------------------------
  footer
/*-------------------------------------------*/
footer {
  padding: 44px 0 7px;
  color: #fff;
  background-color: #1a1a1a;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 10.2564102564vw 0 2.5641025641vw;
  }
}
footer .footer_inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1206px;
  margin: 0 auto 20px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  footer .footer_inner {
    display: block;
    max-width: 100%;
    margin-bottom: 6.6666666667vw;
    padding: 0 7.6923076923vw;
  }
}
footer .footer_listBoxWrap {
  display: flex;
  max-width: 530px;
  width: 45.45454545%;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  footer .footer_listBoxWrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5.641025641vw;
  }
}
footer .footer_listBox li {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  footer .footer_listBox li {
    margin-bottom: 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  footer .footer_listBox li {
    font-size: 15px;
  }
}
footer .footer_listBox li:last-child {
  margin-bottom: 0;
}
footer .footer_listBox .child_list li {
  margin-bottom: 10px;
  margin-left: 30px;
  color: #a5a5a5;
}
@media screen and (max-width: 769px) {
  footer .footer_listBox .child_list li {
    margin-bottom: 5.1282051282vw;
    margin-left: 0;
  }
}
footer .footer_listBox + .footer_listBox {
  margin-left: 5%;
}
@media screen and (max-width: 769px) {
  footer .footer_listBox + .footer_listBox {
    margin-left: 7.6923076923vw;
  }
}
footer .access_txt {
  line-height: 1.6875;
  font-size: 16px;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  footer .access_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  footer .access_txt {
    line-height: 1.714;
    font-size: 3.5897435897vw;
  }
}
footer .access_txt a {
  border-bottom: 1px solid #fff;
}
footer .access_txt a:hover {
  border-bottom: none;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  footer .copyright {
    font-size: 3.0769230769vw;
  }
}

.wpcf7-spinner, .wpcf7-response-output {
  display: none !important;
}

/*-------------------------------------------
  common
/*-------------------------------------------*/
body.hidden {
  overflow: hidden;
}

#contents {
  min-height: calc(100vh - 540px);
}
@media screen and (max-width: 769px) {
  #contents {
    min-height: 100%;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

img {
  width: 100%;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.inner {
  max-width: 1006px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .inner {
    max-width: 100%;
    padding: 0;
  }
}
.member-introduction_inner {
  max-width: 1000px;
}

.sec_ttl {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #2F62AC;
  line-height: 1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 28px;
  }
}
a[class*=_btn] {
  display: flex;
  max-width: 316px;
  min-height: 50px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.16em;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  a[class*=_btn]:hover::before {
    right: 10px;
  }
}
@media screen and (max-width: 769px) {
  a[class*=_btn] {
    max-width: 80.5128205128vw;
    min-height: 12.8205128205vw;
    font-size: 4.6153846154vw;
  }
}
a[class*=_btn]::before {
  display: block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 0.6s;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 769px) {
  a[class*=_btn]::before {
    width: 4.1025641026vw;
    height: 2.0512820513vw;
    right: 5.1282051282vw;
  }
}

a.blue_btn {
  width: 272px;
  height: 43px;
  border: 1px solid #1454a4;
  color: #1454a4;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  a.blue_btn {
    width: 80.7692307692vw;
    height: 12.8205128205vw;
    margin-top: 6.4102564103vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 4.6153846154vw;
  }
}
a.blue_btn::before {
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow03.svg);
}

.more_btn {
  color: #fff;
  background-image: url(/wp-content/themes/malna/assets/img/common/bg_btn_pc.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
.more_btn::before {
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow01.svg);
}

.border_btn {
  border: 1px solid #333;
}
.border_btn::before {
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow02.svg);
}

@media screen and (min-width: 769px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    max-width: 100vw;
  }
  .inner {
    max-width: 89.7435897436vw;
    padding: 0;
  }
}
.cont_txt {
  line-height: 2.15;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .cont_txt {
    line-height: 2;
    font-size: 3.5897435897vw;
  }
}

.cont_ttlBox {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  opacity: 0;
  transform: translate(0, 10px);
}
@media screen and (max-width: 769px) {
  .cont_ttlBox {
    padding-bottom: 1.2820512821vw;
  }
}
.cont_ttlBox .cont_ttlEn {
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .cont_ttlBox .cont_ttlEn {
    font-size: 6.6666666667vw;
  }
}
.cont_ttlBox .cont_ttlJa {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 32px;
}
@media screen and (max-width: 769px) {
  .cont_ttlBox .cont_ttlJa {
    margin-bottom: 0.5128205128vw;
    font-size: 6.6666666667vw;
  }
}

.breadScrap {
  margin-bottom: 40px;
  background-image: url(/wp-content/themes/malna/assets/img/common/bg_breadScrap_pc.png);
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .breadScrap {
    margin-bottom: 2.5641025641vw;
    background-image: url(/wp-content/themes/malna/assets/img/common/bg_breadScrap_sp.png);
  }
}
.breadScrap .breadScrap_listWrap {
  display: flex;
  min-height: 50px;
  padding: 0 40px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .breadScrap .breadScrap_listWrap {
    min-height: 10.2564102564vw;
    padding: 2.5641025641vw 3.8461538462vw;
    flex-wrap: wrap;
  }
}
.breadScrap .breadScrap_listWrap .breadScrap_list {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .breadScrap .breadScrap_listWrap .breadScrap_list {
    font-size: 3.0769230769vw;
  }
}
.breadScrap .breadScrap_listWrap .breadScrap_list:before {
  margin: 0 10px;
  content: ">";
}
@media screen and (max-width: 769px) {
  .breadScrap .breadScrap_listWrap .breadScrap_list:before {
    margin: 0 2.5641025641vw;
  }
}
.breadScrap .breadScrap_listWrap .breadScrap_list:first-child:before {
  display: none;
}
.breadScrap .breadScrap_listWrap .breadScrap_list a {
  color: #fff;
}
.page-contact_box {
  background-color: #eaeaeb;
  padding: 30px 0 20px;
}
@media screen and (max-width: 769px) {
  .page-contact_box {
    background-color: #eaeaeb;
    padding: 40px 0 10px;
  }
}
.common_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .common_btn {
    grid-template-columns: 1fr;
    gap: 15px;
    }
    .contact_box .inner {
      max-width: 100%;
    }
}
.contact_box {
  background-image: url(/wp-content/themes/malna/assets/img/common/bg_breadScrap_pc.png);
  background-size: cover;
  background-position: 35%;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: ease .3s;
}
.contact_box::after {
  position: absolute;
  content: "";
  top:42%;
  right: 26px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  transition: all .3s;
}
@media screen and (max-width: 480px) {
  .contact_box::after {
    top:40%;
    width: 13px;
    height: 13px;
  }
}
@media (hover: hover) {
  .contact_box:hover::after {
    right: 18px;
    opacity: .5;
  }
}
@media screen and (max-width: 769px) {
  .contact_box {
    margin-bottom: 0;
    background-image: none;
  }
}
.contact_box a {
  padding: 27px 0 27px;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .contact_box a {
    padding: 15px 0 15px;
    display: block;
    border-radius: 2.5641025641vw;
    background-image: url(/wp-content/themes/malna/assets/img/common/bg_breadScrap_pc.png);
    background-position: top;
    background-size: cover;
    justify-content: center;
  }
}
.contact_box h2 {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 769px) {
  .contact_box h2 {
    margin-right: 0;
    font-size: 5vw;
  }
}
.contact_box p {
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.09em;
  padding-top: 10px;
  padding-bottom: 13px;
}
@media screen and (max-width: 769px) {
  .contact_box p {
    display: none;
  }
}
.service_button {
  border-radius: 10px;
  border: solid 2px #1A268C;
  position: relative;
}
@media screen and (max-width: 769px) {
  .service_button {
    padding: 12px 0 12px;
  }
}
.service_button::after {
  position: absolute;
  content: "";
  top:42%;
  right: 26px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #1A268C;
  border-right: 3px solid #1A268C;
  transform: rotate(45deg);
  transition: all .3s;
}
@media screen and (max-width: 480px) {
  .service_button::after {
    top:40%;
    width: 13px;
    height: 13px;
  }
}
@media (hover: hover) {
  .service_button:hover::after {
    right: 18px;
  }
}
.service_button-title {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.125em;
  color: #1A268C;
}
@media screen and (max-width: 769px) {
  .service_button-title {
    font-size: 5vw;
  }
}
.service_button-text {
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 0.09em;
  padding-top: 10px;
  padding-bottom: 13px;
  color: #1A268C;
}
@media screen and (max-width: 769px) {
  .service_button-text {
    display: none;
  }
}
.other_pageNavWrap {
  padding: 75px 0 20px;
  background-color: #f4f4f5;
}
@media screen and (max-width: 769px) {
  .other_pageNavWrap {
    padding: 7.6923076923vw 5.1282051282vw 0;
    padding-bottom: 10px;
  }
}
.other_pageNavWrap .other_pageNav {
  display: flex;
  justify-content: center;	
  gap: 30px;
  margin-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .other_pageNavWrap .other_pageNav {
    display: block;
    margin-bottom: 80px;
  }
}
.other_pageNavWrap .other_pageNav .other_pageNavList {
  max-width: 300px;
  padding: 15px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .other_pageNavWrap .other_pageNav .other_pageNavList {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5.1282051282vw;
    padding: 5.1282051282vw;
  }
  .other_pageNavWrap .other_pageNav .other_pageNavList:last-child {
    margin-bottom: 0;
  }
}
.other_pageNavWrap .other_pageNav .other_pageNavList .other_pageNavListImg {
  margin-bottom: 20px;
  aspect-ratio: 270/163;
}
.other_pageNavWrap .other_pageNav .other_pageNavList .other_pageNavListImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .other_pageNavWrap .other_pageNav .other_pageNavList .other_pageNavListImg {
    margin-bottom: 7.6923076923vw;
  }
}
.other_pageNavWrap .other_pageNav .other_pageNavList .other_pageNavListTtl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .other_pageNavWrap .other_pageNav .other_pageNavList .other_pageNavListTtl {
    margin-bottom: 2.5641025641vw;
    padding-bottom: 1.2820512821vw;
    font-size: 5.3846153846vw;
  }
}
.other_pageNavWrap .other_pageNav .other_pageNavList .other_pageNavListTxt {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .other_pageNavWrap .other_pageNav .other_pageNavList .other_pageNavListTxt {
    font-size: 3.5897435897vw;
  }
}
.other_pageNavWrap .other_pageNav .other_pageNavList .more_btn {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .other_pageNavWrap .other_pageNav .other_pageNavList .more_btn {
    margin-top: 3.5897435897vw;
  }
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all 1s;
  z-index: 99999999;
}

.loaded {
  visibility: hidden;
  opacity: 0;
}

/*-------------------------------------------
  top
/*-------------------------------------------*/
.top .loding_box {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  background-color: #fff;
  pointer-events: none;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.top .loding_box img {
  width: 20%;
}
@media screen and (max-width: 769px) {
  .top .loding_box img {
    width: 58%;
  }
}
.top .mv {
  overflow: hidden;
  min-height: calc(100vh - 70px);
  position: relative;
  padding-bottom: 186px;
}
@media screen and (max-width: 769px) {
  .top .mv {
    min-height: 86.4102564103vw;
    padding-bottom: 30.2564102564vw;
  }
}
.top .mv #mv_video {
  width: 1900px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 0px #000);
}
@media screen and (min-width: 769px) and (max-width: 1920px) {
  .top .mv #mv_video {
    width: 1440px;
  }
}
@media screen and (max-width: 769px) {
  .top .mv #mv_video {
    width: 150%;
    top: -10.2564102564vw;
  }
}
.top .mv .scroll_icon {
  width: 108px;
  position: absolute;
  right: 100px;
  bottom: 90px;
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .top .mv .scroll_icon {
    /* width: 20vw;
    right: 5.1282051282vw;
    bottom: 0vw; */
    display: none;
  }
}
.top .vision {
  padding: 84px 0 125px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .top .vision {
    padding: 9.4871794872vw 0 10.2564102564vw;
  }
}
.top .vision .sec_ttl {
  margin-bottom: 18px;
}
@media screen and (max-width: 769px) {
  .top .vision .sec_ttl {
    margin-bottom: 4.358974359vw;
  }
}
.top .vision .vision_txt {
  line-height: 3;
  font-size: 16px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .top .vision .vision_txt {
    line-height: 2.285;
    font-size: 3.5897435897vw;
    text-align: left;
    letter-spacing: 0.165em;
  }
}
.top .business {
  position: relative;
  padding: 50px 0 100px;
}
@media screen and (max-width: 769px) {
  .top .business {
    padding: 0 0 0;
  }
}
.top .business::before {
  display: block;
  width: 60vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
  background-color: #f4f4f5;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 769px) and (max-width: 1130px) {
  .top .business::before {
    right: 0;
  }
}
@media screen and (max-width: 769px) {
  .top .business::before {
    content: none;
  }
}
.top .business .sec_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .top .business .sec_ttl {
    margin-bottom: 7.6923076923vw;
  }
}
.top .business .business_listImg {
  aspect-ratio: 677/408;
  max-width: 677px;
  margin-left: -150px;
}
.top .business .business_listImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .top .business .business_listImg {
    max-width: 610px;
    margin-left: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 769px) {
  .top .business .business_listImg {
    max-width: 80.5128205128vw;
    width: 80.5128205128vw;
    margin: 0 auto 8.4615384615vw;
  }
}
.top .business .business_listWrap li {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .top .business .business_listWrap li {
    display: block;
    width: 100%;
    margin-bottom: 6.1538461538vw;
    padding: 5.1282051282vw 4.6153846154vw 6.1538461538vw;
    background-color: #f4f4f5;
  }
}
.top .business .business_listWrap li:last-child {
  margin-bottom: 0;
}
.top .business .business_listConts {
  max-width: 332px;
  width: 34.36853002%;
  min-width: 265px;
}
@media screen and (max-width: 769px) {
  .top .business .business_listConts {
    max-width: 100%;
    width: 100%;
    min-width: initial;
  }
}
.top .business .business_listConts dt {
  margin-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .top .business .business_listConts dt {
    margin-bottom: 2.3076923077vw;
    border-bottom: 1px solid #1a1a1a;
    font-size: 4.6153846154vw;
  }
}
.top .business .business_listConts p {
  margin-bottom: 32px;
  line-height: 2.125;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 769px) {
  .top .business .business_listConts p {
    margin-bottom: 5.1282051282vw;
    line-height: 2.285;
    font-size: 3.5897435897vw;
    font-feature-settings: "palt";
  }
}
.top .news {
  padding: 116px 0 120px;
}
@media screen and (max-width: 769px) {
  .top .news {
    padding: 13.3333333333vw 0 20.5128205128vw;
  }
}
.top .news .sec_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .top .news .sec_ttl {
    margin-bottom: 8.9743589744vw;
  }
}
.top .news .news_listWrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 769px) {
  .top .news .news_listWrap {
    margin-bottom: 8.9743589744vw;
    padding: 0 4.6153846154vw;
  }
}
.top .news .news_listWrap li {
  display: flex;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 769px) {
  .top .news .news_listWrap li {
    display: block;
    padding: 3.0769230769vw 0;
  }
}
.top .news .news_listWrap li:first-child {
  border-top: 1px solid #333;
}
.top .news .news_listWrap a {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all .3s;
}
@media screen and (max-width: 769px) {
  .top .news .news_listWrap a {
    display: block;
  }
}
/* .top .news .news_listWrap a::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 26px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: all .3s;
} */
@media (hover: hover) {
  /* .top .news .news_listWrap a:hover::after {
    right: 20px;
  } */
  .top .news .news_listWrap a:hover {
    opacity: .6;
  }
}
.top .news .news_listWrap .dataTag {
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: 24px;
  border: 1px solid #333;
  border-radius: 15px;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.09em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .top .news .news_listWrap .dataTag {
    width: 17.9487179487vw;
    height: 5.1282051282vw;
    margin-right: 0;
    border-radius: 2.5641025641vw;
    font-size: 2.0512820513vw;
  }
}
.top .news .news_listWrap .news_txt {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .top .news .news_listWrap .news_txt {
    display: -webkit-box;
    overflow: hidden;
    line-height: 2.66667;
    font-size: 3.0769230769vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.top .news .border_btn {
  margin: 0 auto;
}
.top .recruit {
  padding-bottom: 20px;
}
.top .recruit .sec_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .top .recruit {
    padding-bottom: 10px;
  }
  .top .recruit .sec_ttl {
    margin-bottom: 9.2307692308vw;
  }
}
.top .recruit .recruit_conts {
  display: flex;
  background-color: #f3f3f4;
  align-items: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .top .recruit .recruit_conts {
    display: block;
    margin-bottom: 60px;
  }
}
.top .recruit .recruit_contsImg {
  max-width: 483px;
  width: 50%;
}
@media screen and (max-width: 769px) {
  .top .recruit .recruit_contsImg {
    max-width: 89.7435897436vw;
    width: 89.7435897436vw;
  }
}
.top .recruit .recruit_txtWrap {
  width: 50%;
  padding: 0 8.282%;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .top .recruit .recruit_txtWrap {
    padding: 0 3%;
  }
}
@media screen and (max-width: 769px) {
  .top .recruit .recruit_txtWrap {
    width: 100%;
    padding: 6.1538461538vw 4.6153846154vw 7.6923076923vw;
  }
}
.top .recruit .recruit_txt {
  margin-bottom: 23px;
  line-height: 1.9375;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .top .recruit .recruit_txt {
    margin-bottom: 7.6923076923vw;
    line-height: 2.285;
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.top .recruit .border_btn {
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .top .recruit .border_btn {
    margin: 0 auto 0 0;
  }
}

/*-------------------------------------------
  top
/*-------------------------------------------*/
.recruit .breadScrap {
  margin-bottom: 0;
}
.recruit .recruit_kv {
  width: 55%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 769px) {
  .recruit .recruit_kv {
    width: 100%;
    margin: 0 auto 12.8205128205vw;
  }
}
.recruit .recruit_lead {
  line-height: 3.875;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .recruit .recruit_lead {
    margin-bottom: 10.2564102564vw;
    padding: 0 5.1282051282vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}
.recruit .recruit_lead .recruit_leadBlue {
  color: #1464b3;
}
.recruit .recruitInfo {
  max-width: 1006px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px 20px;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo {
    max-width: 100%;
    padding: 0 5.1282051282vw 10px;
  }
}
.recruit .recruitInfo .cont_ttlEn {
  display: block;
  width: 89px;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo .cont_ttlEn {
    width: 20.5128205128vw;
  }
}
.recruit .recruitInfo .recruitInfoBoxWrap {
  display: flex;
  margin-top: 50px;
  gap: 15px;
  margin-bottom: 120px;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo .recruitInfoBoxWrap {
    display: block;
    margin-top: 6.4102564103vw;
    padding: 0;
    margin-bottom: 70px;
  }
}
.recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox {
  max-width: 475px;
  width: 100%;
  padding: 60px 0 52px;
  border: 1px solid #e7e7e7;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox {
    width: 100%;
    padding: 12.8205128205vw 0 12.8205128205vw;
  }
  .recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox:last-child {
    margin-top: 5.1282051282vw;
  }
}
.recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .recruitInfoBox_ttl {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .recruitInfoBox_ttl {
    margin-bottom: 7.6923076923vw;
    font-size: 4.6153846154vw;
  }
}
.recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .recruitInfoBox_txt {
  width: 255px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .recruitInfoBox_txt {
    width: 68.2051282051vw;
    margin-bottom: 5.8974358974vw;
  }
}
.recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .blue_btn {
  margin: 0 auto;
  letter-spacing: 0;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .blue_btn {
    width: 68.2051282051vw;
    height: 11.2820512821vw;
    font-size: 4.1025641026vw;
  }
}
.recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .blue_btn::before {
  right: 10px;
}
@media screen and (max-width: 769px) {
  .recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .blue_btn::before {
    right: 2.0512820513vw;
  }
}
@media screen and (min-width: 769px) {
  .recruit .recruitInfo .recruitInfoBoxWrap .recruitInfoBox .blue_btn:hover::before {
    right: 2px;
  }
}

/*-------------------------------------------
  products
/*-------------------------------------------*/
.products .products_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 20px;
}
@media screen and (max-width: 769px) {
  .products .products_wrap {
    padding: 0 5.1282051282vw 10px;
  }
}
.products .cont_ttlBox {
  border: none;
  opacity: 1;
  transform: translate(0);
}
.products .cont_ttlEn {
  width: 169px;
}
.products .recruit_kv {
  width: 741px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 769px) {
  .products .recruit_kv {
    width: 100%;
    margin: 0 auto 12.8205128205vw;
  }
}
.products_box {
  margin-bottom: 150px;
}
.products .products_boxImg {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .products_box {
    margin-bottom: 60px;
  }
  .products .products_boxImg {
    margin-bottom: 7.6923076923vw;
  }
}
.products .products_boxCont.box01 {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 769px) {
  .products .products_boxCont.box01 {
    margin-bottom: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
}
.products .products_boxCont .products_boxContTop {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .products .products_boxCont .products_boxContTop {
    display: block;
  }
}
.products .products_boxCont .products_boxName {
  width: 33%;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .products .products_boxCont .products_boxName {
    width: 100%;
    margin-bottom: 2.0512820513vw;
    font-size: 5.3846153846vw;
  }
}
.products .products_boxCont .products_boxTxt {
  width: 67%;
}
@media screen and (max-width: 769px) {
  .products .products_boxCont .products_boxTxt {
    width: 100%;
  }
}
.products .products_boxCont .products_boxTxtLink {
  display: inline-block;
  display: table;
  margin-right: 0;
  margin-left: auto;
  padding-right: 15px;
  border-bottom: 1px solid #000;
  text-align: right;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow04.svg);
  background-repeat: no-repeat;
  background-position: 100% 53%;
  background-size: 8px;
}
@media screen and (max-width: 769px) {
  .products .products_boxCont .products_boxTxtLink {
    padding-right: 3.8461538462vw;
    background-size: 2.0512820513vw;
  }
}
.products .products_boxCont .products_boxTxtLink:hover {
  border-bottom: none;
}

/*-------------------------------------------
  company
/*-------------------------------------------*/
.company {
  /*-------------------------------------------
    company_info
  /*-------------------------------------------*/
  /*-------------------------------------------
    company_contact
  /*-------------------------------------------*/
}
.company .products_wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .company .products_wrap {
    padding: 0 5.1282051282vw;
  }
}
.company .cont_ttlBox {
  border: none;
  opacity: 1;
  transform: translate(0);
}
.company .cont_ttlEn {
  width: 69px;
}
@media screen and (max-width: 769px) {
  .company .cont_ttlEn {
    width: 15.3846153846vw;
  }
}
.company .company_info {
  margin-top: 10px;
  background-color: #f4f4f5;
  padding: 50px 100px;
  margin-bottom: 110px;
}
@media screen and (max-width: 769px) {
  .company .company_info {
    margin-top: 2.5641025641vw;
    padding: 7.6923076923vw 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
}
.company .company_info .company_infoTable {
  width: 100%;
}
.company .company_info .company_infoTable th, .company .company_info .company_infoTable td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 769px) {
  .company .company_info .company_infoTable th, .company .company_info .company_infoTable td {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
    display: block;
  }
}
.company .company_info .company_infoTable th {
  font-size: 18px;
  padding-left: 15px;
  width: 33%;
}
@media screen and (max-width: 769px) {
  .company .company_info .company_infoTable th {
    width: 100%;
    font-size: 4.1025641026vw;
    padding-left: 0;
    border-bottom: none;
    padding-bottom: 0.7692307692vw;
  }
}
.company .company_info .company_infoTable td {
  width: 67%;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .company .company_info .company_infoTable td {
    width: 100%;
    font-size: 3.0769230769vw;
    border-top: none;
    padding-top: 0;
    border-bottom: none;
  }
}
.company .company_info .company_infoTable tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
}
.company .company_info .company_infoMap {
  margin-top: 50px;
  width: 100%;
  position: relative;
  padding-bottom: 365px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .company .company_info .company_infoMap {
    margin-top: 5.1282051282vw;
    padding-bottom: 38.4615384615vw;
  }
}
.company .company_info .company_infoMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .company_contact {
  margin-bottom: 110px;
}
@media screen and (max-width: 769px) {
  .company .company_contact {
    margin-bottom: 12.8205128205vw;
  }
}
.company .company_contact .company_contactBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .company .company_contact .company_contactBox {
    display: block;
  }
}

/*-------------------------------------------
  page_archive共通
/*-------------------------------------------*/
.sub-category {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .sub-category {
    margin-bottom: 0;
  }
}
.page_archive {
  background-color: #fcfcfc;
  -webkit-text-size-adjust: 100%;
}
.page_archive .archive_ttl {
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .page_archive .archive_ttl {
    margin-bottom: 3.3333333333vw;
    font-size: 5.3846153846vw;
  }
}
.page_archive .featuredBlog {
  opacity: 0;
  transform: translateY(10px);
}
.page_archive .featuredBlog_wrap {
  padding: 40px 0;
  background-color: #f4f4f5;
}
@media screen and (max-width: 769px) {
  .page_archive .featuredBlog_wrap {
    overflow-x: hidden;
    padding: 9.2307692308vw 0;
  }
}
.page_archive .blog_swiper {
  overflow-x: hidden;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_swiper {
    overflow-x: visible;
    margin-bottom: 4.6153846154vw;
  }
}
.page_archive .blog_swiper .swiper-slide {
  height: auto;
}
.page_archive .blog_swiperWrap {
  position: relative;
  /* ページネーション */
  /* 矢印 */
}
.page_archive .blog_swiperWrap .blog_list {
  max-width: initial;
  width: auto;
}
.page_archive .blog_swiperWrap .swiper-pagination {
  position: static;
  line-height: 1;
}
.page_archive .blog_swiperWrap .swiper-pagination-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
  opacity: 1;
  background-color: #4d4d4d;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_swiperWrap .swiper-pagination-bullet {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    margin: 0 0.7692307692vw;
    border: 0.5128205128vw solid #4d4d4d;
  }
}
.page_archive .blog_swiperWrap .swiper-pagination-bullet-active {
  background-color: #fff;
}
.page_archive .blog_swiperWrap .swiper-button-next, .page_archive .blog_swiperWrap .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 55%;
  margin-top: -34px;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow06.svg);
  background-size: 100%;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
@media screen and (min-width: 770px) {
  .page_archive .blog_swiperWrap .swiper-button-next:hover, .page_archive .blog_swiperWrap .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 769px) {
  .page_archive .blog_swiperWrap .swiper-button-next, .page_archive .blog_swiperWrap .swiper-button-prev {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    top: 50%;
    margin-top: -2.5641025641vw;
    background-image: url(/wp-content/themes/malna/assets/img/common/arrow07.svg);
  }
}
.page_archive .blog_swiperWrap .swiper-button-next {
  right: -24px;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_swiperWrap .swiper-button-next {
    right: -2.5641025641vw;
  }
}
.page_archive .blog_swiperWrap .swiper-button-prev {
  left: -24px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 769px) {
  .page_archive .blog_swiperWrap .swiper-button-prev {
    left: -2.5641025641vw;
  }
}
.page_archive .blog_list {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_list {
    box-shadow: 0 0 0.5128205128vw 0 rgba(0, 0, 0, 0.15);
  }
}
.page_archive .blog_list a {
  display: block;
  height: 100%;
  padding: 20px 17px 14px;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_list a {
    padding: 6.1538461538vw 6.1538461538vw 3.0769230769vw;
  }
}
.page_archive .blog_list .blog_thumbImg {
  margin-bottom: 14px;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_list .blog_thumbImg {
    margin-bottom: 3.5897435897vw;
  }
}
.page_archive .blog_list .blog_ttl {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.714;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_list .blog_ttl {
    margin-bottom: 1.5384615385vw;
    padding-bottom: 3.0769230769vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.16em;
  }
}
.page_archive .blog_list .blog_infoWrap {
  display: flex;
  justify-content: space-between;
}
.page_archive .blog_list .blog_data {
  color: #1a1a1a;
  line-height: 2.5;
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  .page_archive .blog_list .blog_data {
    line-height: 2;
    font-size: 3.0769230769vw;
  }
}

.blog_tag {
  display: inline-block;
  margin-right: 6px;
  padding: 4px 15px;
  border: 1px solid #333;
  border-radius: 10px;
  color: #1a1a1a;
  line-height: 1;
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  .blog_tag {
    margin-right: 1.5384615385vw;
    margin-bottom: 10px;
    padding: 1.0256410256vw 3.8461538462vw;
    border-radius: 2.5641025641vw;
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 391px) {
  .blog_tag {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 770px) {
  a.blog_tag {
    transition: all 0.4s;
  }
  a.blog_tag:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
}
.sub-singleCont {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .sub-singleCont {
    margin-bottom: 0;
  }
}
.blog_archiveConts .flex_wrap, .singleCont_wrap .flex_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .blog_archiveConts .flex_wrap, .singleCont_wrap .flex_wrap {
    display: block;
    padding-bottom: 13.3333333333vw;
  }
}

.blog_archiveConts {
  padding-top: 73px;
}
@media screen and (max-width: 769px) {
  .blog_archiveConts {
    padding-top: 14.6153846154vw;
  }
}
.blog_archiveConts .blog_archiveBox {
  width: 100%;
}
.blog_archiveConts .flex_wrap {
  padding-bottom: 110px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 769px) {
  .blog_archiveConts .flex_wrap {
    padding-bottom: 13.3333333333vw;
  }
}
.blog_archiveConts ul.blog_archiveBoxList {
  display: flex;
  max-width: 642px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .blog_archiveConts ul.blog_archiveBoxList {
    display: block;
    max-width: 100%;
  }
}
.blog_archiveConts ul.blog_archiveBoxList li {
  max-width: 305px;
  width: 47.50778816%;
}
@media screen and (min-width: 770px) {
  .blog_archiveConts ul.blog_archiveBoxList li {
    margin-right: 4.08805031%;
  }
  .blog_archiveConts ul.blog_archiveBoxList li:nth-child(even) {
    margin-right: 0;
  }
  .blog_archiveConts ul.blog_archiveBoxList li:nth-child(n+3) {
    margin-top: 34px;
  }
}
@media screen and (max-width: 769px) {
  .blog_archiveConts ul.blog_archiveBoxList li {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5.641025641vw;
  }
  .blog_archiveConts ul.blog_archiveBoxList li:last-child {
    margin-bottom: 0;
  }
}

.search_tagBox {
  max-width: 260px;
  width: 38.8%;
  height: 100%;
  position: sticky;
  top: 83px;
  margin-left: 3.842%;
}
@media screen and (min-width: 770px) and (max-width: 880px) {
  .search_tagBox {
    max-width: 230px;
  }
}
/*@media screen and (max-width: 769px) {
  .search_tagBox {
    max-width: 100%;
    width: 100%;
    position: static;
    margin-left: 0;
  }
  .search_tagBox > div {
    visibility: hidden;
    overflow-y: scroll;
    width: 84.6153846154vw;
    height: 100%;
    position: fixed;
    top: 16.9230769231vw;
    right: 0;
    padding: 3.3333333333vw 9.4871794872vw 28.2051282051vw;
    background-color: #f4f4f5;
    transition: all 0.4s;
    transform: translate(100%, 0%);
    z-index: 999;
  }
  .search_tagBox > div.active {
    visibility: visible;
    transform: translate(0, 0);
  }
}*/
.search_tagBox .search_ttl {
  display: none;
}
@media screen and (max-width: 769px) {
  .search_tagBox .search_ttl {
    display: flex;
    width: 9.7435897436vw;
    min-height: 44.1025641026vw;
    position: fixed;
    top: 16.9230769231vw;
    right: 0;
    padding: 3.0769230769vw 0;
    border-radius: 3.3333333333vw 0 0 3.3333333333vw;
    color: #fff;
    font-size: 4.1025641026vw;
    text-align: center;
    -ms-writing-mode: tb-rl;
    background-color: #18318b;
    cursor: pointer;
    transition: all 0.4s;
    z-index: 999;
    align-items: center;
    justify-content: center;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .search_tagBox .search_ttl.active {
    right: 84.6153846154vw;
    justify-content: flex-start;
  }
  .search_tagBox .search_ttl.active .active_none {
    display: none;
  }
  .search_tagBox .search_ttl.active .closeTxt {
    display: block;
    position: relative;
    padding-top: 7.6923076923vw;
  }
  .search_tagBox .search_ttl.active .closeTxt::before {
    display: block;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(/wp-content/themes/malna/assets/img/common/icon_close.svg);
    background-size: 100%;
    transform: translateX(-50%);
    content: "";
  }
  .search_tagBox .search_ttl .icon {
    display: block;
    width: 5.1282051282vw;
    margin: 0 auto 2.5641025641vw;
    text-align: center;
  }
  .search_tagBox .search_ttl .icon img {
    display: block;
  }
  .search_tagBox .search_ttl .closeTxt {
    display: none;
  }
}
.search_tagBox dl {
  padding: 20px 0 28px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 769px) {
  .search_tagBox dl {
    padding: 5.1282051282vw 0 7.6923076923vw;
  }
}
.search_tagBox dl:first-child {
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 769px) {
  .search_tagBox dl:first-child {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 769px) {
  .search_tagBox dl:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.search_tagBox dl dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .search_tagBox dl dt {
    margin-bottom: 3.3333333333vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.14em;
  }
}
.search_tagBox dl dt .icon {
  display: inline-block;
  width: 20px;
  margin-right: 14px;
  vertical-align: super;
}
@media screen and (max-width: 769px) {
  .search_tagBox dl dt .icon {
    width: 5.1282051282vw;
    margin-right: 4.1025641026vw;
  }
}
.search_tagBox .blog_link {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .search_tagBox .blog_link {
    margin-bottom: 5.1282051282vw;
  }
}
.search_tagBox .blog_link:last-child {
  margin-bottom: 0;
}
.search_tagBox .blog_link .blogImg {
  max-width: 100px;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  .search_tagBox .blog_link .blogImg {
    max-width: 25.641025641vw;
    margin-right: 2.5641025641vw;
  }
}
.search_tagBox .blog_link .blogTxt {
  line-height: 1.8;
  font-size: 10px;
  letter-spacing: 0.225em;
}

.wp-pagenavi {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi {
    margin-top: 12.8205128205vw;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  min-width: 30px;
  min-height: 30px;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi a, .wp-pagenavi span {
    min-width: 7.6923076923vw;
    min-height: 7.6923076923vw;
    font-size: 3.0769230769vw;
  }
}
.wp-pagenavi a img, .wp-pagenavi span img {
  display: block;
  width: 5px;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi a img, .wp-pagenavi span img {
    width: 1.5384615385vw;
  }
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  color: #fff;
  background-color: #333;
}
.wp-pagenavi a {
  transition: all 0.6s;
}
.wp-pagenavi a:has(img) {
  background-color: #e4e4e4;
}
@media screen and (min-width: 770px) {
  .wp-pagenavi a:has(img):hover {
    opacity: 0.6;
  }
}
.wp-pagenavi a:not(:has(img)) {
  margin: 0 5px;
  border: 1px solid #e4e4e4;
}
@media screen and (min-width: 770px) {
  .wp-pagenavi a:not(:has(img)):hover {
    color: #fff;
    background-color: #333;
  }
}
@media screen and (max-width: 769px) {
  .wp-pagenavi a:not(:has(img)) {
    margin: 0 1.2820512821vw;
  }
}
.wp-pagenavi a.first img, .wp-pagenavi a.previouspostslink img {
  transform: rotate(180deg);
}
.wp-pagenavi a.previouspostslink {
  margin-right: 50px;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi a.previouspostslink {
    margin-right: 12.8205128205vw;
    margin-left: 0;
  }
}
.wp-pagenavi a.nextpostslink {
  margin-right: 10px;
  margin-left: 50px;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi a.nextpostslink {
    margin-right: 0;
    margin-left: 12.8205128205vw;
  }
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.first, .wp-pagenavi a.last {
  color: #666;
  background-color: #e4e4e4;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi a.first, .wp-pagenavi a.last {
    display: none;
  }
}
.sub-blog {
  margin-bottom: 20px;
}
.about_cont {
  padding: 70px 0 100px;
}
@media screen and (max-width: 480px) {
  .about_cont dl {
    padding-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 769px) {
  .sub-blog {
    margin-bottom: 0;
  }
  .about_cont {
    padding: 12.0512820513vw 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .about_cont {
    padding-bottom: 0;
  }
}
.about_cont .inner {
  display: flex;
}
@media screen and (max-width: 769px) {
  .about_cont .inner {
    display: block;
  }
}
.about_cont .about_img {
  max-width: 170px;
  width: 100%;
  margin: 0 55px;
}
@media screen and (max-width: 769px) {
  .about_cont .about_img {
    display: none;
  }
}
.about_cont dl dt {
  margin-bottom: 13px;
  font-size: 32px;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 770px) and (max-width: 920px) {
  .about_cont dl dt {
    font-size: 26px;
  }
}
@media screen and (max-width: 769px) {
  .about_cont dl dt {
    margin-bottom: 4.6153846154vw;
    font-size: 5.3846153846vw;
    text-align: center;
    letter-spacing: 0;
  }
}
.about_cont dl p {
  line-height: 2.125;
  font-size: 16px;
  letter-spacing: 0.225em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 770px) and (max-width: 920px) {
  .about_cont dl p {
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .about_cont dl p {
    line-height: 2;
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
  }
}
.about_cont dl dd:not(:has(a)) {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .about_cont dl dd:not(:has(a)) {
    margin-bottom: 6.6666666667vw;
  }
}
.about_cont dl dd:has(a) {
  display: flex;
}
@media screen and (max-width: 920px) {
  .about_cont dl dd:has(a) {
    display: block;
  }
}
.about_cont dl dd:has(a) a {
  max-width: 302px;
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 920px) {
  .about_cont dl dd:has(a) a {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .about_cont dl dd:has(a) a {
    max-width: 80.5128205128vw;
    width: 80.5128205128vw;
    margin: 0 auto 3.5897435897vw;
  }
}
.about_cont dl dd:has(a) a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .about_cont dl dd:has(a) a:last-child {
    margin: 0 auto;
  }
}
.about_cont dl .border_btn {
  border: 1px solid #1464b3;
  color: #1464b3;
}
@media screen and (max-width: 769px) {
  .about_cont dl .border_btn {
    border: 1px solid #1464b3;
    color: #1464b3;
  }
}
.about_cont dl .border_btn::before {
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow03.svg);
}
@media screen and (max-width: 769px) {
  .blog-contact_box {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .sub-singleCont {
    padding: 0 5.1282051282vw 10px;
  }
}
/*-------------------------------------------
  blog-archive
/*-------------------------------------------*/
.blog-archive .cont_ttlEn {
  width: 87px;
}
.blog-archive .cont_ttlBox {
  margin-bottom: 43px;
}
/*-------------------------------------------
  blog-details
/*-------------------------------------------*/
.singleCont_wrap article.post_cont {
  max-width: 640px;
  width: 66.25258799%;
}
@media screen and (max-width: 769px) {
  .singleCont_wrap article.post_cont {
    max-width: 100%;
    width: 100%;
  }
}
.singleCont_wrap .post_contTop {
  margin-bottom: 23px;
}
@media screen and (max-width: 769px) {
  .singleCont_wrap .post_contTop {
    margin-bottom: 5.641025641vw;
  }
}
.singleCont_wrap .post_contTop h1 {
  margin-top: 6px;
  line-height: 1.4375;
  font-size: 32px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 769px) {
  .singleCont_wrap .post_contTop h1 {
    margin-top: 1.0256410256vw;
    line-height: 1.523;
    font-size: 5.3846153846vw;
  }
}
.singleCont_wrap .post_contTop > div {
  display: flex;
  align-items: center;
}
.singleCont_wrap .post_contTop .blog_data {
  margin-right: 16px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 769px) {
  .singleCont_wrap .post_contTop .blog_data {
    margin-right: 4.6153846154vw;
    font-size: 3.5897435897vw;
  }
}
.singleCont_wrap .post_contTop .blog_tag {
  margin-right: 6px;
  padding: 4px 18px;
  border-radius: 13px;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .singleCont_wrap .post_contTop .blog_tag {
    margin-right: 0;
    padding: 1.2820512821vw 4.6153846154vw;
    border-radius: 3.3333333333vw;
    font-size: 3.5897435897vw;
  }
}
.singleCont_wrap .post_eyeCatching + p {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .singleCont_wrap .post_eyeCatching + p {
    margin-top: 7.6923076923vw;
  }
}

.post_contBox p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 769px) {
  .post_contBox p {
    margin-bottom: 3.0769230769vw;
    line-height: 2;
    font-size: 4.1025641026vw;
    letter-spacing: 0.14em;
  }
}
.post_contBox .indexBox {
  margin-top: 30px;
  padding: 20px 40px 35px;
  border: 1px solid #808080;
}
@media screen and (max-width: 769px) {
  .post_contBox .indexBox {
    margin-top: 4.6153846154vw;
    padding: 7.1794871795vw 4.1025641026vw 7.6923076923vw;
  }
}
.post_contBox .indexBox + h2, .post_contBox .indexBox h3, .post_contBox .indexBox h4 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .post_contBox .indexBox + h2, .post_contBox .indexBox h3, .post_contBox .indexBox h4 {
    margin-top: 10.2564102564vw;
  }
}
.post_contBox .indexBox p {
  padding-bottom: 15px;
  color: #000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .post_contBox .indexBox p {
    padding-bottom: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}
.post_contBox .indexBox li {
  margin-top: 7px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .post_contBox .indexBox li {
    margin-top: 0;
    font-size: 3.0769230769vw;
  }
}
.post_contBox .indexBox li ul {
  padding-left: 2em;
}
@media screen and (max-width: 769px) {
  .post_contBox .indexBox li ul {
    padding-left: 2em;
  }
}
.post_contBox .indexBox li ol {
  padding-left: 4em;
}
@media screen and (max-width: 769px) {
  .post_contBox .indexBox li ol {
    padding-left: 4em;
  }
}
.post_contBox h2, .post_contBox h3, .post_contBox h4 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .post_contBox h2, .post_contBox h3, .post_contBox h4 {
    margin-top: 11.5384615385vw;
    margin-bottom: 7.6923076923vw;
  }
}
.post_contBox h2 {
  padding: 13px 26px;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.12em;
  background-image: url(/wp-content/themes/malna/assets/img/blog/blog_ttl_pc.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  .post_contBox h2 {
    padding: 3.0769230769vw 6.1538461538vw;
    font-size: 5.3846153846vw;
    background-position: right;
    background-size: cover;
  }
}
.post_contBox h3 {
  padding: 8px 15px;
  border-left: 10px solid #152d82;
  font-size: 18px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .post_contBox h3 {
    padding: 2.5641025641vw 2.0512820513vw;
    border-left: 2.5641025641vw solid #152d82;
    font-size: 4.6153846154vw;
  }
}
.post_contBox h4 {
  padding: 6px 26px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .post_contBox h4 {
    padding: 3.0769230769vw 6.1538461538vw;
    line-height: 1.1667;
    font-size: 4.6153846154vw;
  }
}
.post_contBox ul, .post_contBox ol {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .post_contBox ul, .post_contBox ol {
    margin-bottom: 3.0769230769vw;
  }
}
.post_contBox li {
  margin-bottom: 6px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .post_contBox li {
    margin-bottom: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
}
.post_contBox li::before {
  display: inline-block;
  content: "・";
}
.post_contBox li ul li, .post_contBox li ol li {
  padding-left: 3em;
  text-indent: -0.5em;
}
.post_contBox a:not(:has(img)):not(.more_btn) {
  color: #1967d2;
  text-decoration: underline;
  word-break: break-word;
}
.post_contBox a:not(:has(img)):not(.more_btn):hover {
  color: #e53900;
}
.post_contBox img {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .post_contBox img {
    margin-bottom: 3.0769230769vw;
  }
}
.post_contBox .more_btn {
  max-width: 302px;
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 769px) {
  .post_contBox .more_btn {
    max-width: 80.5128205128vw;
    margin-top: 8.4615384615vw;
  }
}
.post_contBox .author_infoWrap {
  margin-top: 100px;
  padding: 25px 30px 30px;
  background-color: #18328b;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap {
    margin-top: 12.8205128205vw;
    padding: 5.641025641vw 4.6153846154vw 4.6153846154vw;
  }
}
.post_contBox .author_infoWrap div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap div {
    display: block;
  }
}
.post_contBox .author_infoWrap div + div {
  margin-top: 26px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap div + div {
    margin-top: 3.5897435897vw;
    padding-top: 2.5641025641vw;
  }
}
.post_contBox .author_infoWrap .author_ttl {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #fff;
  border-left: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap .author_ttl {
    margin-bottom: 4.6153846154vw;
    padding-bottom: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.post_contBox .author_infoWrap .icon {
  max-width: 181px;
  width: 100%;
  margin-top: 0;
  margin-right: 6.03448276%;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap .icon {
    max-width: 33.3333333333vw;
    width: 33.3333333333vw;
    margin: 0 auto 6.4102564103vw;
  }
}
.post_contBox .author_infoWrap dl {
  color: #fff;
}
.post_contBox .author_infoWrap dl dt {
  font-size: 16px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap dl dt {
    font-size: 4.1025641026vw;
  }
}
.post_contBox .author_infoWrap dl dt small {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap dl dt small {
    font-size: 2.5641025641vw;
  }
}
.post_contBox .author_infoWrap dl dt .small01 {
  margin-bottom: 3px;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap dl dt .small01 {
    margin-bottom: 0;
  }
}
.post_contBox .author_infoWrap dl dt .small02 {
  margin-top: 18px;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap dl dt .small02 {
    margin-top: 2.5641025641vw;
  }
}
.post_contBox .author_infoWrap dl dd {
  margin-top: 16px;
  line-height: 2;
  font-size: 12px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap dl dd {
    margin-top: 4.358974359vw;
    font-size: 3.0769230769vw;
  }
}
.post_contBox .author_infoWrap .more_btn {
  max-width: 273px;
  margin: 0;
  color: #1a1a1a;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap .more_btn {
    max-width: 80.5128205128vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.16em;
  }
}
.post_contBox .author_infoWrap .more_btn::before {
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow02.svg);
}
.post_contBox .author_infoWrap .more_btn + .more_btn {
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .post_contBox .author_infoWrap .more_btn + .more_btn {
    margin-top: 2.5641025641vw;
    margin-left: 0;
  }
}

.relatedBlog {
  padding-top: 83px;
}
@media screen and (max-width: 769px) {
  .relatedBlog {
    padding-top: 2.5641025641vw;
  }
}
.relatedBlog .archive_ttl {
  margin-bottom: 14px;
  color: #1a1a1a;
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .relatedBlog .archive_ttl {
    margin-bottom: 4.6153846154vw;
    font-size: 5.3846153846vw;
  }
}
.relatedBlog .archive_ttl span {
  padding-left: 25px;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .relatedBlog .archive_ttl span {
    padding-left: 2.5641025641vw;
    font-size: 3.0769230769vw;
    letter-spacing: 0;
  }
}
.relatedBlog + .about_cont {
  padding-top: 55px;
}
@media screen and (max-width: 769px) {
  .relatedBlog + .about_cont {
    padding-top: 15.3846153846vw;
  }
}
.relatedBlog + .about_cont .inner {
  padding-top: 76px;
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 769px) {
  .relatedBlog + .about_cont .inner {
    padding-top: 12.8205128205vw;
  }
}

.relatedBlog_wrap {
  padding: 50px 0;
  background-color: #f4f4f5;
}
@media screen and (max-width: 769px) {
  .relatedBlog_wrap {
    padding: 7.6923076923vw 0;
  }
}
.relatedBlog_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.44927536%;
}
@media screen and (max-width: 769px) {
  .relatedBlog_wrap ul {
    display: block;
  }
}
.relatedBlog_wrap li {
  max-width: 476px;
  width: 49.27536232%;
  padding: 28px 15px 30px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .relatedBlog_wrap li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5.1282051282vw;
    padding: 6.1538461538vw 4.6153846154vw;
    box-shadow: 1.7948717949vw 1.7948717949vw 1.2820512821vw rgba(0, 0, 0, 0.15);
  }
  .relatedBlog_wrap li:last-child {
    margin-bottom: 0;
  }
}
.relatedBlog_wrap li > div {
  display: flex;
}
.relatedBlog_wrap .blog_data {
  margin-bottom: 8px;
  color: #808080;
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  .relatedBlog_wrap .blog_data {
    margin-bottom: 1.7948717949vw;
    font-size: 3.0769230769vw;
  }
}
.relatedBlog_wrap .blog_ttl {
  min-height: 72px;
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 769px) {
  .relatedBlog_wrap .blog_ttl {
    min-height: initial;
    margin-bottom: 1.7948717949vw;
    font-size: 4.1025641026vw;
  }
}
.relatedBlog_wrap .blog_thumbImg {
  max-width: 287px;
  width: 100%;
  margin-right: 26px;
}
@media screen and (max-width: 769px) {
  .relatedBlog_wrap .blog_thumbImg {
    max-width: 40.2564102564vw;
    margin-right: 2.5641025641vw;
  }
}
.relatedBlog_wrap .blog_tag {
  margin-bottom: 6px;
  padding: 4px 18px;
  border-radius: 11px;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .relatedBlog_wrap .blog_tag {
    margin-bottom: 6px;
    padding: 4px 18px;
    border-radius: 11px;
    font-size: 12px;
  }
}


/*-------------------------------------------
  conact
/*-------------------------------------------*/
.contact_top .contact_box {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_box {
    margin-top: 17.9487179487vw;
  }
}
.contact_top .cont_ttlEn {
  width: 60px;
}
@media screen and (max-width: 769px) {
  .contact_top .cont_ttlEn {
    width: 15.3846153846vw;
  }
}
.contact_top .cont_ttlBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .contact_top .cont_ttlBox {
    margin-bottom: 3.8461538462vw;
  }
}
.contact_top .contact_form {
  max-width: 766px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form {
    margin-bottom: 60px;
  }
}
.contact_top .contact_form table {
  width: 100%;
}
.contact_top .contact_form table span:has(select)::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 18px;
  border-right: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form table span:has(select)::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    top: 2.5641025641vw;
    right: 3.8461538462vw;
    border-right: 0.5128205128vw solid #bdbdbd;
    border-bottom: 0.5128205128vw solid #bdbdbd;
  }
}
.contact_top .contact_form table select {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form table select {
    padding: 1.7948717949vw 1.2820512821vw;
  }
}
.contact_top .contact_form th, .contact_top .contact_form td {
  padding: 16px 0;
  line-height: 1.31;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form th, .contact_top .contact_form td {
    display: block;
    padding: 4.1025641026vw 0;
  }
}
.contact_top .contact_form td {
  width: 70%;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form td {
    width: 100%;
    padding: 0 6.4102564103vw;
    font-size: 4.1025641026vw;
  }
}
.contact_top .contact_form td input, .contact_top .contact_form td textarea {
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form td input, .contact_top .contact_form td textarea {
    padding: 1.7948717949vw 1.2820512821vw;
  }
}
.contact_top .contact_form td:first-child {
  width: 30%;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form td:first-child {
    width: 100%;
    padding-top: 6vw;
    padding-bottom: 2vw;
  }
}
.contact_top .contact_form .wpcf7-list-item {
  display: block;
  margin-bottom: 12px;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form .wpcf7-list-item {
    margin-bottom: 5.1282051282vw;
  }
}
.contact_top .contact_form label {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .contact_top .contact_form label {
    display: block;
    padding-left: 6vw;
    font-size: 3.5897435897vw;
    text-indent: 0vw;
  }
}
.contact_top .contact_form label:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  border: solid 1px #1a1a1a;
  border-radius: 50%;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  content: "";
}
.contact_top .contact_form input:checked + label:before, .contact_top .contact_form input:focus + label:before {
  border-color: #1a1a1a;
}
@media screen and (max-width: 769px) {
  .contact_top td.radio {
    padding-left: 9vw;
  }
}
.contact_top .radio01 .wpcf7-list-item-label:before, .contact_top .radio02 .wpcf7-list-item-label:before {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 2px;
  border-radius: 50%;
  color: transparent;
  background-color: #1464b2;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: scale(0);
  content: "";
}
.contact_top .checked .wpcf7-list-item-label:before {
  transform: scale(1);
}

.wpcf7-submit {
  display: flex;
  max-width: 316px;
  width: 100%;
  min-height: 50px;
  position: relative;
  margin: 40px auto 0;
  border-color: #1454a4;
  color: #1454a4;
  font-size: 18px;
  letter-spacing: 0.16em;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 16px;
  transition: background-position 0.3s;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .wpcf7-submit {
    width: 80.5128205128vw;
    min-height: 11.2820512821vw;
    height: 11.2820512821vw;
    margin-top: 2.5641025641vw;
    line-height: 11.2820512821vw;
    font-size: 4.1025641026vw;
  }
}
.wpcf7-submit:hover {
  background-position: 97% 50%;
}

/*-------------------------------------------
  thanks
/*-------------------------------------------*/
.contact.thanks .cont_ttlEn {
  width: 77px;
}
@media screen and (max-width: 769px) {
  .contact.thanks .cont_ttlEn {
    width: 19.7435897436vw;
  }
}
.contact.thanks .cont_ttlBox {
  margin-bottom: 120px;
  border: none;
}
@media screen and (max-width: 769px) {
  .contact.thanks .cont_ttlBox {
    margin-bottom: 15.3846153846vw;
  }
}
.contact.thanks .wpcf7-list-item {
  margin-left: 0;
}

/*-------------------------------------------
  marketing_details 詳細ページ
/*-------------------------------------------*/
.marketing_details .approach {
  padding: 0 0 80px;
}
@media screen and (max-width: 769px) {
  .marketing_details .approach {
    padding: 0 0 15.3846153846vw;
  }
}
.marketing_details .cont_ttlEn {
  width: 64px;
}
@media screen and (max-width: 769px) {
  .marketing_details .cont_ttlEn {
    width: 16.4102564103vw;
  }
}
.marketing_details .cont_ttlBox {
  padding-bottom: 50px;
  border-bottom: none;
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 769px) {
  .marketing_details .cont_ttlBox {
    padding-bottom: 5.1282051282vw;
  }
}
.marketing_details .cont_ttlBox .cont_ttlJa {
  margin-bottom: 10px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_details .cont_ttlBox .cont_ttlJa {
    margin-bottom: 1.5384615385vw;
  }
}
.marketing_details .solution_detailBox {
  margin-bottom: 106px;
}
@media screen and (max-width: 769px) {
  .marketing_details .solution_detailBox {
    margin-bottom: 16.4102564103vw;
  }
}
.marketing_details .solution_detailBox dl {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 769px) {
  .marketing_details .solution_detailBox dl {
    display: block;
    padding: 4.1025641026vw 3.8461538462vw 3.3333333333vw;
  }
}
.marketing_details .solution_detailBox dl:first-child {
  border-top: 1px solid #333;
}
.marketing_details .solution_detailBox dl dt {
  width: 34.16149068%;
  padding-left: 100px;
  color: #1a2580;
  font-size: 21px;
}
@media screen and (max-width: 769px) {
  .marketing_details .solution_detailBox dl dt {
    width: 100%;
    padding-left: 0;
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 966px) {
  .marketing_details .solution_detailBox dl dt {
    padding: 0 0;
  }
}
.marketing_details .solution_detailBox dl dd {
  max-width: 636px;
  width: 65.83850932%;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .marketing_details .solution_detailBox dl dd {
    max-width: 100%;
    width: 100%;
    line-height: 2.125;
    font-size: 4.1025641026vw;
  }
}
.marketing_details .solution_detailBox dl li {
  padding-left: 1em;
  text-indent: -1em;
}
.marketing_details .solution_detailBox dl ol {
  padding-left: 2.5em;
}
.marketing_details .solution_figure h3 {
  margin-bottom: 22px;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_details .solution_figure h3 {
    margin-bottom: 8.7179487179vw;
    font-size: 4.6153846154vw;
  }
}
.marketing_details .caseStudy {
  padding: 53px 0 60px;
  background-color: #eaeaeb;
}
@media screen and (max-width: 769px) {
  .marketing_details .caseStudy {
    padding: 11.0256410256vw 0 12.8205128205vw;
  }
}
.marketing_details .caseStudy .caseStudy_ttl {
  margin-bottom: 34px;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_details .caseStudy .caseStudy_ttl {
    margin-bottom: 5.8974358974vw;
    font-size: 5.3846153846vw;
  }
}
.marketing_details .caseStudy .caseStudy_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  .marketing_details .caseStudy .caseStudy_list {
    display: block;
  }
}
.marketing_details .caseStudy .caseStudy_list li {
  max-width: 468px;
  width: 48.44720497%;
  padding: 15px 15px 38px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .marketing_details .caseStudy .caseStudy_list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 4.6153846154vw;
    padding: 4.6153846154vw 4.6153846154vw 12.8205128205vw;
  }
  .marketing_details .caseStudy .caseStudy_list li:last-child {
    margin-bottom: 0;
  }
}
.marketing_details .caseStudy .caseStudy_list .list_img {
  margin-bottom: 18px;
}
@media screen and (max-width: 769px) {
  .marketing_details .caseStudy .caseStudy_list .list_img {
    margin-bottom: 3.5897435897vw;
  }
}
.marketing_details .caseStudy .caseStudy_list .list_txtWrap dt {
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .marketing_details .caseStudy .caseStudy_list .list_txtWrap dt {
    margin-bottom: 3.8461538462vw;
    padding-bottom: 1.7948717949vw;
    font-size: 5.3846153846vw;
  }
}
.marketing_details .caseStudy .caseStudy_list .list_txtWrap dd {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .marketing_details .caseStudy .caseStudy_list .list_txtWrap dd {
    line-height: 1.5;
    font-size: 3.5897435897vw;
  }
}
.marketing_details .documentRequest {
  padding: 50px 0;
  text-align: center;
  background-image: url(/wp-content/themes/malna/assets/img/marketing/bg_documentRequest.jpg);
  background-repeat: no-repeat;
  background-position: center 75%;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .marketing_details .documentRequest {
    padding: 10.2564102564vw 0;
  }
}
.marketing_details .documentRequest .documentRequest_box {
  padding: 43px 20px 35px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 769px) {
  .marketing_details .documentRequest .documentRequest_box {
    padding: 11.0256410256vw 2.5641025641vw 6.4102564103vw;
  }
}
.marketing_details .documentRequest .documentRequest_ttl {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_details .documentRequest .documentRequest_ttl {
    margin-bottom: 2.3076923077vw;
    font-size: 5.3846153846vw;
  }
}
@media screen and (max-width: 769px) {
  .marketing_details .documentRequest p {
    line-height: 2.285;
    font-size: 3.5897435897vw;
  }
}
.marketing_details .documentRequest .more_btn {
  max-width: 302px;
  margin: 45px auto 0;
}
@media screen and (min-width: 769px) {
  .marketing_details .documentRequest .more_btn:hover::before {
    right: 5px;
  }
}
@media screen and (max-width: 769px) {
  .marketing_details .documentRequest .more_btn {
    max-width: 80.5128205128vw;
    margin: 5.1282051282vw auto 0;
  }
}
.marketing_details .documentRequest .more_btn::before {
  right: 13px;
}
@media screen and (max-width: 769px) {
  .marketing_details .documentRequest .more_btn::before {
    right: 2.5641025641vw;
  }
}

/*-------------------------------------------
  marketingページ共通
/*-------------------------------------------*/
.marketing .marketing_btnWrap {
  display: flex;
  gap: 55px;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap {
    display: block;
    margin-bottom: 20px;
  }
}
.marketing .marketing_btnWrap .accordion, .marketing .marketing_btnWrap .document_btn {
  max-width: 304px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .accordion, .marketing .marketing_btnWrap .document_btn {
    max-width: 80.7692307692vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .accordion {
    margin-bottom: 3.0769230769vw;
  }
}
.marketing .marketing_btnWrap .accBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 100%;
  min-height: 50px;
  position: relative;
  color: #fff;
  background-color: #333;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .accBtn {
    min-height: 12.8205128205vw;
    font-size: 4.6153846154vw;
  }
}
.marketing .marketing_btnWrap .accBtn::before {
  display: block;
  width: 11px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 24px;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow10.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .accBtn::before {
    width: 2.8205128205vw;
    height: 1.5384615385vw;
    right: 5.1282051282vw;
  }
}
.marketing .marketing_btnWrap .accBtn.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.marketing .marketing_btnWrap .acc_cnt {
  display: none;
  max-width: 304px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.16em;
  background-color: #eaeaeb;
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .acc_cnt {
    max-width: 80.7692307692vw;
    font-size: 3.5897435897vw;
  }
}
.marketing .marketing_btnWrap .acc_cnt a {
  display: block;
  padding: 8px 12px;
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .acc_cnt a {
    padding: 2.0512820513vw 3.0769230769vw;
  }
}
.marketing .marketing_btnWrap .acc_cnt a:first-child {
  padding-top: 15px;
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .acc_cnt a:first-child {
    padding-top: 3.8461538462vw;
  }
}
.marketing .marketing_btnWrap .acc_cnt a:last-child {
  padding-bottom: 12px;
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .acc_cnt a:last-child {
    padding-bottom: 3.0769230769vw;
  }
}
.marketing .marketing_btnWrap .document_btn {
  border: 1px solid #1a2580;
  color: #1a2580;
}
@media screen and (min-width: 769px) {
  .marketing .marketing_btnWrap .document_btn:hover::before {
    right: 20px;
  }
}
.marketing .marketing_btnWrap .document_btn::before {
  width: 7px;
  height: 12px;
  right: 28px;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow09.svg);
}
@media screen and (max-width: 769px) {
  .marketing .marketing_btnWrap .document_btn::before {
    width: 1.7948717949vw;
    height: 3.0769230769vw;
    right: 5.641025641vw;
  }
}

/*-------------------------------------------
  marketing_top
/*-------------------------------------------*/
.marketing_top .marketingSupport {
  padding-bottom: 110px;
}
@media screen and (max-width: 769px) {
  .marketing_top .marketingSupport {
    padding: 0 0 10.2564102564vw;
  }
}
.marketing_top .cont_ttlEn {
  width: 148px;
}
@media screen and (max-width: 769px) {
  .marketing_top .cont_ttlEn {
    width: 33.3333333333vw;
  }
}
.marketing_top .cont_ttlBox {
  padding-bottom: 83px;
  border-bottom: none;
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 769px) {
  .marketing_top .cont_ttlBox {
    padding-bottom: 15.3846153846vw;
  }
}
.marketing_top .cont_ttlBox .cont_ttlJa {
  margin-bottom: 10px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_top .cont_ttlBox .cont_ttlJa {
    margin-bottom: 0vw;
  }
}
.marketing_top .cont_headTtl {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .marketing_top .cont_headTtl {
    margin-bottom: 4.6153846154vw;
    text-align: left;
  }
}
.marketing_top .cont_headTtl .headTtl_en {
  margin: 0 auto 14px;
}
@media screen and (max-width: 769px) {
  .marketing_top .cont_headTtl .headTtl_en {
    margin-bottom: 4.358974359vw;
  }
}
.marketing_top .cont_headTtl .headTtl_ja {
  line-height: 2.125;
  font-size: 16px;
  letter-spacing: 0.165em;
}
@media screen and (max-width: 769px) {
  .marketing_top .cont_headTtl .headTtl_ja {
    line-height: 2.285;
    font-size: 3.5897435897vw;
  }
}
.service_wrap {
  display: flex;
}
.marketing_top .service_bottomBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox {
    display: block;
  }
}
.service_img--sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .service_img--sp {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .service_img--pc {
    display: none;
  }
}
.marketing_top .service_bottomBox .service_img {
  max-width: 590px;
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_img {
    max-width: 100%;
    margin-bottom: 15.3846153846vw;
    margin-left: 0;
  }
}
.marketing_top .service_bottomBox .service_txtWrap {
  max-width: 302px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_txtWrap {
    max-width: 100%;
  }
}
.marketing_top .border_btn {
  margin-bottom: 24px;
  border: 1px solid #1a2580;
  color: #1a2580;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .marketing_top .service_bottomBox .service_txtWrap .border_btn:hover::before {
    right: 8px;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_txtWrap .border_btn {
    margin: 0 auto 5.1282051282vw;
  }
}
.marketing_top .service_bottomBox .service_txtWrap .border_btn::before {
  right: 16px;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow03.svg);
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_txtWrap .border_btn::before {
    right: 4.1025641026vw;
  }
}
@media screen and (min-width: 769px) {
  .marketing_top .service_bottomBox .service_txtWrap .more_btn:hover::before {
    right: 8px;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_txtWrap .more_btn {
    margin: 0 auto;
  }
}
.marketing_top .service_bottomBox .service_txtWrap .more_btn::before {
  right: 16px;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_txtWrap .more_btn::before {
    right: 4.1025641026vw;
  }
}
.marketing_top .service_bottomBox .service_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_list {
    margin-bottom: 12.8205128205vw;
  }
}
.marketing_top .service_bottomBox .service_list li {
  margin-bottom: 30px;
  padding-left: 12px;
  border-width: 10px;
  border-left-style: solid;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_list li {
    margin-bottom: 7.6923076923vw;
    padding-left: 2.0512820513vw;
    border-width: 2.5641025641vw;
  }
}
.marketing_top .service_bottomBox .service_list li:last-child {
  margin-bottom: 0;
}
.marketing_top .service_bottomBox .service_list li:nth-child(1) {
  border-left-color: #1a2480;
}
.marketing_top .service_bottomBox .service_list li:nth-child(2) {
  border-left-color: #737dcc;
}
.marketing_top .service_bottomBox .service_list li:nth-child(3) {
  border-left-color: #1a5b80;
}
.marketing_top .service_bottomBox .service_list h2 {
  margin-bottom: 9px;
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_list h2 {
    margin-bottom: 0;
    font-size: 5.3846153846vw;
  }
}
.marketing_top .service_bottomBox .service_list p {
  line-height: 1.625;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .marketing_top .service_bottomBox .service_list p {
    font-size: 4.1025641026vw;
  }
}
.marketing_top .solution {
  padding: 80px 0 100px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 769px) {
  .marketing_top .solution {
    padding: 16.6666666667vw 0 20.5128205128vw;
  }
}
.marketing_top .solution .cont_headTtl {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .marketing_top .solution .cont_headTtl {
    margin-bottom: 7.6923076923vw;
  }
}
.marketing_top .solution .solution_list {
  display: flex;
  gap: 30px 3.10559006%;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .marketing_top .solution .solution_list {
    display: block;
  }
}
.marketing_top .solution .solution_list li {
  max-width: 468px;
  width: 48.44720497%;
  padding: 38px 30px 45px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .marketing_top .solution .solution_list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5.1282051282vw;
    padding: 5.1282051282vw 4.6153846154vw 5.1282051282vw;
    box-shadow: 0px 0px 5.1282051282vw 0px rgba(0, 0, 0, 0.15);
  }
  .marketing_top .solution .solution_list li:last-child {
    margin-bottom: 0;
  }
}
.marketing_top .solution .solution_list h2 {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_top .solution .solution_list h2 {
    margin-bottom: 1.7948717949vw;
    padding-bottom: 1.7948717949vw;
    line-height: 1.445;
    font-size: 4.6153846154vw;
  }
}
.marketing_top .solution .solution_list p {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 769px) {
  .marketing_top .solution .solution_list p {
    margin-bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.marketing_top .solution .solution_list .more_btn {
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .marketing_top .solution .solution_list .more_btn:hover::before {
    right: 4px;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .solution .solution_list .more_btn {
    max-width: 100%;
  }
}
.marketing_top .solution .solution_list .more_btn::before {
  right: 12px;
}
@media screen and (max-width: 769px) {
  .marketing_top .solution .solution_list .more_btn::before {
    right: 2.5641025641vw;
  }
}
.marketing_top .whymalna {
  padding: 74px 0 20px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna {
    padding: 60px 0 10px;  }
}
.marketing_top .whymalna .cont_headTtl {
  margin-bottom: 48px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .cont_headTtl {
    margin-bottom: 10.2564102564vw;
  }
}
.marketing_top .whymalna .reason_box .box_head h2 {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .reason_box .box_head h2 {
    margin-bottom: 2.5641025641vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.1em;
  }
}
.marketing_top .whymalna .reason_box .box_head p {
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .reason_box .box_head p {
    line-height: 2.285;
    font-size: 3.5897435897vw;
    letter-spacing: 0.165em;
  }
}
.marketing_top .whymalna .box01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 {
    margin-bottom: 15.8974358974vw;
  }
}
.marketing_top .whymalna .box01 .box_head {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .box_head {
    margin-bottom: 2.5641025641vw;
  }
}
.marketing_top .whymalna .box01 .box_cont {
  padding: 0 12px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .box_cont {
    padding: 0 1.2820512821vw;
  }
}
.marketing_top .whymalna .box01 .reason_tableWrap {
  display: flex;
}
.marketing_top .whymalna .box01 .table_fixedCont {
  max-width: 204px;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_fixedCont {
    max-width: 6.6666666667vw;
    margin-top: 11.5384615385vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .marketing_top .whymalna .box01 .table_fixedCont {
    max-width: 150px;
  }
}
.marketing_top .whymalna .box01 .table_fixedCont li {
  display: flex;
  width: 100%;
  min-height: 100px;
  border: 2px solid #333;
  border-top: none;
  color: #fff;
  font-size: 18px;
  background-color: #1a2580;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_fixedCont li {
    min-height: 11.5384615385vw;
    border: 1px solid #fff;
    font-size: 1.7948717949vw;
    letter-spacing: 0.16em;
    writing-mode: vertical-rl;
  }
}
.marketing_top .whymalna .box01 .table_fixedCont li:first-child {
  border-top: 2px solid #333;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_fixedCont li:first-child {
    border-top: 1px solid #fff;
  }
}
.marketing_top .whymalna .box01 .sp_scroll {
  width: calc(100% - 204px);
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .sp_scroll {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .marketing_top .whymalna .box01 .sp_scroll {
    width: calc(100% - 150px);
  }
}
.marketing_top .whymalna .box01 .table_scrollCont {
  display: flex;
}
.marketing_top .whymalna .box01 .table_scrollCont ul {
  max-width: 232px;
  width: 100%;
  margin-left: 7px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul {
    max-width: 23.5897435897vw;
    width: 23.5897435897vw;
    margin-left: 1.5384615385vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont ul:nth-child(1) li.last_item {
  background-image: url(/wp-content/themes/malna/assets/img/marketing/icon_triangle.svg);
  background-size: 120px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul:nth-child(1) li.last_item {
    background-size: 14.1025641026vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont ul:nth-child(2) li.last_item {
  background-image: url(/wp-content/themes/malna/assets/img/marketing/icon_triangle.svg);
  background-size: 120px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul:nth-child(2) li.last_item {
    background-size: 14.1025641026vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont ul:last-child {
  position: relative;
  margin-left: 14px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul:last-child {
    max-width: 26.6666666667vw;
    width: 26.6666666667vw;
    margin-left: 2.0512820513vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont ul:last-child::before {
  display: block;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  position: absolute;
  top: -9px;
  left: -9px;
  border: 5px solid #1744a2;
  border-radius: 15px;
  content: "";
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul:last-child::before {
    width: calc(100% + 2.0512820513vw);
    height: calc(100% + 2.0512820513vw);
    position: absolute;
    top: -1.0256410256vw;
    left: -1.0256410256vw;
    border: 0.5128205128vw solid #1744a2;
    border-radius: 1.5384615385vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont ul:last-child li.first_item {
  font-size: 26px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul:last-child li.first_item {
    font-size: 3.5897435897vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont ul:last-child li.last_item {
  background-image: url(/wp-content/themes/malna/assets/img/marketing/icon_doubleCircle02.svg);
  background-size: 110px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul:last-child li.last_item {
    background-size: 12.8205128205vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont ul:last-child li.last_item p + p {
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont ul:last-child li.last_item p + p {
    margin-top: 1.5384615385vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li {
    min-height: 11.5384615385vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.first_item {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.16em;
  background-color: #333;
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.first_item {
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.first_item {
    font-size: 1.5384615385vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.first_item img {
  display: block;
}
.marketing_top .whymalna .box01 .table_scrollCont li:not(.first_item):not(.last_item) {
  border: 2px solid #333;
  border-top: none;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li:not(.first_item):not(.last_item) {
    border: 1px solid #333;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.icon_circle img {
  width: 45px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.icon_circle img {
    width: 5.1282051282vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.icon_cross img {
  width: 40px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.icon_cross img {
    width: 4.358974359vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.icon_doubleCircle img {
  width: 60px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.icon_doubleCircle img {
    width: 6.9230769231vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.last_item {
  min-height: 132px;
  margin-top: 6px;
  border-radius: 6px;
  text-align: center;
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.last_item {
    min-height: 23.5897435897vw;
    margin-top: 1.0256410256vw;
    border-radius: 0.7692307692vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.last_item p {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.last_item p {
    line-height: 1.556;
    font-size: 2.0512820513vw;
  }
}
.marketing_top .whymalna .box01 .table_scrollCont li.last_item p + p {
  margin-top: 23px;
  line-height: 1.142;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box01 .table_scrollCont li.last_item p + p {
    margin-top: 2.3076923077vw;
    font-size: 1.5384615385vw;
  }
}
.marketing_top .whymalna .box02 {
  margin-bottom: 162px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box02 {
    margin-bottom: 22.3076923077vw;
  }
}
.marketing_top .whymalna .box02 .box_head {
  margin-bottom: 57px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box02 .box_head {
    margin-bottom: 5.8974358974vw;
  }
}
.marketing_top .whymalna .box02 .box_cont p {
  max-width: 648px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box02 .box_cont p {
    max-width: 100%;
  }
}
.marketing_top .whymalna .box03 {
  margin-bottom: 120px;
}
.marketing_top .whymalna .box03 .box_head {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box03 .box_head {
    margin-bottom: 12.8205128205vw;
  }
  .marketing_top .whymalna .box03 {
    margin-bottom: 50px;
  }
}
.marketing_top .whymalna .box03 .box_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box03 .box_cont {
    display: block;
  }
}
.marketing_top .whymalna .box03 .box_cont p {
  width: 100%;
}
.marketing_top .whymalna .box03 .box_cont p:nth-child(1) {
  max-width: 294px;
  margin-right: 106px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box03 .box_cont p:nth-child(1) {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20.5128205128vw;
  }
}
.marketing_top .whymalna .box03 .box_cont p:nth-child(2) {
  max-width: 320px;
}
@media screen and (max-width: 769px) {
  .marketing_top .whymalna .box03 .box_cont p:nth-child(2) {
    max-width: 100%;
  }
}
.marketing_top .flow {
  padding: 74px 0 100px;
  background-color: #2f3336;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow {
    padding: 14.1025641026vw 0 20.5128205128vw;
  }
}
.marketing_top .flow .cont_headTtl {
  margin-bottom: 26px;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .cont_headTtl {
    margin-bottom: 7.6923076923vw;
  }
}
.sec_ttl--white {
  color: #fff;
}
.marketing_top .flow .cont_headTtl .headTtl_ja {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .cont_headTtl .headTtl_ja {
    text-align: center;
    letter-spacing: 0.13em;
  }
}
.marketing_top .flow .flow_listBox {
  padding: 30px;
  border: 1px solid #c1c1c1;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .flow_listBox {
    padding: 7.6923076923vw 4.6153846154vw;
  }
}
.marketing_top .flow .flow_list li {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .flow_list li {
    margin-bottom: 14.1025641026vw;
  }
}
.marketing_top .flow .flow_list li::before {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 125px;
  border-width: 16px 12px 0 12px;
  border-style: solid;
  border-color: #1a2580 transparent transparent transparent;
  content: "";
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .flow_list li::before {
    bottom: -8.9743589744vw;
    left: 50%;
    border-width: 4.1025641026vw 3.0769230769vw 0 3.0769230769vw;
    transform: translateX(-50%);
  }
}
.marketing_top .flow .flow_list li:last-child {
  margin-bottom: 0;
}
.marketing_top .flow .flow_list li:last-child::before {
  content: none;
}
.marketing_top .flow .flow_list dl {
  display: flex;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .flow_list dl {
    display: block;
  }
}
.marketing_top .flow .flow_list dt {
  display: flex;
  max-width: 270px;
  width: 29.86725664%;
  color: #fff;
  line-height: 1.167;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.14em;
  background-color: #1a2580;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .flow_list dt {
    max-width: 100%;
    width: 100%;
    padding: 4.6153846154vw 0;
    font-size: 4.358974359vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .marketing_top .flow .flow_list dt {
    font-size: 16px;
  }
}
.marketing_top .flow .flow_list dd {
  display: flex;
  width: 70.13274336%;
  min-height: 100px;
  padding: 22px 20px;
  color: #1a1a1a;
  line-height: 1.75;
  font-size: 15px;
  letter-spacing: 0.1em;
  background-color: #e7e7e7;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .marketing_top .flow .flow_list dd {
    width: 100%;
    min-height: 38.9743589744vw;
    padding: 2.5641025641vw 6.1538461538vw 3.5897435897vw;
    line-height: 2.285;
    font-size: 3.5897435897vw;
    align-items: flex-start;
  }
}
.marketing_top .member {
  padding: 80px 0 116px;
}
@media screen and (max-width: 769px) {
  .marketing_top .member {
    overflow-x: hidden;
    padding: 12.8205128205vw 0 23.0769230769vw;
  }
}
.marketing_top .member .cont_headTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .marketing_top .member .cont_headTtl {
    margin-bottom: 8.7179487179vw;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .member .cont_headTtl .headTtl_ja {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .member .member_swiper {
    position: relative;
    padding: 0 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .marketing_top .member .member_swiper ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .marketing_top .member .member_swiper li {
    max-width: 302px;
    width: 31.26293996%;
  }
}
.marketing_top .member .member_swiper .member_img {
  max-width: 270px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 769px) {
  .marketing_top .member .member_swiper .member_img {
    max-width: 56.4102564103vw;
    margin-bottom: 7.6923076923vw;
  }
}
.marketing_top .member .member_swiper .member_txtWrap .name {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.125em;
  align-items: flex-end;
}
@media screen and (max-width: 769px) {
  .marketing_top .member .member_swiper .member_txtWrap .name {
    margin-bottom: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
    font-size: 3.5897435897vw;
    align-items: flex-end;
  }
}
.marketing_top .member .member_swiper .member_txtWrap .name span {
  display: block;
  padding-left: 20px;
  color: #666;
  line-height: 1;
  font-size: 12px;
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .marketing_top .member .member_swiper .member_txtWrap .name span {
    padding-top: 6px;
    padding-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .member .member_swiper .member_txtWrap .name span {
    padding-left: 4.6153846154vw;
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .marketing_top .member .member_swiper .member_txtWrap .name {
    display: block;
  }
}
.marketing_top .member .member_swiper .member_txtWrap .career_txt {
  padding: 0 15px;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .marketing_top .member .member_swiper .member_txtWrap .career_txt {
    padding: 0 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.marketing_top .member .swiper-button-next, .marketing_top .member .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 769px) {
  .marketing_top .member .swiper-button-next, .marketing_top .member .swiper-button-prev {
    display: block;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    top: 23.0769230769vw;
    margin-top: 0;
    background-image: url(/wp-content/themes/malna/assets/img/common/arrow07.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.marketing_top .member .swiper-button-next.swiper-button-disabled, .marketing_top .member .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 769px) {
  .marketing_top .member .swiper-button-next {
    right: -2.5641025641vw;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .member .swiper-button-prev {
    left: -2.5641025641vw;
  }
}
.marketing_top .case {
  padding: 100px 0 20px;
  background-color: #eaeaeb;
}
@media screen and (max-width: 769px) {
  .marketing_top .case {
    padding: 80px 0 10px;  }
}
.marketing_top .case .cont_headTtl {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .marketing_top .case .cont_headTtl {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .case .cont_headTtl .headTtl_ja {
    text-align: center;
  }
}
.marketing_top .case .case_swiperWrap {
  position: relative;
  margin-bottom: 80px;
}
.marketing_top .case .case_swiper {
  overflow-x: hidden;
}
.marketing_top .case .case_swiper li {
  height: auto;
  padding: 15px 15px 30px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .marketing_top .case .case_swiper li {
    padding: 4.6153846154vw 2.5641025641vw 9.2307692308vw;
  }
  .marketing_top .case .case_swiperWrap {
    margin-bottom: 60px;
  }
}
.marketing_top .case .case_swiper .list_img {
  margin-bottom: 18px;
}
@media screen and (max-width: 769px) {
  .marketing_top .case .case_swiper .list_img {
    margin-bottom: 3.8461538462vw;
  }
}
.marketing_top .case .case_swiper .list_txtWrap dt {
  margin-bottom: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .marketing_top .case .case_swiper .list_txtWrap dt {
    margin-bottom: 3.8461538462vw;
    padding-bottom: 0.5128205128vw;
    font-size: 5.3846153846vw;
  }
}
.marketing_top .case .case_swiper .list_txtWrap dd {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .marketing_top .case .case_swiper .list_txtWrap dd {
    line-height: 1.5;
    font-size: 3.5897435897vw;
  }
}
.marketing_top .case .swiper-pagination {
  position: static;
  margin-top: 20px;
  line-height: 1;
}
.marketing_top .case .swiper-pagination-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
  opacity: 1;
  background-color: #4d4d4d;
}
@media screen and (max-width: 769px) {
  .marketing_top .case .swiper-pagination-bullet {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    margin: 0 0.7692307692vw;
    border: 0.5128205128vw solid #4d4d4d;
  }
}
.marketing_top .case .swiper-pagination-bullet-active {
  background-color: #fff;
}
.marketing_top .case .swiper-button-next, .marketing_top .case .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -19px;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow06.svg);
  background-size: 100%;
  transition: opacity 0.3s;
  transform: translateY(-50%);
}
@media screen and (min-width: 770px) {
  .marketing_top .case .swiper-button-next:hover, .marketing_top .case .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 769px) {
  .marketing_top .case .swiper-button-next, .marketing_top .case .swiper-button-prev {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    top: 50%;
    margin-top: -2.5641025641vw;
  }
}
.marketing_top .case .swiper-button-next {
  right: -24px;
}
@media screen and (max-width: 769px) {
  .marketing_top .case .swiper-button-next {
    right: -2.5641025641vw;
  }
}
.marketing_top .case .swiper-button-prev {
  left: -24px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 769px) {
  .marketing_top .case .swiper-button-prev {
    left: -2.5641025641vw;
  }
}

/*-------------------------------------------
  newsページ共通
/*-------------------------------------------*/
.news-breadScrap {
  margin-bottom: 28px;
}
.news_archive .cont_ttlBox {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .news-breadScrap {
    margin-bottom: 0vw;
  }
}
.page_news .cont_ttlEn {
  width: 38px;
}
@media screen and (max-width: 769px) {
  .page_news .cont_ttlEn {
    width: 9.7435897436vw;
  }
}
.news_archive .cont_ttlEn {
  width: 38px;
}
@media screen and (max-width: 769px) {
  .news_archive .cont_ttlEn {
      width: 9.7435897436vw;
  }
}
.news_archive .cont_ttlBox {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 769px) {
  .news_archive .cont_ttlBox {
    border-bottom: 1px solid #666;
  }
}
.news_archive .cont_ttlBox .cont_ttlJa {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .news_archive .cont_ttlBox .cont_ttlJa {
    margin-bottom: 0;
  }
}
.sub-news_archive {
  margin-bottom: 20px;
}
.news_archive {
  padding-bottom: 120px;
}
@media screen and (max-width: 769px) {
  .sub-news_archive {
    margin-bottom: 0;
  }
  .news_archive {
    padding-bottom: 19.2307692308vw;
  }
}
.news_archive .news_listWrap li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 769px) {
  .news_archive .news_listWrap li {
    padding: 5.1282051282vw 0 11.333333vw;
    border-bottom: 1px solid #666;
  }
}
.page_news .news_archive .news_listWrap li:has(.active) .arrow img {
  transform: rotate(270deg);
}
.news_archive .news_listWrap .accBtn {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
 .news_archive .news_listWrap .accBtn {
    display: block;
  }
}
.page_news .news_archive .news_listWrap .accCnt {
  display: none;
  padding: 20px 30px 60px 125px;
}
@media screen and (max-width: 769px) {
  .page_news .news_archive .news_listWrap .accCnt {
    padding: 6.1538461538vw 0 3.5897435897vw;
  }
}
.news_archive .news_archive-inner p {
  margin: 17px 0;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .news_archive .news_archive-inner p {
    margin: 4.358974359vw 0;
    font-size: 4.1025641026vw;
  }
}
.page_news .news_archive .news_listWrap .accCnt p:last-child {
  margin-bottom: 0;
}
.news_listWrap .dataTag,
.news_archive-box .dataTag {
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: 24px;
  border: 1px solid #333;
  border-radius: 15px;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.09em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .news_archive .news_archive-box .dataTag {
    width: 25.641025641vw;
    height: 7.6923076923vw;
    margin-right: 0;
    margin-bottom: 2.8205128205vw;
    border-radius: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .news_listWrap .dataTag {
    margin-bottom: 10px;
  }
}
.news_archive .news_listWrap .news_ttl {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .news_archive .news_listWrap .news_ttl {
    line-height: 2;
    font-size: 4.1025641026vw;
  }
}
.news_more {
  padding-right: 10px;
  font-size: 16px;
  letter-spacing: 0.225em;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .news_more {
    margin-top: 8px;
    text-align: right;
  }
}
.page_news .news_archive .news_listWrap .arrow {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 43px;
  cursor: pointer;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .page_news .news_archive .news_listWrap .arrow {
    bottom: 4.1025641026vw;
  }
}
.page_news .news_archive .news_listWrap .arrow::before {
  display: block;
  padding-right: 6px;
  color: #1a2580;
  font-size: 16px;
  letter-spacing: 0.225em;
  content: "もっと見る";
}
@media screen and (max-width: 769px) {
  .page_news .news_archive .news_listWrap .arrow::before {
    padding-right: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
}
.news-archive_box {

}
@media screen and (max-width: 769px) {
  .news-archive_box {
    padding-bottom: 10px;
  }
}
.news_archive .pagination {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .news_archive .pagination {
    margin-top: 80px;
  }
}

/* ページング */
.post-navigation {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  gap: 30px;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  background-color: #333;
  color: #fff;
}

.pagination a:hover {
  background-color: #333;
  color: #fff;
}
/*-------------------------------------------
  news詳細ページ
/*-------------------------------------------*/
.breadScrap_listWrap b{
  display: none;
}
.news_archive-text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .news_archive-text {
    line-height: 2;
    font-size: 4.1025641026vw;
  }
}
.news_archive-content {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .news_archive-content {
    margin-top: 25px;
  }
}
.news_archive-box {
  display: flex;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .news_archive-box {
    display: block;
  }
}
.news_archive-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner {
    padding: 0;
  }
}
.news_archive-inner p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 769px) {
  .news_archive-inner p {
    margin-bottom: 3.0769230769vw;
    line-height: 2;
    font-size: 4.1025641026vw;
    letter-spacing: 0.14em;
  }
}
.news_archive-inner .indexBox {
  margin-top: 30px;
  padding: 20px 40px 35px;
  border: 1px solid #808080;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .indexBox {
    margin-top: 4.6153846154vw;
    padding: 7.1794871795vw 4.1025641026vw 7.6923076923vw;
  }
}
.news_archive-inner .indexBox + h2, .news_archive-inner .indexBox h3, .news_archive-inner .indexBox h4 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .indexBox + h2, .news_archive-inner .indexBox h3, .news_archive-inner .indexBox h4 {
    margin-top: 10.2564102564vw;
  }
}
.news_archive-inner .indexBox p {
  padding-bottom: 15px;
  color: #000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .indexBox p {
    padding-bottom: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}
.news_archive-inner .indexBox li {
  margin-top: 7px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .indexBox li {
    margin-top: 0;
    font-size: 3.0769230769vw;
  }
}
.news_archive-inner .indexBox li ul {
  padding-left: 2em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .indexBox li ul {
    padding-left: 2em;
  }
}
.news_archive-inner .indexBox li ol {
  padding-left: 4em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .indexBox li ol {
    padding-left: 4em;
  }
}
.news_archive-inner h2, .news_archive-inner h3, .news_archive-inner h4 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .news_archive-inner h2, .news_archive-inner h3, .news_archive-inner h4 {
    margin-top: 11.5384615385vw;
    margin-bottom: 7.6923076923vw;
  }
}
.news_archive-inner h2 {
  padding: 13px 26px;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.12em;
  background-image: url(/wp-content/themes/malna/assets/img/blog/blog_ttl_pc.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  .news_archive-inner h2 {
    padding: 3.0769230769vw 6.1538461538vw;
    font-size: 5.3846153846vw;
    background-position: right;
    background-size: cover;
  }
}
.news_archive-inner h3 {
  padding: 8px 15px;
  border-left: 10px solid #152d82;
  font-size: 18px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner h3 {
    padding: 2.5641025641vw 2.0512820513vw;
    border-left: 2.5641025641vw solid #152d82;
    font-size: 4.6153846154vw;
  }
}
.news_archive-inner h4 {
  padding: 6px 26px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner h4 {
    padding: 3.0769230769vw 6.1538461538vw;
    line-height: 1.1667;
    font-size: 4.6153846154vw;
  }
}
.news_archive-inner ul, .news_archive-inner ol {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner ul, .news_archive-inner ol {
    margin-bottom: 3.0769230769vw;
  }
}
.news_archive-inner li {
  margin-bottom: 6px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner li {
    margin-bottom: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
}
.news_archive-inner li::before {
  display: inline-block;
  content: "・";
}
.news_archive-inner li ul li, .news_archive-inner li ol li {
  padding-left: 3em;
  text-indent: -0.5em;
}
.news_archive-inner a:not(:has(img)):not(.more_btn) {
  color: #1967d2;
  text-decoration: underline;
  word-break: break-word;
}
.news_archive-inner a:not(:has(img)):not(.more_btn):hover {
  color: #e53900;
}
.news_archive-inner img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner img {
    margin-bottom: 3.0769230769vw;
  }
}
.news_archive-inner .more_btn {
  max-width: 302px;
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .more_btn {
    max-width: 80.5128205128vw;
    margin-top: 8.4615384615vw;
  }
}
.news_archive-inner .author_infoWrap {
  margin-top: 100px;
  padding: 25px 30px 30px;
  background-color: #18328b;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap {
    margin-top: 12.8205128205vw;
    padding: 5.641025641vw 4.6153846154vw 4.6153846154vw;
  }
}
.news_archive-inner .author_infoWrap div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap div {
    display: block;
  }
}
.news_archive-inner .author_infoWrap div + div {
  margin-top: 26px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap div + div {
    margin-top: 3.5897435897vw;
    padding-top: 2.5641025641vw;
  }
}
.news_archive-inner .author_infoWrap .author_ttl {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #fff;
  border-left: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap .author_ttl {
    margin-bottom: 4.6153846154vw;
    padding-bottom: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.news_archive-inner .author_infoWrap .icon {
  max-width: 181px;
  width: 100%;
  margin-top: 0;
  margin-right: 6.03448276%;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap .icon {
    max-width: 33.3333333333vw;
    width: 33.3333333333vw;
    margin: 0 auto 6.4102564103vw;
  }
}
.news_archive-inner .author_infoWrap dl {
  color: #fff;
}
.news_archive-inner .author_infoWrap dl dt {
  font-size: 16px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap dl dt {
    font-size: 4.1025641026vw;
  }
}
.news_archive-inner .author_infoWrap dl dt small {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 13px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap dl dt small {
    font-size: 2.5641025641vw;
  }
}
.news_archive-inner .author_infoWrap dl dt .small01 {
  margin-bottom: 3px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap dl dt .small01 {
    margin-bottom: 0;
  }
}
.news_archive-inner .author_infoWrap dl dt .small02 {
  margin-top: 18px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap dl dt .small02 {
    margin-top: 2.5641025641vw;
  }
}
.news_archive-inner .author_infoWrap dl dd {
  margin-top: 16px;
  line-height: 2;
  font-size: 12px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap dl dd {
    margin-top: 4.358974359vw;
    font-size: 3.0769230769vw;
  }
}
.news_archive-inner .author_infoWrap .more_btn {
  max-width: 273px;
  margin: 0;
  color: #1a1a1a;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap .more_btn {
    max-width: 80.5128205128vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0.16em;
  }
}
.news_archive-inner .author_infoWrap .more_btn::before {
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow02.svg);
}
.news_archive-inner .author_infoWrap .more_btn + .more_btn {
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .news_archive-inner .author_infoWrap .more_btn + .more_btn {
    margin-top: 2.5641025641vw;
    margin-left: 0;
  }
}
.nav-previous,
.nav-next {
  transition: all ease .3s;
  letter-spacing: 0.1em;
}
.nav-previous:hover,
.nav-next:hover {
  opacity: .6;
  transition: all ease .3s;
}

/*-------------------------------------------
  caseページ共通
/*-------------------------------------------*/
.sub-case {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .sub-case {
    margin-bottom: 10px;
  }
}
.cont_ttlEn--case {
  color: #2F62AC;
}
@media screen and (max-width: 769px) {
  .cont_ttlEn--case {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .cont_ttlEn--case {
    font-size: 16px;
  }
}
.archive-case {
  margin-top: 60px;
  margin-bottom: 86px;
}
.archive-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 45px;
}
@media screen and (max-width: 769px) {
  .archive-case__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 45px;
  }
}
.archive-case__item {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog-card__img {
  aspect-ratio: 261 / 163;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-card__body {
  letter-spacing: 0.03em;
  line-height: 1;
}
.case-card__body-text1 {
  font-size: 12px;
  margin-top: 10px;
}
.case-card__body-text2 {
  color: #1464B2;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 480px) {
  .case-card__body-text2 {
    font-size: 14px;
  }
}
.case-card__title {
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .case-card__title {
    margin-top: 10px;
  }
}
.case-card__category {
  margin-top: 10px;
  font-size: 12px;
}
.case-card__logo {
  margin-top: 10px;
  width: 100%;
  max-width: 220px;
  height: auto;
  aspect-ratio: 10 / 3;
}
.case-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-card__tag {
  margin-top: 10px;
}
.case-card__tag ul{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.case-card__tag li{
  font-size: 12px;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 1px 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .case-card__tag li {
    font-size: 10px;
  }
}

.read-more {
  text-align: center;
  margin-top: 86px;
}
@media screen and (max-width: 480px) {
  .read-more {
    margin-top: 50px;
  }
}
.read-more_btn {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  padding: 10px;
}
/*-------------------------------------------
  case詳細ページ共通
/*-------------------------------------------*/
.document_boxWrap {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .document_boxWrap {
    margin-top: 40px;
  }
}
.document_content {
  display: flex;
  gap: clamp(20px, 6vw, 80px);
}
@media screen and (max-width: 769px) {
  .document_content {
    display: block;
  }
}
.document_content-text {
  width: 100%;
  max-width: 396px;
  letter-spacing: 0.03em;
}
.document_content-text1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .document_content-text1 {
    font-size: 12px;
  }
}
.document_content-text2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}
.document_content-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .document_content-box {
    display: block;
  }
}
.document_content-text3 {
  font-weight: bold;
  line-height: 1;
  white-space: nowrap
}
.document_content-category {
  margin-top: 10px;
  line-height: 1;
}
.document_content-category--sp {
  line-height: 1;
  display: none;
}
@media screen and (max-width: 480px) {
  .document_content-category {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .document_content-category--sp {
    display: block;
    margin-top: 20px;
  }
}
.document_content-logo {
  aspect-ratio: 10/3;
  width: 100%;
  height: auto;
  max-width: 220px;
  margin-left: 35px;
}
@media screen and (max-width: 480px) {
  .document_content-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.document_content-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.document_issue-box {
  margin-top: 16px;
}
@media screen and (max-width: 480px) {
  .document_issue-box {
    margin-top: 20px;
  }
}
.document_issue-title {
  background-color: #F1F1F1;
  display: inline;
  padding: 5px 10px;
  line-height: 1;
}
.document_issue-text {
  margin-top: 5px;
  line-height: 2;
}
.document_content-image {
  aspect-ratio: 397/223;
}
@media screen and (max-width: 769px) {
  .document_content-image {
    margin-top: 20px;
  }
}
.document_content-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.document_contact-wrapper {
  margin-top: 80px;
}
.document_contact-box {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.document_contact-title {
  line-height: 1;
  letter-spacing: 0.1em;
}
.document_contact-text {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .document_contact-text{
    font-size: 14px;
  }
}
.document_contact {
  margin-top: 44px;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 40px;
  padding-bottom: 80px;
}

.document-case {
  margin-top: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .document-case{
    margin-top: 60px;
    margin-bottom: 10px;
  }
}
.document-case_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 45px;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .document-case_list{
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 45px;
  }
}
.document-case_text {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
/*-------------------------------------------
  Classic Editor
/*-------------------------------------------*/
.document_box {
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #F1F1F1;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .document_box{
    margin-top: 60px;
  }
}
.document_box-inner {
  padding: 50px 20px;
  font-size: 18px;
}
.document_cont {
  margin-top: 80px;
}
.document_cont p{
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .document_cont p{
    font-size: 14px;
  }
}
.document_cont h2 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-top: 80px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 480px) {
  .document_cont h2{
    font-size: 20px;
  }
}
.document_cont h2:nth-of-type(n+2) {
  margin-top: 80px;
}
.document_cont-question {
  color: #1464B2;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .document_cont-answer{
    font-size: 14px;
  }
}
.document_cont-bold {
  font-weight: bold;
}
#toc_container {
  border: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  padding: 60px 40px;
}
@media screen and (max-width: 769px) {
  #toc_container {
    background-color: #F1F1F1;
    padding: 40px 20px;
  }
}
.toc_title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .toc_title {
    font-size: 18px;
  }
}
.toc_list {
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .toc_list {
    font-size: 12px;
    margin-top: 20px;
  }
}
.toc_list li{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.toc_list li:nth-child(n+2) {
  margin-top: 20px;
}
/*-------------------------------------------
  downloadページ共通
/*-------------------------------------------*/
.sub-download {
  margin-bottom: 20px;
}
.page_download {
  background-color: #f4f4f4;
}
@media screen and (max-width: 769px) {
  .sub-download {
    margin-bottom: 0;
  }
  .page_download .breadScrap {
    margin-bottom: 0vw;
  }
}
.page_download .cont_ttlEn {
  width: 78px;
}
@media screen and (max-width: 769px) {
  .page_download .cont_ttlEn {
    width: 17.4358974359vw;
  }
}
.page_download .cont_ttlBox {
  margin-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .page_download .cont_ttlBox {
    margin-bottom: 5.8974358974vw;
  }
}
.page_download .download_archive .archive_ttl {
  margin-bottom: 23px;
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .archive_ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 5.3846153846vw;
  }
}
.page_download .download_archive .download_listWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.10559006%;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .download_listWrap {
    display: block;
  }
}
.page_download .download_archive .download_listWrap li {
  max-width: 302px;
  width: 31.26293996%;
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .download_listWrap li {
    max-width: 80.5128205128vw;
    width: 80.5128205128vw;
    margin: 0 auto 7.6923076923vw;
    padding: 5.1282051282vw 6.1538461538vw;
    box-shadow: 0px 0px 2.5641025641vw 0px rgba(0, 0, 0, 0.15);
  }
  .page_download .download_archive .download_listWrap li:last-child {
    margin-bottom: 0;
  }
}
.page_download .download_archive .download_listWrap .thumbImg {
  padding-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .download_listWrap .thumbImg {
    padding-bottom: 2.5641025641vw;
  }
}
.page_download .download_archive .download_listWrap .download_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 68px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.14em;
  word-break: break-all;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .download_listWrap .download_name {
    margin-bottom: 2.5641025641vw;
    font-size: 5.3846153846vw;
    padding-bottom: 2.0512820513vw;
    min-height: initial;
  }
}
.page_download .download_archive .download_listWrap .border_btn {
  max-width: 100%;
  border: 1px solid #1a2580;
  color: #1a2580;
}
@media screen and (min-width: 769px) {
  .page_download .download_archive .download_listWrap .border_btn:hover::before {
    right: 2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .page_download .download_archive .download_listWrap .border_btn {
    font-size: 16px;
  }
}
.page_download .download_archive .download_listWrap .border_btn::before {
  right: 10px;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow11.svg);
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .download_listWrap .border_btn::before {
    right: 2.5641025641vw;
  }
}
.page_download .download_archive .wp-pagenavi a.previouspostslink {
  margin-right: 50px;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .wp-pagenavi a.previouspostslink {
    display: flex;
    margin-right: 12.8205128205vw;
  }
}
.page_download .download_archive .wp-pagenavi a.previouspostslink + .previouspostslink {
  margin-right: 50px;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .wp-pagenavi a.previouspostslink + .previouspostslink {
    display: flex;
    margin-right: 12.8205128205vw;
  }
}
.page_download .download_archive .wp-pagenavi a.nextpostslink + .nextpostslink {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .page_download .download_archive .wp-pagenavi a.nextpostslink + .nextpostslink {
    display: none;
  }
}
.page_download .download_wrap {
  padding-bottom: 80px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 769px) {
  .page_download .download_wrap {
    padding-bottom: 15.3846153846vw;
  }
}
@media screen and (max-width: 769px) {
  .download-contact_box {
    padding-bottom: 10px;
  }
}

/*-------------------------------------------
  download_detail
/*-------------------------------------------*/
@media screen and (max-width: 769px) {
  .document-dlFormCont_box {
    padding-bottom: 10px;
  }
}
.sub-document_dlFormCont {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .sub-document_dlFormCont {
    margin-bottom: 0;
  }
}
.download_detail .cont_ttlBox {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .download_detail .cont_ttlBox {
    margin-bottom: 7.6923076923vw;
  }
}
.download_detail .cont_ttlBox .cont_ttlJa {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .download_detail .cont_ttlBox .cont_ttlJa {
    margin-bottom: 0;
  }
}
.download_detail .document_dlFormCont {
  padding-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .download_detail .document_dlFormCont {
    padding-bottom: 17.9487179487vw;
  }
}
.download_detail .document_boxWrap {
  display: flex;
  margin-bottom: 63px;
  gap: 3.10559006%;
}
@media screen and (max-width: 769px) {
  .download_detail .document_boxWrap {
    display: block;
    margin-bottom: 8.7179487179vw;
  }
}
.download_detail .document_box {
  max-width: 468px;
  width: 48.44720497%;
}
@media screen and (max-width: 769px) {
  .download_detail .document_box {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .download_detail .detailBox {
    margin-bottom: 7.6923076923vw;
  }
}
.download_detail .detailBox .thumbImg {
  display: flex;
  height: 296px;
  margin-bottom: 40px;
  background-color: #c1c1c1;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .download_detail .detailBox .thumbImg {
    height: 65.641025641vw;
    margin-bottom: 10.7692307692vw;
  }
}
.download_detail .detailBox .thumbImg img {
  display: block;
  max-width: 272px;
}
@media screen and (max-width: 769px) {
  .download_detail .detailBox .thumbImg img {
    max-width: 69.7435897436vw;
  }
}
.download_detail .detailBox .document_txtWrap .document_ttl {
  margin-bottom: 20px;
  padding: 7px 14px;
  border-left: 10px solid #142d80;
  font-size: 21px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 769px) {
  .download_detail .detailBox .document_txtWrap .document_ttl {
    margin-bottom: 5.641025641vw;
    padding: 1.7948717949vw 3.8461538462vw;
    border-left: 2.5641025641vw solid #142d80;
    font-size: 5.3846153846vw;
  }
}
.download_detail .detailBox .document_txtWrap p {
  margin: 15px 0;
  line-height: 2.125;
  font-size: 16px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 769px) {
  .download_detail .detailBox .document_txtWrap p {
    margin: 3.0769230769vw 0;
    line-height: 2;
    font-size: 3.5897435897vw;
    letter-spacing: 0.105em;
  }
}
.download_detail .detailBox .document_txtWrap p:last-child {
  margin-bottom: 0;
}
.download_detail .detailBox .document_txtWrap li::before {
  display: inline-block;
  content: "・";
}
.download_detail .formBox {
  padding: 67px 30px 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #ececed;
}
@media screen and (max-width: 769px) {
  .download_detail .formBox {
    padding: 17.1794871795vw 5.1282051282vw 7.6923076923vw;
    box-shadow: 0px 0px 2.5641025641vw 0px rgba(0, 0, 0, 0.15);
  }
}
.download_detail .formBox table {
  width: 100%;
}
.download_detail .formBox tr:last-child td + td {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .download_detail .formBox tr:last-child td + td {
    margin-top: 3.3333333333vw;
    margin-bottom: 0;
  }
}
.download_detail .formBox td {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 1.31;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .download_detail .formBox td {
    font-size: 4.1025641026vw;
  }
}
.download_detail .formBox td + td {
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .download_detail .formBox td + td {
    margin-bottom: 6.4102564103vw;
  }
}
.download_detail .formBox td input, .download_detail .formBox td textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 5px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .download_detail .formBox td input, .download_detail .formBox td textarea {
    min-height: 12.8205128205vw;
    padding: 0 1.2820512821vw;
  }
}
.download_detail .formBox input[type=radio] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.download_detail .formBox span.wpcf7-list-item {
  display: block;
}
.download_detail .formBox span.wpcf7-list-item-label {
  display: flex;
  position: relative;
  line-height: 2.428;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .download_detail .formBox span.wpcf7-list-item-label {
    font-size: 3.5897435897vw;
  }
}
.download_detail .formBox span.wpcf7-list-item-label::before {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 769px) {
  .download_detail .formBox span.wpcf7-list-item-label::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-right: 2.5641025641vw;
  }
}
.download_detail .formBox span.wpcf7-list-item-label::after {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 3px;
  border-radius: 50%;
  background-color: #1464b2;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: translateY(-50%);
  transform: scale(0);
  content: "";
}
@media screen and (max-width: 769px) {
  .download_detail .formBox span.wpcf7-list-item-label::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    top: 3.0769230769vw;
    left: 0.7692307692vw;
  }
}
.download_detail .formBox input[type=radio]:checked + span.wpcf7-list-item-label::after {
  transform: scale(1);
}
.download_detail .formBox .wpcf7-submit {
  display: flex;
  max-width: 302px;
  width: 100%;
  min-height: 50px;
  position: relative;
  margin: 33px auto 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.16em;
  background-image: url(/wp-content/themes/malna/assets/img/common/arrow01.svg), url(/wp-content/themes/malna/assets/img/common/bg_btn_pc.png);
  background-repeat: no-repeat, repeat-y;
  background-position: 95% 50%, center;
  background-size: 16px, 100%;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .download_detail .formBox .wpcf7-submit:hover {
    background-position: 97% 50%;
  }
}
@media screen and (max-width: 769px) {
  .download_detail .formBox .wpcf7-submit {
    max-width: 80.5128205128vw;
    min-height: 12.8205128205vw;
    margin-top: 5.8974358974vw;
    font-size: 4.6153846154vw;
    background-position: 95% 50%, center;
    background-size: 4.1025641026vw, 100%;
  }
}
.download_detail p:has(.back_link) {
  text-align: center;
}
.download_detail .back_link {
  color: #1464b3;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .download_detail .back_link {
    font-size: 4.6153846154vw;
  }
}
.download_detail .back_link:hover {
  text-decoration: none;
}
.download_detail.thanks .thanks_cont {
  min-height: calc(100vh - 300px);
}
@media screen and (max-width: 769px) {
  .download_detail.thanks .thanks_cont {
    min-height: initial;
  }
}
.download_detail.thanks .cont_ttlBox {
  border-bottom: none;
}
.download_detail.thanks p:has(.back_link) {
  margin-top: 94px;
}
@media screen and (max-width: 769px) {
  .download_detail.thanks p:has(.back_link) {
    margin-top: 12.8205128205vw;
  }
}/*# sourceMappingURL=style.css.map */